/*stBlogPlugin*/
#blog
{
	overflow: hidden;
	text-align: center;
}
#blog .item
{
	width: 43%;
	float: left;
	margin: 0 12px 12px 20px;
	padding: 10px 0px 32px 10px;
	text-align: center !important;
}
#blog .item.box
{
	text-align: center;
}
#blog .image IMG
{
	/*[disabled]max-width:180px;*/
}
#blog .image
{
}
#blog .info
{
	width: 100%;
	float: left;
	padding-top: 14px;
}
#blog .title
{
	padding: 0 10px;
	margin: 0px 0 3px;
}
#blog .title H4
{
	font-weight: bold;
}
#blog .desc
{
	padding: 0px 10px;
	line-height: 140%;
}
#blog A
{
	text-decoration: none;
}
#blog .data
{
	padding: 7px 10px 0;
	font-size: 10px;
	color: #A0A0A0;
	line-height: 100%;
}
#blog_show .title
{
	margin: 10px 10px 14px;
}
#blog_show .image
{
	float: right;
	margin: 0 15px 10px 10px;
}
#blog_show .image IMG
{
	max-width: 370px;
}
#blog_show .content
{
	padding: 0 10px 10px;
}
#blog_list .title
{
	margin: 10px 0px 4px;
}
#blog_list .image IMG
{
	max-width: 340px;
	margin: 0 10px 15px 0;
}
#blog_list .desc A
{
	text-decoration: none;
}
#blog_list .item
{
	padding: 0 10px 10px;
}
#blog_list .data
{
	color: #A0A0A0;
	margin-bottom: 10px;
	font-size: 11px;
}
