div#blog {
	float: left;
	display: inline;
	width: 690px;
}

div#blog .thindivider {
	margin: 10px 0 20px;
}

div.post .leftbar, div.comment .leftbar {
	float: left;
	display: inline;
	width: 210px;
	margin: 40px 0 0;
}

div.post .comment_count {
	height: 20px;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1em;
	padding: 0 0 0 30px;
	background: url("/images/site/comment_icon.png") no-repeat;
}

div.post .leftbar .comment_count {
	margin: 0 0 0 40px;
}

div.post .breadcrumbs {
	margin: 0 0 15px;
}

div.post h2.post_title {
	color: #666;
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0px;
}

div.post .post_info {
	font-style: italic;
	margin-bottom: 10px;
}

div.post .comment_link {
	float: right;
	display: inline;
	height: 20px;
	line-height: 1.1em;
	padding: 0 0 0 25px;
	background: url("/images/site/comment_icon.png") no-repeat;
}

div.post h2 {
	color: #666;
	font-weight: normal;
}

div.comment {
	line-height: 1.2em;
}

div.comment .leftbar {
	margin-top: 20px;
}

div.comment .content_narrow {
	margin-top: 20px;
}

div.comment .comment_author {
	text-align: right;
	color: #999;
	padding: 0 35px 0 0;
	background: url("/images/site/comment_indicator.png") right no-repeat;
}

div.comment .comment_author a {
	font-weight: bold;
}

div.comment h2 {
	color: #666;
}

div.comment form label {
	width: 70px;
}

div.comment form div.spacer {
	margin-left: 75px;
}

div.comment textarea {
	width: 410px;
}