#header{
	
}
#header_top{
	background: #3d4c54;
	padding: 5 40px;
	position:relative;
}
#logo{
	width: 205px;
	float:right;
	
}
#logo_img{
	position: absolute;
	bottom:2px;
}
#logo_img img{
	/*width: 205px;*/
	height: 120px;
}
#menu{
	float:right;
	margin-right: 240px;
}
.nav{
	margin: 0 10px 0 0;
}
.nav li{
	list-style: none;
	width: auto;
	text-align: center;
	float: right;
	padding-top:12px;
	padding-bottom:12px;
	padding-left:15px;
	padding-right:15px;
	border-left: 1px solid #485a63;
}
.nav li:hover{
	background-color: #354249;
}
.active{
	/*background-color: #354249;*/
}
.nav li a{
	text-decoration: none;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	font-size: 18px;
}
#header_middle{
	background: none repeat scroll 0 0 #ebebeb;
    /*padding: 30px 40px 0;*/
    padding-right: 40px;
    padding-top: 30px;
	border-bottom: 1px solid #d4d4d4;
}
#headline{

}
.post{
	background: none repeat scroll 0 0 #fff;
    margin-bottom: 30px;
    padding: 10px;
    float: right;
    width: 230px;
	margin-left: 30px;
	 box-sizing: content-box !important;
}
.thumb{
	width:80px;
	height:55px;
	vertical-align: middle;
	float: right;
	object-fit: contain;
}
.thumb_left{
	width: 135px;
	float: right;
	margin-right: 10px;
}
.thumb_title{
	
}
.thumb_title a{
	text-decoration: none;
	font-size: 13px;
	line-height: 1.2em;
	color: #555E6B;
}
.thumb_title a:hover{
	text-decoration: underline;
}
.post_time{

}
.post_time a{
	font-size: 11px;
	color: #939EAD;
	margin: 0;
	text-decoration: none;
}
#header_bottom{
	background: #f7f7f7;
	border-bottom: 1px solid #d4d4d4;
	height: 41px;
	padding: 0 40px;
	 box-sizing: content-box !important;
}
.breaking_a{
	text-decoration: none;
	color: #a30808;
}
.breaking_a:hover{
	color: #555E6B;
}

#breaking_news_title{
	width:12%;
	background:url('../images/brnews-bg1.png');
	text-align: center;
	color:#fff;
	font-size:15px;
	float: right;
	margin-top: 9px;
	margin-left: 5px;
}
#breaking_news_bar{
	width:810px;
	float:right;
}
#search{
	width: 22.8%;
	margin-right: 2.58%;
	float: right;
	background: none repeat scroll 0 0 #fff;
    border-right: 1px solid #d4d4d4;
     box-sizing: content-box !important;
}
#search_area{
	border: medium none;
    box-shadow: none;
    height: 38px;
    width: 77%;
    float:right;
    padding-right: 10px;
     box-sizing: content-box !important;
}
#search_button{
	background: url("../images/search-bg1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    height: 41px;
    width: 44px;
    float: right;
    cursor: pointer;
}
