
body {
    color: black;
    background: #ffffff;
    font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #313940;
}

a, a:active, a:visited {
    text-decoration: none;
    color: #8c3c2a;
}

a:hover {
    border-bottom: 1px dotted #8c3c2a;
    color: #8c3c2a;
}

.highlight {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding-left: 1em;
    padding-right: 1em;
}

.bullet {
    font-weight: bold;
}

#main-content {
    margin-top: 100px;
}

#sidebar ul {
    margin-left: 0;
}

#sidebar ul li {
    list-style: none;
}

#footer {
    text-align: center;
    font-size: 75%;
}

.post-date {
    text-align: center;
    background: #eeeeee;
    color: black;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 85%;
}

.post-date .day {
    font-size: 150%;
}

.post-date .month {
    text-transform: uppercase;
}

.post-date .year {
}