@import url("override.css");

body {
    width: 720px;
    margin: 0 auto;
}

body>footer {
    padding: 1em 0;
}

header>img {
    float: right;
}

img {
    max-width: 720px;
}

blockquote {
    margin-left: 0;
    border-left: 8px #999 solid;
    padding: 0 24px;
}

.archive h1,
.subtitle,
article {
    padding-bottom: 0.75em;
    border-bottom: 1px #ccc dotted;
}

article[class^="liked-"] {
    background-color: #f0f0f8;
}

.post a.llink {
    display: none;
}

header a,
footer a {
    text-decoration: none;
}

footer,
article footer a {
    font-size: small;
    color: #999;
}