body { background-color: #eef1f3; margin: 0 }
div.content {
    padding: 1em;
    margin: 1em 1em 1em 12em;
}
div.content > h1:first-child { margin-top: 0; }
div.content > .bottombar {
    background-color: #c6b182;
    margin: 2em -1em -1em -1em;
    padding: 0;
    color: #000;
    font-family: sans-serif
}
div.content > .bottombar > p { padding: 0; font-size: x-small; margin: 0 }
div.content > .bottombar > p + p { margin-top: 1em }
div.content > .bottombar a { color: #000 }
h1 { font-size: large; font-family: sans-serif }
h1.siteheading { margin: 0; font-size: 125%; }
h2 {
    font-size: medium;
    font-family: sans-serif;
    margin-top: 2em;
    border-bottom: 1px dotted #666;
}
a:link { color: #3830dd }
a:visited { color: #2a2a66 }
span.license { color: #463; font-size: smaller }
ul {
    list-style-type: square;
}
div.crepuscular {
    height: 200px;
    background-color: #0b0f0e;
    background-image: url('/imgs/rays.jpg');
    background-repeat: no-repeat;
    border-bottom: 3px solid #2d3819;
}
div.crepuscular + div.content {
    margin-top: -60px;
}
