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

/* Body Background Image */

body.custom {
	color: #111;
	background-color: #FFFFFF;
}

.custom	#page {
	background-color: #999999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.custom #container {
	margin-top: 2em;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}



/* Header - Image Banner */

.custom #header {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.custom #header #logo a {
	display: block;
	background-image: url(images/brookmont-logo.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 90px;
}

.custom #title_area {
	background-image: url(images/top-bar-grad.png);
	background-position: right;
	background-repeat: repeat-y;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #70BB20;
}

.custom #header_area{display:none;}

.custom #header #logo  {
	text-indent: -9999px;
	height: auto;
	background-color: transparent;
}

.custom #header #tagline {
	display: none;
}
/* Navigation Tabs - Dynamic */

.custom #nav_area {
	background-color: #000000;
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #70BB20;
	height: 35px;
}

.custom ul#tabs {
	border:none;
	letter-spacing:0;
	width:100%;
	margin-top: .2em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
	.custom ul#tabs li {
	margin:0;
	border:none;
	background:#000;
	letter-spacing:0;
	padding: 0;
	font-weight: bold;
}
	.custom ul#tabs li.current_page_item {padding-bottom:0; letter-spacing:0; }
	.custom ul#tabs li.rss { letter-spacing:0;}
	.custom ul#tabs li a {
	color:#fff;
	background:#000;
	text-transform: none;
	letter-spacing:0;
	margin-top: 0;
	margin-right: 0.5em;
	margin-left: 0;
}
	.custom ul#tabs li a:hover {
	margin:0;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:0;
	border-bottom-width: 6px;
	margin-right: .5em;
	border-bottom-style: solid;
	border-bottom-color: #70BB20;
}
	.custom ul#tabs li.current_page_item a {
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:0;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #70BB20;
} 

/* Removing Laugh Lines - Gray */
.custom #container {border:0; padding:0em 1em 1em 1em;}
.custom #page {background: #fff; border: 1px; color: #000; padding: 0; margin:0;}
.custom #feature_box {
	border:0;
	padding:0;
	margin:0;
	background-color: #FFFFFF;
} /* page-bottom 1px line horizontal */
.custom #content_box {
	padding:0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	margin: 0;
	background-color: #FFFFFF;
} 
.custom #content {
	background-color: #FFFFFF;
}
/* content sidebars 1px vertical line */
.custom #content .leftcol {
	float: left;
	width: 230px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
}
.custom #content .rightcol {
	float: right;
	width: 310px;
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
}
.custom #content .clear {
	margin-top: 0.5em;
	margin-right: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em;
	clear: both;
}
.custom #content_area {
	border:0;
	padding:0;
	margin:0;
	background-color: #636768;
	background-image: url(images/body-shadow.png);
	background-repeat: repeat-y;
	background-position: center;
} /* content sidebars 1px vertical line */
.custom #column_wrap { border:0; padding:0; margin:0; background:#fff; }  /* content and sidebar dividing line */
.sidebar ul.sidebar_list {
padding-left:.5em;
padding-right:.5em;
}

.custom #sidebars {
	border:0;
	padding:0;
	margin:0;
	background-color: #F9F9F9;
} /* left-side 1px vertical line on sidebar */
.custom #sidebar_1 {
	border:0;
	padding:0;
	margin:0;
	background-color: #F9F9F9;
} /* right-side 1px vertical line on sidebar */
.custom #sidebar_2 {border:0; padding:0; margin:0;} /* right-side 1px vertical line on sidebar */

.custom .sidebar h3 {
	font-variant: normal;
	letter-spacing: 2px;
	color: #70BB20;
	font-weight: bold;
	font-size: 1.5em;
}
.custom li#text-5.widget {
	background-image: url(images/phone-contact.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 67px;
	text-align: center;
	margin-top: auto;
	margin-right: auto;
	margin-left: 1em;
	margin-bottom: 1em;
}

.custom li#text-3.widget p {
	font-style: italic;
	font-size: 13px;
	padding: 0.3em;
	color: #666666;
	margin-top: 0.7em;
	margin-right: 1em;
	margin-bottom: 0.7em;
	margin-left: 1em;
}
.custom li#text-4.widget h3{
	font-style: italic;
	font-size: 13px;
	color: #666666;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 40px;
}
.custom li#text-4.widget p {
	font-style: italic;
	font-size: 12px;
	padding: 0.3em;
	color: #666666;
	margin-top: 0.7em;
	margin-right: 1em;
	margin-bottom: 0.7em;
	margin-left: 1em;
}


/*---:[ headlines and bylines ]:---*/
.custom h1, .custom h2, .custom h6 {
	font-weight: bold;
	color: #333333;
}
.custom h3 {
	color: #999999;
}
.custom h4, .custom h5 { font-weight: bold; }
.custom h5, .custom h6 { text-transform: uppercase; letter-spacing: 1px; }
.custom .format_text h2.top, custom .format_text h3.top { margin-top: 0 !important; }
.custom	h2 a { color: #663300; }
.custom	h2 a:hover {
	color: #663300;
	text-decoration: underline;
}

/* Welcome Box Formatting */
.custom div.welcome_box {width: 90%; padding: 0.571em 0.786em; margin-left: 1em; margin-right: 1em; margin-bottom: 1em; margin-top: 1em; margin-bottom: 0em; padding-bottom: 0em;}
.custom .format_text p.welcomebox { padding: 0.571em 0.786em; background: #efefef; border: 1px dotted #ccc; }

/* Footer, Copyright and Footer Image Formatting */
.custom #footer {border:0; padding:1em; margin:0; background:#fff;}  /* Footer */

/* Search Box */
.custom #s { background: #fff; }

/* MultiMedia Ad Box */
.custom div.adblock img {padding: 0.01em; background: #d7d7d7;}
.custom .myads {text-align: center;}

.custom #footer_area {
	background-color: #333333;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #70BB20;
}
.custom #footer {
	background-color: #333333;
	color: #FFFFFF;
	text-align: center;
}
.custom #footer p{
	color: #FFFFFF;
	text-align: center;
}
.custom #footer a, custom #footer a:hover{
	color: #FFFFFF;
}