body {
    background: #1A1B1B;
    font-family: "Helvetica Neue", Helvetica, Calibri,
        "Lucida Sans Unicode", sans-serif;
    color: white;
    margin: 0;
}

#container {
    margin: 2em 6em;
}

#title {
    background: #454C4C;
    padding: 0.6em;
    margin-bottom: 2em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#title h1 {
    font-weight: normal;
    font-size: 180%;
    margin: 0;
}

abbr {
    text-transform: lowercase;
    font-variant: small-caps;
}

div#streams p.off {
    font-size: 120%;
    color: #FFF;
    text-align: center;
    margin-top: 4em;
}

div#streams h2 {
    font-size: 150%;
    font-weight: normal;
}

ul.stream_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.stream_list li.stream {
    margin-bottom: 1.5em;
    padding: 0.5em;
    background: #1F2727;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

li.stream h3 {
    font-size: 120%;
    font-weight: normal;
    margin: 0 0 4px 0;
}

li.stream p {
    margin: 0;
    color: #DDD;
    font-size: 90%;
}

li.stream a.listen {
    float: right;
    background: #90B9A9;
    color: #232323;
    text-decoration: none;
    padding: 3px 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

li.stream a.listen:hover {
    background: #2B4D3D;
    color: white;
}

#footer {
    margin-top: 7em;
    border-top: 1px solid #888;
    padding-top: 0.4em;
    color: #ACACAD;
    font-size: 80%;
}

#footer a {
    color: #EEE;
}

#footer .part {
    font-style: normal;
    float: left;
    margin: 0 2em 0 0;
}

#footer .admin {
    float: right;
    margin-right: 0;
    margin-left: 2em;
    text-align: right;
}

#footer br.clear {
    clear: left;
}

