/*

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:



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/


*/

.custom #header_area {
background:#D20000 url('images/gradient4.jpeg') repeat-x;
}

/* header image */
.custom #header { 
	display: block; 
	background:#D20000 url('images/gradient4.jpeg') repeat-x;
	outline: none; 
}


/* push title and tagline to far left and make tagline tiny */
/*.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }*/


.custom #header {border-bottom:0;}





.custom #header #logo a {color: #FFFFFF ;}

.custom #header #tagline {color: #FFFFFF; } 



.custom #header #logo {padding-left:10px;padding-right:3px;line-height:0.5em;}

.custom #header #logo span.logosm {font-size:20px;}

.custom #header #logo a {color: #FFFFFF ;}

.custom #header #tagline {color: #FFFFFF; } 

.custom #header #tagline {padding-left: 10px;padding-top:5px }

.custom #header #logo a {font-size: 0.65em ;}


/*=== NAV BAR ===*/
.custom #nav_area {background:#910000; border-bottom:1px solid #910000; padding-bottom:8px; padding-top:0px; }
.custom .menu .tab a { letter-spacing:1.5px;style:bold }
.custom a:hover {text-decoration:none;}
.custom .menu .tab a { font-family: Arial, sans-serif; font-weight:bold ; font-size: 1.15em;}
.custom .menu {background: #910000; padding: .25em; height:1.3em;}

	
.custom .menu {
	/*width: 100%;*/
	background: #910000;
}
/* menu lettering */
.custom .menu a { 
	text-transform: none;
	letter-spacing: 0; 
	
	/* changes height of menu */
	padding-bottom: 2.9px;
	padding-top: 5px;
}




.custom h1, .custom h2 a{color: #000100; style:bold }  



.custom #footer_area {
background:#407531 url('images/gradientfooter.jpeg') repeat-x;
}
.custom #footer { 	
	border-top: none;
	display: block; 
	background:#407531 url('images/gradientfooter.jpeg') repeat-x;
	outline: none; 
}



/* removes "comments on this page are closed" (with php coding) */

.custom .comments_closed p {

display: none;

}   



/* remove border to right and left of content box MLN 07-16-09 */

.custom #content_box { background:none; }

.custom #column_wrap { background:none; }



/* Google Custom Search styling MLN 07-16-09, 07-29-09 */

.custom .google_search {
	/* font size determines height of box */
	font-size: 1.3em;
	position: relative;
	top: .5px;
	right: 0px;
	bottom: 0px;
	left: -8px;
	/*margin: 20px 0 0 100px;*/
	float: right;
border: 1px solid #000;
}



/* Header List: Get Updates Free title MLN 07-16-09 */

.custom .header_list_title {

	font-family: Verdana, sans-serif;

	font-weight: bold;

	font-size: 1.1em;

	color: #FFFFFF;

}



/* Header List: List items MLN 07-16-09 */

ul#header_list {

	border-style: none;

	list-style-image: none;

	list-style-position: outside;

	list-style-type: none;

}

ul#header_list li a { 

	font-size: 1.1em; 

	color: #fff; 

	font-family: Verdana, sans-serif;

}

ul#header_list li a:hover { 

	text-decoration: underline; 

}



/* Adjustment to get header spacing right MLN 07-16-09 */

.custom #nav_area { margin: -1.4em 0 0 0; }

.custom .format_text a {text-decoration:none;} 

div.textwidget a {text-decoration:none !important;}
div.widget_box p a {text-decoration:none;}

div#my_ad_banner 
{
margin-left:10em; 
margin-right:auto; 
padding-bottom:1em;
padding-top:2em;
}



