.blog_thumb {
	width: 80px;
	border: 1px solid #4b8099;
	float: left;
	margin-right: 10px;
}
.blog_blurb {
	width: 370px;
	float: left;
}
.blog_date {
	padding-top: 5px;
	clear:both;
	font-size: 11px;
	color: #999;
}
.blog_img {
	width: 250px;
	float: right;
	border: 1px solid #4b8099;
	margin: 0px 0px 10px 10px;
}
#addcomment {
	padding: 10px;
	background-color: #efefef;
	border: 1px solid #4b8099;
}
.blog_year {
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
	background-image: url(/images/arrow_down.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	cursor: pointer;
}
.byr_closed { background-image: url(/images/arrow_right.png); }
.blog_month {
	padding-left: 20px;
}
.blog_recent {
	padding-left: 15px;
	background-image: url(/images/arrow.jpg); 
	background-repeat: no-repeat;
	background-position: 0px 4px;
	margin-bottom: 6px;
}
.blog_comment {
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #4b8099;
}
.comment_name {
	font-weight: bold;
}
.comment_text {
	margin: 5px 15px;
}
.comment_date {
	font-size: 10px;
	color: #666;
}