/*
*   Widgets General CSS
*/
/*.widget h3{
    margin: 0;
    padding: 0;
}
.widget .widget_title{
    margin:20px 0 0 8px;
    padding: 4px 10px;
    display: block;
    color: #333;
    font-size: 20px;
}
.widget .side_row{
    margin:0 0 0 15px;
    padding:0px;
}
.widget .side_row li{
   list-style:none;
   padding:4px;
}

.widget .side_row ul li label{
    display:block;
}
.widget .side_row form{
    width:inherit;
}

.widget .side_row input.search{
    width: 134px;
    padding: 4px;
    border: 1px solid #BBBBBB;
    color: #5D5D5D;
    font: 100% arial,sans-serif;
}

.widget .side_row .search_btn{
    width: 33px;
    height: 33px;
    background: url(images/search.png);
}*/
/*
*   Feature CSS
*/
#header_feature .global_wrap h1 { /*if change this, must change content.css line28/category_blog_view h1 */
    width:325px;/*365-20-20=325*/
    height:20px;/*40-10-10=20*/
    background:url(images/main_titlebg.png) no-repeat center top;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    margin:0 auto 10px;
    text-align: center;
}
#header_feature .global_wrap p {
    text-align:center;
    margin-bottom:35px;
    color:#531d27;
}
/*
*   Left CSS
*/
#left .widget h3 { /*if change this, must change content.css line28/category_blog_view h1 */
    width:270px;/*310-20-20=270*/
    height:20px;/*40-10-10=20*/
    background:url(images/left_headerbg.jpg) no-repeat right center #ffaa00;
    padding:10px 20px;
    color:#fff;
    font-size:20px;
    margin:0 auto 10px;
}
#left .widget, #right .widget{
    margin-bottom: 50px;
    position:relative;
}
.widget .side_row .search label{
    display: none;
}

.widget form.login input{
    width: 200px;
}
.widget .side_row li{
   list-style:none;
}
.widget ul.category-module{    
    margin:0;
    padding:0;
}
.widget ul.category-module li{
    list-style: none;
    border-bottom: 1px solid #CCCCCC;
    position:relative;
    clear:both; /*to force border-bottom to appear*/
}
.wid-articles-readmore{/*css for readmore link*/
    position:absolute;
    position: absolute;
    right: 15px;
    top: 50px;
    color: #531d27;
    font-size: 12px;
}
.widget ul.category-module li .wid-articles-readmore a{/*css for readmore link*/
    color: #531d27;
    font-weight: normal;
    text-transform: uppercase;    
    text-decoration: none;
}
.widget ul.category-module li .wid-articles-readmore a:hover,
.widget ul.category-module li .wid-articles-readmore a:visited{
    text-decoration: underline;
}