#stickymenu {
    position:fixed;
    z-index:999;  
    top: 0;
    width:100%;
}


.messagefish { 
    padding-right:10px;

}
.inputbox {
    margin-top:5px;

}
@media screen and (max-width: 500px) {
    #splitline {
        display: none;  
    }

    .forum-descriptions
    {
        display: none !important;
    }
    .vtprofilepanel {
        display: none !important;
    }


}

#mobileshow { display: none;}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {  
    #mobileshow {display: inline;}

}


.navbar-toggle {
    float:left !important;
}


.menubar {
    margin-top:13px;
}


.menubar ul a:visited {
    color: #fff !important;
    text-decoration: none !important;
}

.menubar ul a:link {
    color: #fff !important;
    text-decoration: none !important;
}

body{
    padding-top:0px !important;
    margin:0; 
}
.toptable{
    padding: 0px !important;
    /*    background: url('//forums.rlfans.com/images/fphead.jpg') repeat-x;*/
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
    background-size: 100% 100%;
    color: #fff;
    width:100%;
    height: 60px !important;
/*    background-color: #45719D !important;*/
    background-color: #45719D !important;
}

.rlnavbar {
    padding: 0px !important;
    color: #fff;
    height: 53px !important;
}
.nav { 


}
.rlmenuitem{
    padding-top:5px;
}
.rlmenutextitem{
}
.forumdetails{
    margin:0px !important;

}

#menufix {
    margin-right:200px;
}


.menubar ul {  font-size: 14px;   margin: 0; padding: 0; text-decoration:none; color:#fff; list-style: none; background: url('/images/backmenu.jpg') ;background-size:100% 100%; }
.menubar ul li { font-size:12px;  display: block;   position: relative;   float: left; text-decoration: none; }
.menubar li ul { display: none; }
.menubar ul li a {   display: block;   text-decoration: none;   color: #ffffff;  font-size: 16px;     margin-left: 1px;   white-space: nowrap; line-height: 1.42857143; }
.menubar ul li a:hover {   display: block; z-index:1;   }
.menubar li:hover ul {   display: block;   position: absolute;   }
.menubar li:hover li {   float: none;   font-size: 11px; }
.menubar li:hover a { display: block;  }
.menubar li:hover li a:hover { background: #95A9B1; }
.vtroundedpsm {
    border-radius: 100%;
    height: 55px;
    width: 55px;
    box-shadow: 5px #888888;
    margin-top:-8px;
}
