/* blog list */
#blog_intro {
	padding: 0px 0px 16px 0px;
}
.blog_paging {
	text-align: right;
}
.blog_top {
	border-bottom: 1px solid #66f;
}
.blog_bot {
	border-top: 1px solid #66f;
}
.blog_paging .blog_status {
	float: left;
}
.blog_paging .blog_pages span.cur {
	font-weight: bold;
}
.blog_paging .blog_pages a:link, .blog_paging .blog_pages a:visited {
	font-weight: bold;
	color: #33c;
	text-decoration: none;
}
.blog_paging .blog_pages a:hover {
	color: #c00;
}
#blog_list {
	
}
#blog_list .blog_item {
	margin-bottom: 12px;
}
#blog_list .blog_item h1 {
	margin: 0px;
	padding: 0px;
}
#blog_list .blog_item h2 {
	border-bottom: 1px dotted #36c;
}
#blog_list .blog_item h2 a:link, #blog_list .blog_item h2 a:visited {
	color: #039;
	text-decoration: none;
}
#blog_list .blog_item h5 {
	margin-bottom: 0px !important;
}
#blog_list .blog_item .blog_summary {
	padding: 0px 0px 18px 0px;
	font-size: 0.9em;
}
/* article */
#blog_article {
	
}
#blog_article h2 {
	border-bottom: 1px dotted #36c;
}
#blog_article h5 {
	margin-bottom: 6px !important;
}
/* comments */
#blog_comments h3 {
	clear: left;
	border-bottom: 1px dotted #36c;
}
#blog_comments .blog_item {
	margin-top: 15px;
}
#blog_comments .blog_item h5 {
	margin-bottom: 0px !important;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}
#blog_comments .blog_item h5 a.blog_anchor {
	position: relative;
	top: -30px;
	width: 1px;
	height: 1px;
	display: block;
}
#blog_comments .blog_action {
	float: right;
}
#blog_comments .blog_action a:link, #blog_comments .blog_action a:visited {
	color: #999;
}
#blog_comments .blog_action a:hover {
	color: #333;
}
#blog_comments .blog_form {
	margin-top: 18px !important;
}
#blog_comments .blog_form h5 {
	margin-bottom: 6px !important;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}
#blog_comments .blog_form label {
	margin-top: 9px;
	display: block;
}