/*
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: #f3eee9; background-image: url(/wp-content/themes/thesis_17/custom/images/bkg.jpg); background-repeat: repeat-x;}
#container { width:970px; padding: 0 0 0 0; background-color: #f3eee9; } 
#page { width:970px; padding: 0 0 0 0; background-color: #f3eee9; } 
#banner_container { width:970px; height:130px; padding: 0 0 0 0; } 
#home_page_callouts { width:970px; padding: 0 0 0 0; } 
#footer { padding: 0em 0em 0em 0em; border-width: 0em 0em 0em 0em; }
#custom_footer_section { background-color: #f3eee9; padding: 1.5em 2em 1.5em 12em; }
#custom_header_section { width:970px; height:130px; padding: 0 0 0 0; } 
/* #container { border-left: #FFFFFF solid 1px; border-right: #FFFFFF solid 1px; } */
#header { padding: 0 0 0 0; border-width: 0em 0em 0em 0em; border-bottom: #ffffff solid 0px;}
/*
#container { width: 94.8em; margin: 5 auto; border-left: #d6bf90 solid 1px; border-right: #d6bf90 solid 1px; }
#custom_header_section { padding: 0em 0em 0em 0em; }
#custom_footer_section { background-color: #88601c; padding: 1.5em 3em 1.5em 3em; }
#content { border-right: #977130 dotted 1px; }
*/

.custom .comments_closed p {display: none ;}
.custom #post-12 .headline_area  { position:absolute;  top:-1500px;  left:-1500px; }

/*---:[ nav styles ]:---
.menu ul, .menu ul li { width: 28em; }
.menu ul ul, .menu :hover ul :hover ul { left: 28em; }
.menu li:hover ul, .menu a:hover ul { left: 0; }
.menu { border-width: 0 0 0 0; } */

/*---:[ nav menu styles ]:---*/
.menu a { padding: 0.5em 1em 0.5em 1em; letter-spacing: 0.04em; }
/* .menu ul a { border-left-width: 0em; padding: 0em 2em 0em 2em;} */

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #32b7ce;
        text-transform: uppercase;
	letter-spacing: 0.04em;
        text-align: center;
	padding: 0em 1em 0em 0em;
}
.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #385e95;
	background-color: #32b7ce;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	text-align: center;
	align: center;
}
.bkg-tan {
	background-color: #f3eee9;
}
.bkg-canvas {
	background-color: #f3eeea;
}
.bkg-teal {
	background-color: #32b7ce;
}
.bkg-salmon {
	background-color: #f47554;
}
.bkg-blue {
	background-color: #2f4e7c;
}

.menu-drop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #32b7ce;
	line-height: 24px;
}
.menu-drop:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #385e95;
	background-color: #32b7ce;
	line-height: 24px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #20558a;
	line-height: 18px;
}
.headline_area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #20558a;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #20558a;
	line-height: 18px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.format_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #333333;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #268a9c;
	text-decoration: none
}
.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #268a9c;
	text-decoration: underline
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	line-height: 22px;
	color: #268a9c;
}
.quote-name {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	line-height: 14px;
	color: #268a9c;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #385e95;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #385e95;
}
.callout-headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f47554;
        padding: 0.75em 0.75em 0.75em 0.75em;
}
.callout-body {
        padding: 1.5em 1em 3em 1em;
}
.subheader {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: normal;
   color: #C25C42;
   line-height: 18px;
}
