/* CSS stylesheet for the Spring Forward Detox page */
@font-face {
    font-family: 'QuicksandLight';
    src: url('/fonts/Quicksand_Light-webfont.eot');
    src: url('/fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Quicksand_Light-webfont.woff') format('woff'),
         url('/fonts/Quicksand_Light-webfont.ttf') format('truetype'),
         url('/fonts/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'QuicksandBook';
    src: url('/fonts/Quicksand_Book-webfont.eot');
    src: url('/fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('/fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('/fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

#wrapper { width: 977px; margin: 0 auto;}

#main-content-full-width { padding: 0 194px; border: 1px solid #f1b856;}

body { font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; font-size: 16px; line-height: 1.4em;}

h1, h2, h3 { line-height: 1.2em; font-weight: normal;}

h1 { color: #73a917; font-size: 2em;}

h2 { color: rgb(93,26,80); font-size: 1.5em;}

h3 { color: #73a917; font-size: 1.3em;}

strong, b { color: #bd1550;}

blockquote { background: #f6f3f5; width: 80%; padding: 20px; margin: 40px auto; }

blockquote p { font-style: italic; color: rgb(93,26,80); font-family: Georgia, serif; }

blockquote h3 { color: rgb(93,26,80); }

.attention-box { border: 1px solid #73a917; width: 80%; padding: 20px; margin: 20px auto;}

a, a:visited, a:hover { color: #bd1550;}

.green {color: #73a917;}

.pink {color: #bd1550;}

.beige {color: #f2dfbe;}

li { padding-bottom: 10px;}

ul.green-check { list-style-image: url(/assets/green-check.png); }

.question-area { border-top: 2px solid #73a917; margin: 40px 0;}

.question-area.last { border-bottom: 2px solid #73a917;}

.question { width: 30%; float: left; color: #73a917; padding-bottom: 84px; padding-right: 30px; font-weight: bold;}

.question-area ul { width: 62%; float: right; padding: 0; }

.sign-up { border: 1px solid #bd1550; text-align: center; padding:8px;}

.sign-up a { text-decoration: none; }

.button { background: #bd1550; color: white; padding: 8px 20px; float: right; margin-top:-8px; margin-right:-8px;}

.attachment-post-thumbnail { width: 100%; height: auto;}
