/*
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{
	background-color:#E4E4E4;
	padding:0;
}

a{
	color:#1F7F89;
}

#page{
	padding:0 2.2em 2.2em 2.2em;
}

#header{
	background-image: url('images/site_header.jpg');
	background-repeat: no-repeat;
	width:934px;
	height:135px;
	padding-bottom:0;
	padding-top:0;
	margin-bottom:0;
	margin-top:0;
	border:none;
}

#page{
	position:relative;
}

#header #logo{
	display:none;
}

#header #tagline{
	display:none;
}

.custom contact #comments{
	display:none;
}

#logoLink{
	width:320px; 
	height:80px; 
	position:absolute; 
	top:0; 
	left:40px;
}

#siteFooterOFButtonHome{
	position:absolute;
	top:40px;
	left:820px;
	background-image: url('images/site_footer_of_button.png');
	width:100px;
	height:25px;
}

#siteFooterOFButtonHome a{
	width:100%;
	height:100%;
	display:block;
}

#footer{
	padding:10px 0 0 0;
	margin:0;
}

#footer a {
	font-size:1.2em;
	line-height:1.667em;
}

#footer p{
	display:none;
}

#footer a{
	border:none;
}

#homeFooter{
	background-image: url('images/site_footer_home.jpg');
	background-repeat:no-repeat;
	float:left;
	width:934px;
	height:150px;
	position:relative;
}

#siteFooterTop{
	background-image: url('images/site_footer_top.jpg');
	width:934px;
	height:40px;
	float:left;
	margin-bottom:5px;
}

#siteFooterOFButton{
	background-image: url('images/site_footer_of_button.png');
	width:100px;
	height:25px;
	float:left;
}

#siteFooterOFButton a{
	width:100%;
	height:100%;
	display:block;
}

#siteFooterInfo{
	width:834px;
	height:25px;
	float:left;
	text-align:left;
}

#siteFooterInfoHome{
	position:absolute;
	top:40px;
	left:15px;
	width:500px;
	height:25px;
	text-align:left;
}

#siteFooterInfoHome p{
	color:#000000;
	display:inline;
}

#siteFooterInfoHome a{
	color:#000000;
	display:inline;
}

ul#tabs {
	background:none;
	position:absolute;
	border:none;
	top:33px;
	left:345px;
}

#feature_box{
	position:relative;
	background-color:#E4E4E4;
	background-image: url('images/feature_box_background.jpg');
	background-repeat:no-repeat;
	border:none;
	width:934px;
	height:374px;
	margin-bottom:10px;
}

#feature_box_image_left{
	position:absolute;
	top:4px;
	left:34px;
	background-image: url('images/feature_box_image_left.jpg');
	background-repeat:no-repeat;
	border:none;
	width:480px;
	height:270px;
}

#feature_box_image_right{
	position:absolute;
	top:4px;
	left:533px;
	background-image: url('images/feature_box_image_right.jpg');
	background-repeat:no-repeat;
	border:none;
	width:173px;
	height:265px;
}

#feature_box_text_container{
	position:absolute;
	top:4px;
	left:706px;
	width:194px;
	height:265px;
}

#feature_box_text_container p{
	padding:10px 10px 5px 10px;
	color:#333333;
	font-size:1.2em;
	font-weight:bold;
}

#feature_box_text_container a{
	padding:10px;
	color:#076D79;
	font-size:1.2em;
	font-weight:bold;
}

#feature_box_text_container a:hover{
	color:#FFFFFF;
}

ul#tabs li {
	border:none;
	border-width:0;
	border-style:none;
	background:none;
}

ul#tabs li a {
	font-weight:bold;
	font-size:1.5em;
	padding:5px;
	letter-spacing:normal;
	font-family:Arial, Helvetica, sans-serif;
}

ul#tabs li.current_page_item, ul#tabs li.current-cat {
	background-color:#527175;
	border-bottom:0 none;
}

ul#tabs li.current_page_item a, ul#tabs li.current-cat a {
	background:none;
	border:none;
}

#siteFooterInfo p{
	display:inline;
	padding:0 0 0 5px;
}

#content{
	width:750px;
}

#sidebars{
	float:left;
}

.sidebar{
	height:100%;
}

.sidebar ul.sidebar_list {
	padding-right:0;	
	background-color:#BDBDBD;
	padding-top:1em;
}

.sidebar_list li{
	padding:0;
	margin:0;
}

.sidebar h3 {
	color:#076E7A;
	text-transform:uppercase;
	font-weight:bold;
	font-variant:normal;
	letter-spacing:.75px;
	line-height:1em;
	font-size:1.1em;
}

.widget {
	color:#076E7A;
}

li.widget {
	color:#076E7A;
	padding:5px 0 10px 0;
	line-height:1em;
}

li.widget ul li{
	color:#076E7A;
	font-size:0.9em;
	padding:0 0 3px 0;
	margin:0;
}

li.widget a{
	color:#076E7A;
	font-size:1em;
}

.post_box{
	background-color:#FFFFFF;
	padding:2em;
	margin:0 1em 0 0;
	height:100%;
}

#about_left_column{
	width:312px;
	float:left;
}

#about_right_column{
	float:left;
	width:420px;
}

.page_id_strip{
	width:934px;
	height:42px;
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

.headline_area{
	margin:0;
	padding:0;
}

.headline_area h1{
	margin:0;
	padding:0;
	font-weight:bold;
	color:#1F7F89;
	font-size:2.0em;
	text-transform:uppercase;
	border-bottom:2px inset #CCCCCC;
}

.headline_area h2{
	letter-spacing:.4px;
	font-size:1.8em;
	padding:5px 5px 0 0;
	margin:0;
}

.headline_area h2 a{
	color:#1F7F89;
	text-transform:uppercase;
	font-weight:bold;
	font-variant:normal;
	line-height:1em;
}

.headline_area h2 a:hover{
	color:#333333;
}

.headline_meta{
	text-transform:uppercase;
	font-variant:normal;
	font-style:normal;
	font-weight:bold;
	color:#333333;
	margin-bottom:10px;
}

.teasers_box{
	background-color:#FFFFFF;
	width:700px;
	padding:2em;
	margin:0 1em 0 0;
}

.teaser{
	width:320px;
}

.teaser h2{
	letter-spacing:.4px;
	font-size:1.4em;
	padding:5px 5px 0 0;
	margin:0;
}

.teaser h2 a{
	color:#1F7F89;
	text-transform:uppercase;
	font-weight:bold;
	font-variant:normal;
	line-height:1em;
}

.teaser h2 a:hover{
	color:#333333;
}

#post-8,#post-10,#post-12{
	display:none;
}

/**
 * post-14 is The Links Page
 */

#sign_links_page .format_text{
	color:#1F7F89;
}

#sign_links_page .sign_link_group h2{
	display:block;
	font-weight:bold;
	font-size:1.2em;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
	border-bottom: 1px solid #1F7F89;
	
}

#sign_links_page .sign_link_group a{
	color:#333333;
	font-size:1em;
	padding:0 0 10px 0;
	margin:0;
}

#sign_links_page .sign_link_group a:hover{
	color:#1F7F89;
	text-decoration:underline;
}

.sign_link_group{
	width:40%;
	display:block;
	padding:0 20px 10px 0;
	margin:10px;
	float:left;
}

.sign_link_group ul{
	list-style:none;
	margin:0;
	padding:0;
}

.sign_link_group li{
	margin:0;
	padding:0;
}

#post-36 .headline_area{
	display:none;
}

/**
 * post-16 is the Contact Page
 */ 
 
#contact_column_left{
	width:459px;
	height:311px;
	float:left;
}

#contact_column_right{
	width:281px;
	height:311px;
	float:left;	
	background-color:#FFFFFF;
}

#contact_column_right .post_box{
	padding:10px;
	border:none;
}

#contact_column_right .post_box h2{
	color:#1F7F89;
	display:block;
	padding:0;
	margin:0;
	font-size:1.2em;
	font-weight:bold;
}

#contact_column_right .post_box h3{
	color:#1F7F89;
	margin:10px 0 0 0;
	padding:0;
	display:block;
	font-size:1.1em;
	font-weight:bold;
}

#contact_column_right .post_box h4{
	color:#1F7F89;
	margin:0;
	padding:0;
	display:block;
	font-size:0.9em;
	font-weight:bold;
}

#contact_column_right .post_box p{
	color:#1F7F89;
	margin:0;
	padding:0;
	display:block;
	font-size:0.9em;
}

/**
 * NGG Style Override
 */ 
 
 .ngg-albumtitle{
 	text-align: left;
 	font-weight: bold;
	text-transform:uppercase;
	margin:0px;
	padding:0px;
	font-size: 1.3em;
	margin:5px 0 10px 0;
	width:200px;
	line-height:1em;
	clear:both;
 }
 
 .ngg-albumtitle a{
 	color:#1F7F89;
	text-decoration:none;
 }
 
 .ngg-albumtitle a:hover{
 	color:#1F7F89;
	text-decoration:underline;
 }
 
 .ngg-description{
 	display:block;
	float:left;
	clear:both;
 }
 
  .ngg-description p{
 	color:#333333;
	font-size:0.8em;
	margin:0 0 10px 0;
	padding:0 10px 0 0;
	width:160px;
	line-height:1.1em;
 }
 
 .ngg-thumbnail{
	margin:0;
	padding:0;
 }
 
.ngg-thumbnail a{
	display:block;
 }
 
 .ngg-galleryoverview h2{
 	margin:10px 10px 0 10px;
	padding:0;
	font-weight:bold;
	color:#1F7F89;
	font-size:1.5em;
	text-transform:uppercase;
	border-bottom:2px inset #CCCCCC;
 }
 
.ngg-galleryoverview a{
 	width:100%;
	display:block;
 	margin:0 10px 0 10px;
	padding:0;
	font-weight:bold;
	color:#333333;
	font-size:0.8em;
	text-transform:uppercase;
	text-decoration:none;
 }
 
.ngg-galleryoverview a:hover{
	text-decoration:underline;
 }
 
 .ngg-galleryBackButton{
 	width:100%;
	height:20px;
	float:left;
	display:block;
	margin:0;
 }
 
 .ngg-galleryBackButton a{
 	width:100%;
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	background-color:#EEEEEE;
	color:#333333;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
 }
 
 .ngg-galleryBackButton a:hover{
 	text-decoration:none;
	background-color:#CCCCCC;
	color:#333333;
 }
 
 .ngg-navigation .page-numbers{
 	width:25px;
	height:20px;
	display:inline;
 }
 
.ngg-navigation .prev{
	width:25px;
	height:20px;
	display:inline;
 }
 
 .ngg-navigation .next{
 	width:25px;
	height:20px;
	display:inline;
 }
 
 .ngg-navigation span{
 	width:25px;
	height:20px;
	display:inline;
	border:1px solid #1F7F89;
	margin-right:3px;
	padding:3px 7px;
 }

.ngg-gallery-thumbnail{
	margin:0;
	padding:0;
}

.ngg-gallery-thumbnail p,h4{
	display:block;
}

.ngg-gallery-thumbnail h4{
	margin:0 auto;
	width:190px;
	padding-top:10px;
}

.ngg-gallery-thumbnail p{
	margin:0 auto;
	font-size:0.8em;
	line-height:1.1em;
	width:190px;
}

.ngg-gallery-thumbnail a{
	display:block;
	margin:0;
	padding:0;
}

.ngg-gallery-thumbnail img{
	margin:0 auto;
	padding:5px;
}

.ngg-gallery-thumbnail-box, .ngg-album{
	width:210px;
	height:300px;
	margin:10px;
}

.ngg-album{
	margin:0;
	padding:0;
	border:none;
	float:left;
}
 
.ngg-gallery-thumbnail{
	display:block;
	width:100%;
	margin:0 auto;
}
 
 
.ngg-thumbnail img{
	margin:0;
	padding:0;
}
 
 /**
  * End NextGen Gallery Styles
  */
 
 /**
  * Homepage Styles
  * 
  */
 
.sign_home_box{
 	background-color:#F8F8F8;
	width:360px;
	height:140px;
	clip:auto;
}
 
.sign_home_box img{
 	background-color:#FFFFFF;
	float:left;
	width:196px;
	height:140px;
	border:none;
}

.sign_home_box ul{
	list-style:none;
	float:left;
	padding:0;
	margin:5px 0 0 0;
	width:140px;
	height:100%;
	padding:0 10px 10px 10px;
}

.sign_home_box li{
	padding:0;
	margin:0 0 10px 0;
}

.sign_home_box p{
	color:#1F7F89;
	font-size:1.3em;
	font-weight:bold;
	padding-bottom:2px;
}

.sign_home_box a{
	color:#1F7F89;
	font-size:1.2em;
}

.sign_home_box a:hover{
	text-decoration:underline;
}

.sign_home_box h3{
 	color:#1F7F89;
	float:left;
	font-weight:bold;
	font-size:1.4em;
	padding:10px 10px 5px 10px;
}

#sign_home_boxes{
	position:relative;
	width:750px;
	height:290px;
} 
 
#sign_home_box_gallery{
	position:absolute;
	top:0;
	left:5px;
}

#sign_home_box_news{
	position:absolute;
	top:0;
	left:375px;
}

#sign_home_box_events{
	position:absolute;
	top:150px;
	left:5px;
}

#sign_home_box_press{
	position:absolute;
	top:150px;
	left:375px;
}

/**
 * MAIL PRESS STYLES
 * 
 */

.MailPressFormEmail{
	width:150px;
	height:14px;
	font-size:1.0em;
}

.MailPressFormName{
	display:none;
}

.MailPressFormSubmit{
	margin-top:5px;
	color:#FFFFFF;
	background-color:#1F7F89;
	border:1px solid #FFFFFF;
	text-transform:lowercase;
	font-weight:bold;
	font-size:1.0em;
	}
	
