/*
Theme Name: Inflate
Description: Christmas is everything new.
Version: 0.forever
Author: shadytrees
*/

@import 'para-list.css';
@import 'comments.css';
@import 'welcome.css';
@import 'archives.css';
@import 'iconoclastic.css';

html, body, .pork p {
    margin: 0; padding: 0;
}

html { height: 100%; margin-bottom: 1px }
body {
    margin: 0;
    padding: 0;
    padding-bottom: 5em;

    font-size: small;
    font-family: "Cambria", "Georgia", serif;
    line-height: 1.4;

    background: #26241B;
    color: #eee;
}

a {
    border-bottom: 1px solid #6D7278;
    padding-bottom: 1px;
    color: white;
    text-decoration: none;
}

a:hover, .meta a:hover {
    border-bottom-style: dotted;
}

.panacea p, .panacea ul {
    margin: 1em 0;
    padding: 0;
}

.post {
    margin: 0 30%;
    margin-bottom: 10em;
}

.meta {
    color: #4C484D;
    font-size: x-small;
    margin-top: 2em;
}

.meta .border {
    border-top: 1px solid #3D3B28;
    width: 25%;
    margin-bottom: 5px;
}

.meta a {
    color: #8A8362;
    border-bottom: 1px solid #4C484D;
}

strong.clink a {
    border: 0;
    color: #FF00FE;
    border-bottom: 1px solid #FA35FF;
}

.meta ul li {
    padding-left: 1em;
    text-indent: -1em;
}

.clear {
    clear: both;
}

.post h2 {
    margin: 0; padding: 0;
    margin-bottom: 0.5em;
    font-weight: normal;
    letter-spacing: 2px;

    font-size: 1em;
    font-family: Verdana;
    text-transform: uppercase;
}

h2 a { color: #CCB777; border: 0; }
h2 a:hover { text-decoration: underline; }

pre, code {
    font-family: Consolas, "Lucida Console", monospace;
}

code {
    color: #ccc;
}

pre code {
    font-size: medium;
    color: white;
}

pre {
    padding: 1em;
    background: #40362C;
}

blockquote {
    color: #eee;
    padding: 5px 1em;
    font-size: 95%;
    background: black;

    /* cite's margin depends on our margin */
    margin: 2em -1em 1em -1em;
}

blockquote pre, blockquote code {
    font-size: small;
}

cite {
    display: block;
    text-align: right;

    font-style: normal;
    font-variant: small-caps;
    margin-top: -0.5em;
}

cite em {
    font-variant: normal;
}

center.expand {
    margin: 2em -50%;
}

div.hr {
    background-image: url("images/hr.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 10px;
    margin: 1em 0;
    text-indent: -999%;
}
