/*



File:			custom.css







Description:	Custom styles for Thesis







BASIC USAGE:



If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 



will be appended with the "custom" class, like so: <body class="custom">. You can use 



the "custom" class to override *any* CSS declarations contained in the style.css file.



For example, if you wish to change the default link color to green, you would add the 



following declarations to this file:



.custom a, .custom a:visited { color: #090; }	<--- This makes links green



.custom a:hover { color: #00f; }	



<--- This makes links blue when you mouse over them



WHY THIS WORKS:





More information about styling your Thesis installation using this file can be found in the User's Guide:



	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/

*/



.custom #sidebars {

  height: 1200px; 

  background: url('http://insurancecoveragemonitor.com/wp-content/themes/thesis_16/custom/images/sidebar_gradient1.jpg') no-repeat;

  }





.custom #footer {margin-top: 0;

  margin-bottom: 0;

line-spacing: 1.0em;

  }



.custom .menu {	

top:145px;

}



.custom #header



{

height:168px;

background:url(/wp-content/themes/thesis_16/custom/images/ICM_MainHeader.jpg) left no-repeat;



padding-top:0em; 



border: 0em;



margin: 0em;



}



/*remove nav menu border*/



.custom .menu {border:none ;}



/*.custom #header { background-color: #e0e0e0 ; }*/





.custom #my_comments_link p {



size:10pt;



}

menu .tab-home {width:120px; text-align: center ;}



.menu .tab-1 {width:90px; text-align: center ;}



.menu .tab-2 {width:142px; text-align: center ;}



.menu .tab-3 {width:100px; text-align: center ;}



.menu .tab-4 {width:100px; text-align: center ;}



.menu .tab-5 {width:122px; text-align: center ;}







custom #multimedia_box {background:#fff;



padding:0;



border:0;



}





.custom #author_info  {



font-size: 1.2em; 



line-height: 1.667em;



padding: 0 1.1em; 



}





#author_info{



background:#e0e0e0;



border:1px solid #CECFD0;



margin:0 auto;



margin-bottom:10px;



overflow:hidden; 



}

#author_info h4{



font-size:20px;



color:#191919; 



margin:0; 



padding:10px 10px 5px 10px;



}







.authortext{



padding-left:100px; 



}



#author_info img{



margin:0;



padding:10px; 



float:left;



}







#author_info p{



color:#191919; 



margin:0;



padding:0px 10px 10px 10px;



}





#author_info h4 > a{



text-decoration:none;



} 







#author_info p{



color:#191919; 



}











.custom .comments_closed p {



  display: none;



}







.custom #separator  {



color: #bbbbbb;} 



}



.custom #image_box img { padding:0em; border:0; margin-top;0;}



#custom_box { padding: 0; margin:0; border:0; margin-top;0;}





.custom .post.top {

padding-top:0;

}



.custom .mymmbox {

border: 0px; 

padding:0px;

margin: 0px;

border:0px;

}





.custom #column_wrap {background:none;}

.custom #content_box {background:none;}







.custom li.widget { margin-bottom: 1.09em; }



.sidebar h3 {font-variant: normal;

font-weight:bold;

padding:0px;

}





.custom .button {

margin: 0 ;

padding: 0 ;

display: inline ;

text-align: center ;

background-color: #C9D943;

border: 1px outset #008f00 ;

width: 83px ;

text-decoration: none ;

}



.custom a.stico_default {background-image: url(http://insurancecoveragemonitor.com/wp-content/themes/thesis_16/custom/images/icon_sharethis.jpg) !important;}





.custom .comments_closed p {

  display: none;
}

.custom #archive_info h1 {
font-size:2.2em;
line-height:1em;
}

/*-----archives-----*/
.custom .archive h3 {margin-top: 0;}
.custom .archive ul {font-size: .85em; }
.custom .archivel { float: left; width: 40%;}
.custom .archiver { float: right; width: 60%;}

