#header {
    position: relative;
    z-index: 1;
}

#headerbar {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    height: 20px;
}

#headerstatus {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

#headernews {
    background-color: #0a0e14;
    box-shadow:
        0px 1px #cbf7ed,
        0px 2px #000;
    width: 100%;
    font-family: Heading;
    font-size: 16px;
    letter-spacing: -4px;
}

#headernews p {
    display: inline;
    position: relative;
    top: -2px;
}

#knob {
    position: relative;
    left: 0;
    top: 4px;
}
