html, body {
    height: 100%;
    margin: 0;
    min-height: 500px;
    padding: 0;
}
body {
    background-color: #111;
    color: #DDD;
    font-family: Verdana;
    font-size: 100%;
    height: auto;
    min-height: 100%;
    position: relative;
}
body:after { /* clearfix */
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
h1, h2, h3 {
    font-family: Georgia;
    font-style: italic;
    margin: 0;
    padding: 0;
}
ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
a:link, a:visited, a:focus, a:hover, a:active {
    border-bottom: 1px solid #111;
    color: #C09;
    text-decoration: none;
}
a:focus, a:hover, a:active {
    border-bottom: 1px solid #F09;
    color: #C09;
}

/* === header === */
header h1 {
    font-size: 3em;
    margin: 0 0 0.2em 0.5em;
}
/* === /end header === */

/* === nav === */
nav {
    float: right;
}
nav ol ol {
    margin: 0 0 0 1em;
}
nav li {
    margin:1em 0 0;
}
nav li li {
    font-size: 0.9em;
    margin: 0.1em 0 0;
}
nav a.album {
    color: #DDD;
    border-bottom: 0 none;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
}
nav time {
    color: #999;
    font-size: 0.8em;
    padding: 0 0 0 0.4em;
}
nav time:before {
    content: "(";
}
nav time:after {
    content: ")";
}
/*nav a:link, nav a:visited, nav a:focus, nav a:hover, nav a:active {

}
nav a:focus, nav a:hover, nav a:active {
    
}*/
/* === /end nav === */

/* === main === */
#main {
    float: left;
    margin: 1em 1em 0;
    padding-bottom: 5em;
}
h2 {
    border-bottom: 2px solid;
    font-size: 1.6em;
    font-variant: small-caps;
    margin: 0 0 1em;
    padding: 0 0.5em 0 0;
    text-align: right;
    word-spacing: 0.2em;
}
h3 {
    color: #C09;
    font-size: 1.35em;
    margin: 0 0 1em -1em;
}
#main li li {
    border-bottom: 1px solid #666;
    line-height: 1.5em;
    margin: 0 0 1em;
    padding: 0 0 1em 1em;
}
#main li li:last-of-type {
    border-bottom: 0 none;
    margin-bottom: 3em;
}
pre {
    color: #CCC;
    font-family: Verdana;
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 0;
    white-space: pre-line;
}
/* === /end main === */

/* === footer === */
footer {
    border-top: 1px solid #666;
    bottom: 0;
/*    clear: both;*/
/*    float: left;*/
    left: 0;
    margin: 0 1%;
    position: absolute;
    text-align: center;
    width: 98%;
}
footer p {
    color: #666;
    font-size: 0.8em;
    margin: 1em 0 0.5em;
    padding: 0;
}
/* === /end footer === */

/* === title === */
nav a.album:before, h3:before {
    content: "\201C";
}
nav a.album:after, h3:after {
    content: "\201D";
}
nav li:last-of-type a.album:before, nav li:last-of-type a.album:after {
    content: "";
}
h3:before, h3:after, h3 {
    text-shadow: 1px 0px 0px #333;
}