/*
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/
*/


/* DIY: Change the filename of your image to reflect the actual header's file name */
.custom #header #logo a { display: block; height: 140px; width: 949px; background: url('http://www.business-sanity.com/wp-content/uploads/2012/12/header1213121.gif') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.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 */

/* This is a bit of a kludge, but it seems to work. */
.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; }

.custom .sidebar a:link,
.custom .sidebar a:visited,
.custom .sidebar a:hover,
.custom .sidebar a:active           {color:#0283b4;}


/* Blue box in sidebar widget */
.custom li.widget .blue_box_callout { padding: 0.500em; line-height: 1.385em; background: #f4f3f3; border: 0.077em solid #ebebeb; }


.custom a { color: #363636; }


.custom h1 {
   color: #83C12B; font-size:17px; font-weight:bold; 
}
.custom h2 {
   color: #83C12B ; font-size:17px; font-weight:bold;
}

/*
.custom #tabs,
.custom #tabs li    {border:0; color:#999999}
.custom #tabs       {color: #999999; border-top:1px solid #ddd; border-bottom:1px solid #ddd; padding:5px 0;}
.custom #tabs li,
.custom #tabs .current_page_item,
.custom #tabs .current-cat {padding:2px 4px; background:none; border-right:1px solid #cccccc; font-weight: bold;}
.custom #tabs a:link,
.custom #tabs a:visited          {padding:8px 9px 7px; color:#999999}
.custom #tabs a:hover,
.custom #tabs a:active           {background:#6F3996; color:#fff; text-decoration:none; font-weight: bold;}
.custom #tabs .current_page_item a:link,
.custom #tabs .current_page_item a:visited,
.custom #tabs .current-cat a:link,
.custom #tabs .current-cat a:visited {color:#6F3996; background:none; font-weight: bold;}
.custom #tabs .current_page_item a:hover,
.custom #tabs .current_page_item a:active,
.custom #tabs .current-cat a:hover,
.custom #tabs .current-cat a:active  {color:#6F3996;}
*/

/*Background*/ 

body.custom {
    background: #ffffff url('images/bg.png') 50% 0 no-repeat; background-attachment: fixed;
}


.custom #container { margin-top: 1em; margin-bottom: 2em; padding: 0.0em; background: #dddddd; border: 0.4em solid #91C84D; }

.custom #page {
    background: #fff; }

/*=================================Time Management e book page ================================ */
#post-31076 .headline_area h1 {display : none;}
.mktdiv h1 {font-size:22px;}
.mktdiv p {
    margin-bottom: 8px !important;
}
#post-31076 .format_text {margin-top:-13px;}
.mktdiv{ }
#post-31076 {margin-left:75px;}
.timdv  {margin:0 0 9px!important;}
.timdv li {background: url("http://www.business-sanity.com/wp-content/uploads/2012/04/clover.1.png") no-repeat scroll 0 9px transparent;
 line-height: 29px;
    list-style: none outside none;
    padding-left: 20px; font-size: 12px;}
.custom #categories-2 select#cat {
    width: 160px;
}
