body {
    color: #333;
    background-color: white;
    font-family: sans-serif;
}

a {
    text-decoration: none;
    color: #06c;
}
img {
    border: 0;
}

.site {
    text-align: justify;
    width: 50em;
    margin: 3em auto 2em auto;
}

.site .title {
    font-weight: bold;
    font-size: 4em;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 0.2em;
}

.site .title a {
    color: #222;
}

.site .title a:visited {
    color: #222;
}

.site .search {
    text-align: right;
}

.site .home {
    line-height: 1.3em;
}

.site .footer {
    font-size: 80%;
    color: #666;
    margin-top: 1em;
    overflow: hidden;
    text-align: right;
}

.post {
    margin-bottom: 2em;
    border-bottom: 1px solid #bbb;
}

.post blockquote {
    font-style: italic;
}

.post pre {
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0.2em;
}

.post code {
    border: 1px solid #ddd;
    background-color: #eef;
    padding: 0.2em;
    font-size: 90%;
}

.post pre code {
    border: none;
    line-height: 95%;
}

.post #title {
    color: #222;
    font-weight: bold;
    font-size: 130%;
    margin-top: 1em;
}

.post-link #title {
    display: none;
}

.post-image #title {
    display: none;
}

.post #content {
    margin-top: 1em;
}

.post #content p {
    margin-top: 1em;
    margin-bottom: 0.1em;
}

.post #footer {
    color: #777;
    text-align: right;
    font-size: 70%;
    margin-bottom: 0.2em;
    margin-top: 1em;
    font-style: italic;
}
