html {
    border-top: 10px solid #DEDCC7;
}

body {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 10px;
}

h1 {
    font-size: 3em;
    line-height: 50px;
    font-weight: 300;
    letter-spacing: 0.8px;
    text-align: right;
}

h1 a {
    color: #333;
}

h1 a:hover {
    background-color: transparent;
}

h1 a span.punctuation {
    color: #AAA;
}

#navigation ul {
    border-bottom: 1px solid #888;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 25px;
}

#navigation li {
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 1.5em;
    line-height: 25px;
}

#navigation a {
    background-color: transparent;
    color: #AAA;
}

#navigation a:hover, #navigation li.current a {
    color: #333;
}

#content {
    padding-bottom: 20px;
}
