div.blog-category{
	font-size:11pt;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
}
div.blog-category a{
	text-decoration:none;
	color:#4682B4;
	/*background:transparent;*/
}
div.blog-category a:hover{
	color:red;
}
div.blog-title{
	/*padding-bottom:5px;*/
}
div.blog-title,
div.blog-title a{
	font-weight:bold;
}
div.blog-title,
div.blog-title a:link,
div.blog-title a:active,
div.blog-title a:visited{
	line-height:15px;
	color:#2F4F4F;
	text-decoration:none;
}
div.blog-title a:hover{
	color:#008080;
	background:white;
	/*display:block;
	background:#2F4F4F;*/
	line-height:15px;
}
div.blog-info{
	color:#999999;
	font-size:8pt;
	padding-bottom:10px;
}
div.blog-content{
}
div.blog-other{
	padding-top:5px;
}
div.blog-other table{
	font-size:9pt;
}
div.blog-other td.blog-read-more{
	width:30%;
}
div.blog-readmore,div.blog-readmore a{
	color:#4169E1;
	text-align:right;
	text-decoration:none;
	margin-top:5px;
}
div.blog-readmore a:hover{
	text-decoration:underline;
}
div.blog-other td.blog-share{
    text-align:center;
}
div.blog-other td.blog-comment{
	width:30%;
	text-align:right;
}
div.blog-break{
	border-top:1px dotted #cccccc;
	margin-top:10px;
	height:10px;
clear:both;
}
div.blog-comment,
div.blog-comment-alt{
	padding:10px 0 10px 0;
}
div.blog-comment-alt{
	background:#efefef;
}
span.blog-comment-info{
	font-size:8pt;
}
span.blog-comment-comment{
}