body {
    font-family: 'cantarell', sans-serif;
    margin: 0;
}
h1, h2 {
    font-weight: normal;
    margin: 0;
}
h2 {
    font-size: 130%;
    line-height: 1em;
}
p {
    margin-top: 0;
    margin-bottom: 1.5ex;
    text-align: justify;
    line-height: 1.4em;
}
ul {
    margin-left: 2ex;
    padding-left: 0;
}
pre, tt, code {
    font-family: WebKitBugWorkaround, monospace;
}


pre {
    line-height: 1.4em;
}
a {
    color: #37f;
}
a.hiddenlink {
    color: black;
    text-decoration: none;
    -webkit-transition: 0.2s;
}
a.hiddenlink:hover {
    color: #37f;
    -webkit-transition: 0.1s;
}

#header-box {
    background: #ddd;
    border-bottom: solid 2px #777;
}

#header {
    padding: 2ex 10ex;
    max-width: 80ex;
}
#content {
    margin: 4ex 10ex;
    max-width: 80ex;
}

.date {
    color: #555;
}

#summaries .date {
    padding-right: 2ex;
}
.summary td {
    padding-bottom: 2ex;
}

#post-heading {
    margin: 2ex 0;
}

h2.archive-group {
    margin: 1ex 0;
}
