body {
    color: #000000;
    background: #ffffff;
    font: 14px 'Lucida Grande', Verdana, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    padding: 1em;
    margin: 0;
}

div#container {
    width: 600px;
    text-align: justify;
    padding: 1em;
}

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

h1 { font-size: 2em; line-height: 1; padding-bottom: 0.20em; }
h2 { font-size: 1.25em; }
h3 { font-size: 1em; font-weight: bold; }

.byline {
    font-size: 12px;
}

h1.title { font-size: 1.5em; }

div.date {
    float: left;
    text-align: right;
    margin: 44px 0 22px -105px;
}

h2.post {
    margin: 44px 0 22px 0;
}

div.date, h2.post {
    font-size: 16px;
}

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

p.postmeta {
    text-align: right;
    font-size: 80%;
    font: 'andale mono', 'lucida console', 'consolas', monospace;
    margin: 22px 0 0 0;
}

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

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.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; }

address {
    font: 1em Georgia, Times, 'Times New Roman', serif;
    border-top: 1px solid black;
    margin-top: 0.5em;
    padding-top: 0.75em;
}
