@charset "utf-8";
/* CSS Document */

.post-listing .entry .entry-post-content {
  color: #3b1f0f;
  font-size: 13px;
  line-height: 22px;
}
.post-listing .entry .entry-post-short-content {
  color: #3b1f0f;
  font-size: 12px;
  line-height: 22px;
  font-weight:bold;
}

.socialbox {
  display: block;
  margin: 10px 0;
  float:left;
}
.socialbox a {
  border: 1px solid #0098d3;
  border-radius: 3px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #354c8c;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  height: 26px;
  line-height: 25px;
  margin-right: 10px;
  overflow: hidden;
  padding-right: 10px;
  background:#fff;
}
.socialbox a.facebook {
  border: 1px solid #3B5A9B;
}
.socialbox a.facebook span {
  background: #3B5A9B;
}
.socialbox a.google {
  border: 1px solid #DB2814;
}
.socialbox a.google span {
  background: #DB2814;
}

.socialbox span {
  background: #0098d3 none repeat scroll 0 0;
  color: #fff;
  display: block;
  float: left;
  height: 100%;
  margin-right: 10px;
  padding: 0 10px;
  text-indent: -9999px;
}

.post-inner-right .post-inner-right-content div.header {
  margin-bottom: 0;
  padding: 0;
}
.post-inner-right .post-inner-right-content div.header {
  background: transparent url("../images/bg_content_header.png") repeat-x scroll 0 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
  font-size: 13px;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.post-inner-right .post-inner-right-content {
  border: 1px solid #dfdfdf;
  border-radius: 5px 0px 0 0;
  margin-top: 0;
  border-right: none;
}
.post-inner-right .post-inner-right-content ul { padding:10px;}

.metabox, #metainfo {
  border-color: #ddd #ddd #ddd #b1b1b1;
  border-style: solid;
  border-width: 1px 1px 1px 2px;
  clear: both;
  float: left;
  font-size: 12px;
  margin-top: 10px;
  padding: 5px 10px 5px 15px;
  width: 96%;
}
.metabox ul.info, #metainfo ul.info {
  float: left;
  width: 100%;
}
.metabox ul.info li, #metainfo ul.info li {
  float: left;
  padding: 5px 0;
  width: 100%;
}
.metabox ul.info li > label, #metainfo ul.info li > label {
  float: left;
  width: 15%;
  font-weight:bold;
}
.metabox ul.info li > .info, #metainfo ul.info li > .info {
  float: right;
  width: 80%;
}
.metabox ul.info li.source span, #metainfo ul.info li.source span {
  display: none;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 15px;
}
.metabox ul.info li.source a, #metainfo ul.info li.source a {
  color: #919191;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metabox .tags {
  clear: both;
  margin-top: 0;
}
a[itemprop="keywords"], section.article_content .metabox .tags a, section.article_content .metabox .geographic a, section.article_content .metabox .people a {
  background: #f7f7f7 none repeat scroll 0 0;
  border-radius: 3px;
  color: #3b5998;
  display: inline-block;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 4px;
  margin-right: 3px;
  padding: 3px 8px;
}
.ratingbox {
  clear: both;
  display: none;
  float: left;
  font-weight: normal;
  width: 100%;
}
.ratingbox > p.heading {
  color: #000;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight:bold;
}
.ratingbox > p {
  color: #555;
  display: none;
  margin-bottom: 8px;
}

.ratingbox ul {
  padding-left: 20px;
}
.ratingbox li {
  background: #f7f7f7;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
  font-family: Arial,Helvetica,sans-serif;
  margin-bottom: 5px;
  padding: 3px 10px 3px 25px;
}
.ratingbox li:hover {
  background-color:#eeeeee;
  border-color:#888;
}
.ratingbox li.ratingGood {
  background: url("http://stc.v3.news.zing.vn/css/img/icon_heart.png") no-repeat scroll 5px 4px / 14px auto;
}
.ratingbox li.ratingNormal {
  background: url("http://stc.v3.news.zing.vn/css/img/icon_check.png") no-repeat scroll 5px 4px / 16px auto;
}
.ratingbox li.ratingBad {
  background:url("http://stc.v3.news.zing.vn/css/img/icon_dislike.png") no-repeat scroll 5px 6px / 14px auto;
}
#followbox {
  border-top: 1px solid #ddd;
  display: none;
  float: left;
  margin-top: 10px;
  padding-top: 10px;
  width: 100%;
}
.commentbox .comment-input{
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #c15402 #d09d57 #d09d57;
  border-image: none;
  border-style: solid;
  border-width: 2px 1px 1px;
  padding:10px;
}
.commentbox {
  margin-right:5px;
}
.commentbox h2 {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color:#c15402;
}
.commentbox .note {
  display: block;
  float: none;
  line-height: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0px;
  width: 100%;
}
.commentbox .note span::before {
  background: #503f0b none repeat scroll 0 0;
  color: #fff;
  content: " ";
  display: inline-block;
  height: 8px;
  line-height: 15px;
  margin-right: 5px;
  text-align: center;
  width: 8px;
}
.commentbox .note span {
  display: inline-block;
  line-height: 15px;
  margin: 0 10px;
}

.commentbox .field-email, .commentbox .field-name {
  float: left;
  margin-right: 4%;
  width: 47%;
}
.commentbox input[type="text"].NormalTextBox{
	width:100%;
}
.commentbox textarea.NormalTextBox{
	width:98%;
}

#loadcommentNews {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-right:5px;
}

.post-reply {
	
}
.post-reply span { font-size:12px; color:#666666;}
.post-reply .comment {
	background:url(../images/comment.png) no-repeat scroll 0 0 transparent;	
	width:12px;
	height:12px;
	display:inline-block;
	padding-left:15px;
	color:#666666;
	font-size:12px;
}
.post-reply .date {
}
.post-reply .comment a{ color:#666666; }
.tinlienquan { padding:0 10px;}