@font-face {
    font-family: Champagne;
    src: url('/includes/fonts/Champagne_Limousines.ttf'),
         url('/includes/fonts/Champagne_Limousines.eot'); /* IE9 */
}
#sitebar {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 59px;
    padding: 0px;
    box-shadow: -2px 2px 3px 0px #0d0d0e;
    background-image: url('/images/header/bg.png');
    background-color: #7b0303;
    font-family: Champagne, Verdana, Arial, Helvetica, sans-serif;
    font-size: 27px;
    color: #ffffff;
    text-align: left;
    vertical-align: top;
    text-shadow: 2px 2px 2px #000000;
}
#network {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    width: 1000px;
    height: 11px;
    line-height: 10px;
    padding: 2px 3px 3px 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}
#network a {
    text-decoration: none;
    color: inherit;
}
#navigation {
    position: relative;
    width: 1000px;
    height: 37px;
    margin-left: auto;
    margin-right: auto;
}
#menu-container a:link, #menu-container a:visited {
    color: #cedae5;
    text-decoration: none;
}
#menu-container a:hover, #menu-container a:active {
    color: #ffffff;
    text-decoration: none;
}
#search-link {
    height: 24px;
    margin-top: -4px;
    vertical-align: middle;
}
.navlink {
    display: inline-block;
    height: 43px;
    line-height: 40px;
    margin-right: -7px;
    padding: 0px 26px;
    color: inherit !important;
    text-align: center;
    text-decoration: none;
    border-left: 1px solid #690908;
    vertical-align: top;
}
.navlink:hover, .navlink.hovered {
    background-color: #8d1515;
    text-decoration: none;
}
.navlink.nohover:hover, .navlink.nohover.hovered {
    background-color: transparent;
    text-decoration: none;
}
.unread {
    background-image: url('/images/header/pm.png');
    background-repeat: no-repeat;
    background-position: top 5px right 5px;
}
#menu-container {
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    text-align: left;
}
#menus {
    position: relative;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1000px;
    z-index: 9998;
}
.navmenu {
    position: absolute;
    top: 57px;
    z-index: 9997;
    padding: 10px;
    display: none;
    background-color: rgba(140, 0, 0, 0.9);
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-shadow: 2px 2px 2px #000000;
    border-radius: 0px 0px 5px 5px;
}
.navmenu a {
    text-decoration: none;
}
#menu-vgfacts-content {
    left: 0px;
}
#menu-trivia-content {
    left: 210px;
}
#menu-tags-content {
    left: 312px;
    width: 270px;
}
#menu-videos-content {
    left: 413px;
}
#menu-about-content {
    left: 645px;
}
#menu-account-content {
    right: 99px;
    width: 350px;
}
#menu-search-content {
    right: 0px;
    width: 250px;
}
#vgf_footer-container {
    float: none;
    clear: both;
    font-size: 100%;
    line-height: 1.2;
    background-image: url('/images/footer/footer.png'), url('/images/footer/footer-wrap.png');
    background-repeat: no-repeat, repeat-x;
    background-position: center;
}
#vgf_footer {
    width: 950px;
    height: 370px;
    position: relative;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 11px;
    text-align: left;
}
#vgf_footer a {
    color: #ffffff;
    text-decoration: none;
}
#vgf_footer li {
    height: 13px;
}
.disabledNav {
    color: #737373;
}
.footer-title {
    font-size: 33px;
    font-family: Champagne, Verdana, Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 2px #000000;
}
.formElement {
    border-radius: 10px;
    padding: 3px;
    outline: none;
}
.pageJump {
    font-family: Champagne, Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    border-radius: 10px;
    padding: 0px;
    outline: none;
}
.pageNav {
    font-family: Champagne, Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 24px;
}

/* Extras for Larger Screens */
@media screen and (min-width: 750px) {
    #sitebar, #menus {
        position: fixed;
    }
}
