body, html {
    font-family: Verdana, Tahoma, "Bitstream Vera Sans", Arial, sans-serif;
    font-size: 10px;
    background: #a0a0a0;
    margin: 0; 
    padding: 0;
    text-align: center;
}
#wrap {
    padding: 10px;
    margin-bottom: 0;
    width: 800px;
    margin: 0 auto;
    text-align: left;
}
#header {
    background: #a30;
    padding: 10px;
    padding-top: 5px;
    margin: 0;
}
#container {
    background: white;
}
#navigation {
    background: black;
    color: white;
    text-align: right;
    padding: 5px;
}
#navigation a {
    color: white;
    text-decoration: none;
}
#navigation a:hover {
    text-decoration: underline;
}
#content {
    line-height: 1.7em;
    padding: 10px;
}
#sidebar {
    float: right;
    background: #fea;
    width: 200px;
    padding: 10px;
    margin-left: 30px;
    margin-top: 30px;
}
#footer {
    margin: 0;
    padding: 5px;
    background: black;
    color: white;
    clear: both;
}
/********************************************/


#header h1 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: white;
    letter-spacing: 3px;
}
p {
    text-align: justify;
    padding-top: 0;
    margin-top: 0;
}
.linespacer {
    clear: left;
    margin-left: 100px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    width: 300px;
}

/* ugh, magic... */
#same_height_clearer {
    margin-top: 30px;
}
#content_heading {
    font-size: 60px;
    color: #e0e0e0;
    margin-top: 20px;
}
#content h1 {
    font-size: 16px;
    margin-bottom: 10px;

}
h1.sidebar {
    display: none;
    color: black;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
}
     
h2 { 
    color: #810;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
h2 + p {
    padding-top: 0;
    margin-top: 0;
}

pre.literal-block {
    background: #f0f0f0;;
    margin-left: 20px;
    border: 1px solid #e0e0e0;
    padding: 5px;
    font-family: "Bitstream Vera Sans Mono", "Andale Mono", "Lucida Console", fixed;
}

#content a, #content a:visited, #content a:active {
    color: #a30;
    text-decoration: none;
    border-bottom: 1px dotted #a30;
}
#content a:hover {
    border-bottom: 1px solid #a30;
}

a[href^="http://"] {
    background: url('/static/images/extlink.gif') left center no-repeat;
    padding-left: 16px;
}
#content a.image, #content a.image:visited {
    background: none;
    padding: 0;
    border: none;
}
#footer a, #footer a:visited, #footer a:hover {
    text-decoration: none;
    background: none;
    padding: 0;
    border: none;
    color: white;
}
#footer a:hover {
    text-decoration: underline;
}

