/* @override 
	http://fpnew.foleypod.com/wp-content/themes/thesis_16/custom/custom.css?110209-213747
	http://foleypod.com/wp-content/themes/thesis_16/custom/custom.css?121209-145811
	http://foleypod.com/wp-content/themes/thesis_16/custom/custom.css?121409-132413
	http://foleypod.com/wp-content/themes/thesis_16/custom/custom.css?121409-140642
	http://foleypod.com/wp-content/themes/thesis_16/custom/custom.css?121409-141232
	http://foleypod.com/wp-content/themes/thesis_16/custom/custom.css?121409-141320
*/

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





/*---:[ custom background: repeating background grid pattern ]:---*/

body.custom { background: url('images/background.jpg') ; background-repeat:repeat-x}

		.custom #page { 
		background: transparent none no-repeat center top;
		padding-top: 0em;
		padding-bottom:0em;
		padding-left: 0em; 
}
		
	
		.custom .post_box {
	padding-top: 0px;
	padding-bottom: 0px;
}
		.custom .headline_area {
	padding-top: 0px;
	padding-bottom: 0px;
}
		.costom .teasers_box {
	padding-top: 0px;
	padding-bottom: 0px;
}

/*---:[ end custom background ]:---*/



/*---:[ custom header ]:---*/
.custom #header {
	clear: both;
	background-image: url(images/bkgd-top-nav.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-position: center top;
	padding-top: 0em;
	padding-bottom:0em;
	height: 181px;
	padding: 0;
	margin: 0;
}

.custom #header #logo {
}
.custom #header #tagline {
	font-size: 0em;
	line-height: 0em;
}
/*---:[ end custom header ]:---*/	


/*---:[ custom navbar background ]:---*/
.custom .menu {
	background-image: none; 
	background-repeat: no-repeat;
	background-position:center;	
	margin-left: 0em;
	background-position: center;
	font-size: 1em;
	padding-left: 16.5em;
	margin-top: 15px;
}
.custom	.menu a {
	text-transform: lowercase;
	font-size: 16px;
	font-weight:normal;
	font-family: Arial;
	height:auto;
	line-height: 10px;
	letter-spacing: 0;
	padding: 10px 7px;
	background-color: transparent;
}

.custom	.menu a:hover {
	color: #dd5800;
}

div#content_box {
	background-color: transparent;
	margin-top: 40px;
}

#content_area div.page {
	background-color: transparent;
	margin-top: 28px;
}

/*--- Remove Headers on Pages ---*/
.custom #post-1442 h1 { display: none; }
.custom #post-1284 h1 { display: none; }
.custom #post-1434 h1 { display: none; }
.custom #post-1323 h1 { display: none; }
.custom #post-1317 h1 { display: none; }
.custom #post-1390 h1 { display: none; }
.custom #post-1387 h1 { display: none; }
.custom #post-1334 h1 { display: none; }
.custom #post-1319 h1 { display: none; }
.custom #post-1380 h1 { display: none; }
.custom #post-1382 h1 { display: none; }
.custom #post-1384 h1 { display: none; }
.custom #post-1287 h1 { display: none; }
.custom #post-1440 h1 { display: none; }
.custom #post-1436 h1 { display: none; }
.custom #post-1318 h1 { display: none; }
.custom #post-1321 h1 { display: none; }
.custom #post-1292 h1 { display: none; }
.custom #post-1319 h1 { display: none; }
.custom #post-1438 h1 { display: none; }
.custom #post-1386 h1 { display: none; }
.custom #post-66 h1 { display: none; }
.custom #post-1323 h1 { display: none; }







/* customer footer area */

#foot {
	color: #778db6;
	font-size: 13px;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
	width: 880px;
}

div#footer-wrapper {
	background: url(images/footer-pods.png) no-repeat 81% top;
	padding: 1.5em;
}
	
.custom #footer_area {
	background: 003e77;
}

	#foot a {  border-bottom: 0px dashed #DBEDF9; text-decoration: none;
	color: #6b3a10;
}

		#foot a:hover {  color: #53ae42; }
	
	#foot span.cat, #foot h3 { /* controls all orange headings */
		color: white; font-size: 16px; font-weight: bold; letter-spacing: 1px; text-transform: none; }
	
	#foot h5 { font-size: 23px; }
	
	#foot ul li ul { list-style-type: square; margin-left: 10px; }
	
	#foot ul.sidebar_list {
	padding: 2.5em 30px 0 0;
	font-size: .85em;
}
	
	#foot li.widget .widget_box { background: none; border: 0; }
	
	#foot .textwidget p { line-height: 22px; margin-bottom: 11px; }
	
	#foot .col { float: left; list-style: none; width: 33.3%; }
	
	#cats { 
		background: #3D3C3C;
		list-style-type: none;
		margin-top: 13px;
		overflow: hidden;
		padding: 10px 0 7px 20px;
	}

		#cats li { 
			float: left; 
			font-size: 1.8em;
			line-height: 1.8em;
			margin: 0 2px 5px 0;
			width: 165px;
		}
	
#copyright { 
	border-top: 0px dashed #3D3C3C; 
	clear: both;
	font-size: 10px;
	letter-spacing: 1.3px;
	line-height: 21px;
	padding-top: 10px;
}
	
	#copyright p { font-size: 10px; }

	#copyright ul.sidebar_list, #copyright .textwidget, #copyright li.widget .widget_box, #copyright li.widget { margin: 0; padding: 0;
	color: white;
}

/* @group Custom Navigation */

.custom div#custom_head_nav ul {
	list-style-type: none;
	margin-left: 545px;
	padding-top: 15px;
	font-size: 12px;
}

.custom div#custom_head_nav ul li {
	margin-bottom: 6px;
}

.custom div#custom_head_nav ul li a:hover {
	text-decoration: underline;
}


/* @end */

#post-1323 div.headline_area h2 {
	visibility: hidden;
	font-size: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
}

#post-1323 div.format_text h2 {
	margin-top: 0;
}

div#footer-base {
	color: #778db6;
	font-size: 13px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #4e7692 url(images/bkgd-footer.png) repeat-x 0 top;
	border-top: 4px solid #4e7692;
}

div#footer-base input#s.text_input {
	width: 226px;
	font-size: 13px;
	padding: 3px;
	margin-top: 5px;
}
