div.blog_comments_record_container {
	border: 1px solid #CECECE;
	background-color: #F3F3F3;
	margin: 8px 0px 8px 0px;
	padding: 7px 10px 7px 10px;
}
div.blog_comments_comment_text {
	margin-bottom: 5px;
}
div.blog_comments_footnote_container {
	font-size: 11px;
}
div.blog_comments_heading {
	font-weight: bold;
	font-size: 14px;
}
div.blog_comments_add_comment_text {
	font-weight: bold;
	font-size: 14px;
}
img.blog_post_image {
	float: right;
	border: 3px solid #CECECE;
	margin-left: 8px;
	margin-bottom: 5px;
}
img.blog_post_list_thumb_float_right, img.blog_post_list_thumb_float_left, img.blog_post_list_thumb_float_top, img.blog_post_list_thumb_before_summary, img.blog_post_list_thumb_after_summary, img.blog_post_list_thumb_bottom {
	border: 3px solid #CECECE;
}

div.blog_post_list_title, a.blog_post_list_title_link {
	font-size: 15px;
	font-weight: bold;
}

img.blog_post_list_thumb_float_right {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
img.blog_post_list_thumb_float_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
img.blog_post_list_thumb_top {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
img.blog_post_list_thumb_before_summary {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
img.blog_post_list_thumb_after_summary {
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
img.blog_post_list_thumb_bottom {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
div.blog_post_list_item {
	border-bottom: 1px solid #CECECE;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	overflow: auto;
	clear: both;
}
div.blog_post_list_div {
	width: 100%;
}

div.blog_post_container {
	width: 100%;
	overflow: auto;
}
div.blog_post_back_button_container {
	margin-bottom: 5px;
}
li.blog_snippet_archive_list_selected a {
	font-weight: bold;
}