﻿header.blog-header {
    border: none;
    text-align: center;
    margin: 0 0 3em
}

    header.blog-header a {
        font-size: 4em
    }

.post header h1 {
    margin: 0 0 3px
}

.post header div.bh {
    font-size: .75em;
    opacity: .8;
    margin-bottom: 1em
}

.post header div a {
    margin-left: 10px
}

.post header div .categories {
    margin: 0;
    padding: 10px;
    display: inline
}

    .post header div .categories a {
        margin: 0
    }

    .post header div .categories li {
        display: inline
    }

        .post header div .categories li:not(:first-child):not(:last-child):after {
            content: ", "
        }

.post abbr {
    border: none
}

.post h2 {
    margin-bottom: 0;
    font-size: 1.3em
}

.post h3 {
    margin-bottom: 0;
    font-size: 1.1em
}

.post div[itemprop=articleBody] {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: .5em;
    margin-bottom: 2em;
    -ms-text-size-adjust: 150%
}

#comments article div p:after, #comments article div p:before {
    content: "";
    top: 10px;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    position: absolute
}

.post p {
    padding: .2em 0
}

#comments article {
    position: relative;
    max-height: 9999px;
    overflow: hidden;
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

    #comments article div {
        padding-left: 70px
    }

        #comments article div p {
            border: 1px solid #d3d3d3;
            border-radius: 5px;
            padding: 7px;
            position: relative
        }

            #comments article div p:before {
                left: -10px;
                border-color: transparent #d3d3d3
            }

            #comments article div p:after {
                left: -9px;
                border-color: transparent #fff
            }

    #comments article.self div p {
        background: #f7f7f7
    }

        #comments article.self div p:after {
            border-color: transparent #f7f7f7
        }

    #comments article [itemprop=commentText] {
        margin: 0
    }

    #comments article img {
        border-radius: 5px;
        position: absolute;
        top: 19px
    }

    #comments article [itemprop=commentTime] {
        display: block;
        text-align: right;
        font-size: .7em
    }

    #comments article [itemprop=creator] {
        font-size: .8em;
        margin-left: 7px
    }

    #comments article [itemprop=approvalWarning] {
        margin-left: 70px;
        font-size: .6em;
        background-color: rgba(255,255,0,.5);
        padding: 5px
    }

#commentform {
    margin-top: 2em
}

#status {
    margin-left: 1em
}

.nextpost {
    float: right;
    text-align: right
}

.prevpost {
    float: left;
    text-align: left
}

.post .jumbotron {
    margin-bottom: 0
}
