*
{
    margin: 0;
    padding: 0;
    border: 0;
}

body, html, form
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Verdana, Helvetica;
}
html
{
    background: url(/resources/img/bg_body.jpg) no-repeat top center;
    background-color: #f3f1ea;
}
body
{
    background: url(/resources/img/bg_wrap.gif) repeat-x top center;
}
#main
{
    width: 1205px;
    margin: 0 auto;
}
a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
a img
{
    border: none;
}
h1, h2, h3, h4, h5
{
    font-weight: normal;
}
#content
{
    width: 930px;
    min-height: 400px;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    background: url(/resources/img/bg_divider_1.png) no-repeat bottom center;
}
#content .leftside
{
    float: left;
    width: 670px;
}
#content .rightside
{
    float: left;
    width: 250px;
}
#footer
{
    font-family: Arial;
    font-size: 10px;
    width: 1200px;
    padding-top: 20px;
    background: url(/resources/img/bg_divider_2.png) no-repeat top center;
}

#footer #content
{
    width: 1020px;
    padding: 0 0 0 168px;
    float: left;
    color: #5a471b;
}
#footer #content a
{
    color: #5a471b;
}
#footer #content a:hover
{
    color: #7cb037;
}
#footer #fda-claim
{
    float: left;
    font-size: 10px;
    width: 410px;
    text-align: left;
    padding: 0 10px 0 0;
}
#footer #fda-claim span
{
    color: #7cb037;
    font-weight: bold;
}
#footer #social
{
    width: 62px;
    float: left;
    text-align: left;
}

#footer #fda-img
{
    width: 136px;
    float: left;    
}

#footer #links
{
    float: left;
    font-size: 11px;
    text-align: left;
}

#footer #inside-spacer
{
    float: left;
    width: 202px;
}

/* Homepage Promos */
#home-promos
{
    width: 890px;
    height: 118px;
    margin: auto;
}
#home-promos #right-cell
{
    width: 282px;
    height: 118px;
    float: right;
    background-image: url(/resources/img/home_promo_rightcell_bg.png);
    background-repeat: no-repeat;
}
#home-promos #right-cell #container
{
    width: 216px;
    padding: 30px 0 0 52px;
}
#home-promos h5
{
    padding: 0 0 2px 0;
}
#home-promos h5 a
{
    color: #503f17;
    font-weight: normal;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
#home-promos h5 a:hover
{
    color: #7cb037;
    text-decoration: none;
}

#home-promos h5 sup
{
    font-size: 10px;
}

#home-promos p
{
    color: #503f17;
    font-size: 11px;
}
#home-promos p a
{
    color: #7cb037;
}
#home-promos #center-cell
{
    width: 319px;
    height: 118px;
    float: right;
}
#home-promos #center-cell #container
{
    width: 278px;
    padding: 22px 0 0 26px;
}
#home-promos #left-cell
{
    width: 279px;
    height: 118px;
    float: right;
}
#home-promos #left-cell #container
{
    width: 260px;
    padding: 19px 0 0 0;
}
#home-promos .promo-div
{
    width: 5px;
    height: 118px;
    background-image: url(/resources/img/home_promo_div.png);
    background-repeat: no-repeat;
    float: right;
}

/* JOIN US */
#join-community
{
    padding: 62px 0 0 0;
}
#join-community table.join-tb
{
    width: 282px;
}
#join-community td.label
{
    text-align: right;
    color: #5a471b;
    font-size: 12px;
    width: 58px;
    padding-right: 10px;
    height: 30px;
}
#join-community td span
{
    color: #5a471b;
    font-size: 10px;
}
#join-community td span.cbx input
{
    float: left;
    width: 20px;
}

#join-community td div.opt-in
{
    color: #5a471b;
    font-size: 11px;
    float: left;
    width: 150px;
}
#join-community .input
{
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
    width: 210px;
}
#join-community .input-short
{
    width: 140px;
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
}
#join-container
{
    width: 900px;
    min-height: 400px;
    position: relative;
}
#join-container #promo
{
    background-image: url(/resources/img/join_us_promo.png);
    background-repeat: no-repeat;
    width: 548px;
    height: 428px;
    padding-left: 30px;
}
#join-container #promo #container
{
    width: 350px;
    padding: 68px 0 0 234px;
}
#join-container #promo #container h1
{
    color: #5a471b;
    font-size: 22px;
}
#join-container #promo #container p
{
    color: #7cb037;
    width: 350px;
    font-size: 32px;
    padding: 12px 0 0 0;
}
#join-container #promo #container cufon
{
    margin: 2px 0;
}
#join-container #promo #container div.small
{
    color: #5a471b;
    font-size: 12px;
    padding: 10px 0 0 0;
    line-height: 170%;
}
#join-container #join-form
{
    float: right;
}
#join-community .reset-button
{
    background-image: url(/resources/img/form_reset_but.png);
    width: 85px;
    height: 22px;
}

/* CONTACT US */
#contact-us
{
    width: 630px;
    padding: 0 0 0 100px;
}
#contact-us h1
{
    color: #5a471b;
    font-size: 36px;
    padding: 0 0 14px 0;
}
#contact-us td.label
{
    text-align: right;
    color: #5a471b;
    font-size: 12px;
    width: 90px;
    height: 30px;
    padding-right: 10px;
}
#contact-us .input
{
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
    width: 220px;
}
#contact-us .input-short
{
    width: 140px;
}
#contact-us td span
{
    color: #5a471b;
    font-size: 10px;
}


/* 28 DAYS TO PROOF */
#days-to-proof
{
    background-image: url(/resources/img/day_to_proof_bg.png);
    background-repeat: no-repeat;
    width: 890px;
    min-height: 400px;
}

#days-to-proof td div.opt-in
{
    color: #5a471b;
    font-size: 11px;
    float: left;
    width: 150px;
}

#days-to-proof td span.cbx input
{
    float: left;
    width: 20px;
}


#proof-form
{
    float: right;
    width: 430px;
    min-height: 400px;
    padding: 10px 0 0 0;
}
#proof-form h1
{
    color: #5a471b;
    font-size: 22px;
}
#proof-form p
{
    color: #7cb037;
    width: 420px;
    font-size: 32px;
    padding: 18px 0 0 0;
}
#proof-form p cufon
{
}
#proof-form div.small
{
    color: #5a471b;
    font-size: 12px;
    padding: 10px 0 0 0;
    line-height: 170%;
    width: 410px;
}
#proof-form table
{
    padding: 10px 0 0 0;
    width: 300px;
}
#proof-form td.label
{
    text-align: right;
    color: #5a471b;
    font-size: 12px;
    width: 60px;
    padding-right: 10px;
    height: 30px;
}
#proof-form .input
{
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
    width: 222px;
}
#proof-form div.green
{
    color: #7cb037;
    font-size: 10px;
    padding: 14px 0 0 0;
    line-height: 170%;
}
#proof-form div.green a
{
    color: #7cb037;
}

#sweepstakes-form
{
    width: 920px;
}
#sweepstakes-form .label
{
    padding: 6px 0 0 0;
}
#sweepstakes-form div.counter
{
    width: 376px;
    text-align: center;
    font-style: italic;
    padding: 26px 0 0 0;
}
#sweepstakes-form #right
{
    width: 422px;
    float: right;
    color: #5a471b;
    font-size: 12px;
}
#sweepstakes-form #right #required
{
    width: 390px;
    text-align: right;
    color: red;
    font-weight: bold;
    position: absolute;
    z-index: 99;
}
#sweepstakes-form #right p
{
    font-size: 18px;
    width: 390px;
    text-align: center;
    padding: 0 0 18px 0;
}
#sweepstakes-form #right p cufon
{
    margin: 3px 0;
}
#sweepstakes-form #right #rules
{
    width: 390px;
    text-align: center;
    color: #5a471b;
    font-size: 10px;
    padding: 20px 0 0 0;
}
#sweepstakes-form #right #rules a
{
    color: #7cb037;
}
#sweepstakes-form #right .short
{
    width: 390px;
    margin: auto;
}

#sweepstakes-form sup
{
    font-size: 10px;
}
#sweepstakes-form #right #button-cell
{
    width: 390px;
    text-align: center;
    padding: 8px 0 0 0;
}
#sweepstakes-form #right #answer-label
{
    font-weight: bold;
    font-size: 14px;
}
#sweepstakes-form #right #answer-box
{
    background-image: url(/resources/img/sweepstakes_entry_bg.png);
    width: 386px;
    height: 95px;
    background-repeat: no-repeat;
}
#sweepstakes-form #right #answer-box #container
{
    padding: 10px 0 0 10px;
}
#sweepstakes-form #right #answer-box #container textarea
{
    width: 360px;
    height: 48px;
    background-image: url(/resources/img/sweepstakes_textarea_bg.png);
    background-repeat: no-repeat;
}
.div-line-bot
{
    background-image: url(/resources/img/sweepstakes-div-bot.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 6px;
    padding: 6px 0 6px 0;
}
.div-line-top
{
    background-image: url(/resources/img/sweepstakes-div-top.png);
    background-repeat: no-repeat;
    width: 437px;
    height: 6px;
    padding: 6px 0 6px 0;
}
#sweepstakes-form #right .short .label
{
    padding: 12px 0 4px 0;
}
#sweepstakes-form #right .short .label span
{
    color: red;
    font-weight: bold;
}
#sweepstakes-form #right .input
{
    border: solid 1px #4d390a;
    width: 380px;
}
#sweepstakes-form #right .input-name
{
    border: solid 1px #4d390a;
    width: 230px;
}
#sweepstakes-form #right .input-city
{
    border: solid 1px #4d390a;
    width: 162px;
}
#sweepstakes-form #right .input-state
{
    border: solid 1px #4d390a;
    width: 124px;
    height: 18px;
    font-size: 12px;
}
#sweepstakes-form #right .input-zip
{
    border: solid 1px #4d390a;
    width: 76px;
}

#sweepstakes-promo sup
{
    font-size: 11px;
}


/* FRIENDS FORM */#friends-form
{
    width: 430px;
    float: right;
    color: #5a471b;
    font-size: 12px;
}
#friends-form td.field-label
{
    color: #5a471b;
    font-size: 18px;
    width: 50px;
    padding: 4px 4px 0 0;
}
#friends-form table
{
    padding-top: 12px;
}
#friends-form th
{
    text-align: left;
    font-size: 14px;
}
#friends-form td
{
    height: 42px;
    padding-right: 6px;
}
#friends-form p
{
    width: 420px;
    color: #5a471b;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
}

#friends-form p cufon
{
    margin: 2px 0;
}

#friends-form ul
{
    padding: 2px 0 0 14px;
}
#friends-form div.text
{
    width: 400px;
    color: #5a471b;
    font-size: 12px;
    text-align: center;
    padding: 16px 0 0 0;
    line-height: 1.4em;
}
#friends-form .input-name
{
    border: solid 1px #4d390a;
    width: 150px;
    color: #a69c84;
    padding: 2px;
}
#friends-form .input-email
{
    border: solid 1px #4d390a;
    width: 160px;
    color: #a69c84;
    padding: 2px;
}
#friends-form .skip-but
{
    background-color: Transparent;
    color: #5a471b;
    font-size: 11px;
}
#sweepstakes-promo
{
    width: 465px;
    min-height: 680px;
    text-align: center;
    padding: 40px 0 0 0;
}
#sweepstakes-promo div
{
    width: 182px;
    height: 34px;
    margin: auto;
    padding-bottom: 10px;
}
#sweepstakes-promo h1
{
    width: 340px;
    color: #5a471b;
    font-size: 58px;
    margin: auto;
}
#sweepstakes-promo h2
{
    width: 400px;
    color: #5a471b;
    font-size: 22px;
    padding: 8px 0 12px 0;
    margin: auto;
}
#sweepstakes-promo h2 cufon
{
    margin: 2px 0;
}
#thanks
{
    width: 465px;
    padding: 220px 0 0 0;
    float: right;
}
#thanks p
{
    color: #5a471b;
    font-size: 20px;
    width: 430px;
    text-align: right;
}

/* SCIENCE OF FREEDOM */
#science
{
    width: 890px;
}
#science h1
{
    color: #5a471b;
    font-size: 36px;
}
#science #container
{
    width: 890px;
    padding: 14px 0 0 0;
}
#science #container #left
{
    float: left;
    width: 281px;
    min-height: 240px;
}
#science #container #center
{
    float: left;
    width: 310px;
    min-height: 240px;
}
#science #container #right
{
    float: left;
    width: 299px;
    min-height: 240px;
}
#science #container h2
{
    font-size: 20px;
    color: #5a471b;
    padding-bottom: 4px;
}
#science #container h2 a
{
    color: #5a471b;
    text-decoration: none;
}

#science #container h2 a:hover
{
    color: #7cb037;
}
#science #container h2 img
{
    padding: 0 0 0 2px;
}
#science #container p
{
    font-size: 11px;
    color: #5a471b;
    width: 270px;
}
#science #container a
{
    color: #7cb037;
    text-decoration: underline;
}
#science #container .blurb
{
    padding: 30px 0 0 0;
}
#science #container #promos
{
    width: 640px;
    margin: auto;
    padding: 20px 0 0 0;
    clear: both;
}

#science #container #center .blurb
{
    background-image: url(/resources/img/science_promo_div.png);
    background-repeat: no-repeat;
}

#science #container #right .blurb
{
    background-image: url(/resources/img/science_promo_div.png);
    background-repeat: no-repeat;
}

/* GENERIC */
#generic
{
    width: 890px;
    min-height: 300px;
}
#generic h1
{
    color: #5a471b;
    font-size: 36px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#generic h2
{
    color: #7cb037;
    font-size: 15px;
    padding: 8px 0 8px 0;
}

#generic h2.no-pad
{
    color: #7cb037;
    font-size: 15px;
    padding: 20px 0 0 0 !important;
}

#generic h3
{
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 8px 0;
    color: #7cb037;
}

#generic h4
{
    font-size: 15px;
    padding: 8px 0 8px 0;
    color: #5a471b;
}

#generic h5
{
    color: #5a471b;
    font-size: 18px;
    text-transform: uppercase;
}
#generic p
{
    font-size: 12px;
    padding: 0 0 8px 0;
    color: #5a471b;
    line-height: 140%;
}
#generic a
{
    color: #7cb037;
    font-size: 12px;
}

#generic table
{
    margin: 12px 0 0 0;
}

#generic table.no-pad
{
    margin: 0 !important;
}

#generic div.top-pad
{
    padding-top: 4px;
}


#generic div
{
    font-size: 12px;
    color: #5a471b;
    line-height: 140%;
    padding: 0 0 8px 0;
}

#generic div.no-pad
{
    padding: 0 0 0 0 !important;
}

#generic ul
{
    color: #5a471b;
    font-size: 12px;
    padding: 4px 0 8px 10px;
    list-style-type: none;
}

#generic ul li
{
    background: url(/resources/img/generic_bullet.png) no-repeat 0 .7em;
    margin: 0;
    padding: .25em 0 .2em 9px;
}

#generic img.left
{
    float: left;
    padding-right: 6px;
    padding-top: 10px;
}

#generic img.right
{
    float: right;
    padding-left: 6px;
}

/* STORE LOCATOR */
#store-locator
{
    width: 890px;
}
#store-locator h1
{
    font-size: 34px;
    color: #5a471b;
    font-weight: normal;
    padding: 2px 0 4px 0;
}
#store-locator .search-input
{
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
    width: 100px;
    color: #5a471b;
    font-size: 12px;
    padding: 1px 0 2px 3px;
}
#store-locator .search-dropdown
{
    color: #5a471b;
    font-size: 12px;
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
    width: 80px;
}

#store-locator #left
{
    padding: 0 0 0 6px;
}
#store-locator #right
{
    float: right;
    width: 196px;
}
#store-locator #right h2
{
    font-size: 18px;
    width: 180px;
    color: #5a471b;
}
#store-locator #right .squiggle
{
    background-image: url(/resources/img/store_squiggle.png);
    background-repeat: no-repeat;
    width: 192px;
    height: 4px;
    margin: 2px 0 14px 0;
}
#store-locator #right #logos
{
    width: 180px;
    height: 156px;
}
#search-form
{
    color: #5a471b;
    font-size: 12px;
}
#search-form .search-but
{
    width: 44px;
    height: 19px;
    padding: 1px 20px 0 4px;
}
#search-form div
{
    padding: 0 14px 0 0;
}
#search-form label
{
    padding: 0 14px 0 0;
}
#search-form li
{
    float: left;
    list-style-type: none;
    font-size: 11px;
}
#map-side-bar
{
    font-size: 12px;
    width: 670px;
    padding: 6px 0 6px 0;
}
#map-side-bar a
{
    color: #5a471b;
}

#map-side-bar #directions
{
    font-size: 11px;
    padding: 6px 0 0 0;
}

#map-side-bar #details
{
    font-size: 11px;
}

#map-side-bar #details a:hover
{
    color: #7cb037;
    text-decoration: none;
}

.map-link
{
    line-height: 160%;
    font-size: 16px;
}

.infobox
{
    font-size: 11px;
}
.infobox span
{
    color: #5a471b;
    font-weight: bold;
}

.infobox a
{
    color: #5a471b;
}

.infobox a:hover
{
    color: #7cb037;
}


#results-desc
{
    color: #5a471b;
    font-size: 18px;
    padding: 4px 0 10px 0;
}

.pagination .prev
{
    width: 86px;
    float: left;
}
.pagination .next
{
    width: 86px;
    float: right;
}
#pagination
{
    margin: 0 auto;
    padding: 6px 0 12px 0;
    width: 300px;
    font-size: 12px;
}

#pagination a
{
    color: #5a471b;
}

#pagination a:hover
{
    color: #7cb037;
    text-decoration: none;
}

.pagecounter
{
    padding: 3px 12px 0 12px;
    text-align: center;
    display: block;
    float: left;
}
.qp_prev
{
    float: left;
    padding: 2px 0 0 0;
    font-size: 12px;
}

.qp_next
{
    float: left;
    padding: 2px 0 0 0;
    font-size: 12px;
}

#pagination .pagecounter
{
    font-size: 11px;
}

.qp_pagecounter
{
    float: left;
    font-size: 11px;
}

.qp_disabled
{
    visibility: hidden;
}

#map-wrap
{
    visibility: hidden;
    padding: 0 0 8px 0;
}

/* News and Events */
#news-list table .news-cell
{
    width: 178px;
    height: 245px;
}
#news-list table .news-cell .img
{
    position: absolute;
    z-index: 1;
    width: 161px;
    height: 112px;
    margin: 5px 0 0 5px;
}
#news-list table .news-cell .container
{
    position: absolute;
    z-index: 2;
    width: 178px;
    height: 245px;
    background: url(/resources/img/bg_news_item.png) no-repeat top left;
}
#news-list table .news-cell .buffer
{
    padding: 3px 15px 15px 15px;
}
#news-list table .news-cell .trans
{
    width: 161px;
    height: 112px;
    padding-bottom: 15px;
}
#news-list table .news-cell .container .date
{
    font-size: 12px;
    color: #ffd24f;
    padding-bottom: 15px;
}
#news-list table .news-cell .container .title
{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
#news-list table .news-cell .container .title a
{
    text-decoration: none;
    color: #fff;
}
#news-list table .news-cell .container .title a:hover
{
    color: #ffd24f;
}
#news-list table .news-cell .newicon
{
    position: absolute;
    top: 200px;
    margin-left: 115px;
}
#news-pager
{
    font-family: Arial;
    font-size: 12px;
    color: #7cb037;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
#news-pager a
{
    color: #58471b;
}
/*news detail */
#news-detail
{
    font-family: arial;
    font-size: 14px;
    color: #58471b;
}
#news-detail .title
{
    font-size: 30px;
}
#news-detail .date
{
    font-size: 18px;
    padding-bottom: 18px;
}
#news-detail .article
{
    line-height: 20px;
}
#news-detail .article p
{
    padding-bottom: 20px;
}
#news-detail .article img
{
    padding: 0 15px 15px 0;
}
#news-detail a
{
    font-weight: bold;
    text-decoration: none;
    color: #7cb037;
}
#news-detail .article li
{
    margin: 6px 0 2px 20px;
}


#news-detail .back a:hover
{
    text-decoration: underline;
}
#news-pager a
{
    color: #58471b;
    text-decoration: underline;
    padding: 2px;
}

#news-pager a:hover
{
    color: #7cb037;
}

#news-pager .seperator
{
    color: #fff !important;
}

/* OUR MANTRA */
#mantra
{
    width: 890px;
    min-height: 442px;
    padding: 12px 0 0 50px;
    background-image: url(/resources/img/mantra_bg.png);
    background-repeat: no-repeat;
}
#mantra #content
{
    width: 450px;
    padding: 8px 0 0 380px;
}
#mantra #content h1
{
    color: #5A471B;
    font-size: 20px;
    padding: 0 0 12px 0;
    text-transform: uppercase;
}
#mantra #content h2
{
    color: #7cb037;
    font-size: 36px;
    width: 430px;
    padding: 0 0 10px 0;
}
#mantra #content h2 cufon
{
    margin: 6px 0 0 0;
}
#mantra #content p
{
    color: #5A471B;
    font-size: 12px;
    width: 420px;
    line-height: 180%;
}
#mantra #content p a
{
    color: #7cb037;
    text-decoration: underline;
}
#mantra #content div
{
    padding: 30px 0 0 0;
}
#mantra #content div img#philo
{
    padding: 0 18px 0 0;
}

/* blog-info */
#blog-info
{
    font-size: 12px;
    color: #58471b;
}
#blog-info h2
{
    font-size: 24px;
    margin-bottom: 10px;
}
#blog-info a
{
    color: #58471b;
}
/* blog-list */
#blog-list
{
    color: #58471b;
}
#blog-list h1
{
    font-size: 36px;
}
#blog-list h2
{
    font-size: 24px;
    margin-bottom: 10px;
}

#blog-list a, #blog-list a:hover
{
    color: #58471b;
}
#blog-list .blog-container .buffer
{
    padding: 10px 20px 30px 0;
}
#blog-list .date
{
    color: #7cb037;
    font-size: 14px;
    margin-bottom: 15px;
}
#blog-list .summary
{
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 12px;
}
#blog-list .readmore
{
    color: #7cb037;
}
#blog-list p
{
    padding-bottom: 14px;
}
#blog-pager
{
    font-family: Arial;
    font-size: 12px;
    color: #58471b;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
#blog-pager a
{
    color: #7cb037;
}

/* blog-detail */
#blog-detail
{
    color: #58471b;
}
#blog-detail h1
{
    font-size: 36px;
}
#blog-detail h2
{
    font-size: 24px;
    margin-bottom: 10px;
}
#blog-detail a, #blog-detail a:hover
{
    color: #58471b;
}
#blog-detail .blog-container .buffer
{
    padding: 10px 20px 10px 0;
}
#blog-detail .date
{
    color: #7cb037;
    font-size: 14px;
    margin-bottom: 15px;
}
#blog-detail .post
{
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 14px;
}
#blog-detail p
{
    padding-bottom: 14px;
}

/* blog-share */
.blog-share
{
    font-size: 12px;
    border: solid 1px #58471b;
    border-width: 1px 0;
    padding-bottom: 2px;
}
.blog-share img
{
    width: 20px;
    height: 20px;
    border: none;
    margin-bottom: -5px;
}
.blog-share a:hover
{
    text-decoration: none;
    color: #7cb037 !important;
}



/* SITEMAP */

#sitemap
{
    width: 800px;
    font-size: 13px;
    color: #58471b;
}

#sitemap h1
{
    color: #58471b;
    font-size: 36px;
    padding-bottom: 20px;
    text-transform: uppercase;
}
#sitemap div.leftcol
{
    float: left;
    width: 300px;
}
#sitemap div.rightcol
{
    width: 400px;
    float: right;
}
#sitemap ul
{
    margin: 0px;
}
#sitemap ul li
{
    padding: 3px 0 2px 0;
    margin: 0 0 8px 20px;
}
#sitemap ul li a
{
    font-weight: bold;
    color: #58471b;
}
#sitemap ul li li
{
    margin: 0 0 0 18px;
    padding: 2px 0 2px 0;
}
#sitemap ul li li a
{
    color: #7cb037;
    font-weight: bold;
    font-size: 12px;
}
#sitemap ul li li li a
{
    text-decoration: none;
    font-weight: normal;
}

#sitemap ul li li li a:hover
{
    text-decoration: underline;
}

/* PRODUCTS */
#products
{
    width: 930px;
    min-height: 180px;
}
#products li
{
    list-style-type: none;
    float: left;
    display: inline;
    height: 126px;
    position: relative;
    cursor: hand;
    cursor: pointer;
}
#products h3
{
    display: none;
    position: absolute;
    text-align: center;
    font-size: 26px;
}
#products li.tortilla h3
{
    top: -30px;
    left: -34px;
    width: 180px;
}
#products li.chips h3
{
    top: -30px;
    left: -34px;
    width: 180px;
}
#products li.oatmeal h3
{
    top: -18px;
    left: -88px;
    width: 260px;
}
#products li.tortilla
{
    padding: 0 23px 0 0;
}
#products li.tortilla .selected
{
    width: 111px !important;
    height: 170px !important;
    vertical-align: middle;
    position: relative;
    top: -16px;
}
#products li.tortilla .off
{
    width: 76px !important;
    height: 116px !important;
    vertical-align: middle;
    position: relative;
    top: 0;
}

#products li.tortilla .trans1
{
    width: 85px !important;
    height: 130px !important;
    vertical-align: middle;
    position: relative;
    top: -16px;
}

#products li.tortilla .trans2
{
    width: 95px !important;
    height: 145px !important;
    vertical-align: middle;
    position: relative;
    top: -16px;
}


#products li.tortilla .trans3
{
    width: 102px !important;
    height: 156px !important;
    vertical-align: middle;
    position: relative;
    top: -16px;
}

#products li.chips .selected
{
    width: 111px !important;
    height: 170px !important;
    vertical-align: middle;
    position: relative;
    top: -16px;
}
#products li.chips .off
{
    width: 76px !important;
    height: 116px !important;
    vertical-align: middle;
    position: relative;
    top: 0;
}
#products li.oatmeal .selected
{
    width: 76px !important;
    height: 128px !important;
    vertical-align: middle;
    position: relative;
    top: -22px;
}
#products li.oatmeal .off
{
    width: 56px !important;
    height: 87px !important;
    vertical-align: middle;
    position: relative;
    top: 0;
}
#products li.chips
{
    padding: 0 23px 0 0;
}
#products li.oatmeal img
{
    padding: 30px 0 0 4px;
}
#products li h2
{
    width: 100%;
    text-align: center;
    padding: 28px 0 0 0;
    color: #5a471b;
    font-size: 20px;
    position: relative;
    top: 130px;
    z-index: 1;
}

#products th h2
{
    padding: 28px 0 0 0;
    color: #5a471b;
    font-size: 20px;
    float: right;
}


#products li div
{
    position: relative;
    float: left;
}
#products #detail
{
    width: 930px;
    height: 466px;
    display: none;
}
#products #details
{
    float: right;
    width: 436px;
    padding: 112px 0 0 0;
}
#products #detail #image
{
    width: 461px;
    height: 416px;
    background-repeat: no-repeat;
}
#products #details h1
{
    font-size: 56px;
    text-transform: uppercase;
}
#products #details h2
{
    font-size: 20px;
    color: #5a471b;
    text-transform: uppercase;
}
#products #caption
{
    width: 461px;
    text-align: center;
}
#products #caption h5
{
    font-size: 16px;
    color: #5a471b;
    text-transform: uppercase;
}
#details div#desc
{
    font-size: 12px;
    color: #503f17;
    line-height: 1.5em;
    padding: 8px 0 16px 0;
    width: 412px;
}
#details #nut
{
    display: none;
}

#details #nut a#facts-img
{
    font-size: 12px;
    text-decoration: underline;
}
.prod-div
{
    width: 844px;
    height: 21px;
    background-image: url(/resources/img/products_horz_div.png);
    background-repeat: no-repeat;
    margin: 0 0 0 20px;
}
#freedom
{
    width: 800px;
    padding: 28px 0 0 26px;
}
#freedom div
{
    float: left;
    padding: 0 2px 0 0;
}
#freedom h4
{
    color: #5a471b;
    font-size: 31px;
    padding: 0 0 12px 0;
}

#freedom h4 sup
{
    font-size: 11px;
}
#freedom div.left
{
    padding: 0 40px 0 16px;
}
#freedom div.right ul
{
    padding: 14px 0 0 0;
}
#freedom div.left li
{
    font-size: 11px;
    color: #5a471b;
    padding: 0 0 2px 0;
    width: 380px;
}
#freedom div.right
{
    width: 300px;
}
#freedom div.right ul
{
    padding: 0 0 0 30px;
}
#freedom div.right li
{
    font-size: 11px;
    color: #5a471b;
    padding: 0 0 2px 0;
    width: 300px;
}
#freedom div.right img
{
    padding: 16px 0 0 16px;
}

#freedom p
{
    font-size: 11px;
    color: #5a471b;
    padding: 0 0 14px 0;
}

/* STORY DETAIL */
#story-detail
{
    font-family: arial;
    font-size: 14px;
    color: #58471b;
}
#story-detail h1
{
    font-size: 30px;
}
#story-detail .date
{
    font-size: 18px;
    padding-bottom: 18px;
}
#story-detail .article
{
    line-height: 20px;
}
#story-detail .article p
{
    padding-bottom: 20px;
}
#story-detail .article img
{
    padding: 0 15px 15px 0;
}
#story-detail a
{
    font-weight: bold;
    text-decoration: none;
    color: #58471b;
}
#story-detail .back a:hover
{
    text-decoration: underline;
}

/* STORIES LIST */

#stories
{
    width: 890px;
    min-height: 400px;
}
#stories h1
{
    color: #5a471b;
    font-size: 36px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
#flickr
{
    float: right;
    width: 342px;
    height: 580px;
}
#flickr #container
{
    width: 342px;
    height: 580px;
    background-image: url(/resources/img/story_flickr_bg.png);
    background-repeat: no-repeat;
}
#flickr #container #photos
{
    width: 330px;
    min-height: 404px;
    margin: auto;
    padding: 2px 0 0 0;
}
#flickr #container #photos .buffer
{
    padding: 15px 0 0 15px;
}
#flickr #container #photos img
{
    display: block;
    margin: 0 auto;
}
#flickr #container #submit
{
    padding: 58px 0 0 212px;
    width: 112px;
    height: 22px;
}
#stories #submit
{
    float: right;
}
#stories #list
{
    width: 530px;
}
#stories #list table .news-cell
{
    width: 178px;
    height: 245px;
}
#stories #list table .news-cell .img
{
    position: absolute;
    z-index: 1;
    width: 161px;
    height: 112px;
    margin: 5px 0 0 5px;
}
#stories #list table .news-cell .container
{
    position: absolute;
    z-index: 2;
    width: 178px;
    height: 245px;
    background: url(/resources/img/bg_news_item.png) no-repeat top left;
}
#stories #list table .news-cell .buffer
{
    padding: 3px 2px 15px 15px;
}
#stories #list table .news-cell .trans
{
    width: 161px;
    height: 112px;
    padding-bottom: 15px;
}
#stories #list table .news-cell .container .date
{
    font-size: 12px;
    color: #ffd24f;
    padding-bottom: 15px;
}
#stories #list table .news-cell .container .title
{
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
#stories #list table .news-cell .container .title a
{
    text-decoration: none;
    color: #fff;
}
#stories #list table .news-cell .container .title a:hover
{
    color: #ffd24f;
}
#stories #list table .news-cell .newicon
{
    position: absolute;
    top: 200px;
    margin-left: 115px;
}
#story-pager
{
    font-family: Arial;
    font-size: 12px;
    color: #7cb037;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}
#story-pager a
{
    color: #58471b;
    text-decoration: underline;
    padding: 2px;
}

#story-pager a:hover
{
    color: #7cb037;
}

#story-pager .seperator
{
    color: #fff !important;
}

/* STORY SUBMIT */
#story-submit
{
    width: 790px;
    min-height: 400px;
    padding: 0 0 0 100px;
}

#story-submit p
{
    color: #5a471b;
    font-size: 12px;
    padding: 0 0 12px 0;
}

#story-submit h1
{
    color: #5a471b;
    font-size: 36px;
    padding: 0 0 14px 0;
}

#story-submit td.label
{
    text-align: right;
    color: #5a471b;
    font-size: 12px;
    width: 90px;
    height: 30px;
    padding-right: 10px;
}
#story-submit .input
{
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
    width: 220px;
    font-size: 12px;
}
#story-submit .textarea-input
{
    border-left: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    border-top: solid 1px #7c7c7c;
    border-right: solid 1px #e6e6e6;
    width: 510px;
    height: 120px;
}
#story-submit .input-short
{
    width: 140px;
}
#story-submit td span
{
    color: #5a471b;
    font-size: 11px;
}
#story-submit .counter
{
    color: #5a471b;
    text-align: center;
    font-size: 11px;
    padding: 4px 0 0 0;
    font-style: italic;
}

#story-submit .hide-coords
{
    display: none;
    visibility: hidden;
}

.coll-pager img
{
    margin: 4px 3px 0 3px;
}
