html, body {
    margin: 0;
    padding: 0;
    font-family: "Baskerville","Georgia",serif;
    font-size: 1.2em;
}

pre {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    /*color: #3F8AAF;*/
    color: #0086B3;
    font-family: "Helvetica Neue","Helvetica",sans-serif;
}

a {
    color: #0086B3;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #737;
}

header {
    padding: 0.8em 1em;
    text-transform: lowercase;
    color: white;
    background-color: #444;
}

header a, header a:visited {
    text-decoration: none;
    color: white;
}

header a:hover {
    color: #aaa;
    text-decoration: none;
}

header nav {
    float: right;
}

.content {
    margin: auto;
    max-width: 900px;
    padding: 2em;
}

.content h1:first-child {
    margin-top: 0;
    text-align: center;
}

time {
    display: block;
    text-align: center;
    font-size: 0.8em;
    color: #ccc;
}

@media all and (max-width: 400px) {
    .content {
        padding: 1em;
    }
}

img {
    max-width: 100%;
}
