/* global defaults */

    body {
        background: black;
        margin: 0;
        font-family: Arial, sans-serif;
        font-size: 12px;
    }

    img {
        border: 0;
    }

    a {
        color: #ffe361;
        text-decoration: none;
    }

    a:hover {
        color: #006696;
    }

    a.selectedCategory {
        color: white;
    }

    h1 {
        background-color: #f3f4fc;
        color: #2f2f31;
        font-size: 24px;
        margin: 0;
        padding: .5em;
        padding-bottom: .4em;
    }

    .smaller {
        font-size: 10px;
    }

    ul, ol {
        line-height: 1.8em;
        margin-top: -.5em;
    }

/* layout */

    #navleft {
        width: 68px;
        position: absolute;
        top: 0;
        left: -68px;
    }

    #navright {
        width: 68px;
        position: absolute;
        top: 0;
        right: -68px;
    }

    #navinnerwrap {
        background-image: url(images/navback.png);
        position: relative;
        width: 100%;
        height: 44px;
    }

    #navouterwrap {
        margin-top: 121px;
        position: relative;
        padding-left: 210px;
        padding-right: 110px;
        z-index: 3;
    }

    #logo {
        position: absolute;
        top: 5px;
        left: 7px;
        z-index: 2;
    }

    #contentwrap {
        background-color: white;
        margin: 16px 61px 38px 161px;
        padding: 20px;
    }

    #contentwrap a {
        color: #006696;
        font-weight: bold;
    }

    #contentwrap a:hover {
        text-decoration: underline;
    }

    #footer {
        position: relative;
        border-top: 1px solid #8c8c8c;
        background-color: #40403f;
        margin: 0;
        padding: 10px;
    }

    #footer #footerlinks {
        position: relative;
        margin: 2em 10em;
        text-align: center;
        z-index: 2;
    }

    #footer #footerlinks a {
        margin: 1em;
    }

    #copyright {
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    #poweredby {
        position: absolute;
        bottom: 11px;
        left: 10px;
    }

    #navlinks {
        position: absolute;
        top: 136px;
        left: 175px;
        z-index: 4;
        font-size: 14px;
    }

    #navlinks a {
        margin-right: 2.5em;
    }

    #name {
        position: absolute;
        top: 32px;
        left: 198px;
    }

    #extranav {
        position: absolute;
        z-index: 3;
        top: 16px;
        right: 20px;
    }

    #extranav b {
        color: #006696;
        font-size: 14px;
        margin: 1em;
    }

    #listen {
        position: absolute;
        right: -1px;
        top: 3em;
    }
