html {
    background: #1c1c1c;
    color: #ffffff;
    font-family: monospace;
    font-size: 13px;
    line-height: 15px;
}

body {
    margin: 45px auto;
    width: 120ch;
}

a {
    color: #5fd7ff;
    text-decoration: none;
}

code,
kbd,
pre,
samp {
    font-family: inherit;
}

h1 {
    font-size: 1em;
    margin: 0;
    text-align: right;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

h1 strong {
    background: #afd700;
    text-transform: uppercase;
    float: left;
    margin-right: 1ch;
}

h1 strong a {
    font-weight: bold;
    color: #005f00;
    padding: 0 1ch;
}

h1 sub {
    background: #585858;
    color: #ffffff;
    font-size: 1em;
    padding: 0 1ch;
    position: inherit;
}

h1 a {
    color: #d0d0d0;
    font-weight: normal;
}

h1 a.active {
    font-weight: bold;
}

h2 {
    background: #303030;
    font-size: 1em;
    margin: 45px 0 15px 0;
}

h2 a {
    background: #585858;
    color: #ffffff;
    padding: 0 1ch;
}

h2 time {
    background: #d0d0d0;
    color: #303030;
    float: right;
    font-weight: bold;
    padding: 0 1ch;
}

h2 .category,
h2 .tags {
    font-weight: normal;
    float: right;
}

h2 .category a {
    color: #bcbcbc;
}

h2 .tags a {
    background: none;
    color: #d0d0d0;
    float: left;
}

h2 .tags a + a {
    padding-left: 0;
}
