hgroup.site-header {
    color: #039;
}

hgroup.site-header h1 {
    margin: 10pt 0 0;
}

hgroup.site-header h2 {
    margin: 0 0 10pt;
    font-size: 13pt;
    font-style: italic;
}

div.site-nav {
    font-size: 14pt;
    margin-bottom: 10pt;
    border-bottom: 2px solid #58f;
}

div.site-nav a {
    margin-right: 15pt;
    color: #58f;
    text-decoration: none;
}

p.site-license {
    font-size: 9pt;
    font-style: italic;
    margin-top: 20pt;
}

article {
    font-family: Helvetica, Arial, sans-serif;
    max-width: 800px;
}

article header {
    color: #072;
    margin: 5pt 0;
}

article header h2 {
    margin: 0;
}

article header time {
    margin: 0;
}

article header a {
    color: inherit;
}

article div.image {
    margin: 5pt;
}

article div.image a {
    display: table-cell;
    padding: 1px;
    border: 1px solid #777;
}

article div.image a img {
    display: block;
}

article div.caption {
    font-style: italic;
    font-size: 90%;
    margin: 0 20pt;
}

.blog-archive-page h3 {
    margin: 10pt 0 0;
}

.blog-archive-page ul.articles-month {
    margin: 0;
    list-style: none;
}

.blog-archive-page ul.articles-month li a {
    color: #072;
}

.blog-archive-page ul.articles-month li time {
    font-size: 90%;
}

