body {
    margin: 0;
    background: #e7e7e7;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 0.85em;
}

#banner a, #main a, #mainnav :link, #mainnav :visited {
    color: #2382ff;
}

#main a:hover, #metanav a:hover {
    background-color: white;
    color: #103d77;
}

/*
.active a:hover {
    color: #2382ff !important;
}
*/

h1 {
    font-size: 2.2em;
}

h1 a.anchor {
    font-size: 1em !important;
}

h2 {
    font-size: 1.7em;
}

h1, h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
}

#banner {
    background: #011521;
}

#search {
    margin-right: 1em;
}

#metanav {
    padding: 0 0.5em 0.5em 0;
}

#metanav .first {
    color: white;
}

#mainnav {
    padding: 1em 0;
    margin: 0;
    background: #d6d6d6 url(/chrome/site/images/nav-background.png) repeat-x top left;
    border: none;
    border-top: 2px solid black;
    border-bottom: 1px solid #aaa;
}

#mainnav li a {
    padding: 1em 2em !important;
}

#mainnav :link, #mainnav :visited {
    background: #333 url(/chrome/site/images/nav-button-bg.png) repeat-x top left;
    border-right: 1px solid #ccc;
    border-bottom: none;
    border-left: 1px solid #999;
}

#mainnav .active :link, #mainnav .active :visited {
    background: #333 url(/chrome/site/images/nav-button-active-bg.png) repeat-x top left;
}

#mainnav :link:hover, #mainnav :visited:hover {
    background: #ddd;
    text-decoration: underline;
}

#mainnav .active :link:hover, #mainnav .active :visited:hover {
    background: #363e42;
    color: white;
}

#main {
    border: 1px solid #ccc;
    margin: 2em;
    background: #f3f3f3 url(/chrome/site/images/content-bg.png) repeat-x top left;
}

#content {
    padding: 1.5em;
}

#footer {
    display: none;
}

table.docutils {
    border-collapse: collapse;
    border-color: #888;
}

table.docutils td, table.docutils th {
    background: #fff;
    padding: 0.25em;
}

table.docutils th {
    background: #bbb;
}

pre, tt, code {
    font-family: monospace;
    font-size: 1.25em;
}

tt {
    background: white;
}

.block {
   display: block;
}
