@charset "utf-8";
/*
Theme Name: Automotive Defense
Theme URI: http://automotivedefense.com
Description: Custom theme for Ferreira & Co
Version: 1.0
Author: Jasper Espejo
Tags: 

Ferreira & Co by Jasper Espejo || http://automotivedefense.com
Copyright belongs to the author.
*/

@import url(reset.css);
@import url(960.css);
@import url(text.css);

html {

}

body {
	background: #000 url(images/bg.gif);
	height: 100%;
}

#wrapper {
	width: 820px;
	margin: 0 auto;
}

#banner {
	background: url(images/banner.png) no-repeat;
	width: 820px;
	height: 98px;
	text-indent: -9999px;
	overflow: hidden;
}

#page_top {
	background: url(images/innertop-bg.png) no-repeat;
	height: 50px;
	width: 820px;
	clear: both;
}

#flash {
	background: url(images/flash-bg.jpg);
}

/* menu */

#nav {
	background: url(images/nav.png) no-repeat;
	height: 32px;
	width: 820px;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#nav li a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	zoom: 100%;
}

#nav1 a, .page-item-3 a {width: 97px;}
#nav2 a, .page-item-2 a {width: 107px;}
#nav3 a, .page-item-6 a {width: 210px;}
#nav4 a, .page-item-9 a {width: 185px;}
#nav5 a, .page-item-11 a {width: 110px;}
#nav6 a, .page-item-13 a {width: 90px;}

#nav1 a:hover, #nav1 a.active, .page-item-3 a:hover, html>body .page-item-3.current_page_item a {background: url(images/nav-on.png) no-repeat 0 0;}
#nav2 a:hover, #nav2 a.active, .page-item-2 a:hover, html>body .page-item-2.current_page_item a {background: url(images/nav-on.png) no-repeat -97px 0;}
#nav3 a:hover, #nav3 a.active, .page-item-6 a:hover, html>body .page-item-6.current_page_item a {background: url(images/nav-on.png) no-repeat -204px 0;}
#nav4 a:hover, #nav4 a.active, .page-item-9 a:hover, html>body .page-item-9.current_page_item a {background: url(images/nav-on.png) no-repeat -414px 0;}
#nav5 a:hover, #nav5 a.active, .page-item-11 a:hover, html>body .page-item-11.current_page_item a {background: url(images/nav-on.png) no-repeat -599px 0;}
#nav6 a:hover, #nav6 a.active, .page-item-13 a:hover, html>body .page-item-13.current_page_item a {background: url(images/nav-on.png) no-repeat -709px 0;}

/* home */

.leftcol {
	float: left;
}

.rightcol {
	float: right;
}

#home_content {
	background: #000 url(images/home-bg.png) no-repeat center top;
	width: 820px;
}

#home_content .leftcol {
	width: 270px;
	margin: 0 0 40px 60px;
	_margin: 0 0 40px 40px;
}

#home_content .rightcol {
	width: 270px;
	margin: 0 60px 40px 0;
	_margin: 0 40px 40px 0;
}

/* inner page */

#inner_content {
	background: #000 url(images/innerpage-bg.png) no-repeat left top;
	width: 820px;
}

#inner_content .leftcol {
	width: 225px;
	margin: 30px 0 40px 40px;
	_margin: 30px 0 40px 20px;
	font-size: 11px;
}

#inner_content .rightcol {
	width: 420px;
	margin: 30px 40px 40px 0;
	_margin: 30px 20px 40px 0;
}

/* side links */

#sidelinks {
	margin: 10px 0;
	font-size:12px !important;
}

#sidelinks a {
	text-decoration:none !important;
}

/* footer */

#footer {
	background: url(images/footer-bg.png) no-repeat center top;
	height: 25px;
	width: 700px;
	padding: 46px 60px 10px 60px;
	font-size: 10px;
}

#footer .leftcol, #footer .rightcol {
	width: auto;
}

#footer ul {
	background: url(none) !important;
	margin: 0;
	padding: 0;
	float: right;
}

#footer ul li {
	list-sytle: none;
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	line-height: 10px;
}

#footer a {
	color: #d04101;
	text-decoration: none;
	background: url(none) !important;
	padding: 0 10px;
	display: inline;
	width: auto;
	line-height: 10px;
	text-transform: uppercase;
	border-right: 1px solid #999;
}

/* blog */

h3.h_widget {
	font-size: 12px;
	font-weight: bold;
}

.storytitle {
	margin: 0;
	padding: 0;
	color: #d04101;
}

.meta {
	font-size: 10px;
}

.blog_text {
	padding-top: 20px;
}

.post {
	margin-top: 20px;
}

/* blog comment */

textarea#comment, input#author, input#email, input#url {
	width: 420px;
	background: #ccc;
	border: 1px solid #f4f4f4;
}

h2#comments, h2#postcomment {
	font-size: 14px;
}


/* contact form */

.contact_form label {
	width: auto;
	display: block;
	margin-bottom: 10px;
	vertical-align: top;
	text-align: left;
}

.contact_form li {
	margin-bottom: 10px;
}

.reqtxt, .emailreqtxt {
	font-size: 10px;
	color: #ff9900;
	padding: 0 10px;
}

#usermessagea, .cf_info success {
	font-size: 12px;
	color: #ff9900;
	padding: 20px 0;
}

.contact_form .single, .contact_form .area{
	background: #ccc;
	border: 1px solid #f4f4f4;
}

.contact_form input#sendbutton, #submit {
	color: #ffcc00;
	background: #d04101;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #f4f4f4;
	font: bold 11px Arial, Helvetica, sans-serif !important;
}

.contact_form fieldset {
	background: none;
}

/* twitter */

.textwidget {
	margin-bottom: 10px;
}

#twitter_div h2.sidebar-title {
	font-size: 14px !important;
	font-weight: bold !important;
	margin-bottom: 10px !important;
}

#twitter_update_list li {
	list-style:none;
	margin: 0;
	padding: 5px;
	border-bottom: 1px dotted #999999;
}
#twitter-link {
	font-size: 10px !important;
}

#cformsform {
	border: 1px solid #666666;
	padding: 10px;
	background: #333333;
}

#cformsform ol li {
	list-style: none;
}
#cformsform fieldset, #cformsform p {
	margin: 0;
	padding: 0;
}

#cformsform #sendbutton {
	margin-left: 28px;
}