/* base style */

body {
    font-family: sans-serif;
    background-color: #fff;
    color: #444;
    max-width: 80em;
    margin: auto;
    line-height: 1.5em;
}


ul, dl {
    margin: 1em 0;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

blockquote {
    border-left: 2px solid #ccc;
    padding: 0 0.5em;
}

/* layout */
.site-header {
    border-bottom: 1px solid #ccc;
}
.site-header h1 {
    display: inline-block;
    font-size: 140%;
    margin: 0;
}

.site-header nav {
    float: right;
}

.site-content {
}

.site-tagline {
    display: inline-block;
    font-style: italic;
    margin-left: 2em;
}

/* */
.post {
    max-width: 40em;
    margin: auto;
}

.post-info {
    font-size: 75%;
    color: #888;
}

