/*
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: #000000;
}

.custom #container {
    margin-top: 1.3em;
    margin-bottom: 2em;
    padding: 0.3em;
    background: #ffffff;
    border: 0em;
}

.custom #page {
    background: #fff;
}

.custom #header {
	border: none;
	padding: 0;
	margin: 0;
}

.custom .sidebar {
    padding: 0px 15px 0px 10px;
}

.custom h2 {
	color: #00263F;
	font-size: 1.3em;
}	

.custom h3 {
	color: #237BAD;
	margin-top: 0em;
	margin-bottom: 0.4em;
	font-size: 1.3em;
}	

.custom h6 {
	text-transform: none;
	font-family: arial;
	letter-spacing: normal;
	line-height: 120%;
	color: #000000;
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 0.9em;
}

/* Header Logo */

.custom #logo {
	position: relative;
	text-indent: -9999px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px 0px;
	height: 125px;
	width: 900px;
	background: url(images/logo.gif) no-repeat top left;
	}
.custom #logo a {
	position: absolute;
	padding:0px 0 0px 0px;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 125px;
	}

.custom #logo a:link, .custom #logo a:visited, .custom #logo a:active, .custom #logo a:link:hover, .custom #logo a:visited:hover {
	background-color: transparent;
	}

.custom #logo a span, #logo span { display: none; }



/* Navigation */

.custom ul#tabs { 
	margin: 12px 0 0px 0;
	padding: 0px 0 0px 0;
	list-style: none; 
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	border-left: none;
	width: 900px;
}

.custom ul#tabs li { 
	background: none;
	float: left; 
	border-bottom: 0px solid #DDDDDD;
	border-left: none;
	border-right: none;
	border-top: none;
}

.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { 
	background: #f4f4f4; 
	border-bottom: 1px solid #d1d1d1; 
	padding-bottom: 0px;
}

.custom ul#tabs li a { 
	font-size: 1.1em;
	font-weight: normal;
	display: block; 
	line-height: 1em; 
	color: #444444; 
	text-transform: upper-case; 
	letter-spacing: 0.1em; 
	padding: 10px 0 10px 0;
	margin: 0 20px 0 20px;
}

.custom ul#tabs li a:hover { 
	color: #737373;
	text-decoration: none;
}

.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a { 
	cursor: default; 
	color: #444444;
}

.custom ul#tabs li.current_page_item a:hover, .custom 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 { 
	padding-right: 16px; 
	background: url('images/icon-rss.gif') 100% 50% no-repeat; 
}	
	
.format_text ul { 
	color: #4D4D4D;
	font-size: 1.1em;
	}
	
.format_text li {
	padding-bottom: 5px;
}

.format_text ul ul { 
	font-size: 1.0em;
	}
	
	.post_box {
		padding: 0 0 20px 0;
	}
	
.custom .post_box h1 {
	font-size: 2.6em;
}
.custom .post {
	margin-bottom: 10px;
	border-top: none;
	padding: 0;
}

.custom .post a, .post_box a {
	text-decoration: none;
}

.custom .post a:hover, .post_box a:hover {
	text-decoration: underline;
}

.custom .post h2 {
	font-size: 2.2em;
	line-height: 1.3em;
	color: #833400;
	border-top: 2px solid #E6E6E6;
	padding: 12px 0 6px 0;
	margin: 0;
}

.custom .top h2 {
	border-top: none !important;
	padding: 0;
	margin: 0;
}

.custom .post h2 a {
	color: #833400;
	cursor: default;
}

.custom .post h2 a:hover {
	text-decoration: none;
	color: #A56900;
	cursor: default;
}

.custom .headline_area {
	margin: 0 0 5px 0;
	padding: 0;
}

.custom #feature_box {
	border-top: 0px solid #ffffff;
	border-bottom: 1px solid #d1d1d1;
	background: #ffffff;
	padding: 12px 0 0px 0;
	margin: 0px 0 0 0;
	width: 900px;
    float: left;	
clear: both;
}

.custom #feature_box img {
	padding: 0;
	margin: 0;
	display: block;
}

.custom #image_box { 
}

.custom #image_box img { 
	border: none; 
	padding: 0;
}

.custom #content {
	padding: 20px 0 0 0;
}

.custom .to_comments {
	display: none;
}

.comments_closed p{
	text-indent: -9999px;
}

li.widget {
	margin-top: 0em;
	margin-bottom: 1.0em;
}

#HomeSlideshow {
	list-style-type: none;
}

.custom #HomeBanner {
	width: 890px;
	padding: 0px 10px 0px 0px;
	margin: 0 0 12px 0;
	float: left;
	background: #000000;
	border-top: 0px solid #8A9DA8;
	border-bottom: 0px solid #8A9DA8;
	height: 325px;
	overflow: hidden;
}

.custom #BannerPhoto {
	width: 0px;
	float: left;
	border: none;
} 

.custom #BannerCopy {
	width: 470px;
	height: 275px;
	float: right;
	padding: 15px 15px 15px 15px;
	margin: 20px 10px 0 0;
	overflow: hidden;
	background: none;
	border: 0px solid #E4EEF4;
}

.custom #BannerCopy h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	padding: 0 0 6px 0;
	color: #00263F;
}

.custom #BannerCopy p {
	font-size: 12px;
	line-height: 16px;
	color: #393D3F;
	padding: 0 0 13px 0;
}

.custom #GetInvolved {
	float: left;
	display: inline;
	margin: 0 0 0 36px;
}

.custom #content_box {
float: left;
}

.custom #footer {
border-top: 1px solid #d1d1d1;
}

#NewsBarRss {
	position: absolute;
	top: 7px;
	right: 20px;
}
#NewsUpcomingEventsBar {
position: relative;
float: left;
border-top: 1px solid #d1d1d1;
border-right: 1px solid #d1d1d1;
background: #f4f4f4;
padding: 12px 0 12px 20px;
height: 9px;
width: 601px;
margin: 0;
}

#NewsEventsTitle {
position: absolute;
top: 11px;
left: 15px;
width: 185px;
height: 10px;
background: url(images/latest_title.gif) top left no-repeat;
text-indent: -9999px;
margin: 0;
padding: 0;
}

#TakeActionBar{
position: relative;
float: left;
border-top: 1px solid #d1d1d1;
background: #f4f4f4;
padding: 12px 0 12px 20px;
height: 9px;
width: 258px;
}

#TakeActionTitle {
position: absolute;
top: 11px;
left: 20px;
width: 77px;
height: 10px;
background: url(images/takeaction_title.gif) top left no-repeat;
text-indent: -9999px;
margin: 0;
padding: 0;
}

.leftbutton {
float: left;
padding: 10px 15px 0 0;
height: 35px;
width: 184px;
}

.rightbutton {
float: left;
height: 35px;
width: 208px;
padding: 10px 0px 0 0;
}

#HomeSlideshowContainer{
	float: left;
	width: 900px;
	height: 325px;
	margin: 0 0 0px 0;
	padding: 0;
	background: #ffffff;
	overflow: hidden;
	border-bottom: 0px solid #E6E6E6;
	
}

#flipbook {
    position: relative;
	border-bottom: 1px solid #E6E6E6;
    height: 341px;
	width: 857px;
    margin: auto;
}

#flipbook IMG {
    position: absolute;
    top: 0;
    left: 0;
    height: 341px;
	width: 857px;
    z-index: 8;
    opacity: 0.0;
}

#flipbook IMG.active {
    z-index:10;
    opacity: 1.0;
}

#flipbook IMG.last-active {
    z-index:9;
}


.jqmWindow {
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    z-index: 9999;
    margin-left: -207px;
    width: 400px;
    background-color: #fff;
    color: #333;
border: 7px solid #000;
    padding: 0px;
}

.jqmWindow h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0 15px 0;
	font-size: 2.1em;
	line-height: 1.3em;
	font-weight: normal;
	color: #ffffff; 
}

.jqmWindow label {
font-size: 1.2em;
margin: 0 5px 5px 0;
}

#jqmCloseContainer {
float: right;
text-align: right;
}

.jqmClose {
height: 20px;
width: 20px;
padding: 0 0 5px 0;
}

.jqmOverlay { background-color: #000; z-index: 0;}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

#jqmHeader {
background: #000;
border-bottom: 1px solid #dfdfdf;
padding: 10px 10px 0 20px;
margin: 0 0 0px 0;

}

.indicate-required {
text-align: right;
padding: 0px 0 10px;
}

#mce-success-response {
color: #70af2c;
}

#jqmBody {
padding: 12px 12px 12px 12px;
}

.jqModal {
	float: left;

	margin: 20px 0 20px 50px;
	padding: 0;
	display: inline;
}

.inputfield {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	border: none;
	margin: 0 5px 10px 0;
	padding: 4px;
	height: 16px;
	top: 0px;
	font-size: 13px;
	width: 220px;
	color: #454545;
border: 1px solid #dfdfdf;
}

#sidebars {
	margin: 0;
	padding: 0 20px 0 0;
	width: 258px;
	overflow: hidden;
}



#header {
	position: relative;
}