html, body {
    font-family: sans-serif;
    background-color: #aab;
    margin: 0;
    height: 100%;
    font-size: 0.94em;
}

p {
    line-height: 1.4em;
}

.wrap {
    position: relative;
    width: 750px;
    margin: 0 auto;
    background-color: #fff;
    min-height: 100%;
    border-width: 0 1px;
    border-style: solid;
    border-color: #779;
}

.pad {
    padding: 1em 4em;
}

.header {
    border-bottom: 1px solid #333;
    position: relative;
    width: 100%;
    height: 124px;
    font-size: smaller;
}

.navtop {
    margin: 0.6em 0 1.2em 0;
}

.navbottom {
    margin: 1em 0 0.6em 0;
}

.previous {
    font-size: smaller;
    float: left;
}

.next {
    font-size: smaller;
    float: right;
}

.toplinks {
    float: right;
    text-align: right;
}

.byline {
    float: right;
    text-align: right;
    position: absolute;
    bottom: 0.4em;
    right: 0;
    line-height: 1.35em;
}

.date {
    font-size: smaller;
    color: #999;
    padding: 0;
    margin: 0;
}

img.logo {
    border: 0;
    margin: 0;
    padding: 0;
}

.feedicon {
    float: right;
}

a {
    text-decoration: none;
    color: #36c;
}

a:hover {
    background-color: #eef;
    text-decoration: underline;
}

a:active {
    background-color: #eef;
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

pre {
    border: 1px solid #acf;
    background-color: #eef;
    padding: 0.5em;
    overflow: auto;
    line-height: 1.2em;
}

p code {
    font-weight: bold;
}

ul.toc {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

ul.toc li {
    line-height: 1.75em;
}

