/*
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/
*/
body.custom { background: #0a4a5c; background-image: url(images/background2.jpg); background-repeat:no-repeat; background-position:top center; }
	
	.custom #container { margin-top: 60px; margin-bottom: 2em; border: 0px solid #000000; }

	.custom #page { background: #fff; background-image: url(images/container-bg.jpg); background-repeat:no-repeat; background-position:top; }

.custom h3 {
	  color: #ce0b13;
	  font-weight: bold;
	  letter-spacing:normal;
	  
}
.custom h1 {
	color: #ce0b13;
	font-weight: bold;
}

.custom h2 {
	color: #ce0b13;
	font-weight: bold;
}
h2 a { color: #ce0b13; font-weight: normal; }

	h2 a:hover { color: #2361a1; font-weight: normal; }

.format_text {
	padding-left: 20px;
	padding-right: 20px;
}

#content.entry-title h2 {
	color: #ce0b13;
	font-weight: normal;
}

#content.entry-title h1{
	color: #ce0b13;
	font-weight:normal;
}
#content h3 {
 font-size: 1em;
 color: #103649;
}
/*---:[ nav menu styles ]:---*/

ul#tabs { list-style: none; border:none; margin-top: -5px; margin-left: -5px; background-color: none; padding: 0;}

	ul#tabs li {background: #fff; border-right: 1px solid #3c6f7c; border-left: 1px solid #3c6f7c; border-top: 1px solid #3c6f7c; border-bottom: 1px solid #3c6f7c; float: left; padding: 0 8px 0 8px;  }

	ul#tabs li.current_page_item, ul#tabs li.current-cat { background:#3c6f7c; border-left: 1px solid #3c6f7c; border-right: 1px solid #3c6f7c; border-top: 1px solid #3c6f7c; border-bottom: 1px solid #3c6f7c; padding: 0 8px 0 8px;  }
	
		ul#tabs li a { display: block;  color: #035c76; text-transform: uppercase;  text-decoration: none;}

		ul#tabs li a:hover { color: #ce0b13; text-decoration: underline; }
	
		ul#tabs li.current_page_item a, ul#tabs li.current-cat a { cursor: default; color: #fff; text-decoration: none; }
		
		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; color: #035c76; color: #fff; }
	
	ul#tabs li.rss {margin-top: 5px; margin-right: 15px; color: #fff; font-weight:bold; background-image:url(images/subscribe-bg.gif); background-repeat:no-repeat; }
		
		ul#tabs li.rss a { color: #fff; font-weight:bold;}

.widget h3{
	color: #ffffff;
	background-image:url(images/widget-hd.gif);
	background-repeat: no-repeat;
	height: 32px;
	font-size: 13px;
	padding: 12px 0 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.sidebar {
	margin-left: 10px;
}
.sidebar ul{
	margin-left: 10px;
}
.sidebar p{
	margin-left: 10px;
}
.sidebar select{
	margin-left: 10px;
}
.custom-featured {
	margin: 10px 0 0 10px;
}


	/*---:[ #header ]:---*/
#header { border-bottom: 0px double #fff; clear: both; margin: 110px 0 -20px 0; }
.headline_meta {
	margin-bottom: 20px;
}

.headline_area {
	margin: 0px 0 20px 0;
	padding-left: 20px;
	padding-right: 20px;
}
	
#image_box {  background:none; margin: 0px 0 0 0; border: none;}
#image_box img {  background:none; border: none;}
#multimedia_box {background:none; margin: -20px 0 0 0; border: none;}


#sidebars input {
	width: 200px;
	padding: 6px;
	}
.job-button {
	text-align: center;
	margin-bottom: 20px;
}
.job-button a:link, .job-button a:visited {
 text-align: center; font-weight: bold; margin-bottom: .5em; font-size:115%;
 background-image: url(images/button2.gif); background-repeat: no-repeat; color: #037495;  padding: 7px 20px 8px 20px;
}
.job-button a:hover, .job-button a:active {
	background-image: url(images/button2-hover.gif); background-repeat: no-repeat; color: #000; width: 123px; height: 36px; padding: 7px 20px 8px 20px; text-decoration:none;
}
#jbb_adaptive_widget_body {
	border: 1px dotted #ccc;
	width: 250px;
	margin-left: 5px;
}