/* TOP BAR - BLACK BAR ON TOP OF EACH PAGE */

#topbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    color: #FFF;
    padding: 6px;
    background-color: #000;
    height: 20px;
    z-index:99;
}

#topbar a {
    color: #FFF;
    text-decoration: none;
}

#topbar img {
    padding: 0 4px 0;
}

#topbar a:hover {
    color: #ADA;
}

div.left {
    left: 0px;
    float: left;
}

div.center {
    max-width: 480px;
    margin: 0 10px 0;
}

div.right {
    right: 0px;
    float: right;
}

*.smalltext {
    font-size: 0.8em;
}
