/**
 * Reset
 */
pre, code {
    font-family: "Times New Roman", Times, serif;
    white-space: pre;
    padding: 20px;
    letter-spacing: 0.1em;
}
pre {
    padding: 5px;
}
code {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    font-size: 11px;
    color: #666666;
    padding: 3px;
    padding-left: 10px;
    background-color: #f8f8f8;
}
.clear:after {
    clear: both;
    content: "";
    display: block;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-collapse: separate;
    border-spacing: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    text-decoration: none;
}
html, body {
    height: 100%;
    width: 100%;
}
::-moz-selection {
    color: #fff;
    background: #707070;
}
::selection {
    color: #fff;
    background: #707070;
}
body {
    font-size: 16px;
    line-height: 24px;
    font-family: Helvetica, Arial, sans-serif;
    color: #444;
    background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
    font-weight: normal;
}
h1 {
    font-size: 42px;
    line-height: 44px;
    margin-bottom: 20px;
}
h2 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 18px;
}
h3 {
    font-size: 24px;
    line-height: 29px;
}
h4 {
    font-size: 20px;
    line-height: 25px;
}
h5 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 8px;
}
h6 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 5px;
}
.reveal-modal{
    display: none;
}
ul, ol {
    display: block;
    padding: 0px;
    margin: 0 0 14px 17px;
}
blockquote {
    width: 90%;
    margin: 15px 5% 25px 5%;
    color: #aaa;
}
blockquote.right {
    float: right;
    margin: 10px 0 15px  15px;
}
blockquote p {
    font: 16px Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-style: italic;
    padding-left: 40px;
}
.fullwidth {
    width: 100%;
}
.right {
    float: right;
}
.left {
    float: left;
}
.centered {
    text-align: center;
}
.show-smallest, .show-small {
    display: none;
}
p {
    margin-bottom: 14px;
}
p:last-child {
    margin-bottom: 0;
}
em {
    font-style: italic;
}
strong, b {
    font-weight: bold;
}
a {
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
    outline: none;
}
a:hover {
    color: #444;
}
.title, .title a {
    text-decoration: none;
}
img, iframe {
    max-width: 100%;
}
.alignleft {
    float: left;
    margin: 10px 20px 10px 0;
}
.alignright {
    float: right;
    margin: 10px 0 10px 20px;
}
.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.divider {
    float: left;
    width: 100%;
    height: 70px;
}
.divider-border {
    border-top: 2px solid #eee;
    float: left;
    width: 100%;
    margin: 40px 0;
}
.slideshow-container {
    margin: 40px 0px 0px;
}
#main-checkout-btn.show-qty,
#main-checkout-btn.show-required,
#main-checkout-btn.show-int {
    display: none;
}

/**
 * Important Styles
 */
.hidden {
    display: none !important;
}
.dont-show {
    display: none;
}
#wrapper {
    padding: 10px;
}

/**
 * Header Stuff
 */
#logo h1,
#logo h2,
#header-wrapper nav {
    display: none;
}
#logo img{
    max-width: 200px;
}
.section-title {
    margin: 0px 0px 20px;
    border-bottom: 3px #ddd solid;
}
.section-title h1.title{
    font-size: 26px;
    margin: 0px;
}

/**
 * Body stuff
 */
.content-wrapper > aside,
.pagination-links,
.post-meta,
.comment-count,
.comment-list,
.post-comment-list,
.post-comment{
    display: none;
}
.comment-list,
.comment-list ul{
    list-style-type: none !important;
}
.comment-list ul{
    margin-left: 30px;
}
.comment-list p.author{
    margin: 5px 0px 2px;
}
#wrapper {
    margin-top: 0px !important;
}

/**
 * Footer Stuff
 */
#footer-content{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 3px #ddd solid;
    margin-bottom: 10px;
}
#footer-top .last,
#footer-top .social-bookmarks{
    display: none;
}
#footer-bottom .last{
    display: none;
}

/**
 * Misc
 */
#subscribe-modal {
    display: none;
}