/*
Theme Name:CitiShred
Theme URI: 
Description: CitiShred Theme is a two-column, fixed-width and widget-ready Wordpress theme with the contrasting colors 
Version: 1.0
Author: Padd Solutions
Author URI: 
Tags:two columns, fixed width, adsense ready, advertisement ready, valid css, valid xhtml 

The CSS, XHTML and design is released under Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported:
http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

@import 'css.css';


#midContainer .centerHolder { 
    background: #FFF;
    color: #000;
	padding:10px;
	margin-top:15px;
}


.sidebar_rightpanel {
    border-left: 1px solid #648dcb;
    margin-left: 16px;
    padding-left: 8px;clear:both;
}

#sl_div #searchForm table{width:95%!important;}

.header_logo_icon img{width:65px;margin-right:15px;}

@media screen and (min-width:180px) and (max-width:800px) {
#midContainer .centerHolder{padding:0px!important;}
.sidebar_rightpanel {
    border-left: 0 none!important;
    height: auto !important;
    margin-left: 0!important;
    padding-left: 0!important;
}
}
