/* 

Theme Name: American Highway Project
Theme URI: http://www.highwayproject.org/blog/wp-content/themes/ahp
Description: Template for Edgar Praus's AHP blog
Author: Dave Beach
Author URI: http://www.angry-pigeon.com
Version: v1.0

*/


/* --------------- Defaults --------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font: 10pt "Verdana", "Helvetica", sans-serif;
	background: #666666;
}



/* --------------- Header --------------- */
div#header {
	width: 715px;
	background: #666666;
}

div#header img#logo {
	position: relative;
	top: 20px;
}

div#header div#navBar {
	position: relative;
	top: 3px;
	left: 295px;
}

div#header div#navBar img {
	margin-left: 12px;
}

div#header img#headerBar {
	position: relative;
	bottom: 3px;
}



/* --------------- Main --------------- */
div#main {
	background:transparent;
	width:490px;
	padding:10px;
	float: left;
	position: relative;
	top: -23px;
	left: -11px;
}

div#main h2 {
	color: #ffffff;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

div#main div.post div.storycontent {
	color: #ffffff;
	font: 12px "Verdana", "Helvetica", sans-serif;
	line-height: 1.5em;
}

div#main div.post div.storycontent a {
	color: #ffffff;
	font: 12px "Verdana", "Helvetica", sans-serif;
	line-height: 1.5em;
	text-decoration: underline;
}

div#main div.post h3 a {
	color: #ffffff;
	font: 12px "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	text-decoration: none;
}

div#main div.post div.feedback a {
	font: 12px "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	color: #ffffff;
}

div#main h3#comments {
	font: 12px "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	color: #ffffff;
}

div#main ol.commentlist {
	list-style: none;
}

div#main ol.commentlist li {
	color: #ffffff;
}

div#main h3 {
	color: #ffffff;
}

div#main form#commentform p {
	color: #ffffff;
	line-height: 1.7em;
}



/* --------------- Sidebar --------------- */
div#sidebar {
	background:transparent;
	width: 130px;
	float: right;
	position: relative;
	top: 2px;
}

div#sidebar li {
	list-style-type: none;
}

div#sidebar li a {
	color: #ffffff;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	text-decoration: none;
}

div#sidebar li a:hover {
	text-decoration: underline;
}



/* --------------- Footer --------------- */
div#footer {
	width: 715px;
	clear: both;
}

div#footer div#bottomLinks {
	position: relative;
	top: 12px;
}

div#footer div#bottomLinks h4 {
	color: #cccccc;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

div#footer div#bottomLinks a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

div#footer div#bottomLinks a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}



/* --------------- Archive --------------- */
div.narrowcolumn {
	background:transparent;
	width:490px;
	padding:10px;
	float: left;
	position: relative;
	left: -11px;
	top: -11px;
}

div.narrowcolumn h2 {
	color: #ffffff;
	font: 12px "Lucida Grande", "Lucida Sans", "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

div.narrowcolumn div.post h3 a {
	color: #ffffff;
	font: 12px "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	text-decoration: none;
}

div.narrowcolumn div.post h3 a:hover {
	color: #ffffff;
	font: 12px "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

div.narrowcolumn div.post small {
	color: #ffffff;
	font: 8px "Verdana", "Helvetica", sans-serif;
	font-weight: bold;
	line-height: 1.5em;
}

div.narrowcolumn div.entry {
	color: #ffffff;
	font: 12px "Verdana", "Helvetica", sans-serif;
	line-height: 1.5em;
}

div.narrowcolumn div.entry a {
	color: #ffffff;
	font: 12px "Verdana", "Helvetica", sans-serif;
	line-height: 1.5em;
	text-decoration: underline;
}



/* --------------- Div ID's --------------- */

div#content {
	margin: auto;
	width: 715px;
	text-align: left;
	position: relative;
}

div#wrapper {
	width: 715px;
	margin: 0 auto;
	background: #666666;
}

/* --------------- Classes --------------- */
hr.clear {
	clear:both;
	display:block;
	visibility:hidden;
}