/*****************/
a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
body{
	background: black;
	color: #000000;
	font: 14px Georgia,serif;
	margin: 0px;
}
h1{
	color: white;
	font-size: 65px;
	font-weight: normal;
	height: 1.2em;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 90px;
	width: 615px;
}
h1,h2,h3{
	margin: 0px;
}
h2,h3{
	font: bold 24px "Trebuchet MS",sans-serif;
	letter-spacing: -1px;
}
hr{
	display: none;
}














/*****************/
.wrap,#footer{
	margin: auto;
	position: relative;
	width: 780px;
}
.clear {
	clear:both;
}














/*****************/
#body{
	height: auto !important;
	height: 300px;
	min-height: 300px;
	padding-bottom: 1em;
	padding-top: 210px;
}














/*****************/
#container{
	background: #FFFFFF url(../images/black-gradient-stripe.png) repeat-x 0px -20px;
	border-bottom: 3px solid #ae0000;
}














/*****************/
#content{
	padding-right: 39px;
	width: 580px;
}
a,
a:hover{
	color: #ae0000;
}
#content h3 a{
	border-left: .5em solid #ae0000;
	color: #666;
	left: -.7em;
	padding-left: .2em;
	position: relative;
}
#content h3 a:hover{
	color: #ae0000;
}
#content h3,h3 *{
	line-height: 1em;
}
#content p{
	line-height: 1.7em;
	margin-top: 0px;
}














/*****************/
#footer{
	padding: 5em 0;
}
#footer *{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#footer .credit a{
	color: #444;
	font-size: .7em;
}
#footer a:hover{
	color: #ae0000;
}
#footer ul{
	position: absolute;
	right: 0;
	top: 40px;
}
#footer ul *{
	float: left;
}
#footer ul a{
	border-left: .7em solid #ae0000;
	color: white;
	display: inline;
	margin-left: 1.5em;
	padding-left: .3em;
}














/*****************/
#nav  a:hover,#nav li:hover .navigate{
	background: #a80000;
}
#nav *{
	float: right;
	line-height: 1em;
}
#nav > ul > li > a {
	background: url(../images/arrow-down-small-red.png) no-repeat 1em 1.5em;
	border: 1px solid #666666;
	border-bottom: none;
	padding: 1em 2em 1em 3em;
	width: auto;
}
#nav a{
	color: white;
	font-family: "Trebuchet MS",sans-serif;
	padding: 1em 1em;
	text-align: right;
	text-transform: uppercase;
	width: 140px;
}
#nav li:hover ul, #nav li.hover ul{
	right: 0;
	width: 168px;
}
#nav ul{
	position: absolute;
	right: 15px;
	top: 142px;
}
#nav ul ul{
	background: #1E1E1E;
	border: 1px solid #666666;
	right: 9999px;
	top: 3em;
}
#nav ul ul a{
	padding: .7em 1em;
}














/*****************/
#sidebar{
	width: 160px;
}
#sidebar,#content{
	display: inline;
	float: left;
}
#sidebar img {
	border:none;
}
#sidebar ul {
	list-style-type:none;
	padding:0;
}
#sidebar h2 {
	background:black;
	color:white;
	text-transform:uppercase;
	font-size:1em;
	line-height:1;
	padding:.5em;
}
#sidebar h3 {
	font-size: 1.3em;
	margin-bottom:.5em;
}











/*****************/
#title *,#nav *{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#title a{
	background: url(../images/logo-marketing-immortals.png);
	height: 56px;
	position: absolute;
	text-indent: -9999px;
	top: 12px;
	width: 780px;
	left: 0px;
}







/* great crash, processwire additions
/**************************************/

.align_right {
	float:right;
	margin-right:0;
}
.align_left {
	float:left;
	margin-left:0;
}


#footer .categories {
	display:none;
}


#nav > ul > li {
	display:none;
}
#nav > ul > li.categories {
	display:block;
}

