body {
    background: #000000 url(/assets/images/background.jpg) no-repeat 50% 0 fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #bcbcbc;
    font: normal 11px tahoma,helvetica,arial,sans-serif;
    position: relative;
    padding-bottom: 6px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background: #171717;
    background: rgba(21,21,21,0.96);
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    min-width: 155px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.dropdown-content a {
    padding: 3px 10px;
    color: #a5a5a5;
    display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #ddd;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
   display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
   background-color: #3e8e41;
}
.submenu_container {
    display: none;
    background: #171717;
    background: rgba(21,21,21,0.96);
    font-size: 13px;
    text-transform: uppercase;
    border: 0;
    min-width: 140px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.submenu_container a {
    padding: 8px 10px;
    color: #a5a5a5;
}
.passprotect{
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid red;
   padding:10px
}
@media (min-width: 979px){
    body {
        padding-top: 1px;
   }
}
#gTop {
    float: right;
}
#Copyright {
    float: left;
}
.Some1 {
    padding-top: 11px;
    padding-bottom: 13px;
}
.Some2 {
    border-bottom: 7px solid transparent;
    padding-top: 22px;
    padding-right: -10px;
    padding-bottom: 13px;
}
/** Login Page **/
#login {
    padding-top: 40px;
    padding-bottom: 40px;
}
#login .form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#login .form-signin .form-signin-heading, #login .form-signin .checkbox {
    margin-bottom: 10px;
}
#login .form-signin input[type="text"], #login .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}
.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}
.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #000;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
/** Global **/
#content {
    margin-left:0px;
}
.hide-sidebar, .show-sidebar {
    cursor: pointer;
}
.padd-bottom {
    margin-bottom: 5px;
}
.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}
div.background {
    background: url(/assets/images/bk.jpg) repeat;
    border: 2px solid black;
}
div.transbox {
    margin: 30px;
    background-color: #ffffff;
    border: 1px solid black;
    opacity: 0.6;
    filter: alpha(opacity=60);
   /* For IE8 and earlier */
}
div.transbox p {
    margin: 5%;
    font-weight: bold;
    color: #000000;
}
.block-content {
    margin: 1em;
    min-height: .25em;
}
.block-header {
    margin-bottom: 0px;
    border-right: none;
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.block-header div {
    padding-top: 10px;
}
.easyPieChart {
    margin: 0px auto;
}
.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}
/** Side Bar **/
.bs-docs-sidenav {
    max-width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
    display: block;
    width: 190px \9;
    margin: 0 0 -1px;
    padding: 8px 14px;
    border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
    position: relative;
    z-index: 2;
    padding: 9px 15px;
    border: 0;
    text-shadow: 0 1px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
    float: right;
    margin-top: 2px;
    margin-right: -6px;
    opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
    background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
    opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right, .bs-docs-sidenav .active a:hover .icon-chevron-right {
    opacity: 1;
}
.bs-docs-sidenav.affix {
    top: 40px;
}
.bs-docs-sidenav.affix-bottom {
    position: absolute;
    top: auto;
    bottom: 270px;
}
/* Icons ------------------------- */
.the-icons {
    margin-left: 0;
    list-style: none;
}
.the-icons li {
    float: left;
    width: 25%;
    line-height: 25px;
}
.the-icons i:hover {
    background-color: rgba(255,0,0,.25);
}
.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}
/* ================================================================================ ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + eXtreme Stunt World - V2 - by [XSW]RullZ_ & [XSW]Edward + + Copyright - November 2014 - All Rights Reserved! + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>< ================================================================================*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
}
/******************************************************************************/
/******************************************************************************/
a:hover {
    text-decoration: none;
}
a img {
    border: 0;
}
/******************************************************************************/
input, textarea, select {
    font-size: 12px;
    font-family: arial, sans-serif;
}
textarea {
    overflow: auto;
}
/******************************************************************************/
.cl {
    display: block;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
    clear: both;
}
.notext {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
.left, .alignleft {
    float: left;
    display: inline;
}
.right, .alignright {
    float: right;
    display: inline;
}
.wrapper {
    margin: 0 auto;
    width: 1150px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}
.shell {
    color: #575757;
    padding: 10px 0 10px;
    width: 1000;
    margin: 0 auto;
    background-position:10px center;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid #000;
   padding-left:10px;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
}
.bella {
    width:100%;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
   border-bottom:1px solid #252525;
}
.bella td {
    border-left:1px solid #252525;
    border-top:1px solid #252525;
    padding:5px;
   text-align:left;
    background:url(/assets/images/black-box.png);
}
.bella th {
    background:url(/assets/images/black-bar.png) -10px;
    padding:7px;
    text-align:left;
}
.bella td:first-child,.top th:first-child {
    border-left:none;
}
.bella th:first-child {
    -moz-border-radius:6px 0 0 0;
    -webkit-border-radius:6px 0 0 0;
    border-radius:6px 0 0 0;
}
.bella th:last-child {
    -moz-border-radius:0 6px 0 0;
    -webkit-border-radius:0 6px 0 0;
    border-radius:0 6px 0 0;
}
.bella th:only-child {
    -moz-border-radius:6px 6px 0 0;
    -webkit-border-radius:6px 6px 0 0;
    border-radius:6px 6px 0 0;
}
.bella tr:last-child td:first-child {
    -moz-border-radius:0 0 0 6px;
    -webkit-border-radius:0 0 0 6px;
    border-radius:0 0 0 6px;
}
.bella tr:last-child td:last-child {
    -moz-border-radius:0 0 6px 0;
    -webkit-border-radius:0 0 6px 0;
    border-radius:0 0 6px 0;
}
.form_field {
    padding: 5px 10px;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #CCC;
    background: #333;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}
.form_field:focus {
    outline:0;
}
.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#575757),color-stop(1,#383838));
    background: -moz-linear-gradient(center top,#575757 5%,#383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#575757",endColorstr="#383838");
    background-color: #575757;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0px;
    border: 1px solid #474747;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}
.button:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#383838),color-stop(1,#575757));
    background: -moz-linear-gradient(center top,#383838 5%,#575757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#383838",endColorstr="#575757");
    background-color: #383838;
}
.button:focus {
    outline:0;
}
.textbox {
    padding: 5px 10px;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #CCC;
    background: #333;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}
.textbox:hover {
    background: #252525;
    color: #CCC;
    outline: 0;
}
.textbox:focus {
    outline: 0;
    background: #252525;
    color: #CCC;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.green-box {
    background: url(/assets/images/green-box.png) repeat;
    background-position: 10px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #060;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    color: #bcbcbc;
    font: normal 12px tahoma,helvetica,arial,sans-serif;
}
.warn-box {
    background: url(/assets/images/warn.png) no-repeat,url(/assets/images/orange-box.png) repeat;
    background-position: 10px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid orange;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.s-box {
    background: url(/assets/images/checked.png) no-repeat,url(/assets/images/green-box.png) repeat;
    background-position: 10px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #060;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.orange-box2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid orange;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
   /* Android & iPhone Specific */
}
.orange-box {
    background: url("/assets/images/orange-box.png") repeat;
    background-position: 10px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid orange;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
hr {
    border: 0;
    border-bottom: 1px dashed #666;
    display: block;
}
.green-box-max {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1EE000;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.green-box-max2 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #05C81F;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.blue-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #09C;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.panel-box {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #FF0000;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.error-box {
    background: url(/assets/images/error.png) no-repeat,url(/assets/images/red-box.png) repeat;
    background-position: 10px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid red;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}
.comment {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid #333;
}
.blue-box-info {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background: url("/assets/images/info.png") 10px 50% no-repeat;
    background-position: 10px 50%;
    border-radius: 3px;
    border: 1px solid rgb(0, 153, 204);
}
.white-box-info {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding-left: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background: url("/assets/images/whiteinfo.png") 10px 50% no-repeat;
    background-position: 10px 50%;
    border-radius: 3px;
    border: 1px solid rgb(255, 255, 255);
}
.buy-item {
    -moz-box-shadow: inset 0px 1px 0px 0px #d4a113;
    -webkit-box-shadow: inset 0px 1px 0px 0px #d4a113;
    box-shadow: inset 0px 1px 0px 0px #d4a113;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ffb121),color-stop(1,#ff9100));
    background: -moz-linear-gradient(center top,#ffb121 5%,#ff9100 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb121',endColorstr='#ff9100');
    background-color: #ffb121;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0px;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #2e2e2e;
}
/* check mobile for font set */
@media only screen and (max-device-width: 480px) {
    .green-box {
        font-size:200%;
   }
    .warn-box {
        font-size:200%;
   }
    .s-box {
        font-size:200%;
   }
    .orange-box {
        font-size:200%;
   }
    .green-box-max {
        font-size:200%;
   }
    .blue-box {
        font-size:200%;
   }
    .panel-box {
        font-size:200%;
   }
    .error-box {
        font-size:200%;
   }
    .comment {
        font-size:200%;
   }
    .blue-box-info {
        font-size:200%;
   }
    .white-box-info {
        font-size:200%;
   }
    .buy-item {
        font-size:200%;
   }
}
.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#575757),color-stop(1,#383838));
    background: -moz-linear-gradient(center top,#575757 5%,#383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#575757",endColorstr="#383838");
    background-color: #575757;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0px;
    border: 1px solid #474747;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}
.button:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#383838),color-stop(1,#575757));
    background: -moz-linear-gradient(center top,#383838 5%,#575757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#383838",endColorstr="#575757");
    background-color: #383838;
}
.textbox:hover {
    background: #252525;
    color: #CCC;
}
.textbox:focus {
    background: #252525;
    color: #CCC;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    outline: 0;
}
.mtab {
    border-collapse: collapse;
    width: 100%;
}
.mtab tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.mtab tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.bella th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}
table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.tftable {
   color:#bcbcbc;
   width:100%;
   border-width: 5px;
   border-color: #252525;
   border-collapse: collapse;
}
.tftable th {
   background: url(/assets/images/black-bar.png) -10px;
   border-width: 1px;
   padding: 8px;
    text-align: left;
    line-height: 120%;
}
.tftable tr {
   background-color:#252525;
   opacity: 0.97;
   background: transparent;
}
.tftable td {
   border-width: 1px;
   padding: 8px;
   border-style: solid;
   border-color: #252525;
}
.tftable tr:hover {
   background-color:#252525;
   border-radius: 6px;
}
/******************************************************************************/
.info{
   background-position:10px center;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid #09C;
   padding-left:52px;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
}
.success{
   background-position:10px center;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid #060;
   padding-left:52px;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
}
.important{
   background-position:10px center;
   -webkit-border-radius:3px;
   -moz-border-radius:3px;
   border-radius:3px;
   border:1px solid red;
   padding-left:52px;
   padding-top:10px;
   padding-bottom:10px;
   padding-right:10px;
}
.info_box_img{
   float:left;
   margin-right:5px;
   margin-top:-1px;
}
.ex {
    background: url(/assets/images/black-box.png) repeat 0 0 rgba(21,21,21,0.84);
    box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    max-width: 1150px;
    padding-left:10px;
    padding-top:10px;
    padding-bottom:5px;
    padding-right:10px;
    width:1150px;
}
/******************************************************************************/
.socials {
    display: inline;
    float: right;
    padding-right: 4px;
}
.socials a {
    display: block;
    float: left;
    padding-right: 9px;
    width: 22px;
    height: 22px;
    text-indent: -4000px;
}
.socials a:hover {
    background-position: 0 -22px;
}
/******************************************************************************/
#top-navigation {
    color: #000;
    padding-left: 10px;
}
#top-navigation a {
    color: #818082;
}
#top-navigation a:hover {
    color: #b2b2b2;
}
#top-navigation span {
    padding: 0 6px 0 9px;
}
/******************************************************************************/
#header {
    position: relative;
    padding: 40px 0 25px 9px;
    width: 981px;
}
#logo {
    display: block;
    margin-left: auto;
    width: 1150px;
    top: 65px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
/******************************************************************************/
/*#logo {
    display: inline;
    float: left;
    width: 317px;
}
*/
#logo a {
    display: block;
    width: 500px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
#logo .slogan {
    color: #a2a2a3;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
}
/******************************************************************************/
#search {
    display: inline;
    float: right;
    margin-top: 2px;
    width: 261px;
}
#search .field {
    display: inline;
    float: left;
    background: none;
    border: 0;
    padding: 10px 14px 6px;
    width: 190px;
}
#search .field {
    font-size: 11px;
    color: #858585;
    line-height: 16px;
}
#search .submit-button {
    display: inline;
    float: right;
    background: none;
    border: 0;
    cursor: pointer;
    width: 43px;
    height: 33px;
}
/******************************************************************************/
#navigation {
    margin: 0 0 0 7px;
    padding: 2px 0 0 3px;
    width: 983px;
    height: 73px;
    background: url(/assets/images/black-bar) no-repeat 0 0;
}
#navigation ul li {
    list-style: none;
    display: inline;
    float: left;
    line-height: 60px;
    text-shadow: 1px 1px #1b3242;
    background: 
    no-repeat right 0;
}
#navigation ul li {
    font-family: 'Play', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}
#navigation ul li.first a {
    padding: 0 23px 0 26px;
}
#navigation ul li a {
    display: inline;
    float: left;
    padding: 0 22px 0 19px;
    color: #fff;
}
#navigation ul li a:hover {
    background-position: 0 0;
    text-decoration: none;
}
/******************************************************************************/
#main {
    padding-left: 4px;
}
#main-top {
    font-size: 0;
    line-height: 0;
    width: 600px;
    text-indent: -4000px;
    height: 10px;
}
/******************************************************************************/
#main-middle {
    padding: 10px 27px 0;
    width: 600px;
}
#main-right {
    padding: 10px 27px 0;
    width: 600px;
}
#main-bottom {
    font-size: 0;
    line-height: 0;
    width: 650px;
    text-indent: -4000px;
    height: 11px;
}
/******************************************************************************/
#main-right {
    margin-left:auto;
    margin-right:auto;
    width:233px 
}
/******************************************************************************/
.style_1, .style_2 {
    display:inline;
    float:left;
    position:relative;
    margin:0 10px 
}
.style_3 {
    display:inline;
    float:right;
    position:relative;
    margin:0 10px 
}
/******************************************************************************/
.Container5 .style_1 {
    width:280px 
}
.Container5 .style_2 {
    width:620px 
}
.Container5 .style_3 {
    width:280px 
}
h2 {
    margin-bottom: 7px;
    font-family: 'Play', sans-serif;
    font-size: 26px;
    line-height: 47px;
    color: #fff;
    font-weight: normal;
    border-bottom: solid 1px #373737;
}
/******************************************************************************/
#content {
    display: inline;
    float: left;
    width: 618px;
}
.post {
    padding-bottom: 56px;
}
.post p {
    padding: 9px 0 10px;
}
.post a.learn-more {
    display: block;
    width: 98px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.post a.learn-more:hover {
    text-decoration: none;
    background-position: 0 -27px;
}
/******************************************************************************/
.games {
    padding-bottom: 32px;
}
/******************************************************************************/
.games-slider {
    margin-top: 13px;
    padding: 23px 0 0 17px;
    width: 609px;
    height: 138px;
}
.games-slider .jcarousel-container {
    position: relative;
    overflow: hidden;
    padding: 0 22px;
    width: 576px;
    height: 120px;
}
.games-slider .jcarousel-clip {
    position: relative;
    overflow: hidden;
    width: 576px;
    height: 120px;
}
.games-slider .jcarousel-clip ul li {
    position: relative;
    overflow: hidden;
    padding-left: 17px;
    width: 127px;
    height: 120px;
    font-size: 11px;
    color: #a8a8a8;
    cursor: pointer;
}
.games-slider .jcarousel-clip ul li .small-caption {
    position: absolute;
    top: 68px;
    left: 17px;
    display: none;
    font-size: 10px;
    line-height: 27px;
    width: 100%;
    text-indent: 12px;
    padding: 0;
}
.games-slider .jcarousel-clip ul li .title {
    text-align: center;
    padding: 0;
    line-height: 24px;
}
.games-slider .jcarousel-clip ul li.active .small-caption {
    display: block;
}
/******************************************************************************/
.games-nav a.prev-arrow {
    position: absolute;
    top: 68px;
    left: 14px;
    display: block;
    width: 11px;
    height: 16px;
    text-indent: -4000px;
    overflow: hidden;
}
.games-nav a.next-arrow {
    position: absolute;
    top: 68px;
    right: 14px;
    display: block;
    width: 11px;
    height: 16px;
    text-indent: -4000px;
    overflow: hidden;
}
.games-nav a:hover {
    background-position: 0 -17px;
}
/******************************************************************************/
#sidebar {
    display: inline;
    float: right;
    width: 289px;
}
.widget ul {
    padding: 5px 0 0 10px;
    list-style: square;
}
.widget li {
    color: #a8a8a8;
    line-height: 26px;
}
.widget li a {
    text-decoration: underline;
}
.widget li a:hover {
    color: #fff;
}
.widget .img-frame {
    margin-top: 8px;
    padding: 3px;
}
.widget .img-frame img {
    display: block;
}
/******************************************************************************/
.services {
    padding-bottom: 60px;
}
.contact h2 {
    margin-bottom: 16px;
}
/******************************************************************************/
#footer {
    padding-top: 11px;
}
#footer .copy {
    float: right;
    padding-right: 2px;
    color: #8e8e8e;
    line-height: 19px;
}
#footer .copy span {
    color: #000;
    padding: 0 4px;
}
#footer .copy a {
    color: #c2c3c3;
    text-decoration: underline;
}
#footer .copy a:hover {
    text-decoration: none;
}
/******************************************************************************/
#bottom-nav {
    padding-left: 8px;
    color: #000;
}
#bottom-nav span {
    padding: 0 8px 0 6px;
}
#bottom-nav a {
    color: #8e8e8e;
}
/******************************************************************************/
.flex-container a:active, .flexslider a:active {
   outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
   margin: 0;
    padding: 0;
    list-style: none;
}
/******************************************************************************/
.flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
   display: none;
}
/* Hide the slides before the JS is loaded. Avoids image jumping xD */
.flexslider .slides img {
    max-width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
/******************************************************************************/
.slides:after {
   content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
   display: block;
}
* html .slides {
   height: 1%;
}
/******************************************************************************/
.no-js .slides > li:first-child {
   display: block;
}
/******************************************************************************/
.flexslider .slides > li {
    position: relative;
    overflow: hidden;
    width: 991px;
    height: 435px;
}
.flex-container {
    zoom: 1;
    position: relative;
}
/******************************************************************************/
.flex-direction-nav li a {
   width: 52px;
    height: 52px;
    margin: -13px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
}
.flex-direction-nav li .next {
   background-position: -52px 0;
    right: -21px;
}
.flex-direction-nav li .prev {
   left: -20px;
}
.flex-direction-nav li .disabled {
   opacity: .3;
    filter:alpha(opacity=30);
    cursor: default;
}
/******************************************************************************/
.flex-control-nav {
    width: 381px;
    position: absolute;
    top: 446px;
    left: 270px;
    text-align: left;
}
.flex-control-nav li {
    list-style: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding-left: 5px;
}
.flex-control-nav li:first-child {
    margin: 0;
}
.flex-control-nav li a {
    display: inline;
    float: left;
    width: 21px;
    height: 21px;
    text-indent: -4000px;
}
.flex-control-nav li a:hover {
    background-position: 0 -21px;
}
.flex-control-nav li a.active {
    background-position: 0 -21px;
}
.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#575757),color-stop(1,#383838));
    background: -moz-linear-gradient(center top,#575757 5%,#383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#575757",endColorstr="#383838");
    background-color: #575757;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0px;
    border: 1px solid #474747;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}
.button:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#383838),color-stop(1,#575757));
    background: -moz-linear-gradient(center top,#383838 5%,#575757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#383838",endColorstr="#575757");
    background-color: #383838;
}
.button:focus {
    outline:0;
}
.textbox {
    padding: 5px 10px;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #CCC;
    background: #333;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
}
.textbox:hover {
    background: #252525;
    color: #CCC;
    outline: 0;
}
.textbox:focus {
    outline: 0;
    background: #252525;
    color: #CCC;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
}
.button {
    -moz-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    -webkit-box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    box-shadow: inset 0px 1px 0px 0px #6b6b6b;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#575757),color-stop(1,#383838));
    background: -moz-linear-gradient(center top,#575757 5%,#383838 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#575757",endColorstr="#383838");
    background-color: #575757;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    text-indent: 0px;
    border: 1px solid #474747;
    display: inline-block;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 0px #000000;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 0px;
}
.button:hover {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0.05,#383838),color-stop(1,#575757));
    background: -moz-linear-gradient(center top,#383838 5%,#575757 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#383838",endColorstr="#575757");
    background-color: #383838;
}
.textbox:hover {
    background: #252525;
    color: #CCC;
}
.textbox:focus {
    background: #252525;
    color: #CCC;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);
    outline: 0;
}
.max_LB {
    width: 25%;
    float: left;
    padding: 5px;
    background: url(/assets/images/grey-box.png);
}
.max_RB {
    width: 75%;
    float: right;
    padding: 5px;
    min-height: 320px;
    background: url(/assets/images/grey-box.png);
}
.mtab {
    border-collapse: collapse;
    width: 100%;
}
.mtab tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.mtab tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.mtab td {
    border: 1px solid #252525;
    padding: 5px;
    text-align: left;
    background: url(/assets/images/mtab-box.png);
}
.sale-box {
    background: url(/assets/images/sale.png) no-repeat,url(/assets/images/black-box.png) repeat;
    background-position: 10px center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #1EE000;
    padding-left: 62px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
}
#community_app_menu>li {
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
#community_app_menu>li>a {
    color: #a5a5a5;
    display: block;
    outline: none;
    padding: 0px 15px;
    line-height: 58px;
    height: 58px;
}
#community_app_menu>li>a>i {
    font-size: 23px;
    position: relative;
    bottom: 3px;
}
/*#community_app_menu>li:has(span) {
    margin-left: 10px;
    margin-right: 10px;
}*/
#community_app_menu>li>a>span {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translate(-50%);
}
#community_app_menu .custom i {
    padding-right: 10px;
    padding-left: 10px;
}
.ipsList_inline>li {
    display: none;
    margin: 0 3px;
}
.left {
    float: left;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
user agent stylesheet li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ol, ul {
    list-style: none;
}
user agent stylesheet ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #575757;
}
::-webkit-scrollbar-track {
    background-color: #131313;
}
::selection {
    color: #fff;
    background: #757575;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
user agent stylesheet div {
    display: block;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #575757;
}
::-webkit-scrollbar-track {
    background-color: #131313;
}
::selection {
    color: #fff;
    background: #757575;
}
a {
    color: #ebebeb;
    text-decoration: none;
}
user agent stylesheet a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none;
}
user agent stylesheet li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ol, ul {
    list-style: none;
}
user agent stylesheet ul, menu, dir {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-thumb {
    background: #575757;
}
::-webkit-scrollbar-track {
    background-color: #131313;
}
::selection {
    color: #fff;
    background: #757575;
}
.ipsType_pagetitle, .ipsType_subtitle {
    font: 300 26px/1.4 Helvetica,Arial,sans-serif;
    color: #eaeaea;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
#mainContent {
    background: rgb(15,15,15);
    background: rgba(15,15,15,0.95);
    -webkit-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
}
/************************************************************************/
/* IP.Board 3 CSS - By Rikki Tissier - (c)2011 Invision Power Services */
/* Enhanced and modified by Ehren // http://www.ipbforumskins.com */
/************************************************************************/
/* ipb_styles.css */
/************************************************************************/
/************************************************************************/
/* RESET (Thanks to YUI) */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
table {
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym {
    border:0;
}
address{
    display: inline;
}
/************************************************************************/
/* CORE ELEMENT STYLES */
input, select, textarea {
    font: normal 12px tahoma, helvetica, arial, sans-serif;
}
h3, strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
img, .input_check, .input_radio {
    vertical-align: middle;
}
legend {
    display: none;
}
table {
    width: 100%;
}
td {
    padding: 3px;
}
a:hover {
    color: #fff;
}
::-moz-selection {
    color: #fff;
    background: #757575;
}
::selection {
    color: #fff;
    background: #757575;
}
#ipbwrapper{
    padding-top: 6px;
}
#mainContent{
    background: rgb(15,15,15);
    background: rgba(15,15,15,0.95);
    -webkit-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
}
#toggle_background{
    display: none;
}
#custom_background{
    background: url("/assets/images/trans80.png") repeat;
    background: rgba(21,21,21,0.84);
    -webkit-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    margin-bottom: 6px;
}
#custom_background > div{
    padding: 10px 0 0 10px;
}
#custom_background span{
    display: block;
    float: left;
    margin: 0 10px 10px 0;
    -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    width: 210px;
    width: 23.95%;
    margin-right: 1%;
    margin-bottom: 10px;
    height: 130px;
    background-position: 50% 50%;
    background-repeat: repeat;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
#custom_background span:hover:after{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("/assets/images/selectBackground.png") no-repeat 50% 30px;
    background: rgba(255,255,255,0.1) url("/assets/images/selectBackground.png") no-repeat 50% 30px;
    content: "Use as background";
    text-shadow: rgba(0,0,0,0.4) 0px 1px 1px;
    text-align: center;
    padding-top: 89px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index: 3;
}
/************************************************************************/
/* LISTS */
.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;
}
.ipsList_withminiphoto > li {
   /*margin-bottom: 8px;
   */
    padding: 7px;
}
.ipsList_withmediumphoto > li .list_content {
    margin-left: 60px;
}
.ipsList_withminiphoto > li .list_content {
    margin-left: 44px;
}
#index_stats .ipsList_withtinyphoto .list_content, .ipsList_withtinyphoto > li .list_content {
    margin-left: 32px;
}
.list_content {
    word-wrap: break-word;
}
.ipsList_data li {
    padding: 6px;
    line-height: 1.3;
}
.ipsList_data .row_data {
    display: inline-block;
    word-wrap: break-word;
    max-width: 100%;
}
.ipsList_data .row_title, .ipsList_data .ft {
    display: inline-block;
    width: 120px;
    font-weight: bold;
    text-align: right;
    padding-right: 10px;
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
    width: 80px;
}
/************************************************************************/
/* TYPOGRAPHY */
.ipsType_pagetitle, .ipsType_subtitle {
    font: 300 26px/1.4 Helvetica, Arial, sans-serif;
    color: #eaeaea;
}
.ipsType_subtitle {
    font-size: 18px;
}
.ipsType_sectiontitle {
    font-size: 16px;
    font-weight: normal;
    color: #e0e0e0;
    padding: 5px 0;
}
.ipsType_pagedesc {
    color: #e0e0e0;
    line-height: 1.5;
}
.ipsType_pagedesc a {
    text-decoration: underline;
}
.ipsType_textblock {
    line-height: 1.7;
}
.ipsType_small {
    font-size: 11px;
}
.ipsType_smaller, .ipsType_smaller a {
    font-size: 11px !important;
}
.ipsType_smallest, .ipsType_smallest a {
    font-size: 10px !important;
}
.ipsBox_container .ipsType_pagetitle{
    margin-bottom: 6px;
}
.ipsReset {
    margin: 0px !important;
    padding: 0px !important;
}
/************************************************************************/
/* LAYOUT */
.wrapper{
    margin: 0 auto;
    width: 990px;
}
#content {
    padding: 10px;
    line-height: 120%;
}
/************************************************************************/
/* COLORS */
.row1, .post_block.row1 {
    background-color: #232323;
}
.row2, .post_block.row2 {
    background-color: #232323;
}
/*.unread {
    background-color: #f7fbfc;
}
.unread .altrow, .unread.altrow {
    background-color: #E2E9F0;
}
*/
.unread .highlight_unread{
    font-weight: bold;
}
#recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, .ipsType_sectiontitle, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, .ipsList_withmediumphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment{
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #1f1f1f;
}
.ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, .ipsType_sectiontitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type, .ipsList_withmediumphoto li:first-of-type, .category_block table tr:nth-of-type(2) td{
    border-top: 0;
}
.ipsSideMenu ul, #register_form hr, #login_form hr, .ipsSettings_section, #index_stats div[id*="statusReply"]:first-of-type{
    border-top: 1px solid #1f1f1f;
}
.articles .type-1x2x2 .article_row:last-of-type, .store_categories ul:last-of-type li:last-of-type, #idm_categories li:last-of-type a, #idm_category .idm_category_row:last-of-type, .sideVerticalList li:last-of-type, #index_stats div[id*="statusReply"].status_reply, .ipsList_withminiphoto li:last-of-type, .ipsList_withmediumphoto li:last-of-type, .member_entry:last-of-type, .ipsList_data li:last-of-type, #help_topics li:last-of-type, table.ipb_table tr:last-of-type td{
    border-bottom: 0;
}
/* primarily used for topic preview header */
.highlighted, .highlighted .altrow {
    background-color: #232323;
}
.border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body{
    background: #232323;
}
/* #idm_category .idm_category_row, .store_categories li, #idm_categories a, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table tr td{
    background-image: url("/assets/images/row_gradient.png");
    background-repeat: repeat-x;
    background-position: 0 0;
}
*/
#categories table tr:nth-of-type(2n+1) td, .category_block table tr:nth-of-type(2n+1) td, table#forum_table tr:nth-of-type(2n+1) td{
    background-color: #212121;
}
.ipsBox_container {
    border: 1px solid #2d2d2d;
}
.ipsBox {
    background: #1a1a1a;
}
.ipsBox_container.moderated {
    background: #36120e;
    border: 1px solid #4b1f1a;
}
.ipsBox_notice, .ipsBox_highlight {
    background: #222222;
    border-bottom: 1px solid #393939;
}
.border{
    border: 1px solid #383838;
    -webkit-box-shadow: #000 0px 0px 0px 1px;
    -moz-box-shadow: #000 0px 0px 0px 1px;
    box-shadow: #000 0px 0px 0px 1px;
}
.removeDefault .ipsBox, .removeDefault.ipsBox{
    padding: 0;
    background: none transparent;
}
.removeDefault .ipsBox_container, .removeDefault.ipsBox_container{
    border: 0;
}
.maintitle {
    color: #fff;
    text-shadow: rgba(0,0,0,0.7) 0px 1px 1px;
    font-family: "Lato", Arial, sans-serif;
    padding: 16px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
}
h3.maintitle{
    font-weight: bold;
}
.maintitle a {
    color: #fff;
}
.collapsed .maintitle {
    opacity: 0.5;
}
.collapsed .maintitle:hover {
    opacity: 0.7;
}
.maintitle .toggle {
    visibility: hidden;
    background: url('/assets/images/cat_minimize.png') no-repeat;
    text-indent: -3000em;
    width: 32px;
    height: 22px;
    margin: -5px -5px -10px 0;
    display: block;
    outline: 0;
}
.maintitle:hover .toggle {
    visibility: visible;
}
.collapsed .toggle {
    background-image: url('/assets/images/cat_maximize.png');
}
.category_block.collapsed .border{
    opacity: 0;
}
.header_left{
    background: url('/assets/images/header_left.png') no-repeat 0 0;
}
.header_right{
    background: url('/assets/images/header_right.png') no-repeat 100% 0;
}
.maintitle_base{
    background: #363636 url('/assets/images/maintitle_base.png') repeat-x 0 0;
}
.maintitle_base .maintitle{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    background: none transparent;
}
/* mini badges */
a.ipsBadge:hover {
    color: #fff;
}
.ipsBadge_green {
    background: #7ba60d;
}
.ipsBadge_purple {
    background: #af286d;
}
.ipsBadge_grey {
    background: #515151;
}
.ipsBadge_lightgrey {
    background: #848484;
}
.ipsBadge_orange {
    background: #ED7710;
}
.ipsBadge_red {
    background: #bf1d00;
}
.header {
    color: #fff;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: #282828;
}
.header th{
    border-bottom: 1px solid #393939;
    padding: 6px !important;
}
body .ipb_table .header a, body .topic_options a {
    color: #fff;
}
.bbc_url, .bbc_email {
    text-decoration: underline;
}
/* Dates */
.date, .poll_question .votes {
    color: #747474;
    font-size: 11px;
}
.no_messages {
    padding: 15px 10px;
}
/* Tab bars */
.tab_bar {
    background-color: #2a2a2a;
    color: #818181;
}
.tab_bar li.active {
    background-color: #454545;
    color: #fff;
}
.tab_bar.no_title.mini {
    border-bottom: 8px solid #454545;
}
/* Menu popups */
.ipbmenu_content, .ipb_autocomplete {
    background: #232323;
    border: 1px solid #383838;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0px 1px 5px;
    box-shadow: rgba(0,0,0,0.4) 0px 1px 5px;
}
.ipbmenu_content li, .ipb_autocomplete li {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #1f1f1f;
}
.ipb_autocomplete li{
    padding: 3px;
}
.ipb_autocomplete li.active {
    background-color: #2c2c2c;
}
.ipbmenu_content a{
    color: #fff;
}
.ipbmenu_content a:hover {
    background: #2c2c2c;
}
/* Forms */
.input_submit {
    background: #646464 url('/assets/images/highlight_faint.png') repeat-x 0 0;
    border-color: #3f3f3f;
    color: #fff;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.input_submit:hover {
    background-color: #6f6f6f;
    color: #fff;
}
.input_submit.alt {
    background: #393939 url('/assets/images/highlight_faint.png') repeat-x 0 0;
    border-color: #585858;
    color: #fff;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    -moz-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.15) 0px 1px 3px;
}
.input_submit.alt:hover {
    background-color: #434343;
    color: #fff;
}
.input_submit.delete {
    background: #ad2930 url('/assets/images/highlight_faint.png') repeat-x 0 0;
    border-color: #962D29;
    color: #fff;
    text-shadow: #771c20 0px -1px 0px;
}
.input_submit.delete:hover {
    background-color: #bf3631;
    color: #fff;
}
.input_submit:active{
    -webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 4px;
    -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 4px;
    box-shadow: inset rgba(0,0,0,0.3) 0px 1px 4px;
    position: relative;
    top: 1px;
}
.input_submit.alt:active{
    -webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 4px;
    -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 1px 4px;
    box-shadow: inset rgba(0,0,0,0.3) 0px 1px 4px;
}
#vnc_filter_popup_close, body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit{
    background: #282828;
    border-top: 1px solid #373737;
}
/* Moderated styles */
.moderated, body .moderated td, .moderated td.altrow, .post_block.moderated, .post_block.moderated .post_body, body td.moderated, body td.moderated {
    background: #36120e !important;
}
.post_block.moderated {
    border: 0 !important;
}
.post_block.moderated .post_wrap, .post_block.moderated h3, .moderated .row2, .moderated .post_controls {
    background: #4a1a14 !important;
    border: 0;
}
.moderated, .moderated a {
    color: #fcd9d9 !important;
}
.moderated h3, .moderated h3 a {
    color: #fff !important;
}
/************************************************************************/
/* HEADER */
#header_bar {
    background: #323232 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 1px;
    padding: 0;
    text-align: right;
}
#admin_bar {
    font-size: 11px;
    line-height: 42px;
    float: left;
    overflow: hidden;
}
#admin_bar li{
    float: left;
    border-right: 1px solid rgba(255,255,255,0.1);
}
#admin_bar li.active a {
    color: #fc6d35;
}
#admin_bar a {
    color: #fff;
    display: block;
    padding: 0 12px;
    line-height: 42px;
    outline: none;
    height: 42px;
}
#admin_bar a:hover {
    background: rgba(255,255,255,0.05);
}
#user_bar{
    background: url("/assets/images/trans80.png") repeat;
    background: rgba(21,21,21,0.84);
    -webkit-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    margin-bottom: 6px;
}
#user_navigation {
    float: left;
    color: #9f9f9f;
    font-size: 11px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
}
#user_navigation a {
    color: #fff;
    float: left;
    padding: 0 12px;
    line-height: 42px;
    outline: none;
    height: 42px;
}
#user_navigation > ul li{
    border-right: 1px solid rgba(255,255,255,0.1);
}
#user_navigation a:hover {
    background: rgba(255,255,255,0.05);
}
#user_navigation .user_photo{
    position: relative;
    vertical-align: top;
    padding: 0;
    height: 30px;
    width: auto;
    margin: 6px -6px 0px -6px;
}
#user_navigation #sign_in img, #user_navigation #register_link img{
    vertical-align: top;
    position: relative;
    margin: 13px 2px 0 0;
}
#user_navigation .ipsList_inline li {
    margin: 0;
    padding: 0;
    float: left;
}
#user_link_menucontent #links li {
    width: 50%;
    float: left;
    margin: 3px 0;
    white-space: nowrap;
}
#user_link_menucontent #links a{
    display: block;
}
#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator {
    background-position: left;
}
#community_app_menu .menu_active .dropdownIndicator {
    background-position: left;
}
#community_app_menu li.active .menu_active .dropdownIndicator {
    background-position: left;
}
#user_link_menucontent #statusForm {
    margin-bottom: 15px;
}
#user_link_menucontent #statusUpdate {
    margin-bottom: 5px;
}
#user_link_menucontent > div {
    margin-left: 15px;
    width: 265px;
    text-align: left;
}
#statusSubmitGlobal {
    margin-top: 3px;
}
#user_navigation a#user_link.menu_active, #user_navigation a#notify_link.menu_active, #user_navigation a#inbox_link.menu_active {
    background: #1d1d1d;
    color: #fff;
   /*-moz-border-radius: 3px 3px 0 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-radius: 3px 3px 0 0;
   */
    position: relative;
    z-index: 10000;
}
#notify_link, #inbox_link {
    vertical-align: middle;
    width: 20px;
    padding: 0px 8px !important;
    position: relative;
}
#notify_link img {
    background-image: url('/assets/images/icon_notify.png');
}
#inbox_link img {
    background-image: url('/assets/images/icon_inbox.png');
}
#notify_link img, #inbox_link img{
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-top: -2px;
}
#notify_link.menu_active img, #inbox_link.menu_active img{
    background-position: 0 -20px;
}
.services img{
    margin: 13px -2px 0 -2px;
    vertical-align: top;
}
#branding {
    background: rgb(15,15,15);
    background: rgba(15,15,15,0.90);
    border-bottom: 1px solid #000;
    -webkit-box-shadow: rgba(0,0,0,0.4) 0px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0px 1px 5px;
    box-shadow: rgba(0,0,0,0.4) 0px 1px 5px;
    height: 58px;
}
.fixedHeader #branding{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}
/* Increase the following value if you increase the height of #branding */
.fixedHeader #ipbwrapper{
    padding-top: 65px;
}
#logo {
    float: left;
}
/* Text logo */
#logo a.textLogo{
    color: #fff;
    height: 58px;
    line-height: 58px;
    padding: 0 12px;
    font-weight: bold;
    font-size: 18px;
    font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
    text-decoration: none;
    text-shadow: 0px 0px 4px;
}
#logo a.textLogo:hover{
    text-shadow: 0px 0px 7px;
    background: url("/assets/images/trans20.png") repeat;
    background: rgba(0,0,0,0.2);
}
#primary_nav {
    font-size: 13px;
    float: right;
    text-transform: uppercase;
}
#community_app_menu > li {
    margin: 0;
    position: relative;
}
#community_app_menu > li > a {
    color: #a5a5a5;
    display: block;
    outline: none;
    padding: 0px 15px;
    line-height: 58px;
    height: 58px;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
    background: rgba(0,0,0,0.2);
    color: #fff;
}
#community_app_menu > li.active > a {
    background: url("/assets/images/trans50.png") repeat;
    background: rgba(0,0,0,0.5);
    -webkit-box-shadow: inset #000 0px 1px 15px, rgba(255,255,255,0.1) 1px 0px 0px, rgba(255,255,255,0.1) -1px 0px 0px;
    -moz-box-shadow: inset #000 0px 1px 15px, rgba(255,255,255,0.1) 1px 0px 0px, rgba(255,255,255,0.1) -1px 0px 0px;
    box-shadow: inset #000 0px 1px 15px, rgba(255,255,255,0.1) 1px 0px 0px, rgba(255,255,255,0.1) -1px 0px 0px;
    color: #fff;
    text-shadow: 0px 0px 4px;
    position: relative;
}
#primary_nav a.ipbmenu img{
    margin-right: -6px;
}
#nav_background{
    height: 58px;
    line-height: 58px;
    float: right;
    width: 58px;
    text-align: center;
    cursor: pointer;
}
#nav_background:hover{
    background: rgba(0,0,0,0.2);
}
#nav_background img{
    opacity: 0.7;
}
#nav_background:hover img{
    opacity: 1;
}
#secondary_navigation{
    border-bottom: 1px solid #2d2d2d;
    overflow: hidden;
    line-height: 37px;
    clear: both;
    background: url("/assets/images/trans60.png") repeat;
    background: rgba(0,0,0,0.6);
}
#secondary_navigation a{
    color: #d7d7d7;
    line-height: 37px;
    height: 37px;
}
#secondary_navigation a:hover{
    color: #fff;
}
#secondary_navigation #breadcrumb li {
    float: left;
}
#secondary_navigation #breadcrumb li a {
    padding-left: 12px;
    margin-left: -15px;
    background: url('/assets/images/secondary_nav.png') no-repeat 0 0;
    display: block;
    outline: none;
    text-decoration: none;
}
#secondary_navigation #breadcrumb li.first a{
    margin-left: 0;
    background: none;
    padding-left: 0px;
}
#secondary_navigation #breadcrumb li span{
    display: block;
    padding-right: 17px;
    padding-left: 4px;
    background: url('/assets/images/secondary_nav.png') no-repeat 100% 0;
}
#secondary_navigation #breadcrumb li > span{
    padding-left: 4px;
    background: none transparent;
    color: #d7d7d7;
}
#secondary_navigation #breadcrumb li.first a span{
    padding-left: 12px;
}
#secondary_navigation #breadcrumb li a:hover{
    background-position: 0 -43px;
}
#secondary_navigation #breadcrumb li a:hover span{
    background-position: 100% -43px;
}
#secondary_navigation #breadcrumb li a:active{
    background-position: 0 -86px;
}
#secondary_navigation #breadcrumb li a:active span{
    background-position: 100% -86px;
}
#secondary_links{
    overflow: hidden;
    padding-right: 4px;
}
#secondary_links li{
    float: left;
    margin: 0;
}
#secondary_links a{
    padding: 0 12px;
    display: block;
}
#secondary_links img {
    vertical-align: top;
    width: 16px;
    height: 16px;
    position: relative;
    opacity: 0.8;
    margin: 10px -4px 0 -4px;
}
#secondary_links a:hover img {
    opacity: 1;
}
.breadcrumb {
    color: #d7d7d7;
    font-size: 11px;
}
.breadcrumb a {
    color: #d7d7d7;
}
.breadcrumb li .nav_sep {
    margin: 0 5px 0 0;
}
.breadcrumb li:first-child{
    margin-left: 0;
}
/*.breadcrumb.top {
    margin-bottom: 10px;
}
*/
.breadcrumb.bottom {
    margin-top: 10px;
    width: 100%;
    display: none;
}
.ipsHeaderMenu {
    background: #1d1d1d;
    padding: 10px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    width: 340px;
}
.ipsHeaderMenu.boxShadow{
    -webkit-box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
    -moz-box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 10px;
}
.ipsHeaderMenu .ipsType_sectiontitle {
    margin-bottom: 8px;
}
#user_notifications_link_menucontent.ipsHeaderMenu, #user_inbox_link_menucontent.ipsHeaderMenu {
    width: 300px;
}
/************************************************************************/
/* SEARCH */
#search {
    border-left: 1px solid rgba(255,255,255,0.1);
}
#main_search {
    font-size: 12px;
    border: 0;
    padding: 0;
    background: transparent;
    width: 160px;
    outline: 0;
    color: #fff;
    height: 42px;
    line-height: 41px;
}
#main_search.inactive {
    color: #eee;
}
#search_wrap {
    position: relative;
    background: url("/assets/images/transw10.png") repeat;
    background: rgba(255,255,255,0.05);
    display: block;
    padding: 0 42px 0 8px;
    height: 42px;
    line-height: 41px;
    min-width: 260px;
}
#adv_search {
    width: 42px;
    height: 42px;
    background: url('/assets/images/advanced_search.png') no-repeat 50% 50%;
    text-indent: -3000em;
    display: inline-block;
}
#adv_search:hover{
    background-color: rgba(0,0,0,0.2);
}
#search .submit_input {
    background: #373737 url('/assets/images/search_icon.png') no-repeat 50%;
    background: rgba(255,255,255,0.05) url('/assets/images/search_icon.png') no-repeat 50%;
    text-indent: -3000em;
    padding: 0;
    border: 0;
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
#search .submit_input:hover{
    background-color: rgba(255,255,255,0.1);
}
#search_options {
    max-width: 80px;
    text-overflow:ellipsis;
    overflow: hidden;
    font-size: 10px;
    height: 36px;
    line-height: 36px;
    margin: 3px 3px 3px 0;
    padding: 0 9px;
    background: url('/assets/images/transw10.png') repeat;
    background: rgba(255,255,255,0.05);
    color: #fff;
    display: inline-block;
    float: right;
}
#search #search_options:hover{
    background-color: rgba(255,255,255,0.1);
}
#search_options_menucontent {
    min-width: 130px;
    white-space: nowrap;
    padding: 0;
    background: #232323;
    border: 1px solid #383838;
    line-height: 25px;
}
#search_options_menucontent input {
    margin-right: 10px;
}
#search_options_menucontent li {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #1f1f1f;
    white-space: nowrap;
}
#search_options_menucontent li:last-of-type{
    border-bottom: 0;
}
#search_options_menucontent label:hover{
    background: #2c2c2c;
}
#search_options_menucontent label {
    cursor: pointer;
    display: block;
    padding: 0 6px;
}
#search_options_menucontent li.title{
    padding: 3px 6px;
}
/************************************************************************/
/* FOOTER */
#backtotop, #bottomScroll{
    width: 24px;
    height: 24px;
    line-height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    display: inline-block;
    background: #555;
    -webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
    text-align: center;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    outline: 0;
}
#bottomScroll:hover, #backtotop:hover {
    background: #888;
    color: #fff;
}
#footer_utilities {
    padding: 8px;
    position: relative;
    background: rgb(15,15,15);
    background: rgba(15,15,15,0.95);
    -webkit-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    -moz-box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    box-shadow: rgba(0,0,0,0.7) 0px 1px 8px, inset rgba(0,0,0,0.4) 0px 0px 0px 1px;
    margin-top: 6px;
}
#footer_utilities, #footer_utilities a{
    color: #eee;
}
#footer_utilities .ipbmenu_content a{
    color: #fff;
}
#footer_utilities .ipsList_inline{
    margin-top: 3px;
    clear: left;
    float: left;
}
#footer_utilities .ipsList_inline > li{
    margin: 0;
}
#footer_utilities .ipsList_inline > li > a {
    margin-right: 0px;
    padding: 4px 10px;
    display: inline-block;
}
#footer_utilities a.menu_active {
    background: url('/assets/images/trans30.png') repeat;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
    -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
}
#copyright {
   /*color: #848484;
   */
    text-align: right;
    line-height: 22px;
    float: right;
}
/*#copyright a {
    color: #848484;
}
*/
#ipsDebug_footer {
    width: 900px;
    margin: 8px auto 0px auto;
    text-align: center;
    color: #404040;
    font-size: 11px;
}
#ipsDebug_footer strong {
    margin-left: 20px;
}
#ipsDebug_footer a {
    color: #404040;
}
#rss_menu {
    background-color: #f78e30;
    border: 0;
}
#rss_menu li {
    border: 0;
    border-bottom: 1px solid #fbb969;
}
#rss_menu li:last-of-type{
    border-bottom: 0;
}
#rss_menu a {
    color: #fff;
    text-shadow: #dc7214 0px -1px 0px;
    padding: 5px 8px;
    background: url("/assets/images/highlight_faint.png") repeat-x 0 -1px;
}
#rss_menu a:hover {
    background: #f89f37 url("/assets/images/highlight_faint.png") repeat-x 0 -1px;
    color: #fff;
}
/************************************************************************/
/* GENERAL CONTENT */
/* .ipsUserPhoto {
    padding: 1px;
    border: 1px solid #505050;
    background: #202020;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.5);
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
    border-color: #656565;
}
.ipsUserPhoto_variable {
    max-width: 155px;
}
.ipsUserPhoto_large {
    max-width: 90px;
    max-height: 90px;
}
.ipsUserPhoto_medium {
    width: 50px;
    height: 50px;
}
.ipsUserPhoto_mini {
    width: 30px;
    height: 30px;
}
.ipsUserPhoto_tiny {
    width: 20px;
    height: 20px;
}
.ipsUserPhoto_icon {
    width: 16px;
    height: 16px;
}
*/
.ipsUserPhoto {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
a.userNavPhoto:hover, .ipsUserPhotoLink:hover .ipsUserPhoto {
    opacity: 0.8;
}
.ipsUserPhoto_variable {
    max-width: 155px;
}
.ipsUserPhoto_large {
    max-width: 94px;
    max-height: 94px;
}
.ipsUserPhoto_medium {
    width: 54px;
    height: 54px;
}
.ipsUserPhoto_mini {
    width: 34px;
    height: 34px;
}
.ipsUserPhoto_tiny {
    width: 24px;
    height: 24px;
}
.ipsUserPhoto_icon {
    width: 20px;
    height: 20px;
}
a.ipsUserPhotoLink, a.userNavPhoto{
    position: relative;
}
.author_info a.ipsUserPhotoLink, #friends_overview a.ipsUserPhotoLink, .friend_list a.ipsUserPhotoLink, #message_table .col_m_photo a.ipsUserPhotoLink, .vcard a.ipsUserPhotoLink, #search_results a.ipsUserPhotoLink, .ipbfs_titlebox a.ipsUserPhotoLink, .col_n_photo a.ipsUserPhotoLink, #chatters-online a.ipsUserPhotoLink{
    display: inline-block;
}
.ipbfs_titlebox a.ipsUserPhotoLink{
    float: left;
}
a.ipsUserPhotoLink.ipsPad_half{
    padding: 0 !important;
    margin: 4px;
}
a.userNavPhoto:after, a.ipsUserPhotoLink:after{
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0px;
    right: 0;
    bottom: 0;
    -webkit-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    -moz-box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    box-shadow: inset rgba(255,255,255,0.2) 0px 1px 0px, inset rgba(255,255,255,0.1) 0px 0px 0px 1px;
    pointer-events:none;
}
a.userNavPhoto:after, a.ipsUserPhotoLink:after{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.general_box {
}
.general_box .none {
    color: #bcbcbc;
}
.general_box.poll{
    margin: 0;
    border-width: 0 0 1px 0;
}
.ipsBox, .ipsPad {
    padding: 9px;
}
.ipsPad_double {
    padding: 9px 19px;
}
/* 19px because it's still only 1px border to account for */
.ipsBox_withphoto {
    margin-left: 65px;
}
.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;
}
.ipsMargin_top {
    margin-top: 9px;
}
.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;
}
.block_list > li {
    padding: 5px 10px;
}
.ipsModMenu {
    width: 15px;
    height: 15px;
    display: inline-block;
    text-indent: -2000em;
    background: url('/assets/images/moderation_cog.png') no-repeat;
    margin-right: 5px;
    vertical-align: middle;
}
.ipsBadge {
    display: inline-block;
    height: 15px;
    line-height: 15px;
    padding: 0 5px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-image: url('/assets/images/highlight.png');
    background-repeat: repeat-x;
    background-position: 0 -1px;
    vertical-align: middle;
}
.ipsBadge.has_icon img {
    max-height: 7px;
    vertical-align: baseline;
}
#nav_app_ipchat .ipsBadge {
    position: absolute;
}
#ajax_loading {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 5px 0 8px;
    width: 8%;
    top: 0px;
    left: 46%;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 0 0 5px 5px;
    z-index: 10000;
    position: fixed;
    -moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
    opacity:0.6;
}
#ipboard_body.redirector {
    width: 500px;
    margin: 150px auto 0 auto;
}
#ipboard_body.minimal {
    padding-top: 40px;
}
#ipboard_body.minimal #ipbwrapper{
    width: 900px;
    margin: 0 auto;
}
#ipboard_body.minimal #content {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 20px 30px;
    margin-bottom: 10px;
}
#ipboard_body.minimal h1 {
    font-size: 32px;
}
#ipboard_body.minimal .ipsType_pagedesc {
    font-size: 16px;
}
.progress_bar {
    background-color: #555555;
    border: 1px solid #888888;
}
.progress_bar span {
    background: #6f6f6f url('/assets/images/highlight_reallyfaint.png') repeat-x 0 -1px;
    color: #fff;
    font-size: 0em;
    font-weight: bold;
    text-align: center;
    text-indent: -2000em;
    height: 10px;
    display: block;
    overflow: hidden;
}
.progress_bar.limit span {
    background: #b13c3c url('/assets/images/highlight_reallyfaint.png') repeat-x 0 -1px;
}
.progress_bar span span {
    display: none;
}
.progress_bar.user_warn {
    margin: 0 auto;
    width: 80%;
}
.progress_bar.user_warn span {
    height: 6px;
}
.progress_bar.topic_poll {
    margin-top: 2px;
    width: 40%;
}
li.rating a {
    outline: 0;
}
.antispam_img {
    margin: 0 3px 5px 0;
}
span.error {
    color: #ad2930;
    font-weight: bold;
    clear: both;
}
#recaptcha_widget_div {
    max-width: 350px;
}
#recaptcha_table {
    border: 0 !important;
}
.mediatag_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mediatag_wrapper iframe, .mediatag_wrapper object, .mediatag_wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/************************************************************************/
/* GENERIC REPEATED STYLES */
/* Inline lists */
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label,.user_controls li {
    display: inline;
}
/* Utility styles */
.right {
    float: right;
}
.left {
    float: left;
}
.hide {
    display: none;
}
.short {
    text-align: center;
}
.clear {
    clear: both;
}
.faded {
    opacity: 0.5 
}
.clickable {
    cursor: pointer;
}
.reset_cursor {
    cursor: default;
}
/* Bullets */
.bullets ul, .bullets ol, ul.bullets, ol.bullets {
    list-style: disc;
    margin-left: 30px;
    line-height: 150%;
    list-style-image: none;
}
.bullets li{
    padding: 2px;
}
/* Rounded corners */
#user_navigation #new_msg_count, .rounded {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.desc, .desc.blend_links a, p.posted_info {
    font-size: 11px;
    color: #898989;
}
.desc.lighter, .desc.lighter.blend_links a {
    color: #646464;
}
/* Cancel */
.cancel {
    font-size: 0.9em;
    font-weight: bold;
}
.cancel, .cancel:hover{
    color: #ad2930;
}
/* Moderation */
em.moderated {
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
}
/* Positive/Negative */
.positive {
    color: #6f8f52;
}
.negative {
    color: #c7172b;
}
/* Search highlighting */
.searchlite {
    background-color: yellow;
    color: red;
    font-size:14px;
}
/* Users posting */
.activeuserposting {
    font-style: italic;
}
/************************************************************************/
/* COLUMN WIDTHS FOR TABLES */
/* col_f = forums;
col_c = categories;
col_m = messenger;
col_n = notifications */
.col_f_post {
    width: 250px !important;
}
.is_mod .col_f_post {
    width: 210px !important;
}
td.col_c_post {
    padding-top: 10px !important;
    width: 250px;
}
.col_f_icon {
    padding: 0 0 0 3px !important;
    width: 24px !important;
    text-align: center;
    vertical-align: middle;
}
.col_n_icon {
    vertical-align: middle;
    width: 24px;
    padding: 0 !important;
}
.col_f_views, .col_m_replies {
    width: 100px !important;
    text-align: right;
    white-space: nowrap;
}
.col_f_mod, .col_m_mod, .col_n_mod {
    width: 40px;
    text-align: right;
}
.col_f_preview {
    width: 20px !important;
    text-align: right;
}
.col_c_icon {
    padding: 10px 2px 10px 8px !important;
    width: 33px;
    vertical-align: middle;
}
.col_c_post .ipsUserPhotoLink {
    margin-top: 3px;
}
.col_n_date {
    width: 250px;
}
.col_m_photo, .col_n_photo {
    width: 30px;
}
.col_m_mod {
    text-align: right;
}
.col_r_icon {
    width: 3%;
}
.col_f_topic, .col_m_subject {
    width: 49%;
}
.col_f_starter, .col_r_total, .col_r_comments {
    width: 10%;
}
.col_m_date, .col_r_updated, .col_r_section {
    width: 18%;
}
.col_c_stats {
    width: 15%;
    text-align: right;
}
.col_c_forum {
    width: auto;
}
.col_mod, .col_r_mod {
    width: 3%;
}
.col_r_title {
    width: 26%;
}
/*.col_c_forum, .col_c_stats, .col_c_icon, .col_c_post {
    vertical-align: top;
}
*/
/************************************************************************/
/* TABLE STYLES */
table.ipb_table {
    width: 100%;
    line-height: 1.3;
}
table.ipb_table td {
    padding: 10px;
}
table.ipb_table tr.unread h4 {
    font-weight: bold;
}
table.ipb_table tr.highlighted td {
    border-bottom: 0;
}
table.ipb_table th {
    font-size: 11px;
    font-weight: bold;
    padding: 8px 6px;
}
.last_post {
    margin-left: 45px;
}
.last_post, .col_c_stats, .col_f_views, .line_height, .ipsList_withminiphoto .list_content{
    line-height: 18px;
}
#user_notifications_link_menucontent .list_content{
    line-height: 130%;
}
.forum_desc{
    padding-top: 5px;
}
table.ipb_table h4, table.ipb_table .topic_title {
    font-size: 12px;
    display: inline-block;
}
table.ipb_table .unread .topic_title {
    font-weight: bold;
}
table.ipb_table .ipsModMenu {
    visibility: hidden;
}
table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active {
    visibility: visible;
}
#announcements h4 {
    display: inline;
}
#announcements td {
}
.announcement img{
    margin-right: 4px;
}
.forum_data {
    font-size: 11px;
    color: #5c5c5c;
    display: inline-block;
    white-space: nowrap;
    margin: 0px 0 0 8px;
}
.desc_more {
    background: url('/assets/images/desc_more.png') no-repeat top;
    display: inline-block;
    width: 13px;
    height: 13px;
    text-indent: -2000em;
}
.desc_more:hover {
    background-position: bottom;
}
.category_block .ipb_table h4 {
   /*font-size: 15px;
    word-wrap: break-word;
   */
}
table.ipb_table .subforums {
    margin: 7px 0 3px 0px;
    overflow: hidden;
}
table.ipb_table .subforums li{
    background: url('/assets/images/subforum_nonew.png') no-repeat 0 50%;
    padding: 0 15px 0 15px;
    margin: 0;
    float: left;
}
table.ipb_table .subforums li.unread {
    font-weight: bold;
    background-image: url('/assets/images/subforum_new.png');
}
table.ipb_table .expander {
    visibility: hidden;
    width: 16px;
    height: 16px;
    display: inline-block;
}
table.ipb_table tr:hover .expander {
    visibility: visible;
    opacity: 0.2;
}
table.ipb_table td.col_f_preview {
    cursor: pointer;
}
table.ipb_table tr td:hover .expander, .expander.open, .expander.loading {
    visibility: visible !important;
    opacity: 1;
}
table.ipb_table .expander.closed {
    background: url('/assets/images/icon_expand_close.png') no-repeat 0 0;
}
table.ipb_table .expander.open {
    background: url('/assets/images/icon_expand_close.png') no-repeat 0 -19px;
}
table.ipb_table .expander.loading {
    background: url('/assets/images/loading.gif') no-repeat;
}
table.ipb_table .preview td {
    padding: 20px 10px 20px 29px;
    z-index: 20000;
    border-top: 0;
}
table.ipb_table .preview td > div {
    line-height: 1.4;
    position: relative;
}
table.ipb_table .preview td {
    -webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
    box-shadow: 0px 4px 5px rgba(0,0,0,0.15);
}
.preview_col {
    margin-left: 80px;
}
.preview_info {
    padding-bottom: 3px;
    margin: -3px 0 3px;
}
table.ipb_table .mini_pagination {
    opacity: 0.5;
}
table.ipb_table tr:hover .mini_pagination {
    opacity: 1;
}
/************************************************************************/
/* LAYOUT SYSTEM */
.ipsLayout.ipsLayout_withleft {
    padding-left: 210px;
}
.ipsBox.ipsLayout.ipsLayout_withleft {
    padding-left: 220px;
}
.ipsLayout.ipsLayout_withright {
    padding-right: 210px;
    clear: left;
}
.ipsBox.ipsLayout.ipsLayout_withright {
    padding-right: 220px;
}
/* Panes */
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
    position: relative;
}
.ipsLayout_content {
    width: 100%;
    float: left;
}
.ipsLayout .ipsLayout_left {
    width: 200px;
    margin-left: -210px;
    float: left;
}
.ipsLayout .ipsLayout_right {
    width: 200px;
    margin-right: -210px;
    float: right;
}
/* Wider sidebars */
.ipsLayout_largeleft.ipsLayout_withleft {
    padding-left: 280px;
}
.ipsBox.ipsLayout_largeleft.ipsLayout_withleft {
    padding-left: 290px;
}
.ipsLayout_largeleft.ipsLayout .ipsLayout_left {
    width: 270px;
    margin-left: -280px;
}
.ipsLayout_largeright.ipsLayout_withright {
    padding-right: 280px;
}
.ipsBox.ipsLayout_largeright.ipsLayout_withright {
    padding-right: 290px;
}
.ipsLayout_largeright.ipsLayout .ipsLayout_right {
    width: 270px;
    margin-right: -280px;
}
/* Narrow sidebars */
.ipsLayout_smallleft.ipsLayout_withleft {
    padding-left: 150px;
}
.ipsBox.ipsLayout_smallleft.ipsLayout_withleft {
    padding-left: 160px;
}
.ipsLayout_smallleft.ipsLayout .ipsLayout_left {
    width: 140px;
    margin-left: -150px;
}
.ipsLayout_smallright.ipsLayout_withright {
    padding-right: 150px;
}
.ipsBox.ipsLayout_smallright.ipsLayout_withright {
    padding-right: 160px;
}
.ipsLayout_smallright.ipsLayout .ipsLayout_right {
    width: 140px;
    margin-right: -150px;
}
/* Tiny sidebar */
.ipsLayout_tinyleft.ipsLayout_withleft {
    padding-left: 40px;
}
.ipsBox.ipsLayout_tinyleft.ipsLayout_withleft {
    padding-left: 50px;
}
.ipsLayout_tinyleft.ipsLayout .ipsLayout_left {
    width: 40px;
    margin-left: -40px;
}
.ipsLayout_tinyright.ipsLayout_withright {
    padding-right: 40px;
}
.ipsBox.ipsLayout_tinyright.ipsLayout_withright {
    padding-right: 50px;
}
.ipsLayout_tinyright.ipsLayout .ipsLayout_right {
    width: 40px;
    margin-right: -40px;
}
/* Big sidebar */
.ipsLayout_bigleft.ipsLayout_withleft {
    padding-left: 330px;
}
.ipsBox.ipsLayout_bigleft.ipsLayout_withleft {
    padding-left: 340px;
}
.ipsLayout_bigleft.ipsLayout .ipsLayout_left {
    width: 320px;
    margin-left: -330px;
}
.ipsLayout_bigright.ipsLayout_withright {
    padding-right: 330px;
}
.ipsBox.ipsLayout_bigright.ipsLayout_withright {
    padding-right: 340px;
}
.ipsLayout_bigright.ipsLayout .ipsLayout_right {
    width: 320px;
    margin-right: -330px;
}
/* Even Wider sidebars */
.ipsLayout_hugeleft.ipsLayout_withleft {
    padding-left: 380px;
}
.ipsBox.ipsLayout_hugeleft.ipsLayout_withleft {
    padding-left: 390px;
}
.ipsLayout_hugeleft.ipsLayout .ipsLayout_left {
    width: 370px;
    margin-left: -380px;
}
.ipsLayout_hugeright.ipsLayout_withright {
    padding-right: 380px;
}
.ipsBox.ipsLayout_hugeright.ipsLayout_withright {
    padding-right: 390px;
}
.ipsLayout_hugeright.ipsLayout .ipsLayout_right {
    width: 370px;
    margin-right: -380px;
}
/************************************************************************/
/* NEW FORMS */
.ipsField .ipsField_title {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.6;
}
.ipsForm_required {
    color: #ab1f39;
    font-weight: bold;
}
.ipsForm_horizontal .ipsField_title {
    float: left;
    width: 185px;
    padding-right: 15px;
    padding-top: 3px;
    text-align: right;
    line-height: 1.8;
}
.ipsForm_horizontal .ipsField {
    margin-bottom: 15px;
}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {
    margin-left: 200px;
}
.ipsForm_horizontal .ipsField_checkbox {
    margin: 0 0 5px 200px;
}
.ipsForm_horizontal .ipsField_select .ipsField_title {
    line-height: 1.6;
}
.ipsForm_vertical .ipsField {
    margin-bottom: 10px;
}
.ipsForm_vertical .ipsField_content {
    margin-top: 3px;
}
.ipsForm .ipsField_checkbox .ipsField_content {
    margin-left: 25px;
}
.ipsForm .ipsField_checkbox input {
    float: left;
    margin-top: 3px;
}
.ipsField_primary input {
    font-size: 18px;
}
.ipsForm_submit {
    padding: 5px 10px;
    text-align: right;
    margin-top: 25px;
}
.ipsForm_right {
    text-align: right;
}
.ipsForm_left {
    text-align: left;
}
.ipsForm_center {
    text-align: center;
}
/************************************************************************/
/* SETTINGS SCREENS */
.ipsSettings_pagetitle {
    font-size: 20px;
    margin-bottom: 5px;
}
.ipsSettings {
    padding: 0 0px;
}
.ipsSettings_section {
    margin: 0 0 15px 0;
    padding: 15px 0 0 0;
}
.ipsSettings_section > div {
    margin-left: 175px;
}
.ipsSettings_section > div ul li {
    margin-bottom: 10px;
}
.ipsSettings_section .desc {
    margin-top: 3px;
}
.ipsSettings_sectiontitle {
    font: bold 13px Helvetica, Arial, sans-serif;
    width: 165px;
    padding-left: 10px;
    line-height: 18px;
    float: left;
}
.ipsSettings_fieldtitle {
    min-width: 100px;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding-top: 3px;
}
/************************************************************************/
/* TOOLTIPS */
.ipsTooltip {
    padding: 5px;
    z-index: 25000;
}
.ipsTooltip_inner {
    padding: 8px;
    background: #333333;
    border: 1px solid #333333;
    color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
    max-width: 250px;
}
.ipsTooltip_inner a {
    color: #fff;
}
.ipsTooltip_inner span {
    font-size: 11px;
    color: #d2d2d2 
}
.ipsTooltip.top {
    background: url('/assets/images/stems/tooltip_top.png') no-repeat bottom center;
}
.ipsTooltip.top_left {
    background-position: bottom left;
}
.ipsTooltip.bottom {
    background: url('/assets/images/stems/tooltip_bottom.png') no-repeat top center;
}
.ipsTooltip.left {
    background: url('/assets/images/stems/tooltip_left.png') no-repeat center right;
}
.ipsTooltip.right {
    background: url('/assets/images/stems/tooltip_right.png') no-repeat center left;
}
/************************************************************************/
/* AlertFlag */
.ipsHasNotifications {
    padding: 0px 4px;
    height: 12px;
    line-height: 12px;
    background: #cf2020;
    color: #fff !important;
    font-size: 9px;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    -moz-box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.3), 0px 1px 0px rgba(255,255,255,0.1) inset;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 3px;
}
.ipsHasNotifications_blank {
    display: none;
}
#chat-tab-count.ipsHasNotifications {
    left: auto;
    top: 3px;
    right: 3px;
    text-shadow: none !important;
    position: absolute;
}
/************************************************************************/
/* SIDEBAR STYLE */
.ipsSideMenu {
    padding: 10px 0;
}
.ipsSideMenu h4 {
    margin: 0 10px 5px 25px;
    font-weight: bold;
    color: #dddddd;
}
.ipsSideMenu ul {
    margin-bottom: 20px;
}
.ipsSideMenu ul li {
    font-size: 11px;
}
.ipsSideMenu ul li a {
    padding: 5px 10px 5px 25px;
    display: block;
}
.ipsSideMenu ul li a:hover{
    background-color: rgba(0,0,0,0.03);
}
.ipsSideMenu ul li.active a {
    background: #282828 url('/assets/images/icon_check_white.png') no-repeat 6px 8px;
    color: #fff;
    font-weight: bold;
}
/***************************************************************************/
/* WIZARDS */
.ipsSteps {
    background: #2a2a2a;
    height: 55px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.ipsSteps li:first-child{
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}
.ipsSteps ul li {
    float: left;
    padding: 11px 33px 5px 18px;
    color: #c3c3c3;
    background-image: url('/assets/images/wizard_step.png');
    background-repeat: no-repeat;
    background-position: 100% -56px;
    position: relative;
    height: 39px;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}
.ipsSteps .ipsSteps_active {
    background-position: 100% 0;
    color: #fff;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
}
.ipsSteps .ipsSteps_done {
}
.ipsSteps_desc {
    font-size: 11px;
}
.ipsSteps_arrow {
    display: none;
}
.ipsSteps_title {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
}
.ipsSteps_active .ipsSteps_arrow {
    display: block;
    position: absolute;
    left: -23px;
    top: 0;
    width: 23px;
    height: 55px;
    background: url('/assets/images/wizard_step.png') no-repeat 0 -112px;
}
.ipsSteps ul li:first-child .ipsSteps_arrow {
    display: none !important;
}
/************************************************************************/
/* VERTICAL TABS (profile etc.) */
.ipsVerticalTabbed {
}
.ipsVerticalTabbed_content {
    min-height: 400px;
}
.ipsVerticalTabbed_tabs > ul {
    width: 149px !important;
    margin-top: 10px;
    border-top: 1px solid #2d2d2d;
    border-left: 1px solid #2d2d2d;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul {
    width: 39px !important;
}
.ipsVerticalTabbed_tabs li {
    background: #1e1e1e;
    color: #808080;
    border-bottom: 1px solid #2d2d2d;
    font-size: 12px;
}
.ipsVerticalTabbed_tabs li a {
    display: block;
    padding: 10px 8px;
    outline: 0;
    color: #8d8d8d;
}
.ipsVerticalTabbed_tabs li a:hover {
    background: #252525;
    color: #c9c9c9;
}
.ipsVerticalTabbed_tabs li.active a {
    width: 135px;
    position: relative;
    z-index: 8000;
    background: #232323;
    color: #fff;
    font-weight: bold;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
    width: 24px;
}
/************************************************************************/
/* 'LIKE' FUNCTIONS */
.ipsLikeBar {
    margin: 10px 0;
    font-size: 11px;
}
.ipsLikeBar_info {
    line-height: 26px;
    background: #292929;
    padding: 0 10px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    vertical-align: top;
}
.ipsLikeButton {
    line-height: 24px;
    padding: 0 8px 0 29px;
    font-size: 11px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
    -webkit-box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.1) 0px 1px 0px;
    position: relative;
    vertical-align: top;
}
.ipsLikeButton:active{
    top: 1px;
}
.ipsLikeButton.ipsLikeButton_enabled {
    background: #4f4f4f url('/assets/images/like_button.png') no-repeat 0 0;
    border: 1px solid #292929;
    color: #fff !important;
}
.ipsLikeButton.ipsLikeButton_enabled:hover{
    background-color: #575757;
}
.ipsLikeButton.ipsLikeButton_disabled {
    background: #4f4f4f url('/assets/images/like_button.png') no-repeat 0 -23px;
    border: 1px solid #292929;
    color: #fff !important;
}
/************************************************************************/
/* TAG LIST */
.ipsTag {
    display: inline-block;
    background: url('/assets/images/tag_bg.png');
    height: 20px;
    line-height: 20px;
    padding: 0 7px 0 15px;
    margin: 5px 5px 0 0;
    font-size: 11px;
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-radius: 0 3px 3px 0;
}
/************************************************************************/
/* TAG EDITOR STYLES */
.ipsTagBox_wrapper {
    min-height: 18px;
    width: 350px;
    line-height: 1.3;
    display: inline-block;
    margin-bottom: 3px;
}
.ipsTagBox_hiddeninput {
    background: none transparent;
    color: #fff;
}
.ipsTagBox_hiddeninput.inactive {
    font-size: 11px;
    min-width: 200px;
}
.ipsTagBox_wrapper input {
    border: 0px;
    outline: 0;
}
.ipsTagBox_wrapper li {
    display: inline-block;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
    background: #d7d7d7;
    border-color: #e9e9e9;
    color: #222;
    text-shadow: none;
}
.ipsTagBox_tag {
    padding: 2px 1px 2px 4px;
    background: #4d4d4d;
    border: 1px solid #595959;
    margin: 0 3px 2px 0;
    font-size: 11px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
}
.ipsTagBox_tag:hover {
    border-color: #646464;
}
.ipsTagBox_tag.selected {
    background: #797979 !important;
    border-color: #a1a1a1 !important;
    color: #fff !important;
}
.ipsTagBox_closetag {
    margin-left: 2px;
    display: inline-block;
    padding: 0 3px;
    color: #c7c7c7;
    font-weight: bold;
}
.ipsTagBox_closetag:hover {
    color: #454545;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag {
    color: #424242;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag:hover {
    color: #2f2f2f;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag {
    color: #444;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover {
    color: #111;
}
.ipsTagBox_addlink {
    font-size: 10px;
    margin-left: 3px;
    outline: 0;
}
.ipsTagBox_dropdown {
    height: 100px;
    overflow: scroll;
    background: #fff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    z-index: 16000;
}
.ipsTagBox_dropdown li {
    padding: 4px;
    font-size: 12px;
    cursor: pointer;
}
.ipsTagBox_dropdown li:hover {
    background: #dbf3ff;
    color: #003b71;
}
/************************************************************************/
/* TAG CLOUD */
.ipsTagWeight_1 {
    opacity: 1.0;
}
.ipsTagWeight_2 {
    opacity: 0.9;
}
.ipsTagWeight_3 {
    opacity: 0.8;
}
.ipsTagWeight_4 {
    opacity: 0.7;
}
.ipsTagWeight_5 {
    opacity: 0.6;
}
.ipsTagWeight_6 {
    opacity: 0.5;
}
.ipsTagWeight_7 {
    opacity: 0.4;
}
.ipsTagWeight_8 {
    opacity: 0.3;
}
/************************************************************************/
/* NEW FILTER BAR */
.ipsFilterbar li {
    margin: 0px 15px 0px 0;
    font-size: 11px;
}
.ipsFilterbar li a {
    color: #fff;
    opacity: 0.5;
    text-shadow: 0px -1px 0px rgba(0,0,0,0.3);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.ipsFilterbar.bar.altbar li a {
    color: #244156;
    text-shadow: none;
    opacity: .8;
}
.ipsFilterbar:hover li a {
    opacity: 0.8;
}
.ipsFilterbar li a:hover {
    color: #fff;
    opacity: 1;
}
.ipsFilterbar li img {
    margin-top: -3px;
}
.ipsFilterbar li.active {
    opacity: 1;
}
.ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
    opacity: 1;
    padding: 4px 10px;
    font-weight: bold;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px !important;
    border-radius: 10px;
    background: #727272 url('/assets/images/highlight_faint.png') repeat-x 0 -1px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    -webkit-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
/************************************************************************/
/* POSTING FORM STYLES */
/* Additional form styles for posting forms */
.ipsPostForm {
}
.ipsPostForm.ipsLayout_withright {
    padding-right: 260px !important;
}
.ipsPostForm .ipsLayout_content {
    z-index: 900;
    -webkit-box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
    -moz-box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
    box-shadow: 2px 0px 4px rgba(0,0,0,0.1);
    float: none;
}
.ipsPostForm .ipsLayout_right {
    width: 250px;
    margin-right: -251px;
    border-left: 0;
    z-index: 800;
}
.ipsPostForm_sidebar{
    margin-top: 8px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
    background-image: url('/assets/images/folder_closed.png');
    background-repeat: no-repeat;
    background-position: 10px 9px;
    padding-left: 26px;
    margin-bottom: 2px;
}
/************************************************************************/
/* MEMBER LIST STYLES */
.ipsMemberList .ipsButton_secondary {
    opacity: 0.3;
}
.ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary {
    opacity: 1;
}
.ipsMemberList li .reputation {
    margin: 5px 10px 0 0;
}
.ipsMemberList > li .ipsButton_secondary {
    margin-top: 15px;
}
.ipsMemberList li .rating {
    display: inline;
}
/************************************************************************/
/* COMMENT STYLES */
.ipsComment_wrap {
    margin-top: 10px;
}
.border > .ipsComment_wrap, .ipsBox_container > .ipsComment_wrap{
    margin: 0;
}
.ipsComment_wrap .ipsLikeBar {
    margin: 0;
}
.ipsComment_wrap input[type='checkbox'] {
    vertical-align: middle;
}
.ipsComment {
    padding: 10px;
}
.ipsComment_author, .ipsComment_reply_user {
    width: 160px;
    text-align: right;
    padding: 0 10px;
    float: left;
    line-height: 1.3;
}
.ipsComment_author .ipsUserPhotoLink {
    margin-bottom: 5px;
}
.ipsComment_comment {
    margin-left: 190px !important;
    line-height: 1.5;
}
.ipsComment_comment > div {
    min-height: 33px;
}
.ipsComment_controls {
    margin-top: 10px;
}
.ipsComment_controls > li {
    opacity: 0.2;
}
.ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right {
    opacity: 1;
}
.ipsComment_reply_user_photo {
    margin-left: 115px;
}
/************************************************************************/
/* FLOATING ACTION STYLES (comment moderation, multiquote etc.) */
.ipsFloatingAction {
    position: fixed;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    z-index: 15000;
    border: 4px solid #464646;
    border: 4px solid rgba(0,0,0,0.75);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
    box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}
.ipsFloatingAction.left {
    right: auto;
    left: 10px;
}
.ipsFloatingAction .fixed_inner {
    overflow-y: auto;
    overflow-x: hidden;
}
/* specifics for seo meta tags editor */
#seoMetaTagEditor {
    width: 480px;
}
#seoMetaTagEditor table {
    width: 450px;
}
#seoMetaTagEditor table td {
    width: 50%;
    padding-right: 0px 
}
/************************************************************************/
/* FORM STYLES */
body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
    padding: 15px 6px 15px 6px;
    text-align: center;
}
.iframe{
    outline: none;
}
.input_text, .ipsTagBox_wrapper, textarea {
    padding: 6px;
    border: 1px solid #575757;
    background: #393939;
    color: #b7b7b7;
    text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
    -webkit-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
    -moz-box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
    box-shadow: inset rgba(0,0,0,0.2) 0px 1px 4px;
}
textarea:focus, .input_text:focus {
    outline: none;
    background-color: #4b4b4b;
    color: #f8f8f8;
    border-color: #797979;
}
input.inactive, select.inactive, textarea.inactive {
    color: #939393;
}
.input_text.error {
    background: #883939;
    border-color: #a95858;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.input_text.accept {
    background: #768d3d;
    border-color: #8ca54d;
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input:-webkit-input-placeholder {
    color: #939393;
}
input:-moz-placeholder {
    color: #939393;
}
.input_submit {
    text-decoration: none;
    border-width: 1px;
    border-style: solid;
    border: 0;
    padding: 5px 11px;
    cursor: pointer;
}
a.input_submit{
    padding: 7px 11px;
    display: inline-block;
}
.input_submit.alt {
    text-decoration: none;
}
p.field {
    padding: 15px;
}
li.field {
    padding: 5px;
    margin-left: 5px;
}
li.field label, li.field span.desc {
    display: block;
}
li.field.error {
    color: #ad2930;
}
li.field.error label {
    font-weight: bold;
}
li.field.checkbox, li.field.cbox {
    margin-left: 0;
}
li.field.checkbox .input_check, li.field.checkbox .input_radio, li.field.cbox .input_check, li.field.cbox .input_radio {
    margin-right: 10px;
    vertical-align: middle;
}
li.field.checkbox label, li.field.cbox label {
    width: auto;
    float: none;
    display: inline;
}
li.field.checkbox p, li.field.cbox p {
    position: relative;
    left: 245px;
    display: block;
}
li.field.checkbox span.desc, li.field.cbox span.desc {
    padding-left: 27px;
    margin-left: auto;
    display: block;
}
/************************************************************************/
/* MESSAGE STYLES */
.message {
    background: #768d3d url('/assets/images/highlight_faint.png') repeat-x 0 -1px;
    padding: 10px;
    border: 1px solid #8ca54d;
    text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
    line-height: 1.6;
    font-size: 12px;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
}
.message, .message a, .message h3{
    color: #eff6dd;
}
.message h3 {
    padding: 0;
}
.message.error {
    background-color: #872d2d;
    border-color: #c15050;
}
.message.error, .message.error a, .message.error h3{
    color: #f6dddd;
}
.message.error.usercp {
    background-image: none;
    padding: 4px;
    float: right;
}
.message.unspecific {
    background-color: #292929;
    border-color: #393939;
    margin: 0 0 10px 0;
    clear: both;
}
.message.unspecific, .message.unspecific a, .message.unspecific h3{
    color: #ededed;
}
.message a{
    text-decoration: underline;
}
/************************************************************************/
/* MENU & POPUP STYLES */
.ipbmenu_content, .ipb_autocomplete {
    min-width: 85px;
    z-index: 2000;
}
.ipbmenu_content{
    white-space: nowrap;
}
.ipbmenu_content li:last-child {
    border-bottom: 0;
    padding-bottom: 0px;
}
.ipbmenu_content li:first-child {
    padding-top: 0px;
}
.ipbmenu_content.with_checks a {
    padding-left: 26px;
}
.ipbmenu_content a .icon {
    margin-right: 10px;
}
.ipbmenu_content a {
    text-decoration: none;
    text-align: left;
    display: block;
    padding: 6px 10px;
}
.ipbmenu_content.with_checks li.selected a {
    background-image: url('/assets/images/icon_check.png');
    background-repeat: no-repeat;
    background-position: 7px 10px;
}
.popupWrapper {
    background: url('/assets/images/trans60.png') repeat;
    background: rgba(0,0,0,0.6);
    padding: 8px;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 10px 20px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 10px 20px;
    box-shadow: rgba(0,0,0,0.5) 0px 10px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.popupInner {
    width: 500px;
    overflow: auto;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    overflow-x: hidden;
}
.popupInner.black_mode {
    background: #000;
    color: #eee;
    border: 3px solid #626262;
}
.popupInner.warning_mode {
    border: 3px solid #7D1B1B;
}
.popupInner h3 {
    border-bottom: 1px solid #2a2a2a;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: #282828 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 0;
    padding: 8px 10px 9px;
    font-size: 16px;
    font-weight: 300;
}
.popupInner h3 a {
    color: #fff;
}
.popupInner.black_mode h3 {
    background-color: #595959;
    color: #ddd;
}
.popupInner.warning_mode h3 {
    background-color: #7D1B1B;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff;
}
.popupClose {
    position: absolute;
    right: 20px;
    top: 20px;
}
.popupClose.light_close_button {
    background: transparent url('/assets/images/close_popup_light.png') no-repeat top left;
    opacity: 0.8;
    width: 13px;
    height: 13px;
    top: 17px;
}
.popupClose.light_close_button img {
    display: none;
}
.popup_footer {
    padding: 15px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.popup_body {
    padding: 10px;
}
.stem {
    width: 31px;
    height: 16px;
    position: absolute;
}
.stem.topleft {
    background-image: url('/assets/images/stems/topleft.png');
}
.stem.topright {
    background-image: url('/assets/images/stems/topright.png');
}
.stem.bottomleft {
    background-image: url('/assets/images/stems/bottomleft.png');
}
.stem.bottomright {
    background-image: url('/assets/images/stems/bottomright.png');
}
.modal {
    background-color: #3e3e3e;
}
.userpopup h3 {
    font-size: 17px;
}
.userpopup h3, .userpopup .side + div {
    padding-left: 110px;
}
.userpopup .side {
    position: absolute;
    margin-top: -40px;
}
.userpopup .side .ipsButton_secondary {
    display: block;
    text-align: center;
    margin-top: 5px;
    max-width: 85px;
    height: auto;
    line-height: 1;
    padding: 5px 10px;
    white-space: normal;
}
.userpopup .user_controls {
    text-align: left;
}
.userpopup .user_status {
    padding: 5px;
    margin-bottom: 5px;
}
.userpopup .reputation {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.userpopup {
    overflow: hidden;
    position: relative;
    font-size: 0.9em;
    min-height: 200px;
}
.userpopup dl {
    padding-bottom: 10px;
    margin-bottom: 4px;
}
.info dt {
    float: left;
    font-weight: bold;
    padding: 3px 6px;
    clear: both;
    width: 30%;
}
.info dd {
    padding: 3px 6px;
    width: 60%;
    margin-left: 35%;
}
/************************************************************************/
/* BUTTONS STYLES */
.topic_buttons li {
    float: right;
    margin: 0 0 10px 10px;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
    background: #727272 url('/assets/images/highlight_faint.png') repeat-x 0 -1px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    -webkit-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    border: 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
    font-size: 12px;
    font-weight: bold;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
    text-align: center;
    min-width: 70px;
    display: inline-block;
    cursor: pointer;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
    background: #8b1515 url('/assets/images/highlight_faint.png') repeat-x 0 0 !important;
   /*border-color: #790f0f;
   */
}
.topic_buttons li a:hover, .ipsButton:hover {
    background-color: #858585;
    color: #fff;
}
.topic_buttons li a:active, .ipsButton:active{
    position: relative;
    top: 1px;
    -webkit-box-shadow: inset rgba(0,0,0,0.3) 0px 100px 2px;
    -moz-box-shadow: inset rgba(0,0,0,0.3) 0px 100px 2px;
    box-shadow: inset rgba(0,0,0,0.3) 0px 100px 2px;
}
.topic_buttons li.non_button a {
    background: transparent !important;
    background-color: transparent !important;
    border: 0;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none;
    min-width: 0px;
    color: #777777;
    font-weight: normal;
    padding-top: 1px;
    padding-bottom: 1px;
}
.topic_buttons li.non_button a:hover{
    color: #fff !important;
}
.topic_buttons li.non_button a:active{
    top: 0;
}
.topic_buttons li.disabled a, .topic_buttons li.disabled span {
    background: #191919 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 0;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.05)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(255,255,255,0) 100%);
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    border: 0;
    font-weight: 300;
    color: #666666;
}
.topic_buttons li span {
    cursor: default !important;
}
.ipsButton_secondary, .bbc_spoiler_show, .user_controls li a{
    height: 26px;
    line-height: 26px;
    font-size: 11px;
    padding: 0 10px;
    border: 0;
    background: #393939 url('/assets/images/highlight_faint.png') repeat-x 0 0;
   /*border: 1px solid #d0d0d0;
   */
   /*-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.1), inset rgba(255,255,255,0.7) 0px 1px 0px;
   */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    display: inline-block;
    white-space: nowrap;
    cursor: pointer;
}
.ipsButton_secondary a {
    color: #fff;
}
.ipsButton_secondary:hover, .bbc_spoiler_show:hover, .user_controls li a:hover{
    color: #fff;
    background-color: #434343;
}
.ipsButton_secondary.important {
    background: #ae3232 url('/assets/images/highlight_faint.png') repeat-x 0 0;
   /*border: 1px solid #a22c2c;
   */
    color: #fbf4f4;
    text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ipsButton_secondary.important a {
    color: #fbf4f4;
}
.ipsButton_secondary.important a:hover, a.ipsButton_secondary.important:hover{
    color: #fff;
    background-color: #bb3c3c;
}
.ipsButton_secondary:active{
   /*-webkit-box-shadow: inset rgba(0,0,0,0.15) 0px 1px 2px, rgba(255,255,255,0.5) 0px 1px 0px;
    -moz-box-shadow: inset rgba(0,0,0,0.15) 0px 1px 2px, rgba(255,255,255,0.5) 0px 1px 0px;
    box-shadow: inset rgba(0,0,0,0.15) 0px 1px 2px, rgba(255,255,255,0.5) 0px 1px 0px;
   */
    position: relative;
    top: 1px;
}
.ipsButton_secondary .icon {
    margin-right: 4px;
    margin-top: -3px;
}
.ipsButton_secondary img.small {
    max-height: 12px;
    margin-left: 3px;
    margin-top: -2px;
    opacity: 0.5;
}
.ipsButton_secondary img{
    vertical-align: middle;
    margin-top: -1px;
}
/* Used in post forms */
.ipsField.ipsField_checkbox.ipsButton_secondary {
    line-height: 18px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary input {
    margin-top: 6px 
}
.ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content {
    margin-left: 18px;
}
.ipsButton_extra {
    line-height: 22px;
    height: 22px;
    font-size: 11px;
    margin-left: 5px;
    color: #ddd;
}
.ipsButton_secondary.fixed_width{
    min-width: 170px;
}
.ipsButton.no_width {
    min-width: 0;
}
.topic_controls {
    min-height: 30px;
    overflow: hidden;
}
ul.post_controls {
    margin: 0;
    background: #1e1e1e;
    border-top: 1px solid #383838;
    margin-top: 10px;
    padding: 0;
    clear: both;
    overflow: hidden;
    -moz-transition: all ease-in-out 0.25s;
    -webkit-transition: all ease-in-out 0.25s;
    -o-transition: all ease-in-out 0.25s;
    transition: all ease-in-out 0.25s;
}
.topic ul.post_controls{
    opacity: 0;
}
.topic .post_wrap:hover ul.post_controls{
    opacity: 1;
}
ul.post_controls li {
    font-size: 11px;
    float: right;
    margin: 0;
    padding: 0;
}
ul.post_controls li.report, ul.post_controls li.top{
    float: left;
}
ul.post_controls a {
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 13px;
    text-decoration: none;
    display: block;
    border-left: 1px solid #2b2b2b;
}
ul.post_controls li.top a, ul.post_controls li.report a{
    border-left: 0;
    border-right: 1px solid #2b2b2b;
}
ul.post_controls a:hover {
    background-color: #252525;
    color: #fff;
}
ul.post_controls a.ipsButton_secondary {
   /* height: 24px;
    line-height: 24px;
    */
}
ul.post_controls li.multiquote.selected a {
    background: #2b2b2b;
    color: #fff;
    text-shadow: 0px 0px 3px;
}
/*.post_block .post_controls li a {
    opacity: 0.2;
}
.post_block .post_controls li a.ipsButton_secondary {
    opacity: 1;
}
.post_block:hover .post_controls li a {
    opacity: 1;
}
*/
.post_body ul.post_controls{
    margin: 0 -12px -12px -187px;
}
.column_view .post_body ul.post_controls{
    margin-left: -188px;
}
.post_block.no_sidebar .post_body ul.post_controls{
    margin-left: 0px;
}
.post_body ul.post_controls img{
    vertical-align: middle;
    margin: -3px 2px 0px -3px;
    position: relative;
}
.hide_signature, .sigIconStay {
    float: right;
}
.post_block:hover .signature a.hide_signature, .sigIconStay {
    background: transparent url('/assets/images/cross_sml.png') no-repeat top right;
    width: 13px;
    height: 13px;
    opacity: 0.6;
    position: absolute;
    right: 10px;
}
/************************************************************************/
/* PAGINATION STYLES */
.pagination {
    padding: 5px 0;
    line-height: 22px;
}
.pagination.no_numbers .page {
    display: none;
}
.pagination .pages {
    text-align: center;
}
.pagination .back {
    margin-right: 5px;
}
/*.pagination .back li {
    margin: 0 2px 0 0;
}
*/
.pagination .forward {
    margin-left: 5px;
}
/*.pagination .forward li {
    margin: 0 0 0 2px;
}
*/
.pagination a{
    color: #eeeeee;
}
.pagination .page a, .pagination .back a, .pagination .forward a {
    background: #727272 url('/assets/images/highlight.png') repeat-x 0 -1px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
   /*border: 1px solid #d6d6d6;
   */
    color: #fff;
    text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
    -webkit-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    padding: 1px 8px;
    text-transform: lowercase;
    font-size: 11px;
    font-weight: normal;
}
.pagination .page a:hover, .pagination .back a:hover, .pagination .forward a:hover {
    background-color: #858585;
    color: #fff;
}
.pagination .disabled a {
    opacity: 0.4;
    display: none;
}
.pagination .pages {
    font-size: 11px;
}
.pagination .pages a, .pagejump {
    display: inline-block;
}
.pagination .pagejump a {
    padding: 0px 7px;
}
.pagination .pagejump a:hover {
    text-decoration: underline;
}
.pagination li {
    margin: 0;
}
.pagination .pages li.active {
    background: #e7e7e7 url('/assets/images/highlight.png') repeat-x 0 0;
    color: #222;
    padding: 1px 8px;
    text-shadow: #fff 0px 1px 0px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: default;
}
.pagination.no_pages span {
    color: #bbbbbb;
    display: inline-block;
    line-height: 20px;
    height: 20px;
}
ul.mini_pagination {
    font-size: 0.8em;
    display: inline;
    margin-left: 7px;
}
ul.mini_pagination li a {
    background: #353535 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 0;
    color: #fff;
    padding: 2px 6px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
ul.mini_pagination li a:hover {
    background: #454545 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 0;
}
ul.mini_pagination li {
    display: inline;
    margin: 0px 1px 0px 0px;
}
/************************************************************************/
/* MODERATION & FILTER STYLES */
.moderation_bar {
    text-align: right;
    padding: 8px 10px;
}
.moderation_bar.with_action {
    background-image: url('/assets/images/topic_mod_arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 35px;
}
/************************************************************************/
/* AUTHOR INFO (& RELATED) STYLES */
.column_view .post_wrap{
    background: #212121;
}
.column_view .post_body{
    border-left: 1px solid #2f2f2f;
}
.author_info {
    width: 155px;
    float: left;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px;
    line-height: 150%;
}
.author_info .group_title {
    color: #dddddd;
    margin-top: 5px;
}
.author_info .member_title {
    margin-bottom: 5px;
    word-wrap: break-word;
}
.author_info .group_icon {
    margin-bottom: 3px;
}
.custom_fields {
    color: #bbbbbb;
    margin-top: 8px;
}
.custom_fields .ft {
    color: #aaaaaa;
    margin-right: 3px;
}
.custom_fields .fc {
    word-wrap: break-word;
}
.user_controls {
    text-align: center;
    margin: 6px 0;
}
.user_controls li a {
    padding: 0 5px;
}
/************************************************************************/
/* BOARD INDEX STYLES */
#board_index {
    position: relative;
}
#board_index.no_sidebar {
    padding-right: 0px;
}
#board_index.force_sidebar {
    padding-right: 280px;
}
#toggle_sidebar {
    position: absolute;
    right: -5px;
    top: -12px;
    z-index: 8000;
    background: #eeeeee;
    padding: 3px 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #333;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
#index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar {
    opacity: 0.1;
}
#toggle_sidebar:hover {
    opacity: 1 !important;
}
.ipsSideBlock, .general_box{
    background: #232323;
    border: 1px solid #383838;
    -webkit-box-shadow: #000 0px 0px 0px 1px;
    -moz-box-shadow: #000 0px 0px 0px 1px;
    box-shadow: #000 0px 0px 0px 1px;
    margin-bottom: 10px;
}
.ipsSideBlock{
    padding: 10px;
}
.bar, .ipsSideBlock h3, .general_box h3{
    border-bottom: 1px solid #383838;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: #282828;
    padding: 8px;
}
.bar{
    border-top: 1px solid #383838;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block:first-of-type h3.bar, .bar.noTopBorder{
    border-top: 0;
}
.ipsSideBlock h3, .ipsSideBlock h3 a, .general_box h3, .general_box h3 a, .bar, .bar a{
    color: #fff;
}
.ipsSideBlock h3{
    margin: -10px -10px 10px -10px;
}
.ipsSideBlock h3 .mod_links {
    color: #fff;
    opacity: 0.0;
    display: inline-block;
    padding: 1px 4px 3px 4px;
    margin-top: -2px;
    text-shadow: none;
    background: url('/assets/images/trans40.png') repeat;
    background: rgba(0,0,0,0.4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
    -moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
    box-shadow: inset rgba(0,0,0,0.6) 0px 1px 2px;
}
.ipsSideBlock h3:hover .mod_links {
    opacity: 1;
}
.sideVerticalList, #index_stats .ipsList_withminiphoto{
    margin: -10px;
}
.sideVerticalList.with_margin{
    margin-bottom: 10px;
}
.status_list .status_list {
    margin: 10px 0 0 35px;
}
.status_list p.index_status_update {
    line-height: 120%;
    margin:4px 0px;
}
.status_list li {
    position: relative;
}
.status_reply {
    margin-top: 8px;
}
.status_list li .mod_links {
    opacity: 0.1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.status_list li:hover .mod_links {
    opacity: 1;
}
/* board stats */
#board_stats ul {
    text-align: center;
    border: 1px solid #383838;
    -webkit-box-shadow: #000 0px 0px 0px 1px;
    -moz-box-shadow: #000 0px 0px 0px 1px;
    box-shadow: #000 0px 0px 0px 1px;
    background: #232323;
    line-height: 28px;
}
#board_stats li {
    margin-right: 20px;
}
#board_stats .value {
    display: inline-block;
    background: #2d2d2d;
    color: #fff;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    padding: 0px 7px;
    font-weight: bold;
    margin-right: 3px;
}
.statistics {
    margin: 10px 0 0 0;
    padding: 8px;
    line-height: 1.3;
    overflow: hidden;
    border: 1px solid #383838;
    -webkit-box-shadow: #000 0px 0px 0px 1px;
    -moz-box-shadow: #000 0px 0px 0px 1px;
    box-shadow: #000 0px 0px 0px 1px;
}
.statistics_head {
    border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: #282828;
    font-size: 11px;
    font-weight: bold;
    padding: 8px;
    margin: -8px -8px 8px -8px;
}
.statistics_head, .statistics_head a{
    color: #fff;
}
.statistics .statistics_head:first-of-type{
    border-top: 0;
}
.statistics .statistics_head:not(:first-of-type){
    margin-top: 0;
}
#stat_links{
    font-weight: normal;
}
#stat_links a{
    margin: 0 5px;
}
.friend_list ul li, #top_posters li {
    text-align: center;
    padding: 8px 0 0 0;
    margin: 5px 0 0 0;
    min-width: 80px;
    height: 80px;
    float: left;
}
.friend_list ul li span.name, #top_posters li span.name {
    font-size: 0.95em;
}
.friend_list ul li .ipsUserPhotoLink{
    margin-bottom: 5px;
}
#hook_watched_items ul li {
    padding: 8px;
}
body#ipboard_body #hook_watched_items fieldset.submit {
    padding: 8px;
}
#hook_birthdays .list_content {
    padding-top: 8px;
}
#hook_calendar .ipsBox_container {
    padding: 10px;
}
#hook_calendar td, #hook_calendar th {
    text-align: center;
}
#hook_calendar th {
    font-weight: bold;
    padding: 5px 0;
}
/************************************************************************/
/* FORUM VIEW (& RELATED) STYLES */
#more_topics {
    text-align: center;
    font-weight: bold;
    background: #282828 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 -1px;
}
#more_topics a, #more_topics span {
    display: block;
    padding: 10px 0;
}
#more_topics, .dynamic_update {
    border-top: 1px dashed #393939;
}
.topic_preview, ul.topic_moderation {
    margin-top: -2px;
    z-index: 300;
}
ul.topic_moderation li {
    float: left;
}
.topic_preview a, ul.topic_moderation li a {
    padding: 0 3px;
    display: block;
    float: left;
}
span.mini_rate {
    margin-right: 12px;
    display: inline-block;
}
img.mini_rate {
    margin-right: -5px;
}
/************************************************************************/
/* TOPIC VIEW (& RELATED) STYLES */
/* Post share pop-up */
#postShareUrl {
    width: 95%;
    font-size: 18px;
    color: #999;
}
#postShareStrip {
    height: 35px;
    margin: 10px 0px 0px 30px;
}
body .ip {
}
span.post_id {
    margin-left: 4px;
}
input.post_mod {
    margin:12px 5px 0px 10px;
}
.post_id a img.small {
    max-height: 12px;
    margin-left: 3px;
    margin-top: -2px;
    opacity: 0.5;
}
.signature {
    clear: right;
    color: #bcbcbc;
    font-size: 0.9em;
    border-top: 1px solid #2f2f2f;
    padding: 10px;
    margin: 6px 0 4px;
    position: relative;
}
.signature a {
    text-decoration: underline;
}
.post_body .signature{
    margin-left: -12px;
    margin-right: -12px;
}
.post_block {
    position: relative;
}
.post_block.no_sidebar {
    background-image: none;
}
.post_block.solved h3, .answerBadgeInPost, .horizontalView .post_block.solved .author_info {
    background: #4a4a4a;
    text-shadow: rgba(0,0,0,0.5) 0px -1px 0px;
    border: 1px solid #777;
}
.post_block.solved h3, .post_block.solved h3 *, .answerBadgeInPost, .horizontalView .post_block.solved .author_info *{
    color: #fff !important;
}
.horizontalView .post_block.solved .author_info .ipsUserPhoto{
    border-color: #353535 !important;
}
.post_block.solved h3, .horizontalView .post_block.solved .author_info{
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.08)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.08) 0%,rgba(255,255,255,0) 100%);
    border-left: 0;
    border-right: 0;
}
.answerBadgeInPost{
    border-top: 0;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
    position: relative;
    float: right;
    margin: -13px -2px 8px 8px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}
.post_block.feature_box {
    background-color: #5d5d5d;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.07)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.07) 0%,rgba(255,255,255,0) 100%);
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
    border: 1px solid #838383;
    padding: 8px;
    min-height: 60px;
    line-height: 180%;
    font-size: 11.4px;
    word-wrap: break-word;
}
.post_block.feature_box, .post_block.feature_box *{
    color: #fcfcfc !important;
}
.post_block.feature_box .ipsType_sectiontitle {
    border-color: #838383;
    font-size: 11.8px;
    font-weight: bold;
}
.post_block.feature_box .ipsBadge_green, .post_block.feature_box .ipsBadge_lightgrey{
    background: #353535;
    -webkit-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, rgba(255,255,255,0.25) 0px 1px 0px;
    -moz-box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, rgba(255,255,255,0.25) 0px 1px 0px;
    box-shadow: inset rgba(0,0,0,0.6) 0px 1px 3px, rgba(255,255,255,0.25) 0px 1px 0px;
    color: #fff !important;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    padding: 3px 9px;
    font-size: 10px;
}
.post_block.feature_box .ipsBadge_lightgrey:hover{
    background: #262626;
}
.post_block.feature_box .ipsUserPhoto{
    border-color: #353535 !important;
}
.post_block h3 {
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: #333333 url("/assets/images/highlight_veryfaint.png") repeat-x 0 -1px;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-weight: normal;
    font-size: 13px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.25) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.25) 0px 1px 3px;
}
.post_block h3, .post_block h3 a{
    color: #fff;
}
.post_block:first-of-type h3{
    border-top: 0;
}
.post_online{
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.post_username{
    float: left;
    min-width: 177px;
    font-weight: bold;
}
.post_date{
    color: #777;
    float: left;
    font-size: 11px;
    font-weight: normal;
}
.post_wrap {
    top: 0px;
}
.post_body {
    margin-left: 175px;
    padding: 12px;
}
.post_body .post {
    line-height: 1.6;
    font-size: 12px;
}
.column_view .post_body .post{
    padding-bottom: 12px;
}
.post_block.no_sidebar .post_body {
    margin-left: 0px !important;
}
.posted_info {
    padding: 0 0 10px 0;
}
.posted_info strong.event {
    color: #1c2837;
    font-size: 1.2em;
}
.post_ignore {
    background: #1c1c1c;
    color: #777;
    font-size: 0.9em;
    padding: 15px;
}
.post_ignore .reputation {
    text-align: center;
    padding: 2px 6px;
    float: none;
    display: inline;
}
.rep_bar {
    white-space: nowrap;
    margin: 6px 4px;
}
.rep_bar .reputation {
    font-size: 10px;
    padding: 2px 10px !important;
}
p.rep_highlight {
    float: right;
    display: inline-block;
    margin: 5px 10px 10px 10px;
    background: #D5DEE5;
    color: #1d3652;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
}
p.rep_highlight img {
    margin-bottom: 4px;
}
.edit {
    padding: 8px 8px 8px 28px;
    background: #e0aa4b url('/assets/images/comment_edit.png') no-repeat 6px 10px;
    border: 1px solid #efba5c;
    color: #723e07;
    text-shadow: #f4c778 0px 1px 0px;
    font-size: 11px;
    margin-top: 15px;
    line-height: 18px;
}
.poll fieldset {
    padding: 9px;
}
.poll_question {
}
.poll_question h4 {
    background: #282828 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 -1px;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.poll_question ol {
    padding: 20px;
}
.poll_question li {
    font-size: 0.9em;
    margin: 6px 0;
}
.poll_question .votes {
    margin-left: 5px;
}
.snapback {
    margin-right: 5px;
    padding: 1px 0 1px 1px;
}
.rating {
    display: block;
    margin-bottom: 4px;
    line-height: 16px;
}
.rating img {
    vertical-align: top;
}
#rating_text {
    margin-left: 4px;
}
/************************************************************************/
/* POSTING FORM (& RELATED) STYLES */
div.post_form label {
    text-align: right;
    padding-right: 15px;
    width: 275px;
    float: left;
    clear: both;
}
div.post_form span.desc, fieldset#poll_wrap span.desc {
    margin-left: 290px;
    display: block;
    clear: both;
}
div.post_form .checkbox input.input_check, #mod_form .checkbox input.input_check {
    margin-left: 295px;
}
div.post_form .antispam_img {
    margin-left: 290px;
}
div.post_form .captcha .input_text {
    float: left;
}
div.post_form fieldset {
    padding-bottom: 15px;
}
div.post_form h3 {
    margin-bottom: 10px;
}
fieldset.with_subhead {
    margin-bottom: 0;
    padding-bottom: 0;
}
fieldset.with_subhead h4 {
    text-align: right;
    margin-top: 6px;
    width: 300px;
    float: left;
}
fieldset.with_subhead ul {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 15px 0px 320px;
}
fieldset.with_subhead span.desc, fieldset.with_subhead label {
    margin: 0;
    width: auto;
}
fieldset.with_subhead .checkbox input.input_check {
    margin-left: 0px;
}
#toggle_post_options {
    background: transparent url('/assets/images/add.png') no-repeat;
    font-size: 0.9em;
    padding: 2px 0 2px 22px;
    margin: 15px;
    display: block;
}
#poll_wrap .question {
    margin-bottom: 10px;
}
#poll_wrap .question .wrap ol {
    margin-left: 25px;
    list-style: decimal;
}
#poll_wrap .question .wrap ol li {
    margin: 5px;
}
.question_title {
    margin-left: 30px;
    padding-bottom: 0;
}
.question_title .input_text {
    font-weight: bold 
}
#poll_wrap {
    position: relative;
}
#poll_footer {
}
#poll_container_wrap {
    overflow: auto;
}
#poll_popup_inner {
    overflow: hidden;
}
.poll_control {
    margin-left: 20px;
}
.post_form .tag_field ul {
    margin-left: 290px;
}
/************************************************************************/
/* ATTACHMENT MANAGER (& RELATED) STYLES */
.swfupload {
    position: absolute;
    z-index: 1;
}
#attachments {
}
#attachments li {
    background-color: #2a2a2a;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    border: 1px solid #383838;
    padding: 6px 20px 6px 42px;
    margin-bottom: 10px;
    position: relative;
    -webkit-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
    -moz-box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
    box-shadow: inset rgba(0,0,0,0.1) 0px 1px 4px;
}
#attachments li p.info {
    font-size: 0.8em;
    width: 300px;
}
#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
    display: none;
}
#attachments li.complete .links {
    font-size: 0.9em;
    margin-right: 15px;
   /*right: 0px;
    top: 12px;
   */
    display: block;
   /*position: absolute;
   */
}
#attachments li .progress_bar {
    margin-right: 15px;
    width: 200px;
   /*right: 0px;
    top: 15px;
    position: absolute;
   */
}
#attachments li.complete, #attachments li.in_progress, #attachments li.error {
    background-repeat: no-repeat;
    background-position: 12px 12px;
}
#attachments li.in_progress {
    background-image: url('/assets/images/loading.gif');
}
#attachments li.error {
    background-image: url('/assets/images/exclamation.png');
    background-color: #822f2f;
    border: 1px solid #9c4141;
}
#attachments li.error .info {
    color: #fff;
}
#attachments li.complete {
    background-image: url('/assets/images/accept.png');
}
#attachments li .thumb_img {
    left: 6px;
    top: 6px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
}
.attach_controls {
    background: url('/assets/images/icon_attach.png') no-repeat 3px top;
    padding-left: 30px;
    min-height: 82px;
}
.attach_controls .ipsType_subtitle {
    margin-bottom: 5px;
}
.attach_controls iframe {
    display: block;
    margin-bottom: 5px;
}
.attach_button {
    font-weight: bold;
}
#help_msg {
    margin-top: 8px;
}
#attach_wrap {
    margin-top: 10px;
    overflow: hidden;
}
#attach_wrap h4 {
    font-size: 16px;
    padding-left: 0px;
}
#attach_wrap li {
    margin: 5px 0;
    vertical-align: bottom;
    display: inline-block;
}
#attach_wrap .attachment {
    float: none;
}
#attach_wrap .desc.info {
    margin-left: 24px;
}
#attach_error_box {
    margin-bottom: 10px;
}
.resized_img {
    margin: 0 5px 5px 0;
    display: inline-block;
}
/************************************************************************/
/* REPUTATION STYLES */
.reputation {
    font-weight: bold;
    padding: 3px 8px;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
}
.reputation.positive, .members li.positive {
    background: #8db13e url('/assets/images/highlight_faint.png') repeat-x 0 0;
}
.reputation.negative, .members li.negative {
    background: #b82929 url('/assets/images/highlight_faint.png') repeat-x 0 0;
}
.reputation.positive, .reputation.negative {
    color: #fff;
}
.reputation.zero {
    background: #505050 url('/assets/images/highlight_faint.png') repeat-x 0 0;
    color: #fff;
}
.status_main_content {
    white-space: break-word;
}
.status_main_content h4 {
    font-weight:normal;
    font-size:1.2em;
}
.status_main_content h4 .su_links a {
    font-weight: normal;
}
.status_main_content p {
    padding: 6px 0px 6px 0px;
}
.status_main_content h4 a {
    font-weight:bold;
    text-decoration: none;
}
.status_mini_wrap {
    padding: 7px;
    font-size: 0.95em;
    margin-top: 2px;
    background: rgba(0,0,0,0.04);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.status_mini_wrap img{
    vertical-align: middle;
    position: relative;
    margin-top: -2px;
}
.status_mini_photo {
    float: left;
}
.status_textarea {
    width: 99%;
}
#index_stats .status_textarea{
    width: 180px;
}
.status_replies_many {
    height: 300px;
    overflow: auto;
}
.status_update {
    background: #1a1a1a url('/assets/images/highlight_reallyfaint.png') repeat-x 0 0;
    color: #fff;
    text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
    padding: 15px 12px;
    text-align: center;
}
.status_update .input_text {
    width: 70%;
   /*background: #e0e0e0;
    color: #363636;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    border: 1px solid #5e5e5e;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
   */
}
.status_update .input_submit{
    padding-left: 15px;
    padding-right: 15px;
}
.status_submit{
    padding-top: 5px;
}
/*.status_update .status_inactive {
    color: #bbbbbb;
}
*/
#status_wrapper h4 {
    font-weight: bold;
    font-size: 14px;
}
.status_content {
    line-height: 1.4;
}
.status_content .mod_links {
    opacity: 0.2;
}
.status_content:hover .mod_links {
    opacity: 1;
}
.status_content .h4, .status_content .status_status {
    font-size: 14px;
    word-wrap: break-word;
}
.status_content .status_status{
    padding: 2px 0 5px 0;
}
.status_feedback .status_mini_content{
    line-height: 18px;
}
.status_feedback {
    margin: 10px 0 0 -10px;
}
/*.status_feedback .row2 {
    margin-bottom: 1px;
}
*/
/* Favorites */
.ips_like {
    background-color: #232323;
    padding: 6px;
    color: #fff;
    font-size: 1em;
    min-height: 18px;
    line-height: 130%;
    clear: both;
    overflow: hidden;
}
.ips_like a {
    color: #fff;
}
.ips_like a.ftoggle {
    float: right;
    background: #2e2e2e;
    border:1px solid #383838;
    padding: 3px 4px 2px 4px;
    color: #fff;
    text-shadow: rgba(0,0,0,0.2) 0px -1px 0px;
    font-size:0.9em;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-top: -4px;
}
.ips_like a.ftoggle.on {
    background: #383838;
    border-color: #434343;
    margin-left: 3px;
}
.ips_like a.ftoggle._newline, .ips_like a.ftoggle.on._newline {
    float:none;
    margin-top: 5px;
    margin-left: auto;
    margin-right: 0;
    display: block;
    width: 70px;
    text-align: center;
}
.ips_like a:hover.ftoggle.on, .ips_like a:hover.ftoggle {
    background-color: #383838;
}
.facebook-like {
    margin-top: 5px;
}
.boxShadow {
    -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
    -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
    box-shadow: rgba(0,0,0,0.1) 0px 1px 5px;
}
/* New notification panel */
#ipsGlobalNotification {
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 20px;
    text-align: center;
    font-weight: bold;
    z-index: 10000;
}
#ips_NotificationCloseButton {
    background: transparent url('/assets/images/close_popup.png') no-repeat top left;
    opacity: 0.8;
    width: 13px;
    height: 13px;
    top: 5px;
    left: 5px;
    position: absolute;
    cursor: pointer;
}
.googlePlusOne {
    display: inline-block;
    vertical-align:middle;
    margin-top: 1px;
}
.fbLike {
    float: right !important;
    padding-left: 2px;
    max-height: 50px;
    overflow: hidden;
}
/************************************************************************/
/* SHARED MEDIA STYLES */
#mymedia_inserted {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    padding: 20px 0;
    background: #000;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    z-index: 20000;
    text-align: center;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
#mymedia_toolbar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 5px;
    background: #2d2d2d url('/assets/images/highlight_reallyfaint.png') repeat-x 0 1px;
}
#mymedia_finish {
    position: absolute;
    right: 5px;
    top: 5px;
}
#mymedia_content {
    height: 339px;
    overflow: auto;
}
.media_results li.result {
    width: 20%;
    height: 120px;
    padding: 10px 0;
    float: left;
    text-align: center;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.media_results li:hover {
    background: #252525;
}
.media_results li:active {
    background: #252525;
}
.media_image {
    padding: 1px;
    background: #2d2d2d;
    border: 1px solid #0e0e0e;
    margin-bottom: 5px;
    -webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
}
/********************************************************/
/* Template Error */
.templateError {
    background: #ffffff !important;
    color: #000000 !important;
    padding: 10px !important;
    border: 1px dotted black !important;
    margin: 0px !important;
}
/********************************************************/
/* ModCP styles */
.modcp_post_controls {
    padding-bottom: 15px;
}
.modcp_post_controls .ipsButton_secondary {
    opacity: 0.5;
}
.post_body:hover .modcp_post_controls .ipsButton_secondary {
    opacity: 1;
}
#modcp_content .ipsFilterbar li.active a {
    margin-bottom: 1px;
    display: inline-block;
}
/********************************************************/
/* Advertisements from Nexus */
.nexusad {
    padding: 10px;
    clear: both;
}
#bbcode-description {
    color: #666 !important;
    white-space: normal !important;
    word-wrap: break-word;
}
/********************************************************/
/* iPad Specific */
@media only screen and (device-width: 768px) {
    table.ipb_table .expander, table.ipb_table .ipsModMenu {
        visibility: visible;
        opacity: 0.2;
   }
    .post_block .post_controls {
        opacity: 1 !important;
   }
    .topic ul.post_controls{
        opacity: 1 !important;
   }
}
#about_me img {
    max-width: 100%;
}
#postShareStrip .fb-like{
    height: 20px;
    overflow: hidden;
}
/* Additional */
#stats_div{
    height: 0px;
    overflow: hidden;
}
.skin_link{
    float: left;
    padding-top: 4px;
   /* padding-left: 31px;
    */
}
.skin_link, .skin_link a{
    color: #eee !important;
}
.skin_link a:hover{
    text-decoration: underline;
}
.negMargin{
    margin: -9px;
}
.negMarginTop{
    margin-top: -9px;
}
.negMarginRight{
    margin-right: -9px;
}
.negMarginBottom{
    margin-bottom: -9px;
}
.negMarginLeft{
    margin-left: -9px;
}
.input_submit, .ipsButton_secondary{
    outline: none;
}
#rss_feed{
    margin-top: -1px;
}
#index_stats .status_submit .input_submit{
    font-size: 11px;
}
div[id$="member_popup"] .general_box{
    margin: 0;
    border: 0;
}
.ipsList_withminiphoto.ipsPad_half{
    padding: 0 !important;
}
/* Fix downloads sidebar padding */
.ipsList_withminiphoto > li {
    overflow: hidden;
}
.status_list li{
    margin-top: 10px;
}
/* Fix status updates on idx */
.fullList{
    margin: -9px;
}
/* Must be the same as ipsPad */
#usercp_content .ipsType_subtitle{
    margin-bottom: 10px;
    padding-bottom: 6px;
    padding-top: 3px;
}
#modCpanel .ipsType_subtitle{
    padding-top: 4px;
    padding-bottom: 5px;
}
.col_f_icon span {
    margin-bottom: 6px;
    margin-top: 2px;
}
.idx_album_thumb img{
    width: 32px;
    height: 32px;
}
.idx_album_thumb img, .inlineimage img, #appGallLatestHook img{
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
    -moz-box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
    box-shadow: rgba(0,0,0,0.2) 0px 1px 2px;
}
.inlineimage img:hover, #appGallLatestHook img:hover{
    opacity: 0.9;
}
.topic_desc{
    display: inline-block;
    padding-top: 3px;
}
.guestMessage{
    background: #232323;
    border: 1px solid #383838;
    -webkit-box-shadow: #000 0px 0px 0px 1px;
    -moz-box-shadow: #000 0px 0px 0px 1px;
    box-shadow: #000 0px 0px 0px 1px;
    color: #cdcdcd;
    line-height: 180%;
    margin-bottom: 10px;
    padding: 10px;
}
.guestMessage .guestHeader{
    border-bottom: 1px solid #383838;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    background: #282828;
    color: #fff;
    padding: 10px;
    font-size: 1.1em;
    font-weight: bold;
    margin: -10px -10px 10px -10px;
}
.guestMessage a{
    color: #fff;
    text-decoration: none;
}
.guestMessage a.input_submit{
    margin: 10px 8px 0 0;
    font-weight: bold;
    text-decoration: none;
}
#sign_in_popup_inner {
    width: 680px !important;
}
.ipbfs_login h4{
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
    background: #222 url('/assets/images/highlight_reallyfaint.png') repeat-x 0 0;
    border-bottom: 1px solid #393939;
}
.ipbfs_login .ipsForm_submit{
    margin-top: 0;
}
.ipbfs_login .ipsBox_notice{
    margin: 0;
}
.ipbfs_login_col{
    float: left;
    width: 314px;
    padding: 15px 10px;
}
.ipbfs_login_col a:hover{
    text-decoration: underline;
}
.ipbfs_login_row{
    overflow: hidden;
}
.ipbfs_login_row label{
    font-size: 1.15em;
}
.ipbfs_login .input_submit{
    font-size: 13px;
}
.ipbfs_login_input {
    padding: 6px 0px 6px 28px;
    font-size: 14px;
    margin-top: 10px;
    width: 284px;
}
.ipbfs_luser{
    background-image: url("/assets/images/user.png");
    background-repeat: no-repeat;
    background-position: 7px 50%;
}
.ipbfs_lpassword{
    background-image: url("/assets/images/key.png");
    background-repeat: no-repeat;
    background-position: 7px 50%;
}
.ipbfs_titlebox .desc{
    padding: 3px 0;
}
.ipbfs_titlebox{
    background: #232323;
    border: 1px solid #383838;
    -webkit-box-shadow: #000 0px 0px 0px 1px;
    -moz-box-shadow: #000 0px 0px 0px 1px;
    box-shadow: #000 0px 0px 0px 1px;
    text-shadow: rgba(0,0,0,0.8) 0px -1px 0px;
    padding: 10px;
    overflow: hidden;
}
.content_border{
    border: 1px solid #383838;
}
.forum_name{
    font-weight: bold;
}
.forum_desc_pos{
    position: relative;
}
.forum_desc_con{
    width: 350px;
    display: none;
    left: 10px;
    float: left;
    position: absolute;
    top: -4px;
    padding-left: 10px;
    background: url("/assets/images/forum_desc_arrow.png") no-repeat 6px 9px;
    z-index: 10000;
}
.forum_description{
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #353535;
    font-size: 11px;
    padding: 5px;
    display: block;
    float: left;
}
.topicViewIcons{
    overflow: hidden;
    position: relative;
    padding-bottom: 1px;
    margin: -3px 10px -5px 0;
}
.topicViewIcons img{
    vertical-align: top;
    margin-top: 4px;
    width: 16px;
    height: 16px;
    background: url("/assets/images/topicViewIcon.png") no-repeat;
}
.topicViewIcons #topicViewRegular img{
    background-position: 0 -16px;
}
.topicViewIcons #topicViewRegular.active img{
    background-position: 0 -16px;
}
.topicViewIcons #topicViewBasic img{
    background-position: -16px -16px;
}
.topicViewIcons #topicViewBasic.active img{
    background-position: -16px -16px;
}
.topicViewIcons a{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
    width: 22px;
    height: 22px;
    text-decoration: none;
    text-align: center;
    outline: none;
    margin-right: 5px;
    opacity: 0.6;
}
.topicViewIcons a:hover{
    background: url("/assets/images/trans10.png") repeat;
    background: rgba(0,0,0,0.1);
    opacity: 1;
}
.topicViewIcons a.active{
    background: #727272 url('/assets/images/highlight_faint.png') repeat-x 0 -1px;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
    -webkit-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    -moz-box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    box-shadow: inset rgba(255,255,255,0.35) 0px 1px 0px;
    opacity: 1;
}
.basicTopicView .post_body{
    margin-left: 0 !important;
    border: 0 !important;
}
.basicTopicView .post_body ul.post_controls{
    margin: 0 -12px -12px -12px;
}
.basicTopicView .author_info, .basicTopicView .signature{
    display: none;
}
.basicTopicView .post_username{
    min-width: 0px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.forum_stats{
    font-size: 11px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-top: 4px;
    color: #888;
    text-transform: capitalize;
}
.forum_stats span{
    color: #aaa;
}
/* Horiztonal View */
.horizontalView .post_block{
    position: static;
}
.horizontalView .author_info{
    border-top: 1px solid #393939;
    border-bottom: 1px solid #393939;
    background: #2c2c2c;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.03)), color-stop(100%,rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.03) 0%,rgba(255,255,255,0) 100%);
    -webkit-box-shadow: rgba(0,0,0,0.08) 0px 2px 5px;
    -moz-box-shadow: rgba(0,0,0,0.08) 0px 2px 5px;
    box-shadow: rgba(0,0,0,0.08) 0px 2px 5px;
    text-shadow: rgba(0,0,0,0.4) 0px -1px 0px;
    float: none;
    width: auto;
    text-align: left;
    position: relative;
}
.horizontalView .post_body{
    margin-left: 0;
    border: 0;
}
.horizontalView .post_body ul.post_controls{
    margin: 0 -12px -12px -12px;
}
.postInfoBottom{
    padding-top: 10px;
    font-size: 11px;
    opacity: 0;
    padding-bottom: 10px;
}
.horizontalView .post_body:hover .postInfoBottom{
    opacity: 1;
}
.postInfoBottom input.post_mod {
    margin: 2px 0 0 0;
}
.postInfoBottom span.post_id {
    margin: 0;
}
.postInfoBottom, .postInfoBottom a{
    color: #999;
}
.horizontalView .postDate{
    margin-right: 15px;
}
.horizontalAvatar{
    margin-right: 10px;
}
.horizontalUserInfo{
    overflow: hidden;
}
.horizontalUsername{
    font-size: 24px;
    font-weight: bold;
    padding: 6px 0 3px 0;
    font-family: "Trebuchet MS";
}
.horizontalUsername a{
    color: #eee;
}
.horizontalUsername a:hover{
    color: #fff;
}
.horizontalInfoList{
    float: left;
    width: 175px;
    color: #ccc;
    font-size: 11px;
}
.horizontalInfoList li{
    padding: 2px 0;
}
.horizontalView .custom_fields{
    margin-top: 0;
}
.horizontalView .author_info .group_icon{
    margin: 0;
}
/* Custom forum icons */
.fadedForumIcon{
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.3;
}
.mtab {
    border-collapse: collapse;
    width: 100%;
}
.mtab tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
.mtab td {
    border: 1px solid #252525;
    padding: 5px;
    text-align: left;
}
.fixed-nav-bar 
{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
}
.ncounter {
    position: absolute;
    margin-left: -10px;
    font-size: 10px;
    padding-left: 4px;
    padding-right: 4px;
    background: red;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    height: 1.7vh;
    border-radius: 3px;
    display: inline-block;
}
.logo {
    padding-top: 70px; 
    padding-bottom: 20px;
    animation: moverAnimation 1s infinite alternate;
}
@keyframes moverAnimation {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-3px);
    }
}