div.item.blog {
	margin-bottom: 30px;
}

.header {
	padding-bottom: 2px;
	margin-bottom: 10px;
	color: #999;
}

.blog span.author, span.author {
	line-height:1.2em;
}

div.blog{
	display: block;
}

div.blog h2 {
	text-decoration: none;
}
div.blog h2 a {
	text-decoration: none;
}
a.readmore {
	display: block;
	text-align:right;
	text-decoration: none;
	padding: 4px 6px;
	border-bottom: 1px dotted #ccc;
}
a.readmore:hover {
	border-bottom: 1px dotted #ccc;
}
.readmore span{
	margin-right: 20px;
}
.blog span.totalComments, span.totalComments a {
	text-decoration: none;
	background-image: url('/data/standards/img/comment.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}

div#bd div.c2 div.wrap div.blog div.content img {
	float: right;
	margin: 0 0 15px 15px;
}

div#bd div.c2 div.wrap .blog.detail img {
	
}

div.blog div.content {
}
div.blog div.tags {
    clear: both;
	font-size: 0.9em;
	margin:4px 0 4px;
	padding-bottom: 6px;
	
}
div.blog div.tags a {
	text-decoration: none;
	margin-right: 0px;
}
div.blog div.detail {
	margin:0 0 30px 0;
	padding: 0;
	float: none;
}
div.blog div.comment {
    clear: both;
}
div.blog div.comments {
	margin:20px 0 40px 0;
}
div.blog div.comments div {
	padding-left:50px;
	margin-top:10px;
	background: url("/data/standards/img/avatar.png") left 3px no-repeat;
}
div.blog div.comments div strong {

}
div.blog div.comments div p {
	margin:10px 0;
}
.clr {
	border: none;
	visibility: hidden;
}

.navPost {
	width: 100%;
	padding: 0 0 30px 0px;
	text-transform: uppercase;
}

.navPost-prev {
	float: left;
	width: 40%;
	text-align: left;
}

.navPost-back {
	text-align: left;
}

.navPost-next {
	float: right;
	width: 40%;
	text-align: right;
}