/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the &lt;body&gt; 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; }	&lt;--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

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/
*/

/* Remove text from category archive */
#archive_info {display:none;}

/* Background image */ 
body.custom {
    background: #8db6b6 url('images/bg3br.jpg') 50% 0 repeat;
}

.custom #container {
    margin-top: 0em;
    margin-bottom: 2em;
}

.custom #page {
    background: #ffffff;
}

.custom #sidebars {
	background: #ffffff;
}

/* Top banner ad */ 
.custom #leaderboard_ad { margin-left:auto; margin-right:auto; padding-left:2em;  width: 885px; height: 125px; top: 15px; }
	
/* Bottom Sidebar ad */
.custom #bottom_sidebar_ad { margin-left: auto; margin-right: auto; padding-left: 5em; width: 345px height: 500px; } 

/* Under Single Post Ad */
.custom #under_post_ad { margin-left: auto; margin-right: auto; paddingt: 0; width: 480px height: 100px; }

/* Popular Posts Thumbnails */ 
.clear { clear:both;
         float:left;
         text-aligh:right;
}

/*side bar widget background*/
.custom li.widget ul {
background:#434343;
border: 0.1em solid #2cd9ff;
-moz-border-radius:1px;
padding:0.5em;
color:#22a7c4;
}

.custom #recent-posts-3 h3 { background: url("http://hideyourarms.com/wp-content/themes/thesis_16/custom/images/recentposts.jpg") no-repeat; height: 33px; width:191px; text-indent:-9999px; padding: 0; margin-left:auto; margin-right:auto;  }
.custom #popular-posts h3 { background: url("http://hideyourarms.com/wp-content/themes/thesis_16/custom/images/popularposts.jpg") no-repeat; height: 53px; width:191px; text-indent:-9999px; padding: 0; margin-left:auto; margin-right:auto;  }
.custom #popular_searches-3 h3 { background: url("http://hideyourarms.com/wp-content/themes/thesis_16/custom/images/popularsearches.jpg") no-repeat; height: 53px; width:191px; text-indent:-9999px; padding: 0; margin-left:auto; margin-right:auto;  }


.custom #content_box {background-color:#ffffff;}
.custom #content {background-color:#fff;}

/*Popular Post Widget*/
.custom #popular-posts img {
	float:right;
        border: 1px solid #22a7c4;
}

div.col.Footer1 ul.sidebar_list { width:100%; }
div.col.Footer1 ul.sidebar_list li.widget { width:30%; padding:0; margin:0 1%; float:left; }

.custom #footer_area {background:#c3d9d6; padding:0.5em 0; border-top:1px solid #bbd;}
	.custom #footer {border-top:0;}

div.col.customHeader ul.sidebar_list { width:100%; }
div.col.customHeader ul.sidebar_list li.widget { width:22%; padding:0; margin:0 1%; float:left; }

div.col.TopSidebar ul.sidebar_list { width:100%; }
div.col.TopSidebar ul.sidebar_list li.widget { width:20%; padding:0; margin:0 1%; float:left; }

div.col.AboveHeader ul.sidebar_list { width:100%; }
div.col.AboveHeader ul.sidebar_list li.widget { width:100%; padding:0; margin:auto; }

.custom #header {
	padding: 0em 0.5em;
        
}

.custom #leaderboard_ad {
      	padding: 0em 0em;
}

.custom .menu li.tab a { 

	padding: 0em 0em;

	margin: 0;

}
	
.custom .menu li.cat-item a { 

	padding: 0em 0em;

	margin: 0;

}	

.custom .post_box { position:relative; }
.custom .social-post { left:-8.6em; position:absolute; top:3.0em; }
	.custom .counter-twitter { margin-bottom:1.4em; margin-left:0em; }
	.custom .counter-fb-like { margin-bottom:1.6em; margin-left:0.5em; }
	.custom .counter-google-one { margin-bottom:1.4em; margin-left:0.2em; }