@font-face {
    font-family: Orbitron;
    src: url(orbitron-medium.otf);
}

body {
    font-family: Ubuntu, sans-serif;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

footer {
    border-top: 1px solid #888;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}

footer > ul { list-style-type:none; } 
footer > ul li {
    display: inline;
    margin-right: 1em;
}
footer * {
    vertical-align: middle;
}

#tags {
    margin-left: 2em;
    margin-top: 2em;
    font-size: smaller;
}

#tags a[rel='tag'] {
    padding-right: 18px;
    background: transparent url(/tag_blue.png) no-repeat center right;
}

h1 {
    text-align: center;
    padding-top: 1em;
}

nav > ul {
    list-style-type: none;
}
nav > ul li {
    display: inline;
}

nav> ul li:nth-child(n+2):before {
    content: "\00BB \0020";
}

article > code {
    display: block;
    white-space: pre;
}

