/* Polar Geek style */

/* layout */
#header {
    padding-left: 12em;
    padding-top: 1em;
    padding-bottom: 1em;
}
#content {
    padding-left: 22em;
    width: 40em;
}

#content .author, #content .link {
    text-align: right;
}
#footer {
    text-align: right;
    margin-top: 2em;
}

/* pretty styles */
body {
    background: url(match.jpg) no-repeat; /* from http://mix.li/2009/match */
    background-color: #000;
    color: #ddd;
    font-family: "Trebuchet MS",Verdana,sans-serif;
}
#header {
    font-family: monospace;
}
A {
    color: #fff;
}
A:hover {
    color: #ccc;
}
#header A, h2 A {
    text-decoration: none;
}
#content .author {
    font-style: italic;
}

blockquote {
    border-left: 1px solid #888;
    background-color: #222;
    padding: .25em;
    quotes: "\201C" "\201C";
}
blockquote:before {
    content: open-quote;
    font-weight: bold;
    font-size: 40px;
}
#footer {
    font-size: 0.8em;
    color: #444;
}
#footer A {
    color: #666;
}
.code {
    padding-left: 2em;
    background-color: #444;
    padding-top: 1em;
    padding-bottom: 1em;
}
