/* @override http://www.ethandunham.com/wp-content/themes/informedDesigner/style.css */

/*  
Theme Name: 960 Wide Style
Theme URI: http://informeddesigner.com
Description: My custom wordpress theme
Version: 1.0
Author: Ethan Dunham
Author URI: http://fonthead.com/
*/



/* Begin Typography & Colors */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
a:link {
	color: #CC3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC3300;
}
a:hover {
	text-decoration: underline;
	color: #CC3300;
}
a:active {
	text-decoration: none;
	color: #CC3300;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight: normal;
}
.dateline {
	font-size: 9px;
	margin-top: 5px;
}
h1 {
	font-size: 24px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar ul {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-left: 0px;
	text-indent: 0px;
	padding-top: 0px;
	line-height: 13px;
}
#sidebar ul ul li, .page_item {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 10px;
	list-style-type: none;
	font-weight:normal;
	
}
.pagenav, .archivenav, .catnav, .metanav {
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: none;
	font-size: 11px;
	font-weight:bold;
	
}
h2 {
	font-size: 17px;
	line-height: 19px;
	margin-bottom: -9px;
	padding-bottom: 0px;
	margin-top: 24px;
}
code {
	background-color: #F8F7E4;
	padding: 10px 10px 10px 20px;
	display: block;
	border: 1px dotted #DDDBCA;
}
h3 {
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 5px;
}
html {
	height: 100%;
	}

body {
	background-color: #555555;
	background-image: url(resources/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
#maincontent {
	background-color: #ffffff;
}


#bodyContainer {
	width: 900px;
	padding: 20px 30px 30px;
}

.photo {
	margin-top: 15px;
	margin-bottom: 15px;
}
#content {
	padding: 20px;
	width: 460px;
	float: left;
}
h1 a,h1 a:link,  h1 a:visited {
	color: #333333;
}
#sidebar {
	width: 180px;
	float: right;
	min-height: 100%;
	font-size: 10px;
	line-height: 13px;
	padding: 20px;
}
#header {
	background-image: url(resources/header.gif);
	height: 60px;
	width: 800px;
}
#footer
	{
	
	height: 50px;
	width: 960px;
	background-color: #2e2d2a;
}

.postedLine {
	background-color: #f7f7f7;
	padding: 5px;
	padding-left: 10px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.navigation {
	clear: both;
	padding-bottom: 40px;
}
