/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Evolve Media
	Author Site	:
	Scheme Name	: K2 Evolve Style
	Comments	:
*/

body {
	background-color: #888;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	}
	
a {
	color: #ed7b00;
	text-decoration: none;
}
	
#wrap {
	background: #404040 url(../../images/evolvefuel/bg.jpg) repeat-x left bottom;
	}

#blackBar {
	width: 100%;
	background: #000;
	margin-bottom: 20px;
}

#blackBar ul {
	float: right;
}

#blackBar ul li {
	list-style: none;
	float: left;
	margin: 11px;
}

#blackBar ul li a {
	font-size: 12px;
	color: #818181; 
	text-decoration: none;
}
	
#blackBar ul li a:visited {
	color: #818181; 
	text-decoration: none; 
}
	
#blackBar ul li a:hover {
	color: #ffffff; 
	text-decoration: underline; 
}

#blackBar ul li a:active {
	color: #818181; 
	text-decoration: none; 
}
	
#page {
	/* The entire design is contained within the 'page' id */
	padding:0px;
	background: transparent;
	border: 0px;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #fff url(../../images/evolvefuel/page_top.jpg) no-repeat right top;
	position: relative;
	height: auto;
	}

#header h1 {
	padding: 0px;
	background: url(../../images/evolvefuel/h_line_long.gif) no-repeat center bottom;
	padding-bottom: 3px;
}
	
div.content {
	background: #fff;
}

/*#homebtn {
	margin: 30px 0px 0px 20px; padding: 0px;
	position:absolute;
	}

#homebtn a {
	width: 300px; height: 110px; 
	position:absolute;
	text-decoration: none;
	}*/

ul.menu {
	position: absolute;
	top: 75px;
	left: 360px;
	width: auto;
	height: auto;
}

ul.menu li a, ul.menu li.current_page_item a {
	color : #515151; 
	text-decoration: none;
	font-size: 16px;
	padding: 5px;
	text-transform: lowercase;
}	

ul.menu li a:hover,
ul.menu li.current_page_item a:hover {
	color : #f48000; 
	text-decoration: underline;
	background: transparent;
}

ul.menu li:before {
	font-size: 16px;
	content: "|";
	color: #515151;
	}
	
ul.menu li.first:before {
	content: " ";
	}


.itemtext a:visited {
	color: #5285c3;
	}


.item {
	/* Each entry is contained within the 'item' class */
	}

.itemtext {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

small {
	color: #ccc;
	}

#footerImg {
	background: url(../../images/evolvefuel/page_bottom.png) no-repeat left top;
	width: 780px;
	height: 57px;
}

* html #footerImg {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="page_bottom.png", sizingMethod="crop");
}

#footer {
	margin: 0px;
}

#footer p {
	text-align: center;
	margin-bottom: 20px;
	}
	
#footer img {
	margin: 0px 25px;
}

#footer a {
	font-size: 12px;
	color: #818181; 
	text-decoration: none;
	border-bottom: 0px;
	font-weight: normal;
}
	
#footer a:visited {
	color: #818181; 
	text-decoration: none; 
}
	
#footer a:hover {
	color: #ffffff; 
	text-decoration: underline; 
}

#footer a:active {
	color: #818181; 
	text-decoration: none; 
}

#af-ela a:hover {
	color: #ed7b00 !important;
	}
	
.clear {
	clear: both;
}



#IEpng {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/page_bottom.png');
   
	width: 780px;
	height: 57px;
}

#IEpng[id] { background:url(images/page_bottom.png) top center no-repeat; }

p#hackDealToGetPNGtoShow {
	display: none;
}

* html p#hackDealToGetPNGtoShow {
	display: block;
	height:0px; 
	text-indent:-999px;	
}
