/*  
Theme Name: CooleyWindsor.com

*/

html {
	overflow-y: scroll;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
}

#header {
	
}

#content {
	font-size: 1.2em
}

#footer {
	
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}
.entry {
	line-height:1.3em;
}
h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	color:#a51011;
	padding:0;
	margin:0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}



#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:justify;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #4d76b2;
	text-decoration: none;
	}

a:hover {
	color: #4d76b2;
	text-decoration: underline;
}

.current_page_item a, .current_page_item a:hover {
	color:#a51011;
}

.review_author {
	position:relative;
	float:left;
	padding-bottom:1em;
	width:365px;
	border-bottom:1px dotted #4d76b2;
}

.divider {
	margin-top:1em;
	height:1px;
	border-bottom:1px dashed #4d76b2;
	width:365px;
}

.divider_red {
	margin-top:1em;
	height:1px;
	border-bottom:1px solid #a51011;
	width:365px;
}

.indent {
	padding-left:15px;
	
}

.section_title {
	position:relative;
	float:right;
	font-weight:bold;
	
	
}

.section {
	clear:both;
	text-align:justify;
	line-height:1.6em;
}

.sing {
	padding:0 0 0 30px;
	font-style:italic;
	
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	}

#page {
	background-color: white;
	margin: 20px auto 0 auto;
	padding: 0;
	width: auto;
	}

#header {
	
}

#content {
	margin:0 auto;
	width:453px;
}

.entry {
	
	height:700px;
}
.post {
	margin: 0;
	border-top:1px solid #4d76b2;
	padding-top:12px;
	text-align: left;
	clear:both;
	}

.post hr {
	display: block;
	}
#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 1em 0 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */







/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	float:left;
	display: block; 
	list-style: none;
	text-align:center;
	padding:0 12px;
	padding-bottom: 11px;
	font-size:1.2em;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	

/* End Entry Lists */





/* Begin Sidebar */
#sidebar {
	margin:0 auto;
	width: 475px;
	
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


