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

.content-wrap {
  position: relative;
  width: 100%;
}
.content-wrap .featured {
  margin-bottom: 10px;
}
.content-wrap .featured a:hover{
	color:#ff6600;
}
.content-wrap .featured .featured-left {
  float: left;
  margin: 0 0 0 0px;
  width: 500px;
  border-bottom: 0px solid #dfdfdf;
}
.content-wrap .featured .featured-left .post-thumbnail {
    height:250px;
	overflow:hidden;
}
.content-wrap .featured .featured-left .post-thumbnail img {
    width: 100%;
}
.content-wrap .featured .featured-right {
  float: left;
  margin: 0;
  padding: 0 0 0 5px;
  width: 202px;
}
.content-wrap .featured-left h2{ padding:5px 0; line-height:17px;}
.content-wrap .featured-left h2 a{ color:#3b1f0f;}
.featured-left-top-1 h2 a{ color:#c15402; font-size:15px; font-weight:bold;}
.content-wrap .featured-left p{ line-height:22px; font-size:12px; color:#503f0b;}

.content-wrap .featured-right article.top-list h2 {
  background: none;
  padding-left: 0px;
}
.content-wrap .featured-right article.top-list h2::before {
  background: #dfdfdf none repeat scroll 0 0;
  border-radius: 5px;
  color: #888;
  content: " ";
  display: inline-block;
  font-size: 11px;
  height: 5px;
  margin-left: 2px;
  margin-right: 5px;
  padding: 0;
  position: relative;
  top: -1px;
  width: 5px;
}
.content-wrap .featured-right article h2 {
  margin-bottom: 8px;
  font-size:12px;
}
.content-wrap .featured-right article.list h2::before {
  background: #dfdfdf none repeat scroll 0 0;
  border-radius: 5px;
  color: #888;
  content: " ";
  display: inline-block;
  font-size: 11px;
  height: 3px;
  margin-left: 2px;
  margin-right: 5px;
  padding: 0;
  position: relative;
  top: -3px;
  width: 3px;
}
.content-wrap .featured-right article.top-list{
	border-bottom:1px solid #dfdfdf;
	margin-bottom:8px;
}
.content-wrap .featured-left-top-1 { margin:0 5px 0 0;}
.content-wrap .featured-right article.top-list:first-child{}
.content-wrap .featured-right article.top-list img {
  height: 122px;
  width: 100%;
}
.content-wrap .featured-right article.top-list img,
.content-wrap .featured .featured-left .post-thumbnail,
.block-topten .topten-left img,
.topten-list img,
.content-wrap-home .featured .featured-left .post-thumbnail,
.content-wrap .featured-left-top-3 .post-thumbnail-3 img {
  padding: 0px;
}
.topten-right .post-thumbnail img{
	border:1px solid #6aa943;	
}
.content-wrap .featured-right article.top-list a{color:#3b1f0f;	font-weight:bold; }
.content-wrap .featured-right article h2 a{
	color:#3b1f0f;
}
.content-wrap .featured-left-top-1 { padding-bottom:5px;}
.content-wrap .featured-left-top-3 {
  float: left;
  margin-right: 2.5%;
  width: 31%;
  margin-left: 1%;
}
.content-wrap .featured-left-top-3:last-child { margin-right:0;}
.content-wrap .featured-left-top-3.last { border-right:none;}
.content-wrap .featured-left-top-3 h2 { line-height:16px;}
.content-wrap .featured-left-top-3 a{ font-size:12px; }
.content-wrap .featured-left-top-3 .post-thumbnail-3 {
  margin: 0 0px 0px 0;
  position: relative;
}
.content-wrap .featured-left-top-3 .post-thumbnail-3 img {
	width:150px; height:122px;
}
.featured-left-top-3-mobile { display:none;}