body {
    font-family: 'futura-pt', sans-serif;
    background: white;
    margin: 0;
    padding: 0;
}

header {
    background-color: white;
    text-align: center;
    position: fixed;
    z-index: 100;
    top: 0;
}


#content_wrapper {
    margin: 47px auto 0px auto;
    padding: 0px 20px;
}

#article {
    background-color: white;
    width: 700px;
    margin: auto;
    padding: 0;
}

.article_image {
    width: 100%;
    opacity: 1;
    padding: 0px;
    margin-bottom: -10px;
    border-radius: 4px;
}

.titles_wrapper {
    border: 1px solid #eb9421;
    border-width: 0 0 1px 0;
    background-image: url('../img/stripes.png');
    background-size: 18px 10px;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 20px 20px 10px 20px;
    margin: 0px 25px 10px 25px;
}

.entry-title {
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    line-height: 1;
    font-size: 55px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #505050;
}

    .entry-title a {
        color: #505050;
        text-decoration: none;
    }

.subtitle {
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    margin-bottom: 10px;
}

.entry-info {
    text-transform: uppercase;
    font-family: 'futura-pt', sans-serif;
    font-weight: 400;
    text-align: center;
    color: #505050;
}

.entry-content {
    font-family: 'Crimson Text', serif;
    font-size: 20px;
    padding: 0px 25px 5px 25px;
}

    .entry-content p {
        padding-right: 0px;
    }

    .entry-content a {
        color: #eb9421;
    }

        .entry-content a:hover {
            text-decoration: none;
        }

.entry-content h3 {
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
}

.entry-content h4 {
    font-weight: 500;
    font-style: italic;
    font-family: 'futura-pt', sans-serif;
    font-size: 0.9em;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}

.table_container {
    overflow-x: auto;
}

.entry-content table {
    font-family: 'Inconsolata', 'futura-pt', sans-serif;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
}

.entry-content table th {
    outline: none;
    font-size: 0.9em;
    padding: 8px 10px;
    background-color: #505050;
    color: white;
    font-weight: 300;
}

    .entry-content table .section_header th {
        background-color: #666;
    }

.entry-content table td, th {
    padding: 5px 12px;
}

.entry-content table tbody tr:hover td {
    background-color: #efefef;
}

.stat {
    text-align: right;
}

.highlight {
    font-weight: 700;
    background-color: #ddd;
}

.video_caption {
    font-size: 0.8em;
    font-style: italic;
}

.section_break {
    height: 30px;
    background-image: url('../img/stripes.png');
    background-size: 25px;
    background-position: center center;
    background-repeat: no-repeat;
}

.video-js {
    width: 100%;
}

div.video_caption + img {
    margin-top: 15px;
}

blockquote {
    margin-left: 0;
    padding: 1px 15px;
    padding-left: 1em;
    border-left: 5px solid #eb9421;
    color: #505050;
    background-color: #F2F2F2;
}

/* Subscription Callout */

#not_subscribed {
    text-align: center;
    font-family: 'futura-pt', sans-serif;
    font-size: 30px;
    color: #505050;
    line-height: 1em;
    margin: 25px 0;
    padding: 20px 0;
    border-radius: 4px;
    background-color: hsl(0, 0%, 95%);
}

    #not_subscribed .button {
        border-radius: 4px;
        color: white;
        font-size: 14px;
        padding: 2px 12px;
        text-decoration: none;
        background-color: hsl(0, 0%, 40%);
        font-weight: 400;
        box-shadow: 0 1px 3px hsla(0, 0%, 0%, 0.2);
        transition-duration: 0.3s;

    }

        #not_subscribed .button:hover {
            background-color: hsl(0, 0%, 45%);
            transition-duration: 0.3s;
            transform: scale(1.1);
        }

    #click_to_login {
        margin-top: 4px;
    }

    #not_subscribed #premium_button {
        color: white;
        display: inline-block;
        margin: 20px auto;
        padding: 7px 12px;
        font-size: 0.8em;
        cursor: pointer;
        text-decoration: none;
        border-radius: 4px;
        background-color: hsl(34, 83%, 53%);
        font-weight: 400;
        margin-top: 24px;
    }

        #not_subscribed #premium_button:hover {
            background-color: hsl(34, 83%, 58%);
            transition-duration: 0.3s;
        }

    #subscribers_only_text {
        padding: 0 75px;
        font-size: 36px;
    }

    #not_subscribed .subs_only {
        font-weight: 500;
    }

    #already_member {
        font-size: 0.6em;
        margin-bottom: 15px;
        font-weight: 300;
    }

    #subscribe_offer {
        margin-top: 24px;
        font-size: 0.8em;
        padding: 0 20px;
        text-align: center;
        font-weight: 300;
    }

    #sub_price {
        font-weight: 500;
    }

    #full_plan {
        font-size: 0.75em;
    }

    #not_subscribed p {
        margin: 0;
    }

    .coupon_code {
        font-size: 0.75em;
        font-weight: 300;
    }

    .subscribe_link {
        font-size: 0.7em;
        font-weight: 400;
    }

#newsletter_signup {
    width: 700px;
    margin: auto;
    border-top: 1px solid hsl(34, 83%, 53%);
    padding: 24px 0;
}

#email_description {
    font-size: 20px;
}

#newsletter_signup input[type=email] {
    font-size: 24px;
    padding: 12px 16px;
}

#newsletter_signup input[type=submit], #newsletter_signup button[type=submit] {
    font-size: 18px;
    padding: 15px 20px 16px;
}

/* Embedded YouTube Video */

div.video-container + div.video-container {
    margin-top: 15px;
}

.video-container iframe, 
.video-container object, 
.video-container embed {
    width: 650px;
    height: 365px;
}

.embed-youtube iframe, 
.embed-youtube object, 
.embed-youtube embed {
    width: 650px;
    height: 365px;
}