﻿h1 {
    font-size: 2em;
    color: #403737;
}

img{
    padding-top:2px;
    padding-bottom:2px;
}

.above-h1, .creation-summary {
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    color: #a29999;
}

.above-h1
{
    margin-bottom: -2em;
}

.h-spacer {
    margin-right: 2em;
}

.tag-wiki {
    -webkit-transition: background .28s ease-out;
    transition: background .28s ease-out;
    display: inline-block;
    height: 25px;
    padding: 0 10px;
    line-height: 24px;
    background: #e4e5e6;
    font-size: 13px;
    color: #313131;
    border-radius: 1px;
    cursor: pointer;
    font-size: 1em;
    margin-top: -.5em;
}

    .tag-wiki:hover {
        background: #444;
        color: #fff;
    }

.postText {
    margin-top: 1.5em;
}

h3{
    font-size:18px;
    line-height:16px;
    margin-bottom:6px;
}

h2{
    font-size:24px;
    line-height:20px;
    margin-bottom:8px;
}
