/*  
Theme Name: Turbocharged
Description: A Slick & Chilly WordPress Theme With a Twist of Blue.
*/

body {
	background: black url('images/bg.jpg');
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center; 
}

/* Common Formatting */
a, a:link, a:active {
	color: #2C64B4;
	outline: none;
	text-decoration: none;
}
a:hover {;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
	padding: 0 0 15px;
}
blockquote {
	background: #ebebeb;
	border-top: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	color: #6c6c6c;
	font-size: 11px;
	margin: 0 0 15px;
	padding: 15px 50px 0;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0 0 15px 30px;
}
ul li, ol li {
	margin: 0;
	padding: 0 0 4px;
}
form {
	margin: 0;
	padding: 0;
}

/* Wrapper */
#wrapper {
	background: white;
	margin: 15px auto 0;
	width: 840px;
	padding-bottom: 10px;
	text-align: left;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
}

/* Header */
#head{
	height: 200px;
	background: url('images/ford.jpg') no-repeat right;
}
#head #left {
	padding: 59px 0 0 52px;
}
#head h1 a {
	color: #223367;
	font-family: Helvetica, Arial, Tahoma;
	text-transform: uppercase;
	font-size: 56px;
}
#head h1 a:hover {
	text-decoration: none;
}	
#head h3 {
	color: #999999;
	font-size: 11px;
	text-transform: uppercase;
}

/* Menu */
#menu {
	border-top: 1px solid #223367;
	border-bottom: 1px solid #223367;
	clear: both;
	margin-bottom: 15px;
	overflow: auto;
	width: 100%;
}
#menu form {
	float: right;
	padding: 5px 5px 0 0;
}
#menu .searchinput {
	border: 1px solid black;
	padding: 0;
	width: 169px;
	vertical-align: middle;
}
#menu .searchsubmit {
	vertical-align: middle;
	outline: none;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	display: inline; 
	margin: 0;
	padding: 0;
}
#menu ul li a {
	color: #333;	
	display: block;
	border-right: 1px solid #223367;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 12px;
	text-transform: uppercase;
}
#menu ul li a:hover {
	background: #223367;
	color: white;
	text-decoration: none;
}
#menu ul li.current_page_item a {
	background: #223367;
	color: white;
}

/* Content */
#content {
	background: white;
	float: left;
	margin-left: 15px;
	width: 512px;
}
#content h1 {
	font-size: 17px;
	font-weight: bold;
	font-family: helvetica, arial, tahoma, verdana;
}
#content h1 a {
	color: #2846a8;
}
#content h1 a:hover {
	text-decoration: none;
}
#content #search_title {
	background: url('images/search.png') no-repeat 0px 4px;
	font-size: 25px;
	margin-bottom: 15px;
	padding-left: 27px;
}
#content .post {
	background: url('images/pbg.jpg') repeat-x;
	border: 1px solid #B5B5B5;
	margin: 0 0 15px;
	padding: 5px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-topright: 10px;
}
#content .post .meta {
	color: #666;
	font-size: 11px;
}
#content .post .meta a {
	color: #999da1;
}
#content .post .meta .date {
	background: url('images/calendar.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content .post .meta .comments {
	background: url('images/comment.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content .post .meta .author {
	background: url('images/author.png') no-repeat 0px 0px;
	padding: 0 0 0 17px;
}
#content .post .entry {
	line-height: 20px;
	padding: 15px 0 0;
}
#content .post .entry h1 {
	font-size: 19px;
}
#content .post .entry h2 {
	font-size: 17px;
}
#content .post .entry h3 {
	font-size: 15px;
	font-weight: bold;
}
#content h3.archive_item {
	font-size: 15px;
	padding-top: 5px;
}
#content h1.archive_title {
	font-size: 17px;
	padding-bottom: 4px;
}
#content #postad {
	margin: 15px 0 5px;
	text-align: center;
}

/* Sponsors */
#sponsors {
	margin-bottom: 15px;
}

/* Comments */
#comments {
	background: transparent;
	font-size: 11px;
	margin-top: 20px;
}
#comments h3 {
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
}
#comments ol {
	list-style-type: none;
	padding: 0;
}
#comments ol li {
	padding: 0 0 10px;
}	
#comments .comment_text {
	background: #EEE;
	padding: 10px 5px;
}
#comments .comment_meta {
	background: #E5E5FF;
	height: 32px;
	padding: 5px;
}
#comments .avatar {
	float: right;
}
#comments .info {
	float: left;
	margin-top: 10px;
}
#comments #comment {
	width: 450px;
}
#comments input, textarea {
	border: 2px double #E0E0E0;
}
#comments textarea {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	font-family: Arial;
	font-size: 13px;
}
#comments #submit {
	background: white;
}
#comments ol li p {
	padding: 0;
}

/* Sidebar */
#sidebar {
	padding: 10px;
	margin-right: 15px;
	float: right;
	width: 220px;
	float: right;
}
#sidebar ul {
	margin: 0;	
	list-style-type: none;
	padding: 0;
}
#sidebar  li {
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#sidebar ul li {
	padding: 0 0 0 16px;
	background: url('images/list.png') no-repeat left bottom;
	margin: 0 0 5px 11px;
}
#sidebar h2.widgettitle {
	font-family: Arial, Tahoma, Helvetic;
	font-size: 16px;
	background: url('images/speed.png') no-repeat right bottom;
	padding: 2px 0px;
	border-bottom: 2px dotted #2C64B4;
	font-weight: bold;
	margin-bottom: 7px;
}
#sidebar .widget {
	padding-bottom: 15px;
}
#sidebar .rss_input {
	border: 1px solid #ccc;
	width: 139px;
	padding: 4px;
	margin: 7px 0;
}
#sidebar .rss_submit {
	background: #333;
	border: 0;
	color: white;
	-moz-border-radius: 10px;
	cursor: pointer;
	font-family: Tahoma; 
	padding: 5px;
	font-size: 12px;
}
#sidebar #sidead {
	margin-top: 15px;
	text-align: center;
}

/* Footer */
#footer {
	color: white;
	font-size: 11px;
	width: 840px;
	padding: 5px;
	margin: 0 auto;
}

/* Global Class */
.clear {clear: both;}
.floatLeft {float: left;}
.floatRight {float: right;}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.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;
}