div#left {
    width: 200px;
}

div#right {
    width: 780px;
}

article {
    background: url('/images/bg.png') bottom left repeat;
}

article .content {
    padding: 0.5em;
}

article .content a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px dotted black;
}

article pre {
    padding: 0.5em;
    margin: 0px auto;
    background: #fdfdfd;
    border: 1px solid black;
}

article blockquote {
    padding: 0.5em;
    background: #fdfdfd;
    border: 1px solid #dedede;
    margin: 0px auto;
    border-radius: 10px;
    width: 80%;
}

div.links {
    margin: 0.3em 0.2em;
}

div.links a {
    text-decoration: none;
    color: black;
}

div.links .post-details {
    font-size: 0.8em;
    font-style: italic;
}

div.links i {
    display: inline-block;
    width: 1em;
    height: 1.2em;
    margin-left: 0.5em;
}

.blogpost ul li {
    margin-left: 2em;
    list-style: circle;
}

.links {
    padding: 0.25em;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.links a {
    display: inline;
    border-bottom: 1px dotted black;
    cursor: pointer;
}