/*
Theme Name: Minivans Are Hot
Theme URI: http://www.minviansarehot.com
Description: The Three Column Blue WordPress Theme.
Version: 2.1 - 7.9.2010
Author: Joe McGill
Author URI: http://joemcgill.net
Tags: white, blue, fixed width, three columns, widgets
*/

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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: arial, sans-serif;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* begin global style
----------------------------------------------- */
body {
font-family: helvetica neue, helvetica, arial;
font-size: 13px;
line-height: 1.2em;
background: white url('img/header-wide2.jpg') repeat-x;
padding: 0;
margin: 0;
}

#container {
margin: 0 auto;
width: 960px;
}

h2 {
font-size: 1.5em;
margin-bottom: .5em;
}

h3 {
font-size: 1.2em;
margin-bottom: .5em;
}

a {
color: #af1e3c;
text-decoration: none;
}

p {
margin-bottom: 1em;
}

p img {
padding: 0;
max-width: 100%;
}
 

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.aligncenter, div.aligncenter {
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
}


/* begin header styles
----------------------------------------------- */
#head {
width: 100%;
}

h1 {
display: block;
width: 100%;
height: 107px;
margin-top: 0px;
text-indent: -9009px;
background: transparent url('img/header-v3.jpg') no-repeat center;
}

h1 a {
display: block;
width: 100%;
height: 100%;
outline: none;
}

#navbar {
width: 960px;
margin: 0 auto;
text-transform: uppercase;
font-size: 1 em;
display: block;
position: relative;
}

ul.nav {
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 100%;
background: transparent url('img/nav-bg2.jpg') repeat-x;
}

ul.nav li {
display: inline;
}

ul.nav li a {
padding: 13px 10px;
float: left;
font-weight: bold;
line-height: 1.1em;
text-decoration: none;
border-right: 1px solid #5d6c8c;
color: #eee;
}

ul.nav li a:hover {
background: #dfe9f5;
color: #1b2138;
}

ul.nav li.page-item-10 a {
border: none;
}

/* content section
----------------------------------------------- */
#content{
clear: both;
padding-top: 2em;
}

.main-section {
width:590px;
margin: 0 15px 0 10px;
float: left;

}

.main-section .post {
margin: 0 0 2em 0;
clear: both;
}

.main-section p {
clear: both;
}

.main-section p.post_date {
margin-bottom: 0;
}
.main-section .post_edit {
padding: 0 0 0 .5em;
}

.main-section ul, .main-section ol {
margin-left: 20px;
}

/* sidebar
----------------------------------------------- */
#sidebar {
width: 330px;
float: right;
margin-right: 10px;
}

#sidebar ul {
list-style: none;
}

#sidebar-wide-top{
width: 100%;
}

#sidebar-left {
width: 160px;
float: left;

}

#sidebar-right {
width: 160px;
float: right;
}

#sidebar-wide-bottom{
width: 100%;
clear: both;
}

#sidebar-wide-top div, #sidebar-left div, #sidebar-right div, #sidebar-wide-bottom div{
margin-bottom: 1em;
}

/* footer
----------------------------------------------- */
#foot {
clear: both;
width: 100%;
text-align: center;
color: #aaa;
font-size: .85em;
padding-top: 3em;
margin-bottom: 15px;
}

/* archives
----------------------------------------------- */
ul.car-list {
list-style: none;
margin-left: 0;
}

.car-yearmonth {
font-size: 1.5em;
font-weight: bold;
margin-bottom: 1em;
}

.car-yearmonth span, .car-monthlisting span {
display: none;
}

ul.car-monthlisting {
list-style: none;
margin: 1em 0 1.5em;
}

