body{
	font-family:Arial;
	font-size:12px;
	color:#333;
	/* background: url(../images/body-bg.jpg) no-repeat -389px 0px #DEE8C5;  */
    background: url(../images/body-bg.jpg) no-repeat 0px 44px #DEE8C5; 
}
input, button, select, textarea {
    font-family:Arial; 
}
a:focus, a:hover, a:selected{
    outline:none !important;
}
input:focus, textarea:focus{
    box-shadow:none !important; 
}
#header{
	background: url(../images/head-bg.png) repeat-x scroll center top rgba(0, 0, 0, 0);
}
#header .navbar{
    margin-bottom:0px; 
}
#header .navbar .brand {
    color: #777777;
    display: block;
    font-size: 20px;
    font-weight: 200;
    margin-left: -20px;
    padding: 10px 20px;
    top:0px;
    left:0px;
}
#header .navbar .navbar-inner{
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: 324px;
    padding:0;
    background: url(../images/head-bg.png) repeat-x scroll center top rgba(255, 255, 255, 0.7); 
}
#header .navbar .brand{
	padding:0 0 20px 0;
	margin-left:0px;  
}

#header .navbar .nav > li > a{
	color: #523621;
    font-family: 'Tahoma';
    font-size: 17px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.6;
    margin-top: -1px;
    text-align: center;
    text-decoration: none;
}
#header .navbar .nav > .active > a,
#header .navbar .nav > li > a:focus,
#header .navbar .nav > .active > a:hover,
#header .navbar .nav > .active > a:focus,
#header .navbar .nav > li > a:hover{
	color: #6A9C54;
	background:none;
	box-shadow:none;
	border:0;   
}
#header .navbar .nav .dropdown-menu li a{
    font-family: 'Tahoma';
    color: #523621;
    font-size:14px; 
}
#header .navbar .nav .dropdown-menu li a:hover{
    color: #6A9C54;
    background:none;
    box-shadow:none;
    border:0; 
}
#header .navbar .nav li.dropdown > .dropdown-toggle .caret{
	border-bottom-color: #523621;
    border-top-color: #523621;
    margin-top:11px; 
}
.navbar .nav > li > .dropdown {
    border-radius:0;
    box-shadow:none;  
}
#header .dropdown-menu li > a:hover,
#header .dropdown-menu li > a:focus,
#header .dropdown-submenu:hover > a,
#header .active > a  {
	background: none;
    color: #6A9C54	;
    text-decoration: none;
}
#header .banner{
    float: right;
}
@media (min-width: 980px){
    #header .banner{
        width:728px;
    }
}
@media (max-width: 980px){
    #header .banner{
        width:100%;
    }
}
.content{
    background:#fff;
}
#new-article{
    padding:10px; 
}
.first_article h1{
    font-size:20px;
    text-transform:uppercase;
    color:#444;
    line-height:26px;   
}
.page-article .relate a, 
.page-article .view_more a{
    color:#6A9C54;
} 
#new-article .new-items{
    background: none repeat scroll 0 0 #F8F8F1;
    border:1px solid #E0E1D7;
    border-radius: 8px;
    padding:2% 4%; 
}
#new-article .new-items h5{
    margin:5px 0 0 0;
    padding:0;
}
#new-article .new-items h5 a{
    color: #523621;
    font-family: 'Arial';
    font-size: 15px;
    font-weight:normal;
    line-height:15px;
}
#new-article .new-items p{
    color: #8B7E75;
    font-family: 'Arial';
    font-size: 12px;
    margin-bottom:3px;     
}
@media (min-width: 980px){
    #new-article .new-items p{
        height:60px;
        overflow:hidden;  
    }
    #new-article .new-items h5{
        height:40px;
        overflow:hidden;   
    }
}
@media (max-width: 980px){
    #new-article .span3{
        margin-bottom:20px; 
    }
}
#new-article .new-items .view-more{
    background: url(../images/marker1.png) no-repeat left center;
    padding-left:18px;
}
#new-article .new-items .view-more a{
    color: #6A9C54;
    font-family: 'Arial';
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
#home-column{
    background:#F1F2E9;
    border-bottom:2px solid #CDCEC4;
}
#home-column > .row-fluid > .span4{
    width:34.18%;
    margin-left:0; 
}
@media (max-width: 980px){
    #home-column .row-fluid .span4{
        -moz-box-sizing: border-box;
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
    }
}
.home{
    background:#F8F8F1;
    padding:10px; 
}
.home .item-channel {
    padding-bottom:20px; 
}
@media (min-width: 980px){
    .home .item-channel .item{
        height:80px;
    } 
} 
.home .item-channel .channel-title, .list-article .channel-title{
    text-align:left;
    border-bottom: 1px solid #D4D4CF; 
    line-height: 0.1em;
    margin: 20px 0 30px 0; 
}
.home .item-channel .channel-title a, .list-article .channel-title, .channel-title{
    color: #523621;
    font-family: 'Tahoma';
    font-size: 18px;   
    font-weight:200; 
}
.list-article .channel-title, .channel-title{
    font-size: 30px;
}
.home .item-channel .channel-title  a span, .list-article .channel-title span{
    background:#F8F8F1;
    padding:0 10px 0 0; 
}
.home .item-channel .item-title{
    color: #523621;
    font-family: 'Arial';
    font-size: 14px;
}
.home .item-channel .summary{
    color: #8B7E75;
    font-family: 'Arial';
    font-size: 12px;
}
.bg-grey{
    background:#F1F2E9;
    padding:10px; 
}
#search{
    padding: 20px 0;
    clear:both;
    display:table;
    margin-bottom:0;   
}
#txtSearch{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 2px;
    float: left;
    height: 30px;
    line-height: 20px;
    margin: 0 1px 0 0;
    outline: medium none;
    padding: 0 10px;
    position: relative;
    vertical-align: middle;
    width: 180px;
}
.btn{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FEFEFE;
    border-color: #D3D3D3 #AFAFAF #9C9C9C #D3D3D3;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-size: 12px;
    height: 30px;
    line-height: 26px;
    padding: 0 19px;
    text-align: center;
}
#search .btn-search{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FEFEFE;
    border-color: #D3D3D3 #AFAFAF #9C9C9C #D3D3D3;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    display: block;
    float: left;
    font-size: 12px;
    height: 30px;
    line-height: 26px;
    padding: 0 19px;
    text-align: center;
}
.t{
    color: #523621;
    font-family: 'Tahoma';
    font-size: 18px;   
    font-weight:200;
    height:30px; 
}
#tag a{
    display:inline-block; 
    padding:2px 3px;
    font-size:10px;
    border-radius:4px; 
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    margin:2px;  
    color:#fff;
}
#tag a.cyan{
    background: #78C6D3;
}
#tag a.cyan:hover{
    text-decoration:none;
    background: #5A97A9;    
}
#tag a.yellow{
    background: #E5C554;
}
#tag a.yellow:hover{
    background: #F0BA02;
    text-decoration:none;  
}
#tag a.orange{
    background: #F96908;
}
#tag a.orange:hover{
    text-decoration:none;
    background: #FF5601;  
}
#tag a.red{
    background: #E24348;
}
#tag a.red:hover{
    text-decoration:none;
    background: #C93237;
}
#links .nav-pills li a, #menu-links li a{
    border-radius:0;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
    color: #523621;
    font-family: 'Arial';
    font-size: 12px;
    text-decoration:underline; 
}
#links .nav-pills li a:hover, #menu-links li a:hover{
    color:#523621;
    background: none;
}
.h_iframe        {position:relative;}
.h_iframe .ratio {display:block;width:100%;height:auto;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%;}
#video a, #image a{
        color:#8B7E75;
}
#video .list-view, #image .list-view{
    padding-top:0; 
}
#gallery .big-image, #gallery .big-video{
    border:1px solid #000025;
    margin:0 auto;
    float:none;
    margin-bottom:35px;
}
#video{
    padding-bottom:20px; 
}
@media (max-width: 980px){
    #video .row-fluid .span3{
        margin-bottom:20px; 
    }
}
#video .view-more{
    background: url("../images/marker1.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding-left: 18px;
}
#video .view-more a{
    color: #6A9C54;
    font-family: 'Arial';
    font-size: 12px;
} 
#back-top{
    position: fixed;
    left: 50%;
    margin-left: 500px;
    margin-top: 450px;
    top: 0; 
}
#back-top a{
    background:#F0ECEC;
    color:#000;
    text-transform:uppercase;
    padding:5px 10px;
    text-decoration:none;    
}
#footer{
    color: #8B7E75;
    padding:15px 0; 
    border-top: 2px solid #CDCEC4;
}
#footer a{
    color: #8B7E75;
    font-family: 'Arial';
    font-size: 12px;
}
#footer-menu{
    margin:0; 
    padding:0;
    float: right;
}
#footer-menu li {
    display:inline-block; 
}
#content{
    padding:20px 10px;
    border-top:1px solid #E0E1D7;
    border-right:1px solid #D4D4CF;
    background:#F8F8F1;  
}
#content-gallery{
    padding:20px 10px;
    background:#F8F8F1;  
}
#article-list h4 a, #article-tag h4 a, #article-search h4 a{
    font-family:'Arial';
    color: #523621;
    font-weight:normal;
    line-height:24px;
    font-weight:400;   
}
#article-list .pagination ul, #article-list .pagination ul li, #article-list .pagination ul li a, #article-tag .pagination ul, #article-tag .pagination ul li, #article-tag .pagination ul li a, #article-search .pagination ul, #article-search .pagination ul li, #article-search .pagination ul li a  {
    border-radius:0;
    border:none; 
    background:none;
    font-size:14px;
    color:#523621;
    box-shadow:none; 
    padding:2px 4px;   
}
#article-list .pagination ul li a:hover,#article-list .pagination ul li.active a,#article-search .pagination ul li a:hover,#article-search .pagination ul li.active a, {
    font-weight:bold; 
}