/*
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/
*/

body.custom { background: #361617; color:951a28; }

/* begin apparel page */
	.custom a.in-stock, .custom a.in-stock:visited, .custom a.in-stock:hover { padding:8px; color: #635ba2; border-style:solid; border-color:635ba2; font-size:12px; text-decoration:none; margin:2px; font-weight:bold; }
	.custom .out-of-stock-box { padding:4px; color: #951a28; border-style:solid; border-color:951a28; font-size:12px; text-decoration:none; margin:2px; font-weight:bold; } 
	.custom .out-of-stock { font-size:11px; color:#951a28; text-align:center; line-height:1.3; padding-top:7px; }
	.custom .in-stock { font-size:11px; color:#635ba2; text-align:center; line-height:1.3; padding-top:5px; }
/* end apparel page */


.custom #container-wrapper { width: 100%; padding-top: 20px; padding-bottom: 2em; background: #361617 center 2px; text-align: center; min-width: 992px; }
.custom #container { border: none; text-align: left; }
.custom #page { background: #fff; }
.custom a, .custom a:visited, .custom a:hover { color: #635ba2; }
.cat_kick-your-sugar-habit-course #sidebars { display: none }
/*
.custom #content { width: 100% }
.custom .sidebar { display: none ]
*/
/*---:[ nav menu styles ]:---*/
.menu { list-style: none; border: 0px; background: #361617; }
        .menu li { margin-bottom: -0.1em; background: #361617; border: 0px solid #ddd; border-left: 0; float: left }
        .menu .current_page_item, .menu .current-cat { padding-bottom: 0.1em; border-bottom: 0; background-color:#361617; }
        .menu a { display: block; line-height: 1em; color: #94b0d2; letter-spacing: 2px; font-weight:bold; background-color:#361617; text-decoration:underline; }
                .menu a:visited { color: #94b0d2;  }
                .menu a:hover { color: #ffffff; background-color:#361617; }
                .menu .current_page_item a, .menu .current-cat a { cursor: text; background-color:#361617; }
                .menu .current_page_item a:hover, .menu .current-cat a:hover { text-decoration: none; background-color:#361617; }
                .menu .rss { padding-right: 0; background: none; border: none; float: right; }
                .menu .rss a { padding-right: 16px; background: url(images/icon-rss.gif) 100% 50% no-repeat; }

/*---:[ header ]:---*/
.custom #header { display: block; height: 119px; border: none; }
.custom #header { padding-bottom:0; padding-top:0; padding-left:0; background-color:#361617; }
.custom #header #tagline { display:none; }
.custom #header #logo { display:none; }

/*---:[ custom template doesn't have a header or sidebars ]:---*/
.custom_template #content { width: 100% } 
.custom_template #sidebars, .custom_template .sidebar { display: none } 
.custom_template #content_box { background: none } 
/* .custom_template #header, .custom_template .menu { display: none } */

/* blue background and blue swirl background added to right nav 01-10 */
#content { background:#FFFFFF;}
#content_box {background: url(images/two-tone.png) repeat-y scroll 100% 0%;}
#sidebar_2 {
	background: #b2e6e4 url(images/FOS-right-nav-blue-swirl.jpg);
	background-repeat:no-repeat;
	background-position: left top;
}

/*---:[ div id to define a page 70% wide to reduce page copy width ]:---*/
.custom #container-70 { width: 70%; }

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; color:#3d1d44; }
h2 { color: #3d1d44 }
h4, h5 { font-weight: bold; color:#3d1d44;}
h5, h6 { text-transform: uppercase; letter-spacing: 1px; color:#3d1d44;}
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; color:#3d1d44; }
        h2 a { color: #3d1d44; }
        h2 a:hover { color: #000; }
#archive_info .description { margin-top: 1.2em }
#archive_info .description p { font-size: 1.3em; line-height: 1.5em; text-transform: none; letter-spacing: normal; }

/*---:[ footer ]:---*/
#sforum #sfversion { display: none }
#footer a, #footer a:hover { color: #951a28; }
#footer { background-color:#cdd9eb;}
#footer h3 { color:#3D1D44; font-weight:bold;}

/*---:[ custom category template ]:---*/
.cat_kick-your-sugar-habit-course .teaser { width: auto; }
.cat_kick-your-sugar-habit-course #archive_info { border-bottom: none; }

/*---:[ buttons ]:---*/
input[type=button], #sforum input[type=button] { background: #951a28 url(images/1px_btn.gif) top left repeat-x !important; color: white; font-weight: bold !important }
input[type=submit], #sforum input[type=button] { background: #951a28 url(images/1px_btn.gif) top left repeat-x !important; color: white; font-weight: bold !important }

.format_text input[type=submit] { width: auto }
.format_text input[type=checkbox] { width: auto }
.format_text input, #commentform input, #commentform textarea {
  width: auto
}

.formBuilderForm div.formBuilderSubmit { margin-right: 40px }

.formBuilderForm div.formBuilderField { margin: 10px 0px }

body.welcome .print-link, body.category .print-link, body.membership-test .print-link, body.membership-live .print-link, body.contact-us .print-link, body.forum .print-link, body.membership .print-link, body.newsletters .print-link, body.custom_template.post-2838 .print-link, body.scholarships .print-link { display: none }

/* home page */
  body.post-2838 #header { display: block; font-size: 1.4em }
  /* hide page title on home page */
  body.post-2838 .headline_area { margin-bottom: 0 }
  body.post-2838 .headline_area h2 { display: none }
  body.post-2838 #header img { display: block; margin-bottom: 10px }
  body.post-2838 #header #new-posts { float: left; margin-left: 300px }
  body.post-2838 #header #new-posts a:hover { text-decoration: underline }
  body.post-2838 #header li { list-style: none; padding-top:1px; }
  body.post-2838 #header h3 { float: left; padding-right:7px; }
  body.post-2838 #header ul { float: left }
  body.post-2838 #header form { float: right }
  body.post-2838 .post_box { padding-top: 0; }
  body.post-2838 a img { margin-bottom:0; padding-bottom:0; margin-top:0; padding-top:0; display:inline; }
  body.post-2838 #home-top-content a { font-size:12px; text-align: left; line-height: 125%; padding-bottom:0; padding-top:0; margin-bottom:0; margin-top:0; }
  body.post-2838 #home-top-content h2 a { font-weight: bold; color:#3d1d44; font-size: 18px; text-decoration: none; text-align:center; margin-bottom:0; padding-bottom:0; margin-top:0; padding-top:0; vertical-align:top; display:inline; }
  body.post-2838 #home-content h1 { padding-top:7px; }
  body.post-2838 #home-content p { color:#333333 font-size:11.5px; text-align: left; line-height: 120%; }
  body.post-2838 #home-content #quote p { color: #888888; font-size:12px; text-align: center; line-height: 125%;  padding-left:5px; padding-right:5px; padding-top:7px; }
  body.post-2838 #home-content td { padding-left:45px; padding-right:15px; }
  body.post-2838 #home-top-content td { padding-left:12px; padding-right:12px; padding-bottom:0px; margin-bottom:0px; }
  body.post-2838 .format_text h2 { padding-bottom:0; padding-top:0; margin-bottom:0; margin-top:0; }
  body.post-2838 .format_text h1 { line-height:2.0em; }

/* boxes */
  .rounded-box {
    border-radius: 0.9em;
    -moz-border-radius: 0.9em;
    -webkit-border-radius: 0.9em;
    -khtml-border-radius: 0.9em;
    padding: 20px;
    display: inline-block;
  }
  .rounded-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .rounded-box input { border: none; padding: 0 }
  .rounded-box h3 { margin-top: 0 }
  .pink-box { background: #eddaf0 }
  .grey-box, .gray-box { background: #eeeeee }
  .green-box { background: #9bd8d5 }
  .mint-box { background: #d0ecd0 }
  .peach-box { background: #fed7bc }
  .butter-box { background: #ffecc1 }

  .media-box {
    border-radius: 0.9em;
    -moz-border-radius: 0.9em;
    -webkit-border-radius: 0.9em;
    -khtml-border-radius: 0.9em;
    padding: 15px;
    display: inline-block;
    background: #eddaf0;
  }
  .media-box:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .media-box h3 { margin-top: 0 }
  .media-box .note { font-size: 0.75em; font-family: arial, "sans-serif" }

/* landing pages */
  body.membership-options #t-shirt-box { position: relative; display: block; width: 100%; height: 220px }
  body.membership-options #t-shirt-box img { position: absolute; bottom: 10px; right: 0px }

  /* hide the print link and h1 tag */
  body.checkout-options   .headline_area h1, body.checkout-options   .print-link,
	body.checkout-options2   .headline_area h1, body.checkout-options2   .print-link,
  body.membership-options .headline_area h1, body.membership-options .print-link,
  body.sugar-support      .headline_area h1, body.sugar-support      .print-link,
  body.membership         .headline_area h1, body.membership         .print-link,
  body.overeating-support .headline_area h1, body.overeating-support .print-link,
                                             body.access-limited     .print-link {
    display: none
  }

  /* hide the signup form in the footer */
  body.checkout-options    #signup-table-cell,
	body.checkout-options2    #signup-table-cell,
  body.membership-options  #signup-table-cell,
  body.sugar-support       #signup-table-cell,
  body.newsletters         #signup-table-cell,
  body.membership          #signup-table-cell,
  body.overeating-support  #signup-table-cell,
  body.agreement-no        #signup-table-cell,
	body.scholarships        #signup-table-cell,
  body.access-limited      #signup-table-cell {
    visibility: hidden
  }

  #landing-page .rounded-box h3.price-header { font-size: 1em; color: black; margin-top: 0 }
  #landing-page .rounded-box h3.price-header .price { font-size: 1.56em; color: #951a28 }

  #landing-page table.split-info-table { width: 100% }
  #landing-page table.split-info-table > tbody > tr > td { padding: 0 55px; width: 50% }
  #landing-page table.split-info-table > tbody > tr > td.left { border-right: 1px solid #555555 }

  .checkout-options #landing-page table.split-info-table > tbody > tr > td,
  .checkout-options2 #landing-page table.split-info-table > tbody > tr > td,
  .membership-options #landing-page table.split-info-table > tbody > tr > td {
    width: 30%
  }
  .checkout-options #landing-page table.split-info-table > tbody > tr > td.left,
  .checkout-options2 #landing-page table.split-info-table > tbody > tr > td.left,
  .membership-options #landing-page table.split-info-table > tbody > tr > td.left, 
	.special #landing-page table.split-info-table > tbody > tr > td.left {
    width: 70%
  }

  #landing-page .intro { margin: 0 15% }

  #landing-page td > h2:first-child { margin-top: 0 }

  #landing-page h1, #landing-page h2 { margin: 0.5em 0; padding: 0 }

  #landing-page .media-table > tbody > tr > td { padding: 6px }
  #landing-page .media-table p { margin: 10px 0 }
  #landing-page .media-table ul { margin-bottom: 5px }
  #landing-page .media-table .rounded-box { max-width: 80%; padding: 10px }

  body.sugar-support #mid-table a { text-align:center; }
  body.sugar-support #mid-table img { text-align:center; }
  body.sugar-support #mid-table td { padding-left:58px; padding-right:58px; padding-bottom:0px; margin-bottom:0px; }
  body.sugar-support #course-form { float: right }
  body.sugar-support #course-form h3 { margin-top: 0 }
  body.sugar-support #header-row p { margin-bottom: 0 }
  body.sugar-support #book-cell { font-size: 0.75em }
  body.sugar-support #header, body.membership #header { height: auto }
	
	/* 01-10 right nav changes */
	.right-box h1 {display: none;}
	.right-box { padding-bottom:7px;}