/**
 * Landing page header css file
 * @author Šimon Rozsíval
 * @copyright Rozečti.se 2013
 */
 
#header {
    background: #282828;
    color: #fff;
    height: 53px;
    line-height: 53px;
}

#header h1 {
    color: transparent;
    text-indent: -999px;
    display: inline-block;
    background: url('../../img/logo-rozectise.png') no-repeat;
    width: 118px;
    height: 29px;
    margin: 14px 0 8px 0;
}

.legentas #header h1 {
    background: url('../../img/logo-legentas.png') no-repeat;
    width: 118px;
    height: 29px;
    margin: 17px 0 8px 0;
}

.legentas #header .beta {
    margin-top: -10px;
    /* margin-left: 5px; */
    position: absolute;
    font-weight: bold;
    font-size: 8pt;
}

#header ul {
    margin-left: 0;
}

#header ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 53px;
}

#header ul li a {
    display: inline-block;
    height: 100%;
    padding: 0 12px;
    color: #999;
}

#header ul li a:hover {
    text-decoration: none;
    color: #fff;
}

#header nav ul li a.active {
    background: url('../../img/homepage/nav-active.png') center bottom no-repeat;
    color: #fff;
}

#header ul li a.registration {
    padding: 0 6px;
    background: #2492c3;
    color: #fff;
    height: 23px;
    line-height: 23px;
    margin: 15px;
    border-radius: 3px;
}