/*
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: #343494; }				<--- 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/
*/

/*Adjust page*/
.custom #page {padding-top:0.0em;}

/*body.custom { background: #0059A9; }*/
body.custom { background: #0059A9 url('images/CFC-bg.jpg') repeat-x;}

/*place header logo
.custom #header { border-bottom:none;
height:135px;
padding-top:0;
padding-bottom:10;
background:url(images/CFC-header-logo.jpg) center left no-repeat;
border-style:double;
}*/

/*header logo*/
.custom #leaderboard_logo { float: left; position: relative; width: 167px; height: 135px; top: 10px; left: -10px; }
/*header banner ads
.custom #leaderboard_ad_right { float: right; position: relative; width: 150px; height: 50px; top: 80px; left: -5px; }*/

/*line up header text*/
.custom #header { padding-top:0.0em; padding-bottom:5.1em;}
.custom #header #logo {padding-left:4.5em; padding-top:0.8em;}
.custom #header #tagline {font-size: 1.7em; padding-left: 9.6em; padding-top:0.0em;}

/*---change NAV*/
/*.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
.custom ul#tabs li a:hover {color: #fff; text-decoration: underline; background-color: #000000; }*/

/*hover highlight color
.custom a:hover { background: #019444;}
}*/

/*breadcrumbs format*/
.custom #yoastbreadcrumb {padding-top: 0.5em; padding-left: 1em;}

/*feature box adjust*/
.custom #feature_box {padding-top: 1.2em; padding-bottom: 1.2em; padding-left:0em; padding-right:0em; background: #FFFFFF;}

/*Dagon Design Form Mailer*/
.custom form.ddfm .credits {font-size:60%;}
.custom form.ddfm label {width:30%;}

/*Change Leave a Comment text*/
.custom #respond_intro {display: none;}
.custom .comment-heading-style { font-size: 1.7em; line-height:1.294em;color:#555555;padding-left:0.6em;margin-bottom:0.5em;
margin-top:0em;}

/*side bars*/
.custom ul.sidebar_list { padding-left: 2em;}
.custom #multimedia_box { margin-bottom: 0.5em;}
.custom .sidebar h3 { color:#EE3124; font-weight:bold;}

/*WP-Table Reloaded*/
.custom .dataTables_wrapper { min-height: 100px; }