body {
    margin: 0 auto 20px auto;
    padding: 0;
    font: normal 90% "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.3;
    max-width: 50em;
    background: #19273A;
}
h1 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
}
p {
    margin: 1em 0 0 0;
    padding: 0;
    font-size: 1em;
}
a {
    color: #0000C7;
}
a img {
    border: 0;
}
#header {
    padding: 0.7em 10px;
    border-top: 1px solid #EEF1FF;
    border-bottom: 1px solid #9DA9CB;
    background: #D0DEFF;
    background: -webkit-gradient(linear, left top, left bottom, from(#D0DEFF), to(#B6C8E4));
    background: -moz-linear-gradient(#D0DEFF, #B6C8E4);
}
#header h1 a,
.postHeader h1 a {
    text-decoration: none;
}
#header h1 a img {
    float: left;
    padding: 0 10px 0 0;
}
#header p.subtitle {
    margin: 0 0 0 40px;
}

#content {
    padding: 20px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    background: #fff;
}
.post a:visited,
#posts a:visited {
    color: #5500A5;
}
a:hover,
#header a:hover,
#content a:hover {
    color: #0032FF;
    text-decoration: underline;
}
#content h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
}
#content p.date {
    margin: 0 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
}
#content p.date span.year,
table#posts td.date span.year {
    color: #999;
}
#content p.comments {
    font-style: italic;
}

#about {
    margin: 0 0 0.7em 0;
}

#about .figure {
    float: left;
    margin: 0 10px 10px 0;
}

table#posts {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}
table#posts td {
    padding: 0.1em;
    vertical-align: top;
}
table#posts td.date {
    padding-right: 0.5em;
    text-align: right;
    font-weight: bold;
}
table#posts p.topics {
    margin: 0;
    font-size: 0.9em;
    font-style: italic;
    color: #666;
}

.post {
    padding-bottom: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #bbb;
}
.post h2 {
    font-size: 1.5em;
}
.figure {
    margin: 1em 0 0 0;
}
.figure p {
    margin: 0;
}
#content .figure p.image a:hover {
    background: none;
}
.figure img {
    padding: 2px;
    border: 1px solid #ddd;
}
.figure p.image a:hover img {
    border-color: #3A00E6;
}
.figure p.caption {
    font-size: 0.9em;
    font-style: italic;
}
img.left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
img.right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.shiftup {
    margin-top: -10px;
}
br.clear {
    clear: both;
}
.padbelow {
    margin-bottom: 30px;
}
blockquote {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 5px solid #9da9cb;
}
.post ul,
.post ol {
    margin: 1em 0 0 0;
    padding: 0;
}
.post li {
    margin: 0 0 0.1em 0;
}

#footer {
    padding: 0.7em 20px;
    color: #fff;
}
#footer a {
    color: #5F8BC7;
}
#footer a:hover {
    color: #7DB5FF;
}
