.bnews-list {
	display: block;
	overflow: auto;
}
.bnews-list .artblock {
	display: block;
	padding: 10px;
	clear: left;
}
.bnews-list .artblock.artblock-2 {
	display: inline-block;
	width: 49%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	clear: none;
}
.bnews-list .artblock.artblock-2:nth-child(even) {
	float: right;
	clear: right;
}
.bnews-list .artblock.artblock-2:nth-child(odd) {
	float: left;
	clear: left;
}
.bnews-list.bnews-list-small .artblock {
	display: block;
	padding: 0px;
	margin-bottom: 15px;
}

.bnews-list .artblock .name a {
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
}
.bnews-list .artblock .name a:hover {
	text-decoration: underline;
}
.bnews-list.bnews-list-small .artblock .name a {
	font-size: 13px;
}
.bnews-list .artblock .article-meta {
	font-size: 12px;
	color: #888;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-top: 2px;
	margin-bottom: 5px;
}
.bnews-list .artblock .article-image {
	margin-right: 15px;
	max-width: 100%;
	margin-bottom: 5px;
}
.bnews-list .artblock a.bigimagein .article-image {
	margin-right: 0px;
}
.bnews-list .artblock a.bigimagein{
	display: block;
	text-align: center;
}
.bnews-list .artblock .description {
	color: #444;
}
.bnews-list .artblock .description p {
	margin-bottom: 5px;
}
.bnews-list .artblock .total-comments {
	color: #888;
}
.bnews-list .artblock .blog-button {
	text-align: right;
	padding-top: 3px;
}
.article-content {
	display: block;
	overflow: auto;
	position: relative;
}
.article-content .article-meta {
	padding-bottom: 7px;
	padding-top: 7px;
	display: block;
	clear: both;
	font-size: 12px;
	color: #555;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-right: 160px;
}
.article-content .article-meta span, .article-content .article-meta a{
	font-style: italic;
	font-size: 12px;
}
.article-content .article-meta .article-share{
	float: right;
	margin-right: -160px;
}
.article-content .article-tags {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 19px;
}
.article-content .article-tags a {
	color: #555;
	background: #eee;
	padding: 3px;
	padding-left: 7px;
	padding-right: 7px;
	margin: 2px;
	text-decoration: none;
	border-radius: 3px;
	display: inline-block;
}
.article-content .article-tags a:hover {
	background: #ddd;
}
.content.blog-content {
	border-radius: 4px;
	margin-bottom: 12px;
}
.content.blog-reply {
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 35px;
	border-radius: 4px;
}
.content.blog-content .comment-header, .content.blog-reply .reply-header {
	background: #F2F0F0;
	border-radius: 3px;
	font-size: 13px;
	padding: 6px;
	padding-left: 30px;
	border: 1px solid #DFD1D1;
	position: relative;
}
.content.blog-content .comment-header .comment-icon { 
	background: url('../../default/image/blog-sprite.png') right top no-repeat;
	width: 21px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 3px;
}
.content.blog-reply .reply-header .comment-icon { 
	background: url('../../default/image/blog-sprite.png') left bottom no-repeat;
	width: 21px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 3px;
}
#com-title { 
	position: relative;
	padding-left: 30px;
}
#com-title .blog-write{
	background: url('../../default/image/blog-sprite.png') left top no-repeat;
	width: 21px;
	height: 18px;
	position: absolute;
	top: -1px;
	left: 0px;
}
#com-title .blog-write{
	background: url('../../default/image/blog-sprite.png') left top no-repeat;
	width: 21px;
	height: 18px;
	position: absolute;
	top: -1px;
	left: 0px;
}
.content .comment-text {
	padding: 4px;
	padding-left: 7px;
	padding-top: 7px;
}
.content .comment-text a {
	font-weight: bold;
}
span.cancel-reply {
	background: url('../../default/image/blog-sprite.png') right bottom no-repeat;
	width: 21px;
	height: 18px;
	cursor: pointer;
	position: absolute;
}
.author-image {
	float: left;
	margin-right: 10px;
	padding: 3px;
	border: 1px solid #eee;
}
.article-content a.centered-image {
	display: block;
	text-align: center;
}
.article-content a.centered-image img#image {
	margin: 0px !important;
}
.content.blog-author {
	border-left:none !important;
	border-right: none !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.content.blog-author p {
	margin-bottom: 5px;
}	
.comment-left, .comment-right {
	display: table-cell;
	vertical-align: top;
}
.comment-left {
	width: 40%;
	padding-right: 20px;
}
.comment-left  input {
	width: 95%;
}
.comment-right textarea {
	min-height: 72px;
}
.article-content img {
	max-width: 100%;
}
@media all and (max-width: 699px) {
  .bnews-list .artblock.artblock-2 {
	display: block;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	clear: none;
  }
  .bnews-list .artblock.artblock-2:nth-child(even) {
	float: none;
	clear: left;
  }
  .bnews-list .artblock.artblock-2:nth-child(odd) {
	float: none;
	clear: left;
  }
}