html {
    background-color: black;
    color: #EEE;
}
body {
    background-color: black;
    color: #EEE;
}

#container {
    width: 1080px;
    margin: auto; 
}

#side {
    width: 340px;
    padding-right: 20px;
    float: left;
}

#side .teaser {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #111;
    border-top: 1px solid #111;
}

#side a,
#side a:active,
#side a:visited {
    color: #EEE;
    text-decoration: none;
    display: inline-block;
}

#side .teaser:first-child {
    border-top: none;
}

#side .teaser:last-child {
    border-bottom: none;
}

#side .teaser:has(a:hover),
#side .teaser:has(a.active) {
    background-color: #111;
}

#main {
    width: 700px;
    float: left;
    margin-bottom: 5em;
}
#main p {
    line-height: 1.65em;
    color: #CCC;
    text-align: justify;
}

#header h1 {
    display: block;
    font-weight: bold;
    font-size: 2em;
    line-height: 1em;
    margin: 1em 0 1em 0;
}

#header h1 {
    border-bottom: 1px solid #222;
}

#header h1 a,
#header h1 a:active,
#header h1 a:visited {
    text-decoration: none;
}

#header h1 span.strong {
    color: #DDD;
}
#header h1 span.medium {
    color: #555;
}
#header h1 span.weak {
    color: #222;
}

#footer {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #111;
}

#footer p {
    text-align: right;
    color: #555;
    margin-top: .25em;
}