/*File:			custom.cssDescription:	Custom styles for ThesisBASIC 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 themWHY THIS WORKS:By using the "custom" class, you are creating more specific CSS declarations for HTMLelements. CSS styling is applied through rules of specificity, and because declarationsprepended 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 foundin the User's Guide:	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/*/




/* Featured box */
.custom #feature_box {background: #000;border: none;margin-right: 0px;padding-left: 0;padding-right: 0;padding-top: 0;}




/*--RSS Email*/
.custom ul#tabs li.rss_email { padding-right: 0; background: none; border: none; float: right; }
 


/*--RSS Feed*/
.custom ul#tabs li.rss_1 { padding-right: 0; background: none; border: none; float: right; }
  	
/*--Twitter in nav bar--*/
.custom ul#tabs li.twitter-bar { padding-right: 0; background: none; border: none; float: right; }		
  	







/*nav bar*/
.custom ul#tabs {
background:#000000 none repeat scroll 0 0;}

/*preceeding text extended nav bar color to end of header*/
.custom ul#tabs {border:0;}
   .custom ul#tabs li {margin:0; border:0; background: #000000; color: #FFFFCC;}
   .custom ul#tabs li.current_page_item, 
      .custom ul#tabs li.current-cat {padding:0; border:0; background: #FFFFFF; color: #FFFFCC;}
   .custom ul#tabs li a,
      .custom ul#tabs li a:active, {text-decoration:none; font-weight:bold; color: #FFFFCC;}
      .custom ul#tabs li a:visited, {text-decoration:none; font-weight:bold; color: #FFFFCC;}
      .custom ul#tabs li a:hover {text-decoration:underline; font-weight: bold; color: #FFFFCC;}
   .custom ul#tabs li.current_page_item a {margin:0; border:0; background:#000000; color:#FFFFCC; font-weight: bold;}

.custom ul#tabs li a {color:#fff;}


 
/*change background color in media_box*/
.custom #image_box {background:#FFFFFF none repeat scroll 0 0;padding: 1em;}







/* Featured box */
.custom #feature_box {background: #000;border: none;margin-right: 20px;padding-left: 0;padding-right: 0;}




/*footer color change*/
.custom #footer {height: 60px;background-color: #F3F3F3;color: #B2B3B2; border: none;}




/*Remove padding above, bottom and to left of header*/
.custom #header { padding-top: 0; padding-left: 0; padding-bottom: 0; }



/*remove header border*/
.custom #header {  border:none ; }
.custom #header { padding: 0; border-bottom:none;}
.custom #header #tagline { height: 0; }



/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/

body.custom { background: #000000; }
	
	.custom #container { margin-top: .5em; margin-bottom: .5em; padding: 0em; background: #33332f; border: 0em solid #3e3e3a; }

		.custom #page { background: #fff; }
		
/*---:[ end Set 1 ]:---*/




