/*
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/
*/
.custom .clear {
    clear:both;
    height:0px;
    width:0px;
    padding:0;
    margin:0;
}

.custom #page {
    position:relative;
}

.custom #header {
    background:url("images/bg-top-right.jpg") no-repeat;
    background-position:top right;
    height:135px;
}

.custom #logo {
    position:relative;
    left:373px;
    top:20px;
}
.custom #logo a {
    background:url("images/logo-e2diet.png") no-repeat;
    display:block;
    text-indent:-9000px;
    width:202px;
    height:56px;
}

.custom #content {
    width:52.2em;
    margin-right:20px;
}

.custom .no_sidebars #content {
    width:100%;
}

.custom #sidebar_2 {
    width:26em;
}

.custom h1, .custom h2, .custom h3 {
    font-weight:bold;
}

.custom .menu .current a, .custom .menu .current a:hover, .custom .menu .current-cat a, .custom .menu .current-cat a:hover {
    background: transparent none;
    color:#d81919;
}

.custom .menu a, .custom .menu .current ul a, .custom .menu .current-cat ul a {
    background: transparent none;
}

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

.custom .nav-container {
    
}

.custom .navigation {
    background:transparent url(images/bg-nav.png) no-repeat scroll 49% 0%;
    height:30px;
    margin:30px auto 0px;
}

.custom .navigation ul.menu {
    /*background:url("images/bg-nav.png") no-repeat;
    position:relative;
    left:240px;
    top:30px;
    padding-left:25px;
    font-size:11px;
    background-position:0px 2px;*/
    /*background:transparent url(images/bg-nav.png) no-repeat scroll 160px 2px;
    left:75px;
    padding-left:25px;
    position:relative;
    top:30px;*/
    font-size:12px;
    margin: 0px;
    padding: 6px 0px 0px;
    text-align: center;
    position:relative;
    width: auto;
    
}

.custom .menu li {
    display: inline;
    text-align: center;
    float: none;
}



.custom .menu a {
    text-transform: none;
    color:#333;
    font-weight:bold;
    letter-spacing:1px;
    padding-left:1.5em;
    padding-right:1.5em;
    display: inline;
}

.custom .tab {
    background:url("images/bg-nav-bullet.png") no-repeat;
    background-position: center left;
}

.custom .tab-home {
    background:none;
}

.custom .menu a:hover {
    color:#4ba6d6;
}

.custom .menu .sub-menu a {
    text-align: left;
    display:block;
}

.custom .menu .sub-menu {
    padding-top: 10px;
}

.custom #footer {
    background:url("images/bg-footer.jpg") repeat-x;
    height:202px;
    padding-top:0px;
    padding-bottom:.5em;
}

.custom #footer-widget1, .custom #footer-widget2, .custom #footer-widget3 {
    width:295px;
    float:left;
    margin-right:20px;
    text-align:left;
}

.custom #footer-widget1 {
    margin-left:20px;
}

.custom #footer-widget3 {
    margin-right:0px;
}

.custom .ftrImg {
    float:left;
    width:60px;
}

.custom .ftrText a, .custom .ftrImg a {
    text-decoration:none;
}

.custom #footer a {
    border: none;
}

.custom .ftrText {
    float:left;
    width: 225px;
    margin-left:10px;
    font-size:10px;
}

.custom .ftrText p {
    margin-bottom:8px;
}

.custom #footer h3 {
    text-indent:-9000px;
    height:23px;
    display:block;
}
.custom h3.aboutSci {
    background:url("images/title-about-science-ftr.png") no-repeat;
}

.custom h3.aboutDiet {
    background:url("images/title-about-diet-ftr.png") no-repeat;
}

.custom h3.aboutBeet {
    background:url("images/title-daily-beet-ftr.png") no-repeat;
}

.custom #footer a.learn-sci {
    background:url("images/bg-more-aboutsci.png") no-repeat;
    text-indent:-9000px;
    display:block;
    width:86px;
    height:15px;
}

.custom #footer a.learn-diet {
    background:url("images/bg-more-aboutdiet.png") no-repeat;
    text-indent:-9000px;
    display:block;
    width:86px;
    height:15px;
}

.custom #footer a.learn-beet {
    background:url("images/bg-more-beet.png") no-repeat;
    text-indent:-9000px;
    display:block;
    width:86px;
    height:15px;
}

.custom #footer-widget4, .custom #footer-widget5 {
    width:485px;
    float:left;
    text-align:left;
    margin-top:10px;

}

.custom #footer-widget4 {
    margin-right:10px;
    margin-left:5px;
}

.custom #footer-widget4 ul.sidebar_list, .custom #footer-widget4 li.widget, .custom #footer-widget5 ul.sidebar_list, .custom #footer-widget5 li.widget {
    padding:0px;
    margin:10px 10px;
}

.custom #footer-widget5 {
    text-align:right;
}

.custom #footer-widget5 li.widget  {
    font-size:10px !important;
}

.custom #column_wrap {
    position:relative;
}

.custom li.widget {
    z-index:10;
    position:relative;
    margin-bottom:0px;
}

.custom #sidebar_1 li.widget {
    margin-left:20px;
} 

.custom #sidebar_2 li.widget {
    padding-bottom:2em;
    *margin-bottom:10px;
    *padding-bottom:0px;
}

.custom #sidebar_2 li.widget {
    left:-25px;
    display:block;
    position:relative;
    width:195px;
}

.custom #footer li.widget {
    padding-bottom:0px;
    margin-bottom:0px;
}

.custom .widget_tweetblender h3 {
    display:none;
}

.custom .rotating-img {
    position: absolute;
    left:0em;
    bottom:208px;
    z-index:1;
    /*position:relative;
    left:-10px;
    margin-top:10px;
    *left:-25px;*/
}

.custom .titleBeet a {
    background:url("images/title-daily-beet.png") no-repeat;
    display:block;
    text-indent:-9000px;
    width:169px;
    height:165px;
    top:-70px;
    left:0px;
    position:relative;
}

.home .headline_area {
    display:none;
}

.home .no_sidebars #content {
    background:url("images/bg-home-body.jpg") repeat-x;
    height:522px;
    width:100%;
    margin-right:0px;
}

.home .format_text {
    background:url("images/bg-home-main-w-book.jpg") no-repeat;
    height:522px;
    position:relative;
    display:block;
    top:-22px;
    left:40px;
}

.home .buythebook a {
    display:block;
    position:absolute;
    top:0px;
    left:675px;
    width:300px;
    height:250px;
    text-indent:-9000px;
    z-index:500;
    *background-image:url("images/transparent.gif");
}

.home .vvqflv, .home #svdo_0 {
    position:relative;
    top:55px;
    display:block;
    left:-46px;
}

.custom .box {
    position:relative;
    left:20px;
}

.custom #svdo_1 {
    background:url("images/bg-28day-videos480x270.gif") no-repeat;
    display:block;
    left:-10px;
    position:relative;
    top:0px;
    width:497px !important;
    height:286px !important;
    padding:7px 10px 10px 8px;
}

.custom span.vvqbox {
    background:url("images/bg-youtube-480x295.gif") no-repeat;
    display:block;
    left:0px;
    position:relative;
    top:0px;
    width:515px !important;
    height:315px !important;
    padding:8px 10px 10px 8px;
    max-width:497px !important;
}

.home #svdo_0 {
    position:relative;
    top:54px;
    display:block;
    left:187px;
    background: none;
    padding: 0px;
    width:530px;
    height:335px;
}


.custom #sidebar_1 ul.sidebar_list li ul li.current_page_item a, .custom #sidebar_1 ul.sidebar_list ul li.current-cat a {
    background:url("images/bg-nav-on.png") no-repeat;
    background-position: bottom left;
    color:#d81919;   
}

.custom #sidebar_1 ul.sidebar_list ul li a {
    background: #ffffff url("images/bg-nav-off.png") no-repeat;
    background-position: 5px 0px;
    display:block;
    width:226px;
    height:33px;
    padding:10px 0px 0px 10px;
    color:#989898;
    font-weight:bold;
}

.custom #sidebar_1 {
    background:url("images/bg-nav-berries.jpg") no-repeat;
    background-position:-10px 0px;
    margin-top:-40px;
    padding-top:40px;
}

/* KEEP THIS UNTIL AFTER UPGRADE */
.custom ul#simple-section-nav li a {
    font-size:1.3em;
}

.custom ul#simple-section-nav li {
    list-style-type: none;
}

.custom #simple-section-nav ul li {
    margin-bottom:0px !important;
}

.custom #simple-section-nav {
    margin-left:15px;
}

.custom #simple-section-nav h3 {
    text-transform:none;
    font-variant: normal;
    font-weight:bold;
    margin:0px 0px 0px 10px;
    font-size:16px;
    letter-spacing: normal;
    line-height: inherit;
}

.custom #simple-section-nav h3 a.current_page_ancestor {
    margin-bottom:10px;
    display:block;
    width:226px;
    height:33px;
    padding:10px 0px 0px 10px;
    margin:0px 0px 0px -10px !important;
        font-size:16px;
}

.custom #simple-section-nav h3 a.current_page_ancestor:hover {
    background:url("images/bg-nav-over.png") no-repeat;
    background-position: bottom left;
    text-decoration:none;
}

.custom #simple-section-nav h3 a.current_page_item {
    background:url("images/bg-nav-on.png") no-repeat;
    background-position: bottom left;
    display:block;
    width:226px;
    height:33px;
    padding:10px 0px 0px 10px;
    margin-left:-10px;
    font-size:16px;
}

.custom #simple-section-nav h3 a.current_page_item:hover, .custom #sidebar_1 ul.sidebar_list li ul li.current_page_item a:hover, .custom #sidebar_1 ul.sidebar_list ul li.current-cat a:hover {
    text-decoration:none;
    background:url("images/bg-nav-on.png") no-repeat;
}

/* END "KEEP THIS" MESSAGE */ 

/* NEW SECTION NAV CODE */
.custom ul.simple-section-nav li a {
    font-size:1.3em;
}

.custom ul.simple-section-nav li {
    list-style-type: none;
}

.custom .simple-section-nav ul li {
    margin-bottom:0px !important;
}
.custom .simple-section-nav {
    margin-left:15px;
}

.custom .simple-section-nav h3 {
    text-transform:none;
    font-variant: normal;
    font-weight:bold;
    margin:0px 0px 0px 10px;
    font-size:16px;
    letter-spacing: normal;
    line-height: inherit;
}

.custom .simple-section-nav h3 a.current_page_ancestor {
    margin-bottom:10px;
    display:block;
    width:226px;
    height:33px;
    padding:10px 0px 0px 10px;
    margin:0px 0px 0px -10px !important;
        font-size:16px;
}

.custom .simple-section-nav h3 a.current_page_ancestor:hover {
    background:url("images/bg-nav-over.png") no-repeat;
    background-position: bottom left;
    text-decoration:none;
}

.custom .simple-section-nav h3 a.current_page_item {
    background:url("images/bg-nav-on.png") no-repeat;
    background-position: bottom left;
    display:block;
    width:226px;
    height:33px;
    padding:10px 0px 0px 10px;
    margin-left:-10px;
    font-size:16px;
}

.custom .simple-section-nav h3 a.current_page_item:hover, .custom #sidebar_1 ul.sidebar_list li ul li.current_page_item a:hover, .custom #sidebar_1 ul.sidebar_list ul li.current-cat a:hover {
    text-decoration:none;
    background:url("images/bg-nav-on.png") no-repeat;
}

/* END NEW CODE */

.custom #sidebar_1 ul.sidebar_list ul li a:hover {
    background:transparent url("images/bg-nav-over.png") no-repeat;
    text-decoration:none;
}



.custom #sidebar_1 ul.sidebar_list {
    padding-top:0px;
    padding-bottom:250px;
}

.custom .post_box {
    padding-top:0em;
}

.home .no_sidebars .post_box {
    margin:2.2em 0;
}

.home #header {
    padding-bottom:0em;
}



.custom .menu a:hover, .custom .menu .current ul a:hover, .custom .menu .current-cat ul a:hover, .custom .menu .current-parent a:hover { 
    color: #111111; 
    background: none; 
}

.custom h1, .custom h2, .custom h2 a {
    color:#5ea925;
}

.custom #sidebar_2 {
    margin-left:2em;
}

.custom h3 {
    color:#ff9320;
    font-variant: normal;
    letter-spacing: normal;
}

.custom #sidebar_2 h3 {
    font-variant: normal;
    font-weight:bold;
    letter-spacing: normal;
    font-size:15px;
}


.custom h2.titleBeet {
    height:120px;
}
.custom .headline_area {
    margin-bottom:1.2em;
}

.custom .format_text h2, .format_text h3 {
    margin:0.833em 0 0.611em;
}

.custom .search_form input {
    width:180px;
    background-color:#ffffff;
    color:#4ba6d6;
    font-size:11px;
    text-align:left;
}

.custom .box {
	width: 10em;
	
}

.custom .box div {
	margin: 0.5em 0 0 -2.5em;
    *margin: 2em 0 1em -2.5em;
}

.custom .box div.topleft {
	display: block;
	background: url("images/bg-shadowBox.png") top left no-repeat white;
	padding: 0em 0em 0em 0em;
}

.custom .box div.topright {
	display: block;
	background: url("images/bg-shadowBox.png") top right no-repeat white;
	padding: 1em 2em;
	margin: -2.0em 0 0 2.0em
}

.custom .box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("images/bg-shadowBox.png") bottom left no-repeat white;
}

.custom .box div.bottomright {
	display: block;
	background: url("images/bg-shadowBox.png") bottom right no-repeat white;
	height: 45px;
	margin-left: 3.0em;
    margin-top:0em;
}

.custom .format_text img.left, .custom .format_text img.alignleft, .custom .wp-caption.alignleft {
    margin:0.5em 1.571em 1.571em 0;
}

.custom #comments {
    display:none;
}

.custom a.tb_photo img {
    border:1px solid #DDDDDD;
    margin-right:8px;
    margin-top:6px;
    padding:3px;
    width:48px;
}

.custom .dagondesignLink {
    display: none;
}

.custom #fullsize {
    height:300px;
}

.custom .slideshow {
    height:402px;
    margin:0 auto;
    width:495px;
    border:2px solid #000000;
}

.chol-stats, .weight-stats {
    clear:both;
}
.chol-label, .weight-label {
    display:block;
    float:left;
    margin-right:5px;
    font-weight:bold;
}

.chol-range {
    display:block;
    float:left;
}

.custom .myResultsTable blockquote {
    padding-left:0px;
    border-left: none;
    margin:8px 8px 0px 0px;
}

.custom .myResultsTable blockquote p {
    margin-bottom:5px;
}

.custom .myResultsTable td {
    vertical-align:top;
    padding-bottom:30px;
}

.custom .myResultsTable td.men {
    padding-right:15px;
    display:block;
    width:240px;
}

.custom .myResultsTable td.women cite {
    color:#FF9320;
}

.custom .myResultsTable td.men cite {
    color:#4BA6D6;
}

.custom .menHead {
    color:#4BA6D6 !important;
}

.custom .red {
    color:#D81919;
}

.custom .post_box, .custom .teasers_box, .custom .full_width #content_box .page {
    margin-left:25px;
}

.custom #slideshow-wrapper {
    margin-left:0px;
}

.custom li.widget.btw {
    -moz-border-radius: 8px; /* FireFox 1+ */
	-webkit-border-radius: 8px; /* Safari 3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
    display:block;
    padding:15px !important;
    border:1px solid #e0e0e0;
    -webkit-box-shadow: 0px 0px 5px #e0e0e0;
   -moz-box-shadow: 0px 0px 5px #e0e0e0;
   box-shadow: 0px 0px 5px #e0e0e0;
   margin:0px 0px 10px -8px;
   width:175px !important;
   *margin-bottom:0px;
}

.custom .menu li ul {
    background-color:#fff;
    z-index:444;
}

.custom .likethis {
    margin:5px 0px;
}

.custom .topSocial {
    position:absolute;
    top:10px;
    left:10px;
}

.custom .sociallinks li a {
    display:block;
    padding:0px 0px 10px 44px;
    height:30px;
    background-position:0px 3px;
}

.custom li.facebook a {
    background: url(images/facebook.png) no-repeat;
}

.custom li.twitter a {
    background: url(images/twitter.png) no-repeat;
}

.custom li.email a {
    background: url(images/email.png) no-repeat;
}

.custom li.rss a {
    background: url(images/rss.png) no-repeat;
}