/*  
Theme Name: AUSmotive 2.0
Theme URI: http://www.ausmotive.com/
Description: Two-column HTML5 Wordpress theme for AUSmotive. Based on Blue Box by Bob (http://www.blogohblog.com)
Version: 0.1
Author: Derek Mack 
Author URI: http://derekmack.com
Tags: CSS3, HTML5, blue, gray, stripes
*/

/* --------------------------------------------- 
Reset styles 
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	font-size: 100%;
	vertical-align:baseline;
	border:0;
	outline:0;
	background:transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes:none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* --------------------------------------------- 
Main styles
--------------------------------------------- */
body {
	background:#2a303c url(images/bg-main.png) repeat-x;	
	color:#3d3d3d;
	font:12px/1.5 'Asap', 'Helvetica Neue', Arial, sans-serif;
	margin:0;
	text-rendering:optimizeLegibility;
}

/* --------------------------------------------- 
HTML5 Elements
--------------------------------------------- */
header,
section,
article,
aside,
footer,
nav {
	display:block;
}

/* --------------------------------------------- 
Basic Typography
--------------------------------------------- */
h1 {
	color:#ff0000;
	font-size:22px;
	font-weight:bold;
	line-height:30px;
	margin:0 0 0.5em 0;
}
h2 {
	color:#ff0000;
	font-size:18px;
	margin:0 0 1.0em 0;
}
h3 {
	color:#ff0000;
	font-size:18px;
	margin:2.0em 0 1.0em 0;
}
h4 {
	color:#ff0000;
	font-size:15px;
	margin:1.5em 0 0.5em 0;
}
p {
	margin:0 0 1.0em 0;
}
a {
	color:#004c96;
	text-decoration:none;
}
a:visited {
	color:#3370ab;
}
a:hover {
	text-decoration:underline;
}
h1 a:hover {
	color:#a10008;
	text-decoration:none;
}
img {
	/*display:block;*/
}
ul {
	list-style:disc;
	margin:0 0 1.0em 1.0em;
}
ol {
	list-style:decimal;
	margin:0 0 1.0em 1.0em;
}

/* --------------------------------------------- 
Header & Navigation
--------------------------------------------- */
#page-header {
	padding:20px 20px 5px 20px;
}
#masthead {
	background:url(images/masthead-bg-72px.png) repeat-x;
	height:72px;
	margin-bottom:1px;
}
#masthead h1 {
	float:left;
	height:54px;
	margin:9px 10px;
	text-indent:-9999px;
	width:190px;
}
#masthead h1 a {
	background:url(images/logo-01.png) no-repeat;
	display:block;
	height:100%;
}
#masthead nav {
	height:24px;
	float:right;
	margin:25px 0 0 0;
}
#masthead nav ul {
	float:left;
	font-size:12px;
	line-height:24px;
	list-style:none;
	margin:0;
	padding:0;
}
#masthead nav ul li {
	background:url(images/slash-03.png) right 7px no-repeat;
	color:#fff;
	float:left;
	margin:0 6px 0 0;
	padding:0 16px 0 0;
}
#masthead nav ul li.last {
	background:none;
	padding-right:6px;
}
#masthead nav ul li a {	
	color:#f7cc25;
	font-weight:bold;
	text-transform:uppercase;
}
#masthead nav .searchform {
	float:left;
	margin:0 10px 0 0;
}
#masthead nav .searchform #s {
	background:#fff;
	border:none;
	font-size:11px;
	height:16px;
	margin:0;
	outline:none;
	padding:2px 6px;
	vertical-align:baseline;
	width:160px;
	
	-moz-border-radius:11px;
	border-radius:11px;
	-moz-box-shadow:inset 0 1px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:inset 0 1px rgba(0, 0, 0, 0.5);
	box-shadow:inset 0 1px rgba(0, 0, 0, 0.5);
}
#splash {
	margin-bottom:10px;
	width:100%;
}
#splash img {
	max-width:100%;
}
.pagenav {
	font-size:14px;
	height:36px;
	margin:0 20px 0 0;
}
.pagenav .next {
	float:right;
}
.pagenav .prev {
	float:left;
}

/* --------------------------------------------- 
Promos and Advertisements
--------------------------------------------- */
.promo {
	overflow:auto;
}
.ad-mobile {
	display:none;
}
.ad-wide {
	float:left;
}
.site-promo {
	float:right;
	height:90px;
	margin:0 0 5px 0;
	overflow:hidden;
	text-align:center;
	width:150px;
}
.site-promo .promotitle {
	display:none;
}
.site-promo div {
	height:100%;
}
.site-promo a {
	color:#f7cc25;
	display:block;
	height:100%;
	text-indent:-9999px;
}
.site-promo img {
	display: block;
}
.promo .site-promo .textwidget {
	margin-left:-5px;
}
#sidebar .site-promo {
	display:none;
}

/* --------------------------------------------- 
Post Content
--------------------------------------------- */
#page {
	background:#fff;
	margin:20px auto;
	max-width:930px;
}
#wrapper {
	background:url(images/wrapper-bg-01.png) left top repeat-y;
	clear:both;
	margin:0 0 20px 0;
	
	height:1%; /* IE FIX */
}
#main {
	background:url(images/stripe-bg.png) left top repeat-x;
	padding:0 20px;
}
#main:after {
	clear:both;
	content:'.';
	display:block;
	height:0px;
	visibility:hidden;
}
#content {
	float:left;
	padding:27px 0 0 0;
	width:550px;
}
#content img {
	height:auto;
	max-width:100%;
}
#content .objectwrapper {
	max-width:100%;
}
article.page,
article.post {
	margin:0 20px 0 0;	
}
article .entry {
	clear:both;
	font-size:14px;	
	margin:0 0 1.714em 0;
	padding: 0 0 1.714em 0;
}
article.post .entry {
	background:url(images/stripe-bg.png) left bottom repeat-x;
}
article footer,
article aside.share {
	font-size:12px;
	line-height:18px;
	-webkit-font-smoothing:subpixel-antialiased;
}
article.post footer p {
	color:#666;	
}
aside.share {
	background:url(images/stripe-bg.png) left bottom repeat-x;
	margin:0 0 2em 0;
	padding:1.5em 0 3em 0;
}
aside.share p {
	margin:0;
}

.addthis_toolbox {
	background:url(images/dotted-01.png) left 0.5em repeat-x;
	padding:1.86em 0 1.08em 0;
}

/* --------------------------------------------- 
Comments
--------------------------------------------- */
#comments .comment-container {
	background:#f7f7f7;
	border-bottom:1px solid #003466;
	border-top:2px solid #003466;
}

#comments h3 {
	color:#595959;
	margin:0;
	padding:15px 20px;
}
#comments article {
	border-bottom:1px solid #d7dce0;
	padding:1.5em 20px;
}
#comments article .comment-author {
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:0 0 9px 0;
}
#comments article .comment-date {
	float:right;
	margin:0 0 9px 0;
	text-align:right;
}
#comments article .comment-text {
	clear:both;
}
#comment-block,
#trackback-block,
#contact-block {
	background:#f7f7f7;
	border-bottom:1px solid #003466;
	border-top:2px solid #003466;
	margin:0;
	padding:0 0 1.5em 0;
}
#contact-block {
	margin-top:1.5em;
	padding-top:1.5em;
}
#comment-block h3,
#trackback-block h3,
#contact-block h3 {
	border-bottom:1px solid #d7dce0;	
}
#comment-block h3#respond {
	border:none;
}
.contact-form {
	padding:0 20px;
}
.contact-form label {
	color:#595959;
	display:block;
	margin-bottom:0.25em;
}
.contact-form input.text {
	font:12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	width:214px;
}
.contact-form input.submit {
	width:100px;
}
.contact-form textarea {
	font:12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
	height:143px;
	margin:2px 0;
	resize:vertical;
	width:484px;
}
#comment-tabs {
	height:27px;
	list-style:none;
	margin:0;
	padding:0;
}
#comment-tabs li {
	float:left;
}
#comment-tabs li a {
	background:#dee9f2;
	color:#004c96;
	float:left;
	font-size:14px;
	font-weight:bold;
	line-height:21px;
	margin:0 6px 0 0;
	padding:3px 0;
	text-align:center;
	text-transform:uppercase;
	width:120px;
	
	-webkit-font-smoothing:antialiased;
}
#comment-tabs li a.selected {
	background:#003466;
	color:#facc17;
}
/* Errors */
div.error {
	background:#ffe2e2;
	margin:0 0 1.5em 0;
	padding:1.5em 20px;
}
div.error a {
	color:#a10008;
}
div.error ul {
	margin-bottom:0;
}
p.error label {
	color:#a10008;
}
div.success {
	background:#effbdc;
	margin:0 0 1.5em 0;
	padding:1.5em 20px;
}
div.success p {
	margin-bottom:0;
}

/* --------------------------------------------- 
Sidebar
--------------------------------------------- */
#sidebar {
	float:right;
	padding:20px;
	width:300px;
}
#sidebar .sidebar-content,
#sidebar .ad-square,
#sidebar .ad-skyscraper {
	margin:0 0 1.5em 0;
}
#sidebar h2 {
	background:#003466;
	color:#facc17;
	font-size:14px;
	line-height:21px;
	margin:0 0 1em 0;
	padding:3px 6px;
	text-transform:uppercase;
	text-indent:-9999px;
}
#sidebar #latest-articles h2 {
	background:url(images/latest-articles.png) no-repeat;
}
#sidebar #latest-comments h2 {
	background:url(images/latest-comments.png) no-repeat;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	
	-webkit-font-smoothing:subpixel-antialiased;
}
#sidebar ul li {
	background:url(images/slash-01.png) left 4px no-repeat;
	padding:0 0 6px 15px;
}
#sidebar ul li a {
	font-weight:bold;
	font-size:11px;
}

/* --------------------------------------------- 
Archive & Search
--------------------------------------------- */
.archive article.post,
.search article.post {
	background:url(images/dotted-01.png) left bottom repeat-x;
	margin-top:1.5em;
	padding:0 0 0.5em 0;
}
.archive article.post h1,
.search article.post h1 {
	font-size:18px;
	line-height:1.333;
	margin:0 0 1em 0;
}
.archive .entry-summary,
.search .entry-summary {	
	clear:both;
	font-size:14px;
}
.archive .pagenav,
.search .pagenav {
	margin-top:20px;
}

/* --------------------------------------------- 
Categories
--------------------------------------------- */
#categories {
	background:#003466;	
	margin:5px 0 0 0;
	overflow:auto;
}
#categories label {
	color:#facc17;
	font-size:12px;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
}
#categories .dropdowns {
	height:24px;
	padding:16px 20px 14px 20px;
}
#categories .dropdowns select {
	display:inline;
	width:160px;
}
#categories .dropdowns select {
	margin-right:20px;
}
.category-columns {
	background:url(images/stripe-bg-02.png) repeat-x;
	font-size:11px;
	line-height:15px;
	overflow:auto;
	padding:26px 0 20px 20px;
}
.category-columns ul {
	list-style:none;
	margin:0;
}
.cat-col {
	float:left;
	margin:0;
	text-transform:uppercase;
	width:20%;
}
.cat-col a {
	color:#809ab3;
}
.cat-col .children li {
	background:url(images/slash-02.png) left 3px no-repeat;
	padding:0 0 0 12px;
}

/* --------------------------------------------- 
Footer
--------------------------------------------- */
#page-footer {
	background:#eaf3fa url(images/stripe-bg.png) left top repeat-x;
	clear:both;
	padding:20px;
}
#siteinfo {
	background:#00386d url(images/masthead-bg-54px.png) repeat-x;
	clear:both;
	height:54px;
	margin:1px 0 0 0;
}
#siteinfo h1 {
	float:left;
	height:36px;
	margin:9px 0;
	text-indent:-9999px;
	width:170px;
}
#siteinfo h1 a {
	background:url(images/logo-02.png) no-repeat;
	display:block;
	height:100%;
	margin:0 10px;
}
#siteinfo nav {
	height:18px;
	float:left;
	margin:21px 0 0 0;
}
#siteinfo nav ul {
	float:left;
	font-size:12px;
	line-height:18px;
	list-style:none;
	margin:0;
	padding:0;
}
#siteinfo nav ul li {
	background:url(images/slash-03.png) right 4px no-repeat;
	color:#fff;
	float:left;
	margin:0 6px 0 0;
	padding:0 16px 0 0;
}
#siteinfo nav ul li.last {
	background:none;
}
#siteinfo nav ul li a {
	color:#f7cc25;
	font-weight:bold;
	text-transform:uppercase;
}
#sitemode {
	display:none;
}