@charset "utf-8";
/* CSS Document */
.content-wrap-home div.header {
  border-bottom: 1px solid #e5e5e5;
  border-top: 2px solid #D11025;
  box-shadow: 0 2px 0 #fcfafa;
  float: left;
  height: 30px;
  margin-bottom: 8px;
  width: 100%;
  line-height: 30px;
}
.content-wrap-home div.header h2 {
  font-size: 1.2em;
  font-weight: normal;
  white-space: nowrap;
  font-weight:bold;
}
.content-wrap-home div.header h2 a{
  color:#195e9f;
}
.content-wrap-home {
  position: relative;
  width: 100%;
}
.content-wrap-home .featured {
  margin-bottom: 10px;
  margin-top: 3px;
}
.content-wrap-home .featured a:hover{
	color:#ff6600;
}
.content-wrap-home .featured .featured-left {
    float: left;
    margin: 0;
    width: 320px;
	margin-left:0px; 
}
.content-wrap-home .featured .featured-left .post-thumbnail {
    height:200px;
	overflow:hidden;
}
.content-wrap-home .featured .featured-left .post-thumbnail img {
  height: 200px;
  width: 100%;
}
.content-wrap-home .featured .featured-right {
    float: left;
    margin: 0;
    width: 386px;
	border-left:1px solid #ededed;
	padding:0px 0 0 8px;
}
.content-wrap-home .featured-left h2{ padding:5px 0;}
.content-wrap-home .featured-left h2 a{ color:#000000;}
.content-wrap-home .featured-left p{ line-height:22px; font-size:12px;}

.content-wrap-home .featured-right article.top-list h2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  padding-left: 0;
  height: 35px;
}
.content-wrap-home .featured-right article h2 {
  margin-bottom: 8px;
  font-size:12px;
}
.content-wrap-home .featured-right article.list-2 h2::before {
  background: #888 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-home .featured-right article.top-list {
	width:48%;
	margin-right:2%;
	float:left;	
}
.content-wrap-home .featured-right article.top-list img {
	width:100%;
	height:120px;
}
.content-wrap-home .featured-right article.top-list:last-child { margin-right:0;}
.content-wrap-home .featured-right article.top-list{
	border-bottom:1px solid #ededed;
	margin-bottom:8px;	
}
.content-wrap-home .featured-left-top-1{
	margin-bottom:8px;
}
.content-wrap-home .featured-right article h2 a{
	color:#333333;
	font-weight:bold;
}
.content-wrap-home .featured-left-top-1 { padding-bottom:5px;}
.content-wrap-home .featured-left-top-3 { float:left; width:30%; margin-right:2%;}
.content-wrap-home .featured-left-top-3:last-child { margin-right:0;}
.content-wrap-home .featured-left-top-3 h2 { line-height:16px;}
.content-wrap-home .featured-left-top-3 a{ font-size:12px; font-weight:bold; }
.content-wrap-home .featured-left-top-3 .post-thumbnail-3 {
  margin: 0 0px 0px 0;
  position: relative;
}
.content-wrap-home .featured-left-top-3 .post-thumbnail-3 img {
width:150px; height:120px;
}