

/* Blog Structure */


#main_page_content {
	float:left;
	width:550px;
	margin: 2.5em 0 0 55px;
}

#subpage_content { 
	float:left; 
	width:550px; 
	padding: 2.5em 0 0 55px;
}

#single_post_content { 
	float:left; 
	width:600px; 
	padding:2.5em 0 0 100px;
}

#sidebar {
	float:right;
	width:265px;
	margin-right:20px;
	margin-top: 60px;
	
}

/* Begin Typography & Colors */

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	}
	
h2 {
	font-size: 16px;
	}

h2.pagetitle {
	font-size: 1.3em;
	margin: 0px;
	}
	
h2.comments_header {
	font-size: 1.3em;
	margin: 20px 0;
	}

#sidebar h2 {
	font-size: 18px;
	margin: 8px 0;
	}

h3 {
	margin:10px 0 5px 0;
	font: normal 1.8em "Times New Roman", Times, serif;
	color: #1d4c6f;
	}

h3, h3 a:link, h3 a:visited {
	color: #1d4c6f;
	}
h2, h2 a, h2 a:visited {
	color: #333;
}

h2 a:hover, h3 a:hover {
	color: #003;
	text-decoration: none;
}

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;
	font-weight: normal;
	}

.entry p a:visited {
	color: #b85b5a;
	}
	
.entry p {
	text-indent:2em;
	margin: 0 auto 1em;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
	
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
	
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin-bottom: 0.8em;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	margin: 5px auto 0.8em;
	}


small, #sidebar ul ul li, #sidebar ul ol li, #sidebar ul, .nocomments, .postmetadata, blockquote, strike {
	/*color: #777;*/
	list-style:none;
	}

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

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



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	text-indent:0px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


.postmetadata {
	color:#666;
	font-size:15px;
	padding-bottom:25px;
}

.navigation {
	margin: 0 auto 35px;
	color:#666;
	font-size:0.85em;
	clear:both;
	overflow:auto;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-width:0;
	}

img.alignright {
	padding: 3px;
	margin: 5px 0 0 12px;
	display: inline;
		border-width:0;
	}

img.alignleft {
	padding: 3px;
	margin: 5px 12px 0 0;
	display: inline;
		border-width:0;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

	/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #CCC;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-indent:0px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	text-indent:0px;
}
/* End captions */