html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #090909;
}

#header {
    width: 100%;
    text-align: center;
}

#header h1 {
    padding: 3%;
}
#header h1 a {
    display: block;
    font-size: 4em;
    font-family: monospace;
    color: #5E4700;
    text-decoration: none;
    letter-spacing: 4px;
}
#header h1 a .center {
    color: #ffbf00;
}

#content {
    max-width: 800px;
    margin: auto;
    padding: 0 5px 0 5px;
    min-height: 200px;
    color: #cccccc;
    line-height: 1.3em;
}

em, b, a {
    color: #CC9900;
}

p, ul, pre {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}

a:visited {
    color: #7D5E00;
}

li {
    padding-left: 1em;
    text-indent: -.7em;
}
li:before {
    content: "• ";
    color: #CC9900;
}

#content h1 {
    margin: 1.4em 0 0.5em 0;
}
#content h1, #content h1 a {
    text-decoration: none;
    color: #ffbf00;
    font-size: 1.5em;
}
#content h2 {
    margin: 1.4em 0 0.5em 2em;
}
#content h2, #content h2 a {
    text-decoration: none;
    color: #cc9900;
    font-size: 1.1em;
    font-weight: normal;
}

pre {
    color: #a0a0a0;
    font-family: monospace;
    border: 1px solid #7D5E00;
    padding: 0.5em;
    overflow: auto;
}

hr {
    margin: 2em auto 2em auto;
    height: 0;
    width: 60%;
    border: none;
    border-top: 1px solid #382A15;
}

.post_info {
    text-align: right;
    font-size: 0.9em;
}

/*
body {
    background: black url("noise.png");
    color: white;
    font-family: Arial, sans-serif;
    line-height: 1.4em;
    font-size: 16px;
}

#main {
    background: rgba(64, 0, 0, 0.5);
    width: 600px;
    height: 300px;
    margin: auto;
    margin-top: 10%;
    border: 1px solid #080000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#nav {
    border-radius: 5px;
    height: 40px;
    padding-left: 30px;
    background: rgba(20, 0, 0, 200);
}
#nav li {
    margin-top: 8px;
    display: inline-block;
    height: 12px;
    padding: 4px 20px 6px 20px;
}
#nav li + li {
    border-left: 1px solid #000000;
}
#nav li a {
    display: inline-block;
    font-weight: 300;
    text-decoration: none;
    color: rgb(180, 147, 147);
}

#content {
    height: 208px;
    padding: 40px;
}

h1 {
    color: #3A85AF;
    font-size: 1.7em;
    margin-bottom: 2px;
}
h1.nosub {
    margin-bottom: 20px;
}

.subtitle {
    color: #8F9AA3;
    font-size: 0.9em;
    margin-bottom: 20px;
}

#right {
    float: right;
    display: inline-block;
}

a, li {
    color: #cccccc;
}
a {
    text-decoration: none;
    border-bottom: 1px dotted #472828;
}

.uhr {
    font-size: 0.8em;
}
.nhr {
    font-size: 0.6em;
}
em, em a {
    color: #8F9AA3;
}

.projects .item {
    display: block;
    margin-top: 10px;
}
.projects .desc {
    color: #8F9AA3;
    margin-left: 20px;
}
*/
