/*
Theme Name: Head Fuel
Theme URI: 
Description:  
Author:  
Author URI:  
version: 1.2
Tags:  
*/

/* basics */

*{margin:0; padding:0;}

body {
	background-image: url(images/bg_template.gif);
	background-color: #000;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin: 7px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt; }
h3 {font-size: 10pt;}
h4 {	font-family: verdana, arial, times, serif;
	font-size: 13px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#9f9f9f;
	text-decoration:none;
	}

a:hover{
	text-decoration: underline;
	color: #fff;
	}



/* container */


#container {
	width: 920px;
	margin: 0 auto;
	padding:0;
	color:#333;
	overflow: hidden;
	background-image: url(images/bg_content_main.gif);
	background-repeat: repeat-y;
	
	}



/* header */

#header {
  	width: 920px; 
  	height: 203px;
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */
#menu-wrapper{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:920px;
	height: 25px;
	display: block;
}

#menu {
	font-family: verdana, arial, times, serif;
	font-size: 13px;
	width:920px; 
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}


#menu ul {
	float: right;
	position: relative;
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #5f5f5f;
	display:block;
	text-decoration: none;
}

#menu ul li a:hover {
	color:#fff;
}
#menu .current_page_item a {
	color: #fff;
}
/* content */
#content-bg{
	width: 900px;
	height: 30px;
	margin: 0 0 0 10px;
}

#content {
	float:left;
	width: 535px;
	height: auto;
	margin: 0px 0px 20px 10px;
	padding: 5px 2px 20px 60px;
	z-index: 5;
	}

#content-wide {
	float:left;
	width: 790px;
	height: auto;
	margin: 0px 0px 20px 10px;
	padding: 5px 2px 20px 60px;
	z-index: 5;
	}

.feature-project-image{
	float: left;
	padding-right: 50px;
	padding-bottom: 90px;
	width: 500px;
}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	color: #FFF;
	}
	
.post h2{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	}
	
.post h2 a{
	color: #FFF;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	padding:6px;
	margin: 20px 0;
	}
	

.feature-post{
	color: #FFF;
	font-weight: normal;
	clear: both;
	padding-bottom: 30px;	
}

.feature-entry-project {
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
}
.feature-post {
	font-size: 12px;
	font-weight: normal;
	line-height: 19px;
}

.feature-post .entry {
	font-size: 12px;
	line-height: 12px;
	clear: both;
}

.feature-post h2{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 1em;
}

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

/* sidebar */

#sidebar {
	font-family: helvetica, arial, serif;
	font-size: 12px;
	width:250px;
	margin:0;
	padding: 0;	
	z-index: 20;
	float: left;
	}

#sidebar h2{
	font:normal 17px helvetica, arial, serif;
	color: #676767;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt helvetica, arial, serif;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding-left: 10px;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #fff;
}



/* comments */


#commentform{
	background:#333;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #ccc;
	}
	
#commentform a{color: #fff; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	color: #FFF;
	background: #666;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}
#searchform div{
	width: 200px;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}
	
#searchform input#s {
	border: 0;
	width: 132px;
	height: 16px;
	background: #222222;
	color: #ffffff;
	font-size: 1.1em;
}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	}
#searchform #searchsubmit {
	border: 0;
	width: 39px;
	height: 26px;
	margin-left: 4px;
	overflow: hidden;
}

	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}




/* footer */

#footer {
	background-color: #000;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}

