#branding {
    min-height: 110px;
}
.main_width {
    margin: 0 auto;
    width: 90%!important;
    min-width: 960px;
    max-width: 1600px;
}
#branding,
#header_bar,
#primary_nav {
    min-width: 980px;
}
#primary_nav {
    font-size: 13px;
    padding: 0 0 0 0px;
}
#primary_nav li {
    margin: 0px 3px 0 0;
    position: relative;
}
#primary_nav a {
    color: #D1D1D1;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px -1px 0 #000000;
    border: 1px solid #252525;
    border-radius: 5px 5px 5px 5px;
    background: #212121 url(/images/nav_normal.png) repeat-x top;
    display: block;
    padding: 8px 15px 8px;
}
#primary_nav a:hover,
#primary_nav a.menu_active {
    background: #212121 url(/images/nav_hover.png) repeat-x top;
    color: #fff;
}
#primary_nav li.active>a:first-child {
    background: #212121 url(/images/nav_active.png) repeat-x top;
    border: 1px solid #1690bd;
    text-shadow: 0 1px 0 #0C485F;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    text-shadow: none;
}
.ipsList_inline>li {
    display: inline-block;
    margin: 0 3px;
}
.ipsList_inline>li:first-child {
    margin-left: 0;
}
.ipsList_inline>li:last-child {
    margin-right: 0;
}
.ipsList_inline.ipsList_reset>li:first-child {
    margin-left: 3px;
}
.ipsList_inline.ipsList_reset>li:last-child {
    margin-right: 3px;
}
.ipsList_inline.ipsList_nowrap {
    white-space: nowrap;
}
#community_app_menu .submenu_container li,
#more_apps_menucontent.submenu_container li {
    width: 260px;
}
.left {
    float: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#secondary_navigation {
    border-top: 1px solid #212121;
    background: #191919;
    margin-top: 12px;
    padding: 12px 40px;
    border-bottom: 1px solid #212121;
    color: #777;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}
#community_app_menu .submenu_container li,
#more_apps_menucontent.submenu_container li {
    width: 260px;
}
.ipsPad {
    padding: 9px;
}
.ipsPad_double {
    padding: 9px 19px;
}
.ipsBox_withphoto {
    margin-left: 65px;
}
.ipsBox_container {
    background: #191919;
    border: 1px solid #303030;
}
.ipsBox_notice {
    padding: 10px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.ipsBox_container .ipsBox_notice {
    margin: -10px -10px 10px -10px;
}
.ipsPad_half {
    padding: 4px!important;
}
.ipsPad_left {
    padding-left: 9px;
}
.ipsPad_top {
    padding-top: 9px;
}
.ipsPad_top_slimmer {
    padding-top: 7px;
}
.ipsPad_top_half {
    padding-top: 4px;
}
.ipsPad_top_bottom {
    padding-top: 9px;
    padding-bottom: 9px;
}
.ipsPad_top_bottom_half {
    padding-top: 4px;
    padding-bottom: 4px;
}
.ipsBlendLinks_target .ipsBlendLinks_here {
    opacity: 0.5;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
.ipsBlendLinks_target:hover .ipsBlendLinks_here {
    opacity: 1;
}
.boxShadow {
    -webkit-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
    -moz-box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
    box-shadow: rgba(0, 0, 0, 0.58) 0px 12px 25px;
}
#navbar {
    margin: 0;
    padding: 0;
    height: 1em;
}
#navbar li {
    list-style: none;
    float: left;
}
#navbar li a {
    display: block;
    text-decoration: none;
}
#navbar li ul {
    display: none;
}
#navbar li:hover ul {
    white-space: nowrap;
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}
#navbar li:hover li {
    float: none;
}
body,
ul {
    margin: 0;
    padding: 0;
    font-family: helvetica, arial, sans-serif;
}
body {
    background-image: url("https://i.imgur.com/zmRrOtd.jpg");
}
#primary_nav {
    margin-top: 3px;
    padding-top: 4px;
}
.nav_sep {
    margin: 0 5px 0 0;
}
.nav_sepfirst {
    margin-right: 3px;
}
html {
    overflow: -moz-scrollbars-vertical;
    overflow: scroll;
    overflow-y: scroll;
}