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




/*

MAKE A BACKUP OF YOUR CUSTOM.CSS FILE BEFORE USING THIS CODE!

Copy and paste the ouput below into your custom.css file.

Refresh your site to behold the power of the Mule Herd.

*/



/* Clickable Header */

.custom #header_area {background:#322711;}
.custom #header_area .page {background:transparent; padding-top: 0px;}
.custom #header {border-bottom:0;}
		
.custom #header
{
background: #322711; padding: 0em; border: 0em; margin: 0em;}

.custom a img {
border:medium none;
margin-bottom:-10px;
margin-top:10px;
}

.custom #header #logo a
{
display:block;
width:403px;
height:90px;
background:url(http://www.productiveflourishing.com/wp-content/themes/thesis_16/custom/images/pflogo.gif) center no-repeat;
outline:none;
color: #000000;
text-indent: -9999px;
padding: 0;
border: 0;
margin: 0;}

.custom #header #tagline
{
color:#000000;
text-indent: -9999px;
}

.custom #nav_area {background:#322711; border-bottom:none; padding-top:0px;}
.custom ul#tabs {border-bottom:none;
	}
.custom ul#tabs li {border:none; background-color:#E6DEC0;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {background:#fff;}
		
/*
.custom .feed_count {
  position:absolute;
  right:0;
  top:0.7em;
}
*/



a:link { 
color: #CC6600; 
text-decoration: underline; 
}

a:visited {
	color: #3C3A2E; 
	text-decoration: underline
	}

a:hover { 
color: #99CC00; 
text-decoration: underline; 
}

.custom .menu, .menu a, .menu li ul {
border-style:none;
}

/* Headlines */

h1, h2, h3, h4 { font-size: 1em; font-family: Georgia, "Garamond," Times New Roman, Times, serif; font-weight:normal;}
h2 {font-weight:bold; color: #99CC00;}
h3 {font-size: 1em; margin: 0; font-family: Georgia, Garamond, Times New Roman, Times, serif; font-weight:bold; color: #99CC00;}
h2 a:hover { color: #99CC00; }
h4 {font-size: 1em; font-family: Georgia, "Garamond," Times New Roman, Times, serif; font-weight:bold;}
.format_text .drop_cap { color: #111; float: left; }

/*---:[ sidebar styles ]:---*/

.sidebar a { text-decoration: none; }

.sidebar a:visited { color: #3C3A2E; text-decoration: none; }

.sidebar a:hover { text-decoration: underline; }

ul.sidebar_list { list-style: none; }

	li.widget { width: 100%; }

	li.centered { text-align: center; }
	
		li.widget p a, li.widget p a:visited { text-decoration: underline; }
		
		li.widget p a:hover { text-decoration: none; }

		li.widget ul { list-style: none; }

.sidebar h3 { color: #111; font-weight:bolder; text-decoration:underline; font-size: 1.3em}


.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }

.textwidget center {
text-align: left;
}

.textwidget form input {
padding: 3px;
margin: 5px 0 0 0;
}

.textwidget form div {
margin: 10px 0;
}

.custom .menu a {
	color: #CC6600;
	display: block
	letter-spacing:normal;
	line-height:1em;
	text-transform:uppercase;
	text-decoration:none;
	border:none;
	background-color: transparent;
}

.custom .menu a:hover {
	color: #99CC00;
	text-decoration: underline;
	background-color: transparent;
}

.custom .full_width > .page {
	background-color: transparent;
}

.custom .menu .current {
	text-decoration: underline
}

.custom.ie #container, .custom.ie .full_width { font-size: 125%; }

.custom .testimonial {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px;
}

.custom .alert {
	background: #ffffa0; 
	border: 1px solid #e5e597;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px
}

.custom .taw_footer {
	background: #ebebeb; 
	border: 1px solid #ddd;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 10px 10px
}

/* Code to adjust size of giant paypal button and to control CF7 radio button alignment */

.custom .format_text input, #commentform input, #commentform textarea {
width:auto;
}

/*CUSTOM CODE FROM THE DESIGN ELF*/
.custom .post-gutter {
    border-top:1px solid #cccccc;
    margin-top:34px;
    padding-top:6px;
    color:#999999;
}

.custom .post-gutter-bookmarks {
    /* background-color:#fbdfc3; */ /*very light orange*/
    background-color:#ebebeb; /*very light grey*/
    /* background-color:#e1e1e1; */ /*light grey */
    /* background-color:#d7e6ab; */ /*very light green*/
    color:#333333;
    padding-top:6px;
    padding-left:14px;
    padding-right:14px;
    padding-bottom:10px;
    float:right;
    margin-left:6px;
}

.custom .post-gutter-bookmarks ul{
    list-style:disc;
}

.custom .format_text ul {
    margin:0 0 1em 1em;
}

.custom .related-posts {
    padding-top:4px;
    padding-left:4px;
}

.custom .related-posts ul {
    list-style:disc;
}

.custom .entry-content {
    padding-bottom:20px;
}

/* Facebook button */
.custom .facebook-button {
	bottom: -85px; 
	float: right; 
	right: -10px; 
	margin-bottom: 70px; 
	margin-right: -55px; 
	position: relative;
	}

/* Hide comments are closed */
.comments_closed p {
color:#888888;
letter-spacing:1px;
text-transform:uppercase;
display: none;
}

/* Remove page titles 

.headline_area h1 {
display: none;
} */

.custom .sidebar h3 {
background:none repeat scroll 0 0 #CC6600;
color:#FFFFFF;
font-size:1.3em;
font-weight:bolder;
padding-left:10px;
text-decoration:none;
}