.container {
    width: 40em;
    margin: 0 auto;
}

#footer {
    margin-top: 2em;
    font-size: 8pt;
    color: #777;
    font-family: sans-serif;
    clear: both;
}

#footer a {
    color: #777;
    text-decoration: none;
}

#footer a:hover {
    color: #00f;
    text-decoration: underline;
}

.codehilite pre {
    padding: .25em .75em;
    line-height: 1.75em;
}

#header {
    position: relative;
    margin: 2em 0 2em;
}

#header h1 {
    font-size: 36pt;
    letter-spacing: .05em;
    padding: 0;
}

#navigation {
    list-style-type: none;
    position: absolute;
    right: 0;
    bottom: 0;
}

#navigation li {
    display: inline;
    margin: 0 5px;
    padding: 0;
    padding-bottom: 2px;
}

#navigation li:hover {
    border-bottom: 3px solid #f60;
}

#navigation .active{
    border-bottom: 3px solid #c30;
}

#header a {
    text-decoration: none;
    color: inherit;
}

.separator {
    color: #830;
    margin: 2em;
}

.details {
    color: #777;
    font-style: italic;
    position: relative;
    margin-top: 1em;
}

.details .right {
    position: absolute;
    right: 0;
}

.details .right a {
    padding-left: .25em;
}

.details a {
    font-style: normal;
}

.center { 
    text-align: center;
}

p.update {
    padding: 1em;
    background-color: #ffc;
}

ul.tag-list {
    float: left;
    width: 40%;
    margin-bottom: 1em;
}

