/*
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/
*/

/* This line sets up our clickable background image based on the site title's link */
    /* Adjust the height & width below to reflect the actual size of your image */
    /* Change the filename of your image to reflect the actual header's file name */
    .custom #header #logo a { display: block; height: 225px; width: 950px; background: url('images/header.jpg') no-repeat; outline: none; }

    /* This line gets rid of the site title & tagline by casting them out to the far left */
    .custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

    /* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
    .custom #header #tagline { height: 0; }

    /* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
    .custom #header { padding: 0; }
/* footer widget area setup */
#footer_setup {
	/* widgetized footer background (not footer background) */
	background: #fdb306;
	/* widget padding */
	padding: 8px;
	/* margin at bottom of widgets */
	margin-bottom: 5px;
	/* do not change this! */
	overflow: hidden;
}

/* widget item setup */
#footer_setup .footer_items {
	/* contents alignment */
	text-align: left;
	/* widget width */
	width: 285px;
	/* space between widgets */
	padding-right: 10px;
	/* text color */
	color: #FFFFFF;
	/* do not change these! */
	display: inline-block;
	float: left;
	height: 100%;
}

/* widget item headers*/
#footer_setup .footer_items h3 {
	/* font size */
	font-size: 1.5em;
	/* bold or not */
	font-weight: bold;
	/* uppercase or not */
	text-transform: uppercase;
	/* space out the letters*/
	letter-spacing: 0px;
	/* font color*/
	color: #FFFFFF;
	/* padding under header text */
	padding-bottom: 3px;
	/* border under header text */
	border-bottom: 3px solid #ffdf00;
	/* distance between border and widget text */
	margin-bottom: 5px;}
.custom #footer {padding-left:0; padding-right:0; padding-bottom:0;}
		
/* footer font styles */
.custom #footer a {
	font-size: 1.3em;
	border-bottom: none;
	/* default Thesis link color */
	color: #FFFFFF;
}
.custom #footer a:visited {
	text-decoration: none;
	/* default Thesis link color */
	color: #FFFFFF;
}
.custom #footer a:link {
	text-decoration: none;
	/* default Thesis link color */
	color: #FFFFFF;
}
.custom #footer a:hover {
	text-decoration: underline;
	/* default Thesis link color */
	color: #FFFFFF;
}
/*sidebar header bkgd color*/
.custom .sidebar h3 {
color: #000;
border: solid 1px black;
text-align: center;
font-weight:bold;
background: #fdb306;
padding: 4px;
}
/*rss link*/
.custom li.rss a {color: #111111; padding-right: 60px; height:40px;}
.custom li.rss a:hover {text-decoration:underline; padding-right: 60px; height:40px;}

/*link hover color*/
.custom #sidebars a:hover {background-color: #FFFF00;}
.custom #content a:hover {background-color: #FFFF00;}

/*comment bracket color*/
.custom .format_text .to_comments span.bracket {color: #1A317F;}

/*comment bubble*/
.custom #teasermenu { float: right;
background: url("http://www.topfatlosstrainer.com/wp-content/themes/fwf_brad_campbell/images/back-comment-bubble.jpg");
background-repeat: no-repeat;
background-position: relative;
height: 128;
width: 137;
padding: 25px 35px 42px 18px;
}
.custom #teasermenu li { float:left;
font-size:11pt;
list-style: none;
margin-left: 2px;}
/*comment author bkgd*/
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div 
{background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}

/* css code for page navigation menu
-------- wp-pagenavi----------------------------------- */
.custom #content .wp-pagenavi { margin: 15px 0px 15px 10px; }
.custom #content .wp-pagenavi a, .wp-pagenavi a:link { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #1a317f; color: #413f36; background-color: #eeeeee; }
.custom #content .wp-pagenavi a:visited { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #1a317f; color: #413f36; background-color: #eeeeee; }
.custom #content .wp-pagenavi a:hover { font-size:14px; border: 4px solid #1a317f; color: #FFF; background-color: #1a317f; }
.custom #content .wp-pagenavi a:active { font-size:14px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #1a317f; color: #1a317f; background-color: #1a317f; }
.custom #content .wp-pagenavi span.pages { font-size:14px; padding: 5px 9px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #1a317f; color: #1a317f; background-color: #eeeeee; }
.custom #content .wp-pagenavi span.current { font-size:14px; padding: 5px 9px; margin: 2px; font-weight: bold; border: 1px solid #1a317f; color: #FFF; background-color: #1a317f; }
.custom #content .wp-pagenavi span.extend { font-size:14px; padding: 5px 9px; margin: 2px; border: 1px solid #1a317f; color: #000; background-color: #eeeeee; }

/*Salespage Code*/
.salespage #header { padding: 0; border-bottom: 0em; }
.salespage #footer { padding-bottom: 0; border-top: 0em; }
.salespage .full_width .page { width: 650px;}
.salespage #footer { display: none; }
.salespage #sidebars { display: none; border: none; }
.salespage .menu {display:none;}
.salespage #content_box { background:none; }
.salespage .comments_closed { display: none; }
.salespage #header #logo { display: none; }
.salespage #header #tagline { display: none; }
.salespage #content { margin: 0 auto; float: none; }
.salespage .headline_area { display: none; }
.salespage #content {border-top:none;}
.salespage div.cute_profiles_sprite {display:none;}
