body {
    color: #000;
    background: #fff;
    font: 14px Verdana, 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    padding: 1em 0 0 2em;
    margin: 0;
    width: 600px;
    text-align: justify;
}

h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: normal;
}

h1 { font-size: 21px; padding-bottom: 0.20em; line-height: 1; }
h2 { font-size: 16px; margin: 18px 0 18px 0; }
h3 { font-size: 14px; margin: 14px 0 14px 0; font-weight: bold; }
h3 { font-size: 12px; margin: 14px 0 14px 0; font-weight: bold; }

.byline {
    font-size: 12px;
    margin-bottom: 18px;
}

.date {
    float: left;
    text-align: right;
    margin: 18px 0 18px -105px;
    display: inline-block;
    font-size: 16px;
}

h2.post {
    display: inline-block;
}

p { margin: 0; padding: 0; }
p + p { margin-top: 1em; }
.byline + p { margin-top: 2em; }
p.ragged { text-align: left; }
a { color: #000099; text-decoration: none; }
a img { border: none; }

p.postmeta {
    text-align: left;
    font-size: 12px;
    font: 'andale mono', 'lucida console', 'consolas', monospace;
    margin: 18px 0 18px 0;
}

ul.older {
    list-style-type: none;
    display: inline;
}

pre {
    margin: 1em 0;
    white-space: pre;
    font-family: 'andale mono', 'lucida console', 'consolas', monospace;
    line-height: 1.25;
}

pre.excerpt {
    border: 1px solid maroon;
    padding: 1em;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

pre.poem {
    font: 14px 'Lucida Grande', Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.25;
}

pre.hl { background-color: #eeeeee; padding: 10px; }

blockquote {
    color: #555555;
    quotes: none;
    padding: 1em;
    margin: 1em;
}

q { quotes: '\201c' '\201d' '\2018' '\2019' }
q:before { content: open-quote; }
q:after { content: close-quote; }

em,strong,cite,dfn,code,samp,kbd,var,abbr,acronym {
    border: 0; font-variant: normal;
    font-style: inherit; font-weight: inherit;
}
em { font-style: italic; }
strong { font-weight: bolder; }
code, samp, kbd, var {
    font-family: 'andale mono', 'lucida console', 'consolas', monospace;
}
ins { text-decoration: none; background: #eeeeee; }
del { text-decoration: line-through; }

