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


h3#video {font-size:1.8em; color:003366; float:left; display:block; height:65px; padding:15px 0px 0px 50px; margin:15px 0px; background-image:url(../images/icon_video.png); background-repeat:no-repeat; background-position:left top;}
h3#tv {font-size:1.8em; color:003366; float:left; display:block; height:65px; padding:15px 0px 0px 50px; margin:15px 0px; background-image:url(../images/icon_tv.png); background-repeat:no-repeat; background-position:left top;}
h3#radio {font-size:1.8em; color:003366; float:left; display:block; height:65px; padding:15px 0px 0px 50px; margin:15px 0px; background-image:url(../images/icon_radio.png); background-repeat:no-repeat; background-position:left top;}
h3#print {font-size:1.8em; color:003366; float:left; display:block; height:65px; padding:15px 0px 0px 50px; margin:15px 0px; background-image:url(../images/icon_print.png); background-repeat:no-repeat; background-position:left top;}



h3#fatcure {font-size:1.8em; color:003366; float:left; display:block; height:65px; padding:15px 0px 0px 50px; margin:15px 0px; background-image:url(../images/icon_fatcure.png); background-repeat:no-repeat; background-position:left top;}
h3#powercleanse {font-size:1.8em; color:003366; float:left; display:block; height:65px; padding:15px 0px 0px 50px; margin:15px 0px; background-image:url(../images/icon_powercleanse.png); background-repeat:no-repeat; background-position:left top;}
h3#breakthrough {font-size:1.8em; color:003366; float:left; display:block; height:65px; padding:15px 0px 0px 50px; margin:15px 0px; background-image:url(../images/icon_breakthrough.png); background-repeat:no-repeat; background-position:left top;}

.custom #header #logo a  {
	/*font-size: 24pt;*/
	color: #414c17;
	padding: 5px 5px 5px 5px;
	}
	
	
body.custom {/*c59a7c*/
    background: #c59a7c; background-image:url(http://www.naturaldoctor.org/wp-content/themes/thesis_151/images/drd_backgound_b.jpg); background-position:center top; background-repeat:repeat-x;/**/
}



.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0.3em;
   /* background: #fff;
    border: 0.4em solid #001540;*/
	width:960px;
}

.custom #page {
    /*background: #fff;*/
	 margin:0 auto;
}



.custom #header { border-bottom: 0px ; clear: both; text-align:center;}

.custom #footer { color: #FFF; font-size:8pt;padding: 15px; border-top: 3px double #ffeee2; text-align: right; clear: both; }




/*NAV WP
-----------------------------------------*/


.custom ul#tabs {width:95%; margin:0 auto;text-align: center; list-style: none; border: 0px; }

.custom ul#tabs ul { list-style: none; border: 0px;padding: 5px 5px; text-align: center;}

.custom ul#tabs li { border: 0px; display: inline;list-style-type: none; padding-bottom: 0px; }

.custom ul#tabs li.current_page_item, ul#tabs li.current-cat { background-color:#c59a7c; color: #FFF; padding-bottom:0px;}
       
.custom ul#tabs li.page_item {padding-bottom:0px; color: #414c17;}
 
.custom ul#tabs li a { display: block; color: #414c17; text-transform: uppercase; letter-spacing: 1px; }

.custom ul#tabs li a:hover { color: #FFF; text-decoration: none; background-color:#aaaa54;}
        
.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { text-decoration: none; padding-bottom: 6px;}
                
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }
        
.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; }


.custom ul#tabs li ul {
position: absolute;
left: -999em;
height: auto;
border-bottom: 1px solid #aaaa54;
border-left: 1px solid #aaaa54;
border-right: 1px solid #aaaa54;
margin:0px;
padding:0px;
background-color:#ffeee2;
}
.custom ul#tabs li li {
/*float:left;*/
clear:both;
margin:0px;
padding:0px;
width:auto;
}
#.custom ul#tabs li li a, .custom ul#tabs li li a:visited {
font-weight:normal;
font-size:10px;
background-color:#c59a7c;
color:#FFF;
}
.custom ul#tabs li li a:hover, .custom ul#tabs li li a:active {
color:#FFF;
background-color:#c59a7c;
}
.custom ul#tabs li:hover ul, .custom ul#tabs li li:hover ul, .custom ul#tabs li li li:hover ul, .custom ul#tabs li.sfhover ul, .custom ul#tabs li li.sfhover ul, .custom ul#tabs li li li.sfhover ul {
left: auto;color:#FFF;
}
a.main:hover {
background:none; color:#c59a7c;
}
















.custom .format_text {background: #ffeee2; border:1px solid #c67842; padding: 5px;-moz-border-radius: .5em; -webkit-border-radius: .5em; -khtml-border-radius: .5em; border-radius: .5em;}

.custom #topbox {   background-color:#FFF; padding-bottom:1px; border: 1px solid #414c17; margin-top: .3em; margin-bottom:2.2em;  -moz-border-radius: .5em; -webkit-border-radius: .5em; -khtml-border-radius: .5em; border-radius: .5em; width:900px; position:relative; left:50%; margin-left: -45em; }

.custom .format_text h3 {color:#000000;}
                
.custom #container, #page { margin-top: 1em; margin-bottom: 1em; padding: 0em; -moz-border-radius: 1.3em; -webkit-border-radius: 1.3em; -khtml-border-radius: 1.3em; border-radius: 3em; }

.custom #sidebox, #image_box { color: #FFFFFF;background: #ffeee2; border: 1px solid #c67842; padding: 1em; -moz-border-radius: .5em; -webkit-border-radius: .5em; -khtml-border-radius: .5em; border-radius: .5em; }
.custom #sidebox a h1 {font-size: 15px; font-weight: bold; color:#c67842;}
.custom #buynowboxright { color: #FFFFFF;background: #ffeee2; border: 1px solid #c67842; margin: 1em; padding: 1em; width:12em; -moz-border-radius: .5em; -webkit-border-radius: .5em; -khtml-border-radius: .5em; border-radius: .5em; float:right; }
.custom #buynowboxleft { color: #FFFFFF;background: #ffeee2; border: 1px solid #c67842; margin: 1em; padding:1em; width:12em; -moz-border-radius: .5em; -webkit-border-radius: .5em; -khtml-border-radius: .5em; border-radius: .5em; float:left; }


/*.custom #multimedia_box {width: 282px; margin-right:0; padding-right:0px;}*/






.custom h2.entry-title a
{
	color: #003366;
}










.custom .post_box, .teasers_box {border-top:0px;}

.custom #image_box img.three_by_two { width: 266px; height: auto;padding:0px; margin:0;}

.custom .sidebar ul.sidebar_list {padding-left: 0em;}


.custom #image_box {margin-right:1em; margin-top: 0em; margin-bottom: 1em;}

.custom #image_box img {padding: 0em; border: 0px}

.custom #sidebox h1 {font-size:24px;}

.custom #sidebox ul {margin-left: 0; padding-left: 2.5em; padding-bottom:0em;}

.custom #sidebox li {list-style: circle outside; padding:0;}

.custom .sidebar a {color: #883800; }

.custom h1 {color:#FFF;}
/*.custom h2,  h4 {color:#FFF;}*/

.custom .sidebar h3 { color: #5a2602; }

.custom img.floatLeft { 
    float: left; 
    margin: 4px; 
}
.custom img.floatRight { 
    float: right; 
    margin: 4px; 
}


.custom #b3header{position:relative}
.custom #b3header h1{height:2em;margin:0;}
.custom #b3header a{position:absolute;right:0;top:23px}
.custom #b3container{text-align:left; font-size:14px; color:#000000;}
.custom #b3container h2 {color:#883800;}
.custom #b3container ul {margin-left: 0; padding-left: 2.5em; padding-bottom:0em;}
.custom #b3container h1 {font-size:24px;}
.custom #b3c, #b3l, #b3r {background: #ffeee2; border: 1px solid #c67842;  -moz-border-radius: .5em; -webkit-border-radius: .5em; -khtml-border-radius: .5em; border-radius: .5em; padding: 10px; margin-top:20px;}

.custom #b3c{ background-image: url(../images/flower_small_orange.png); background-repeat:no-repeat; background-position:top left;}
.custom #b3l{ background-image: url(../images/flower_small_blue.png); background-repeat:no-repeat; background-position:top left;}
.custom #b3r{ background-image: url(../images/flower_small.png); background-repeat:no-repeat; background-position:top left;}


.custom #b3c p, #b3r p, #b3l p{margin: 1em;}

.custom #b3footer p{margin:0;padding:5px 10px}
.custom #b3footer a{display:inline;padding:0;}

.custom #b3container{width:932px;margin:0 auto}
.custom #b3wrapper{float:left;width:100%}
.custom #b3c{margin: 20px 316px}
.custom #b3l{float:left;width:274px;margin-left:-932px}
.custom #b3r{float:left;width:274px;margin-left:-300px}
.custom #b3footer{clear:left;width:100%}
