/*  Theme Name: Ron ProctorVersion: 1.0Author: Aaron ProctorAuthor URI: http://web.aaronproctor.com/*/

html, body {
	background: #eee;
	margin:0;
	padding:0;
	}

body {	font-family: Helvetica, Arial, Georgia, Sans-serif;	font-size: 12px;	text-align: left;	vertical-align: top;	color: #000000;	}
	
#wrapper {
	color:#eee;
	margin: 0 auto;	width: 960px;	text-align: left;	}

#header {
	background:#eee;
	height:141px;
	overflow:hidden;
	width: 960px;	}
	#header #banner {
		float:left;
		width:640px;
		}
	#header #search {
		float:left;
		margin-top:50px;
		width:320px;
		}

#sidebar {
	background:#ddd;
	color:#333;
	float:left;
	width: 320px;	}
#container {
	background:#fff;
	color:#000;
	clear:left;	float: left;
	min-height:500px;	width: 640px;	}
#footer{
	clear: both;
	}
	#footer ul li { 
		display:inline;
		margin:0 10px 0 0;
		}

#subfooter{
	background:transparent;	clear: both;
	margin: 0 auto;	width: 960px;	}

div.gutter {
	padding:10px;
	}
	div.gutterDark {
		background:#333;
		padding:10px;
		}


/* Typography */

h1 {
	color:#00adef;
	font-size:2em;
	}
h2 {
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	}
h3 {
	font-size:1.6em;
	}
h4 {
	font-size:1.4em;
	}
h5 {
	font-size:1.2em;
	}

h3, h4, h5 {
	color:#666;
	font-weight:normal;
	margin-bottom:10px;
	}
	
p, div.post li {
	color:#333;
	line-height:1.5;
	margin-bottom:10px;
	}

small {
	font-size:90%;
	}

strong {
	color:#000;
	font-weight:bold;
	}

blockquote {
	border-left:10px solid #ddd;
	padding-left:10px;
	}

/* Links */

a:link, a:visited {
	font-weight:bold;	text-decoration: underline;	color: #00adef;	}a:hover{
	color:#000;	text-decoration: none;	}
	
/* Lists */

div.post ul, div.post ol { margin-left:30px; }
div.post ul li { list-style-type:square; }
div.post ol li { list-style-type:decimal; }

/* Sidebar */

#sidebar ul { 
	list-style:none;
	margin:0;
	padding:10px;
	}
#sidebar ul li, #sidebar ul li ul { padding:0; }
#sidebar ul li ul li { margin:0 0 0 10px; }

/* Search */

input {
	border:0;
	font-size:1.25em;
	margin-right:10px;
	padding:5px 10px;
	}
	input#searchsubmit { background:#0099ff; color:#fff; }