/*  
Theme Name: Bechtel 2.5
Theme URI: http://stefanbechtel.com/
Description: Redesign of Stefanbechtel.com
Version: 2.5
Author: Steve Johnson
Author URI: http://ontality.com/
*/


/*
BASIC ELEMENTS --------------*/

body
{
	padding: 0;
	margin: 0;
	font:62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	min-width: 850px; /* Fix NN6 window resize bug */
	background: url(../images/bodybg.gif);
}

img
{
	border: 0;
}

/*
LAYOUT ELEMENTS --------------*/

#page
{
	width: 85em;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
	padding: 0;
}

/*
HEADER --------------*/

#header
{
	position: relative;
	width: 82em;
	height: 225px;
	background:url('../images/header.jpg') no-repeat 0 0;
	margin: 0;
	padding: 0;
}

#header h1
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 85px;
	left: 135px;
	font-size: 18px;
}

#header h1 a, #header h1 a:visited
{
	text-decoration: none;
	color: #036cc8;
}

#header h1 a:hover
{
}

div.description
{
}


/*
CONTENT AREA --------------*/

#content
{
	width: 60em;
	display: inline;
	float: left;
	margin: 5px 0 0 19em;
	padding: 15px;
	background: url(../images/contentbgdark.gif);
	color: #ffffff;
}

.post
{
}


#content img
{
	border: 0;
} 

#content h1, #content h2, #content h3, #content h4
{
	color: #ffffff;
}

#content h2
{
	font-size: 2.4em;
	color:#dddddd;
	border-bottom: 2px dotted #999;
	/*	todo: make this line into a background image */
	background-color: #666;

	margin: 15px 0;
	padding: 4px;
}

#content h2 a {
color: #c8f7fd;
text-decoration: none;
}

#content h2 a:hover {
text-decoration: underline;
}

#content h3
{
	font-size: 1.6em;
	margin-bottom: 2em;

}	

#content h3 a
{
	
	color:#7ab7db;
}
	
#content h4
{
	font-size: 1.4em;
}

#content h4 a
{
	color:#abc507;
}	
	
#content p
{
	color: white;
	font-size: 1.4em;
 	line-height: 140%;	
}

#content blockquote 
{
	border-left: 5px solid #888;
	padding: 0 0 0 8px;
	margin-left: 8px;
}

#content blockquote p
{
	color: #bbb;
}

small
{
}

#content p a
{
	color: #ceff89;
	text-decora
}

#content p a:visited
{
}

#content p a:hover
{
}

#content ul
{
	font-size: 1.2em;
}

#content table td
{
	
}

table.books td 
{
	font-size: 12px;
	padding: 6px;
}

table.books a {display:block; margin-bottom: 5px;}
table.books td {}
table.books p {}

img.padded {padding: 0 10px 10px 10px}

form table th
{
	font-size: 11px;
}


/*
SIDEBAR --------------*/

#sidebar
{
	float:left;
	width: 17.2em;
	margin: 5px 0 2em -82em;
	padding: 0 0 0 .8em;
	background: #fff;
}

#sidebar h3
{
	color: #40550d;
	font-size: 1.4em;
	margin: 1em 0 0 0;
	background-color: #dbe9ee;
	padding: 3px;
}

#sidebar h3.first
{
	margin: 0;
}

#sidebar ul
{
	margin: 1em 0;
	padding: 0 0 6px 6px;
	font-size: 1.1em;
	list-style-type: none;
}

#sidebar li
{
	display:block;
	margin: 0.3em 0 .4em 0;
}

#sidebar ul li a
{
	color: #777;
	text-decoration: none;
}

#sidebar ul li a:hover
{
	color: #ffffff;
	background: #777;
}

#sidebar p
{
	font-size: 1.2em;
	font-style: italic; 
	color: #969696;
}

#sidebar p a, #sidebar p a:visited
{
	color: #555;
}



/*
FOOTER --------------*/

div.clear
{
	clear:both;
}

#footer
{
	clear:both;
	float:left;
	width: 85em;
	height: 1em;
	padding: 0 0 1px 0;
}

#footer p {
	margin: 1em 1em 0 0;
	padding: 5em 0.4em 0.4em 0;
}

#footer a, #footer a:visited {
	color: blue;
}

/*
MAIN NAVIGATION  --------------*/

#nav ul
{
	position: absolute;
	bottom: 0px;
	left: 4px;
	list-style: none;
	padding: 0;
	border: none;
	display:block;
	float:left;
}

#nav li
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
}

#nav a
{
	color: #ffffff;
	display: inline;
	width: auto;
	text-decoration: none;
	padding: 0 1em 0 1.2em;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: lowercase;
}

#nav a:hover, #nav a:active 
{ 
	text-decoration: underline;
}

