@charset "utf8";

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 10;
}

#headerBlocker {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 11;
    background-color: #000000;
    opacity: .5;
}

#header #title {
    position: absolute;
    display: inline;
    top: 7px;
    left: 55px;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}
@media only screen and (max-width: 400px) {
    #header #title {
        display: none;
    }
}

#header #title #subtitle {
    position: relative;
    display: inline;
    top: 3px;
    left: 0px;
    font-size: 15px;
    font-style: italic;
    font-weight: normal;
}

#header #icon_box {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 50px;
}

#header #icon_box span {
    font-size: 40px;
    padding: 5px;
}

#user_menu {
    position: absolute;
    top:50px;
    right: 0;
    width: 250px;
    display: none;
    z-index: 5;
}

#user_menu a {
    display: block;
    width: 100%;
}