/*
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/
*/

/* FULL WIDTH */

/***HEADER***/
.custom #header_area  {background: #fff url(images/bgr.jpg) repeat-x; border-bottom: none; }
.custom #header_area .page {background: transparent;}
.custom #header {background: none; border-bottom:none; padding-top:0; padding-left:0; padding-bottom:0; position:relative;}
.custom #header #logo a{font-size: 48px; font-weight:normal; color:#fff; padding:0; margin:0;}
.custom #header #logo a:hover{color:#ddd;}
.custom #header #tagline {color: #DDC359; font-size: 18px; padding-left: 1em; margin-top: 0.2em; padding-bottom:0;}
.custom #header-adblock img {margin:1px; align:center;}
.custom div.header-adblock a:hover img {border:3px solid #666;}
.custom div.header-adblock a img {border:3px solid #333; position:absolute; top:20px; right:50px;}
.custom div.header-adblock img {padding: 1px;}
/***HEADER END***/

/***NAV MENU***/
.custom #nav_area {position:relative; /*border-bottom:1px solid #543733; background:#A12D02;*/}
.custom ul.menu {background:none; border:none; position:absolute; top:160px;}
.custom ul.menu li {margin-bottom:0; position:relative;}
.custom ul.menu li a {color: #000000; font-family: "Myriad Pro",Helvetica,Arial,sans-serif; font-size: 12px; font-weight:bold; background-color:transparent; border:none;}
.custom ul.menu li a:hover {color:#cc0000; text-decoration:none;}
.custom ul.menu li.current a, .custom ul.menu li.current-cat a {color:#cc0000; background:none; border:none;}
.custom ul.menu li.rss {}
.custom ul.menu li.rss a:hover {position: absolute; right: 0; top:0; background-color:transparent; text-decoration:none;}
.menu .rss a, .menu .rss a:hover {background:none;padding-right:16px;}
/***NAV MENU END***/

/* Remove Comments on this entry are closed */

.custom .format_text .to_comments { display: none; }
.custom .comments_closed { display: none; }


.custom .format_text a {
text-decoration:underline;
}
.custom .format_text a:hover {
text-decoration:underline;
}

/* Sidebar Heading Blue*/

.custom .sidebar h3 {
background:#3C75A6 none repeat scroll 0 0;
color:#FFFFFF;
padding:0.3em 0;
text-align:center;
text-shadow:1px 1px 1px #333333;
}
/* Make all widget headings white */
.custom .widget h3 {
   color: ffffff;
}

/* Specify bottom margin on all widgets */
.custom li.widget {
   margin-bottom: 2.769em;
}

.custom .wp-caption {
background:#C2C5CE none repeat scroll 0 0;
border:1px solid #000000;
font-style:normal;
text-align:center;
}

/* FTC Compliance */

#ftc_comp{
background-color:#EAEAEA;
border:1px solid #CCCCCC;
color:#333333;
margin:10px;
text-align:center;
padding:5px;
width:90%;
}



/* CSS for Promobox */

.promo_box {margin-top:10px;margin-bottom:10px;padding:10px;}