/*
Theme Name: Vanderbilt
Theme URI: http://howwedrive.com/
Description: Custom Theme for Tom Vanderbilt's blog, How We Drive
Version: 1.6
Author: Jefferson Rabb
Author URI: http://jeffersonrabb.com/


	Vanderbilt
	

	This theme was designed and built by Jefferson Rabb.

	
*/



body {
	background-color: #797c7b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #171515;
}
a {
	color: #147a6a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Begin Images */
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 {
	border: 0;
}
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
	}
/* End Images */


.sidebar_image {
	float: left;
}
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;

}
#nav_bar {
	width: 100%;
	height: 29px;
	background-image: url(images/sign_bg.jpg);
}
#footer {
	width: 860px;
	background-image: url(images/sign_bg.jpg);
	font-size: 12px;
	color: #e6ebe4;
	text-align: center;
	padding: 10px 20px 10px 20px;
}
#footer a {
	color: #f68e73;
}
#main {
	background-color: #d6ecde;
	background-image: url(images/main_bg.jpg);
	overflow: hidden;
	width: 900px;
	
}
#left_col {
	width: 687px;
	float: left;
}
#right_col {
	width: 213px;
	float: left;
	font-size: 12px;
}
#left_col .wrap {
	padding: 10px 50px 10px 50px;
}
#asphault_bl {
	width: 687px;
	float: left;
}
#asphault_br {
	width: 213px;
	float: left;
}
.img_set {
	padding-left: 19px;
}
#right_col .wrap {
	padding-left: 19px;
	padding-right: 10px;
	
}
.sign {
	margin-top: 10px;
	margin-bottom: 10px;
}
#right_col ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 0;
	border: none;		
}
#right_col li, #right_col li a {
	color: #000000;
	font-size: 12;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}
#right_col li a:hover {
	text-decoration: underline;
}
.sign {
	width: 213px;
	overflow: hidden;

}

h1.pagetitle {
	font-size: 22px;
	font-weight: bold;
	color: #352e2e;
	padding: 0;
	margin: 0;
}

.post {
	line-height: 20px;
}
h2.posttitle   
{
	font-size: 19px;
	font-weight: bold;
	color: #352e2e;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 1px solid #444040;
}

.posttitle a {
	color: #352e2e;
	text-decoration: none;
}


.posttitle a:hover	{
	text-decoration: none;
}
.datestamp {
	font-size: 11px;
	color: #a2a4a3;
}
.postwrap
{
overflow:hidden;
width: 100%
}
.entry {
	padding-top: 10px;
}
.entry a {
	
}
.postmetadata
{
font-size: 11px;
display:block;
padding: 5px;
text-align: left;
background: #e7e8e9;
color:#000;
border-left: 8px solid #EDECB7;
}

#content .postmetadata
{
padding-left: 5px;
}

.postmetadata a
{
border: none;
color: #000;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #000;
}
.boilerplate .linkbuttons {
	display: none;
}
div.bookmarkify {
	padding-top: 20px;
}