#blog_main, #blog_post {
	width:60%;
	min-width:600px;
	margin:auto;
	padding:1em;
}
#blog_post {
	width:75%;
}

#blog_postlink {
	text-align:right;
	margin-bottom:0.25em;
}

.blog_post, .blog_comment {
	margin-top:1.5em;
}

.blog_post p.permalink, .blog_comment p.permalink {
	float:right;
	text-align:right;
}

.blog_post p.details, .blog_comment p.details {
	font-size:0.9em;
	border-bottom:1px solid #4CAEFF;
	margin-bottom:1.5em;
	cursor:default;
}

.blog_post h2.title a {
	color:#000;
	text-decoration:none;
}
.blog_post h2.title a:hover {
	text-decoration:underline;
}

.blog_comments {
	margin-top:1em;
}

.blog_comment {
	border:0;
	margin-top:1em;
}

#blog_main h1.postheader {
	margin-bottom:0.5em;
}

#blog_postcomment, #blog_commentsdisabled {
	font-style:italic;
}

#blog_catname {
	margin-bottom:0.75em;
}

#blog_sidebar {
	margin-top:1.5em;
	float:right;
	padding:1em;
	width:15em;
}

#blog_sidebar #blog_categorylist {
	list-style-type:none;
}

#blog_postnav {
	width:100%;
	margin-top:1em;
	border-top:1px solid #4CAEFF;
}

