/*** PAGE ***/

#page {
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 1040px;
}

/*** CONTENT AREA AND SIDEBAR ***/

.sidebar {
    padding-top: 30px;
    margin: 10px 0 0 0;
}
    .sidebar .widget-title {
        color: #fff;
        background: #000;
        padding: 5px 10px;
        font-family: Helvetica, Arial, Sans-serif;
    }
    .sidebar li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
        .sidebar li:last-child {
            padding-bottom: 0;
            margin-bottom: 0;
            border-bottom: 0;
        }
    .sidebar li a,
    .sidebar li a {
        color: #666;
    }
        .sidebar ol li a:hover,
        .sidebar ol li a:active,
        .sidebar ul li a:hover,
        .sidebar ul li a:active {
            text-decoration: none;
            color: #F23047;
        }
    .sidebar p:last-child {
        margin-bottom: 0;
    }

    /** Only show the sidebar links widget if we're on a home page */
    .sidebar .proper-links-widget {
        display: none;
    }
        .home .sidebar .proper-links-widget {
            display: block;
        }

    /* Don't show the sidebar on post pages */
    .single .sidebar {
        display: none;
    }

@media screen and (min-width: 768px) {
    .content-area {
        float: left;
        width: 71.5%;
        padding-right: 3.5%;
        border-right: 1px solid #eee;
    }

    .sidebar {
        margin: 0;
        padding-top: 0;
        border-top: 0;
        float: right;
        width: 25%;
    }

    /* Show the sidebar on post pages when width is over 768px */
    .single .sidebar {
        display: block;
    }
}

@media screen and (min-width: 1070px) {
    .content-area {
        width: 76.5%;
    }

    .sidebar {
        width: 20%;
    }
}

.site-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.search-header {
    margin-bottom: 30px;
}

.entry-body {
    color: #333;
    font-weight: 300;
}

.entry-body .entry-meta {
    width: 100%;
    border-top: 0;
    border-bottom: 1px solid #000;
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    font-size: 20px;
    line-height: 24px;
    float: none;
}

.entry-body .entry-meta .posted-author .posted-on a,
.entry-body .entry-meta .posted-author .posted-on time {
    color: #333;
    font-family: Helvetica, Arial, Sans-serif;
    font-weight: bold;
}

.entry-body .entry-meta .posted-author .posted-on a:hover,
.entry-body .entry-meta .posted-author .posted-on a:active {
    text-decoration: none;
    color: #F23047;
}

.entry-body .entry-meta,
.is-single .entry-body .entry-meta,
.is-page .entry-body .entry-meta,
.entry-body .entry-content,
.is-single .entry-body .entry-content,
.is-page .entry-body .entry-content,
.entry-body .entry-content .entry-title,
.is-single .entry-body .entry-content .entry-title,
.is-page .entry-body .entry-content .entry-title,
.entry-body .entry-content .entry-text,
.is-single .entry-body .entry-content .entry-text,
.is-page .entry-body .entry-content .entry-text {
    float: none;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .entry-body .entry-content,
    .is-single .entry-body .entry-content,
    .is-page .entry-body .entry-content {
        float: none;
        width: 100%;
    }
}

.category-titles {
    margin-bottom: 10px;
}

.category-title {
    display: inline-block;
    background: #000;
    border: 1px solid #333;
    padding: 5px 20px;
    margin: 0 5px 0 0;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

#content .entry-title a.category-title {
    color: #FFF;
    text-decoration: none;
}

#content .entry-title a.category-title:hover,
#content .entry-title a.category-title:active {
    background: #333;
}

#content .entry-content .entry-text a:hover,
#content .entry-content .entry-text a:active {
    color: #F23047;
}

.entry-body .entry-content .entry-title {
    margin: 0 0 10px 0;
}

.entry-body .entry-content .entry-title h1 a,
.is-single .entry-body .entry-content .entry-title h1,
.is-page .entry-body .entry-content .entry-title h1 {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .entry-body .entry-content .entry-title h1 a,
    .is-single .entry-body .entry-content .entry-title h1,
    .is-page .entry-body .entry-content .entry-title h1 {
        font-size: 28px;
        line-height: 32px;
    }
}

.entry-content img {
    border: 2px solid black;
}

.entry-content a:hover img,
.entry-content a:active img {
    border: 2px solid #F23047;
}

#content .nav-links {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}

.entry-body .entry-content .entry-text {
    font-size: 16px;
    line-height: 20px;
}
    .entry-body .entry-content .entry-text p {
        margin-bottom: 10px;
    }
    .entry-body .entry-content .entry-text img {
        margin: 0 auto 10px;
    }

#content .entry-body,
#content .entry-body.not-sticky,
#content .entry-body.has-thumbnail,
#content .entry-body.no-thumbnail {
    padding-top: 0;
    border: 0;
}

@media screen and (min-width: 768px) {
    .post:before, .post:after {
        display: none;
    }
}

.entry-body.no-thumbnail:before,
#main #latest-posts .infinite-wrap article:first-child .entry-body:before {
    display: none;
}

.entry-content:before,
.entry-content:after {
    display: none;
}

.site-main .navigation {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
    .site-main .navigation {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

.entry-text .ispot-wrapper {
    padding-bottom: 70px;
}

@media screen and (min-width: 468px) {
    .entry-text .ispot-wrapper {
        padding-bottom: 20px;
    }
}
