/* Section Headers */
#content h2.blog_section_title {
	float: left;
}

.archive_header a.back {
	border-right:1px solid #CCCCCC;
	display:block;
	float:left;
	margin-right:10px;
	padding-right:10px;
}

.archive_header {
	display: block;
	background: #eeeeee;
	margin: 0 10px 2em 0;
	padding: 10px;
	text-align: left;
	height: 20px;
}

/* Pagination */
.pagination {
	display: block;
	background: #eeeeee;
	margin: 0 10px 2em;
	padding: 10px;
	text-align: left;
	height: 20px;
}

.alignleft {float: left;}
.alignright {float: right;}

/*********** Blog Posts **********/
#blog_posts {
	display: inline-block;
	text-align: left;
	float: left;
	padding-left: 10px;
}

#blog_posts li {
	margin-bottom: 80px;
	width: 600px;
}

#blog_posts .post_body {
	margin-bottom: 40px;
	border-left: 1px solid #eee;
	padding-left: 10px;
	margin-left: -11px;
}

#blog_posts header {
	position: relative;
	height: auto;
	display: block;
}

#blog_posts h2 {font-size: 2em; line-height: 1.4em;}
#blog_posts h2 a {color: #222; text-decoration: none;}
#blog_posts h2 a:hover {text-decoration: underline;}

.post_info {
	font-family: futura;
	margin-top: -1em;
	margin-bottom: 1em;
	display: block;
	text-transform: uppercase;
}
.post_info .date {color: #888;}
.post_info a {text-transform: uppercase;}

.date_tags {
	position: absolute;
	text-align: right;
	display: block;
	width: 140px;
	left: -160px;
	text-transform: uppercase;
	color: #888;
	font-size: .9em;
	top: 0;
}

.tags {display: block;}

#blog_posts .post_content {
	position: relative;
	color: #444;
	line-height: 1.5em;
	/* border-left: 1px solid #ddd;
	padding: 0 10px;
	margin-left: 160px; */
	padding: 0 10px 0 0;
}

#blog_posts .post_content h3 {
	font-family: 'futura', helvetica, sans-serif;
	font-size: 1.4em;
	margin-bottom: .5em;
	margin-top: 1em;
	line-height: 1.4em;
	color: #222;
}

#blog_posts .post_content h4 {
	font-size: 1em;
	margin-bottom: .5em;
	margin-top: 1em;
	line-height: 1.4em;
	color: #222;
	font-weight: bold;
}

#blog_posts .post_content em {font-style: italic;}

blockquote {
	background: #eeeeee url('../images/quote_bg.png') center 10px no-repeat;
	padding: 3em 1em 0;
	margin-bottom: 1em;
	font-style: italic;
	color: #444;
}

/* Comments */
#blog_posts .post_comments {
	background: #fff9e5;
	padding: 1em 0;
	margin-top: -30px;
	margin-left: -11px;
}

#blog_posts .post_comments_main {
	padding: 0 10px;
}

#blog_posts .post_comments h2 {
	font-size: 1.5em;
}

#blog_posts .post_comments li {
	position: relative;
	margin-bottom: 1em;
	width: auto;
}

#blog_posts .comment_info {
	position: absolute;
	text-align: right;
	display: block;
	left: -160px;
	width: 140px;
	font-size: .9em;
	line-height: 1.2em;
	padding-top: .2em;
	text-transform: uppercase;
}

.comment_author, .comment_date {display: block;}
.comment_author {
	color: #4e4d49;
	margin-bottom: .5em;
}
.comment_date {
	color: #908d83;
}

.post_comments .comment_content {
	min-height: 4em;
}

/* Comments input */
#blog_posts .post_comments_new {
	margin-top: 10px;
	padding: 0 10px;
	display: block;
}

.newcomment_name, .newcomment_email, .newcomment_website {
	width: 180px;
	height: 1.5em;
	margin-bottom: 1em;
	margin-right: .5em;
	padding: 2px 3px 0;
}

.newcomment_content {
	width: 430px;
	height: 120px;
	padding: 2px 3px 0;
	display: block;
	margin-bottom: 1em;
}

.moderated {
	display: block;
	padding: 10px;
	background: #d1ebf5;
	font-weight: bold;
	margin-bottom: .5em;
	text-align: center;
}

.caption {font-size: .9em; color: #424242; vertical-align: middle;}

.required {
	color: #b22c2c;

}

/* Sidebar */
#sidebar {
	display: inline-block;
	float: right;
	width: 220px;
	margin-left: 100px;
	text-align: left;
	margin-right: 10px;
}

#sidebar h2 {
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#sidebar #rss {position: absolute; right: 0; top: 3px; padding: 0;}

#sidebar section {
	margin-bottom: 2em;
	display: block;
	position: relative;
}

#sidebar a {text-decoration: none; display: block; padding: .5em 0;}
#sidebar a:hover {text-decoration: underline;}

#sidebar li {
	border-bottom: 1px solid #ddd;
	display: block;

}
#sidebar .post_title, #sidebar .archive_month {width: 150px;}
#sidebar .post_date, #sidebar .archive_count {

	text-transform: uppercase;
	color: #888;
	float: right;
}

#sidebar #tags h2 {margin-bottom: .5em;}
#sidebar #tags a {display: inline; padding: 0;}
