body {
    background: black;
    color: #d4d1cd;
    font-family: "Liberation Mono", monospace;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px;
    padding: 0;
}

@font-face {
  font-family: "Liberation Mono";
  src: url('/fonts/LiberationMono.ttf') format('truetype');
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

a       { color: #3a80e3; text-decoration: none; }
a:hover { text-decoration: underline; }

li      { margin-bottom: 0.7em; }
li p    { margin: 0.7em 0; }

h2      { color: #dfdfdf; margin-top: 2em; }
h3      { color: #dfdfdf; margin-top: 2em; }
h4      { color: #dfdfdf; margin-top: 4em; }

blockquote {
    border-left: 2px solid #383838;
    padding-left: 1em;
    margin-left: 0;
}

.container {
    width: 100%;
    text-align: center;
    max-width: 45em;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
}

.pre-post-header {
    overflow: auto;
    margin-bottom: 10px;
    padding: 5px 5px;
    color: #e2dfdb;
}
.pre-post-header a { color: #d4d1cd; }
.pre-post-header .left { float: left; }
.pre-post-header .right { float: right; }

.post-header {
    text-align: center;
    margin: 0px 0;
}
