/*
File:			custom.css
Description:	Custom styles for Thesis
*/

/* Scott Harvey 3/18/09 - adding background graphics...*/

/* Scott Harvey 4/14/09 - Larry's trick below to still have the SEO benefits of the title and tagline but not have themdisplay in the header.  The lines that start:.custom#header#logo, .custom #header...  and .custom #header#tagline { height: 0 }  do the trick...*/
body.custom {
    background: #8db6b6 url(images/bg-bluefade.jpg) repeat-x scroll 0 0;
}

.custom #container { margin-top: 2em; margin-bottom: 2em; }
.custom #page { background: #fff; }
.custom #header #logo a { display: block; height: 115px; width: 960px; background: url('images/logo.jpg') no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; } 
.custom #header { padding: 0; border: medium none; }

.custom ul#tabs {
	background:#fff url(images/navbg25.png) repeat-x scroll left top;
	font-family:'Trebuchet MS',helvetica,arial;
	font-size:12px;
	min-height:25px;
	padding-left:10px;
	border: 0 none;
}
ul#tabs li {
	background: none;
	border:0 none;
	padding-left:5px;
	padding-right:5px;
}
ul#tabs li.current_page_item, ul#tabs li.current-cat {
	background: none;
	border: 0 none;
	color: white;
}
ul#tabs li.current_page_item a {
	color: #F0D69D;
}
ul#tabs li.page_item {
	background: none;
	border:0 none;
}
ul#tabs li a {
	padding:0.35em 0.833em;
	color:#FFFFFF;
	letter-spacing:0;
}
ul#tabs li a:hover {
	text-decoration: none;
	color: #F0D69D;
}

ul#tabs li.rss {
	padding-right:10px;
}
ul#tabs li.rss a {
	background:transparent url(images/rss-icon.png) no-repeat scroll 100% 50%;
	padding-right:25px;
}

/*---:[ Hide closed comment notice on single post pages]:---*/
.custom .comments_closed p  { display: none; }
.custom .format_text .to_comments  {display: none; }  

/*
 * 3/29/2009 - Larry Deane - Empty Cabin Media
 */
.custom .format_text .figure {
     background:#DDDDDD none repeat scroll 0 0;
     border:0.071em solid #CCCCCC;
     margin-bottom:1.571em;
     padding:0.714em;
     width: auto;
}

.custom #footer .footer-text {
	text-align:center;
}

/* sharvey j4/14/09 - to style the Joost contact form (wpcf) */

#wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 200px;
}
#wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
#wpcf textarea {
	width: 400px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
#wpcf #contactsubmit {
	margin-left: 100px;
	width: 100px;
}
		