/*---
File:			custom.css
Description:	Custom styles for the Thesis Theme that you define
---*/

/*---:[ Default customizations for header color and background---*/
.custom	#header #logo a, 
        #header #logo a:visited { color: #2361a1; text-decoration: none; }
.custom	#header #logo a:hover { color: #111; }
body.custom { background: #EFEFEF; }
.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.3em; 
         background: #2361A1; border: 0.2em solid #F4C836; }
.custom #page { background: #fff; }
/*---:[ end default ]:---*/

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/
body.custom { background: #383e78 url('images/xppbkgnd1.jpg'); }  
.custom #container { margin-top: 2em; margin-bottom: 2em; 
 padding: 0.2em; background: #0e151f; border: 0.3em solid #6b82a1; }
.custom #page { background: #fff; }
/*---:[ end Set 1 ]:---*/


.custom ul#tabs 
{ list-style: none; 
	background: #e8e4e1;
	border: 1px solid #ddd; 
	border-width: 0 0 1px 1px; }                                               
/*-- page tab color ---*/                                
.custom  ul#tabs li { margin-bottom: -0.1em; 
	background: #e8e4e1; 
	border: 1px solid #ddd; 
	border-left:	#ddd; float: left; }   
	                                                  
.custom  ul#tabs li.current_page_item, 
         ul#tabs li.current-cat 
{color: #e8e4e1; 
	background: #fff; 
	border-bottom: 0; }                                           
.custom  ul#tabs li a, 
         ul#tabs li a:visited
 { display: block; 
 	line-height: 1em; 
 	color: #000066; text-decoration: none; 
 	text-transform: none; 
 	letter-spacing: 2px; }
.custom  ul#tabs li a:hover 
{ color: #000066; text-decoration: underline; 
	background: white;}                                                                                             
.custom  ul#tabs li.current_page_item a, 
         ul#tabs li.current_page_item a:visited, 
         ul#tabs li.current-cat a, 
         ul#tabs li.current-cat a:visited 
{ cursor: default; }     

.custom  ul#tabs li.current_page_item a:hover, 
         ul#tabs li.current-cat a:hover 
{ text-decoration: none; }  
                                                           
.custom  ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }                                                                            
.custom  ul#tabs li.rss a, ul#tabs li.rss a:visited { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; } 



/*--- change dropcap color ---*/
.custom .format_text .drop_cap { color: #6b82a1; float: left; } 
 end dropcap ---*/

/*---new Update Block ---*/
.custom  .update { border: 3px solid #f2ec49; background: #fffdcb; padding: 1.0em 15px; margin: 0 0 1.46667em 0; clear: both; }
.custom .updorng { border: 3px solid #e87b2d; background: #f7d861; padding: 1.0em 15px; margin: 0 0 1.46667em 0; clear: both; }
/*----*/

/* For the 125x125 Ad boxes - adblock and cenx */
.custom div.adblock img {
padding: 4px;
background-color: #FFFFFF;
}
.custom .cenx {text-align: center;}
/*---*/

/*--- remove bottom space for widgets ---*/
.custom li.widget {font-size: 1.4em; line-height: 1.3em; margin-bottom: 1.2em;}


/*--- add a line above and below the sidebar category text ---*/
.custom .sidebar h3 { font-size: 1.0em; font-weight: bold; line-height: 1.2; margin-bottom: .3em; padding: 0.436em 0.455em 0.545em 0.455em; text-transform: uppercase; font-variant: normal; letter-spacing: 1px; color: #0E151F; border-top: 1px solid #abc3e5; border-bottom: 1px dotted #0E151F; }
/*---*/

/*--- remove bottom space for widgets ---*/
.custom li.widget {font-size: 1.3em; line-height: .8em; margin-bottom: .5em;}

/* This line sets up our clickable background image based on the site title's link */
/* DIY: Adjust the height & width attributes to reflect the actual size of your image */
/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a 
{ display: block; 
	height: 355px; 
	width: 856x; 
	background: url('images/Charlenes.BusCardHeader.856.jpg') no-repeat; outline: none; }
	
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
/* This is a bit of a kludge, but it seems to work. */
.custom #header #tagline { height: 0; }
/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }






