header {
    position:relative;
}

header h1 {
    margin-bottom:20px;
    margin-top:20px;
}

header h1 a {
    display:block;
    width: 571px;
    height:119px;
    background: transparent url(/static/css/img/banner.jpg) no-repeat 0 0;
    text-indent: -200000px;
}

header nav {
    padding:0;
    margin:0;
    height:40px;
    background-color:#e80853;
}

header nav a {
    text-decoration:none;
    width: 145px;
    line-height:40px;
    display:block;
    float:left;
    display: inline;
    border-right:1px solid white;
    background: #e20023;
    text-align:center;
    color:white !important;
    font: 14px/40px Arial, sans-serif;
    font-weight:bold;
}

header nav a#nav-home {
    width:54px;
}

header nav a em {
    background-color: white;
    padding: 1px 2px;
    font-weight: bold;
    font-style: normal;
    color: #EF0E59;
}

.borderradius header nav a em {
    border-radius:3px;
}

header nav a#nav-home span {
    display:block;
    width:54px;
    height:40px;
    background: transparent url(/static/css/img/home-icon.png) no-repeat 50% 50%;
}

header nav a.last {
    border:none;
    width: 155px;
}

header nav a:hover,
header nav a.selected,
header nav a.ancestor,
header nav a:active {
    background: #ce0020;
}

.link-list {
 margin-left:0;
}
.link-list li {
    display:inline;
    padding:0;
}

#social-links {
    position:absolute;
    right:0;
    top:20px;
    text-align:right;
}

#social-links a {
    text-indent: -200000px;
    display:block;
    width:19px;
    height:19px;
    float:left;
    margin-right: 4px;
    background: transparent url(/static/css/img/header-social.png) no-repeat 0 0;
}
#social-links .last a {margin-right:0}

#social-links a#h-rss { background-position: 0 0; }
#social-links a#h-fb { background-position:  -19px 0; }
#social-links a#h-yt { background-position:  -38px 0; }
#social-links a#h-t { background-position:  -57px 0; }
#social-links a#h-wd { background-position:  -76px 0; }
#social-links a#h-i {
    background: transparent url(/static/css/img/instagram.png) no-repeat 0 0;
}

#social-links #app-store,
#social-links #app-android {
    margin-top:4px;
    width:111px;
    height:36px;
    display:block;

    background: transparent url(/static/css/img/header-appstore.png) no-repeat 0 0;
    clear:both;
}

#social-links #app-android {
    background: transparent url(/static/css/img/header-play.png) no-repeat 0 0;
}

#meta-links {
    position:absolute;
    right:170px;
    height:1em;
    line-height:1em;
    top: 21px;
}
#meta-links li {
    border-right: 1px solid black;
    padding-right: 8px;
    padding-left: 3px;
}
#meta-links li.last {border:none}

