* { font-family: Helvetica, Arial, Sans-Serif; }

html, body { height: 100%; width: 100%; margin: 0; padding: 0; }
body {
    text-align: center;
    background-color: #fff;
}

div#pagecontainer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    min-height:100%;
}

div#header {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 700px;
    margin: 0 auto;
    font-size: 0.8em;
    color: #666;
    border-bottom: 2px solid #aaa;
}

div#header a, div#header a:visited {
    text-decoration: none;
    color: #8D1236;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

div#content {
    width: 700px;
    margin: 0 auto;
    text-align: left;
    margin-top: 25px;
    height: 100%;
}

.post {
    margin-bottom: 50px;
}

.post a {
    font-family: Georgia, Garamond, Serif;
}

.post h1, .post h1 a, .post .postcontent p, .post .datetime {
    font-family: Georgia, Garamond, Serif;
}

.post h1 {
    font-size: 1.6em;
    float: left;
    vertical-align: middle;
    line-height: 40px;
    padding-right: 20px;
}

.post h1 a {
    text-decoration: none;
    color: #000;
}

.post .datetime {
    line-height: 40px;
    font-size: 1em;
    color: #666;
    float: right;
}

.postcontent {
    clear: both;
    border-top: 1px solid #8D1236;
    padding-top: 20px;
}
.postcontent .categories {
    margin-top: 10px;
    padding: 5px;
    background-color: #eee;
    font-size: 0.8em;
    color: #777;
    margin-bottom: 15px;
}

div#contact {
    border-top: 2px solid #072933;
    background-color: #046380;
    color: #E6E2AF;
    height: 120px;
    width: 100%;
    font-family: Georgia, Garamond, Serif;
    font-size: 1em;
}
div#contact > a, div#contact > a:visited {
    font-family: Georgia, Garamond, Serif;
    font-size: 1em;
    text-decoration: underline;
    color: #E6E2AF;
}

div#work a, div#play a {
    color: #eee;
    font-size: 0.7em;
}
div#contactlinks { width: 450px; margin: 0 auto; }
div#work, div#play {
    display: block;
    width: 200px;
    padding: 5px;
}
div#work { float: left; text-align: right; }
div#play { float: right; text-align: left; }

.olderposts p {
    font-weight: bold;
    font-size: 1.05em;
    padding-bottom: 10px;
}
.olderposts ul li {
    margin-bottom: 7px;
    font-size: 1em;
}

.commentlink {
    padding-top: 20px;
}
.commentlink a, .commentlink a:visited {
    font-size: 0.8em;
    text-decoration: none;
    padding: 5px;
}

pre, code {
    font-family: Consolas, monospace;
    font-size: 0.9em;
}

pre {
    margin-left: 2em;
    margin-right: 2em;
    background-color: #eee;
    padding: 0.7em;
}

div.postcontent p, div.postcontent pre {
    margin-bottom: 15px;
    clear: both;
}

div.postcontent h2 {
    font-size: 1.35em;
    border-bottom: 1px solid #ddd;
    font-family: Helvetica, Arial, Sans-Serif;
    margin-bottom: 15px;
    margin-top: 10px;
}

p {
    line-height: 1.2em;
}