/*
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/
*/

/***************************************************************************/
/* CUSTOMIZE SIDEBAR WIDGET HEADING  */
/***************************************************************************/ 

.custom .sidebar h3{background-color: #ABABAB;-moz-border-radius: 4px;&nbsp;padding: 0.1em 0.1em 0.1em 0.5em; font-weight:bold; fontsize:1em; color:#ffffff;text-align: center;}
.custom .sidebar h3{font-weight:bold;color:#ffffff;}

/***************************************************************************/
/* PLACE BORDERS FOR SIDEBAR WIDGETS  */
/***************************************************************************/ 

.custom li.widget ul {
background:#fffff;
border: 0.1em solid #111111;
padding:3px;
-moz-border-radius:4px;
text-align: justify;
}

/***************************************************************************/
/* STYLE THE FIRST OR ONLY POST  */
/***************************************************************************/ 
.custom .body {
   background:#FFFFFF none repeat scroll 0 0;
   border-style:solid;
   top-border-width:1px;
   top-border-color:#98bf21;
   margin:0.5em;
   padding:1em;
}

/***************************************************************************/
/* THIS ADDS MENU LINKS UNDER THE TEASER POST  */
/***************************************************************************/ 

.custom .teaser {width: 305px; margin-top: 0.25em; padding-top: 0.25em; text-align: justify;}
.custom .teasers_box {padding: 5px;}
.custom .teaser h2{font-weight: bold;}


/***************************************************************************/
/* PLCAE CUSTOME HEADER  */
/***************************************************************************/ 
.custom #header #logo a { display: block; height: 130px; width: 100%;
background: url(http://correct-weight-loss.net/wp-content/uploads/2010/03/Correct-Weight-Loss-Blog-Banner-e1268968613368.jpg) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header {border:0.2em solid #5F3687;height:130px;padding:0px;}

/***************************************************************************/
/* ADD BORDER AROUND TEASER BOX  */
/***************************************************************************/ 

.custom .teaser {
height: 100%;
float: left;
border-top-style:solid;
border-top-width:1px;
border-top-color: #5F3687;
margin:0px;
padding:5px;
padding-bottom:0px;
text-align: justify;
}

/***************************************************************************/
/* SHOW FEATURED POST SMOOTH SLIDER  */
/***************************************************************************/ 

.custom #feature_box {background: #FFFFFF;
position:relative;
left:-10px;
} 

/***************************************************************************/
/* BOLDING HEADERS IN POSTS  */
/***************************************************************************/ 

.custom .post h2{font-weight: bold;}
.custom .post h3{font-weight: bold;}


/***************************************************************************/
/* NUMBERED PAGE NAV */
/***************************************************************************/ 

.page-nav { font-size: 1.35em; font-weight: bold; margin: 1em 0; padding: 0; overflow: hidden; }
.page-nav-intro { float: left; padding: .3em .5em; margin: 0 1em 1em 0; background: #efefef; border: .1em solid #ccc; }
.page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #fff; border: .1em solid #ccc;  }
.current-page-number { float: left; padding: .3em .5em; margin: 0 .2em; background: #efefef; border: .1em solid #ccc; }
.elipses { float: left; padding: .3em .2em; }

/***************************************************************************/
/* SECOND NAVIGATION TAB */
/***************************************************************************/ 
.custom ul#topnav_menu {
border-style: 2px solid #111;
background:#111111  none repeat scroll 0 0;
width: 100%;
float: left;
}
.custom ul#topnav_menu li { float:left; padding: 3px 5px 3px 5px; border:1px solid #111;}
.custom ul#topnav_menu li a { font-size: 1.3em; line-height:2em; color:
#000000; }
.custom ul#topnav_menu li a:hover { color: #ff0000;baground:#eee; }

/***************************************************************************/
/* GOOGLE SEARCH TAB */
/***************************************************************************/ 

.custom .menu { background-color: #fff;
width:75.5%;
 }
.custom .searchs{
width:24.5%;
float:right;
margin-top:-3.5em;
}

/***************************************************************************/
/* SETH GODIN BOX */
/***************************************************************************/ 
.custom div.seth_godin_stuff  {
width: 70%;
padding: 0.571em 0.786em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
margin-bottom: 0em;
padding-bottom: 0em;
}
