/*
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/
*/

/* menu nav reset */
/* I moved these to the top to reset the nav menu items before anything else */
.custom ul#tabs {
	border-bottom:none; 
	border-left:none;
}
.custom ul#tabs li {
	margin-bottom:0; 
	border:none; 
	background:none;
}
.custom ul#tabs li.current_page_item,
.custom ul#tabs li.current-cat {
	padding-bottom:0; 
	background:none;
}
.custom ul#tabs li.rss {
}

.custom ul#tabs li a {
}

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

.custom ul#tabs li.current_page_item a,
.custom ul#tabs li.current-cat a {
}

/*  end of nav reset */

body.custom {
	background: url('images/bkg_body.png') repeat;
	margin-top: 2em;
}

h1 {
	color: #993300;
	font-weight: bold;
	font-family: Georgia, serif;
}

h2 {
	color: #336699;
	font-weight: bold;
	font-family: Georgia, serif;
}

h3 {
	color: #10592d; 
	font-weight: bold;
	font-family: Georgia, serif;
}

.custom #header_area .page {
}

.custom #header {
	background: url('images/banner_header.png') no-repeat top center;
	border: none;
	height: 200px;
	padding: 0;
}

.custom .to_comments,
.custom .comments_closed {
	display: none;
}

.custom ul#tabs {
	background-color: #000000;
	color: #ffc000;
}

.custom ul#tabs li a {
	color: #ffc000;
	letter-spacing: 0;
	line-height:1em;
	text-transform: none;
	font-weight: bold;
	/* padding: .3em .5em; */  /* only use if using dropdown menu option */
}

.custom ul#tabs li a:hover {
	background-color: #ffc000;
	color: #000000;
}

.custom ul#tabs li:hover ul {display:block;}
.custom ul#tabs li ul {
	display:none;
	position:absolute;
	list-style:none;
}
.custom ul#tabs li ul li {
	float:none;
}

.custom ul#tabs li ul li a {
	background-color: #000000;
	color: #ffc000;
}

.custom ul#tabs li ul li a:hover {
	background-color: #ffc000;
	color: #000000;
}

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

.custom ul#tabs li.current_page_item a:hover,
.custom ul#tabs li.current-cat a:hover {
	color: #ec5e00;
	background-color: #000000;
}

.custom #content_area .page {
	background: url('images/bkg_content.png') repeat-y;
	width: 95.4em;
}

.custom #content_box {
	/*color: #493823;*/
	background: none;
	padding: 0 2.5em;
	width: 94.7%;
}

.custom #content {
	width: 70em;
}

.custom.haunted-woods-photos #content {
	width: 80em;
}

.custom #mainContent {
	width: 48em;
	float: left;
	padding: 5px 10px;
	text-align: center;
	font-size: 1.4em;
}

.custom #mainContent h2 {
	margin-bottom: .5em;
}

.custom #mainContent p {
	margin: 2px 20px;
}

.custom .innerMain {
	margin: 2px 30px;
	text-align: justify;
}

.custom .format_text blockquote {
	margin:0 2em 1.667em 2em;
	padding-left:0.833em;
}

.custom.production-crew .format_text {
	text-align: center;
}

.custom.haunted-woods-photos .format_text img {
	margin: 0 4px;
}

.custom blockquote {
	background: #dde1c8 url('images/asterick.gif') no-repeat top left;
	border:1px solid #b1be92;
	color:#666666;
}

.custom blockquote p {
	margin: 0 0 0 1em;
}

.custom #sidebars {
/* width: 41em;*/ /* uncommented and recommented */
	border-left: 3px solid #edddb0;
}

.custom .sidebar h3 {
	font-variant: normal;
	letter-spacing:0px;
	font-family: Georgia, serif;
	color: Black;
	margin-top: 0;
	margin-bottom: .2em;
}

.custom .wp-caption {
	border: 1px solid #000000;
	background-color: #b9a486;
}

.custom .wp-caption.alignnone {
	clear: none;
}

.custom .wp-caption p {
	font-family: Georgia, serif;
	font-weight: normal;
	font-style: normal;
}

.custom #wp-calendar {
	border: 1px solid #cccccc;
	border-collapse: none;
}

.custom li.widget ul li {
	margin-bottom: 0;
}

.custom li.widget abbr {
	font-size: 1em;
}

.custom li.widget abbr img {
	margin-bottom: -2px;
}

.custom #footer_area .page {
}

.custom #footer_area {
}

.custom #footer {
	background: url('images/bkg_bottomEdge.png') no-repeat top center;
	padding: 10px 0 0;
	margin: 0 0 2em;
	border: none;
	color: #000000;
}

.custom #footer a {
	color: #bcbcbc;
	border-bottom:1px solid #bcbcbc;
}

.custom #footer a:hover {
	color: #ec5e00;
	border-bottom:1px solid #ec5e00;
}

.custom #foot_blackbar {
	background-color: #000000;
	color: #ffc000;
	font-size: 1.2em;
	font-weight: bold;
	/* margin: 0 1em; */
	margin: 0 auto;
	width: 97.48%;
	height: 1.3em;
	text-align: center;
}

.custom #foot_blackbar a {
	color: #ffc000;
	text-decoration: none;
	border: none;
}

.custom #foot_blackbar a:hover {
	background-color: #ffc000;
	color: #000000;
	text-decoration: none;
	border: none;
}

/* For custom front page CSS */

.custom.front #mainContent {
	font-size: 1.2em;
	margin: 0 2em;
}

/*  End of custom front page CSS */


/* For contact form page and form */
 .custom.contact-us .page #content_box {
 }

 .custom #contactA {
 	width: 600px;
 	font-size: 1.3em;
 	font-family: arial;
 	margin: 4px auto;
 }
 
 .custom #contactB {
 	width: 500px;
 	margin: 4px auto;
 }
 
 .custom #wpcf .challenge {
 	width: 50px;
 }
 
 .custom .wpcfh1{
 	font-size: 2em;
 	font-weight: bold;
 	color: #ec5e00;
 	width: 600px;
 	margin: 1em auto;
 }
 
.custom .addyBox {
 	text-align: center;
 	margin: 1em auto;
 	font-weight: bold;
}
 
/* end of contact form CSS */

