@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

html,body {
background:url(http://z5.ifrm.com/30110/58/0/p1094736/bg.png);
color:#6d6d6d;
font-family:'Open Sans',"HelveticaNeue Light", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, ‘Lucida Sans Unicode’, ‘Lucida Grande’,"Calibri", Arial, "Lucida Grande", sans-serif;
font-size:93.3%;
margin:0;
padding:0;
}


.c_user img.avatar,.c_user img.member{
                width: 100px;
                height: 100px;
                border: solid 2px  #FBB316;
                background: #FBB316;
                border-radius: 50%;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;}

td.c_user .usertitle {
    background: url("http://z5.ifrm.com/30110/58/0/p1119129/User_Thoughts.png") no-repeat 10px;text-indent: 39px;font-weight: 300;color: #fff;padding-top: 1px;
text-shadow: 0 1px 1px rgba(0,0,0,.5);
font-size: 14px;
    

}


td.c_user .usertitle img {
    box-shadow: 0 0 4px 3px rgba(0, 0, 0, 0.15);
    position: relative;
    top: -72px;
}
.pip {
    margin: 3px 0;
    white-space: nowrap;
}
.topic dl.user_info dt, .topic dl.user_info dd {
    color: #FFFFFF;
    font-weight: 300;
}
.topic dl.user_info dt {
    display: none;
}
dl.user_info dd.spacer, dl.user_profile dd.spacer {
    clear: both;
    float: none;
    height: 1px;
    padding: 0;
}
.topic dl.user_info dd:nth-child(2) {
    background: url("http://z5.ifrm.com/30110/58/0/p1119115/User_Posts.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    font-weight: 700;
    margin-left: 160px;
    padding-left: 22px;
}
.topic dl.user_info dd:nth-child(2):after {
    content: "posts";
    font-weight: 300;
    padding-left: 4px;
}
.topic dl.user_info dd:nth-child(4) {
    background: url("http://z5.ifrm.com/30110/58/0/p1119114/User_Group.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-top: -20px;
    padding-left: 22px;
}
.topic dl.user_info dd:nth-child(6) {
    background: url("http://z5.ifrm.com/30110/58/0/p1119117/User_Number.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-left: 280px;
    margin-top: -20px;
    padding-left: 22px;
}
.topic dl.user_info dd:nth-child(8) {
    background: url("http://z5.ifrm.com/30110/58/0/p1119113/User_Birthday.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    margin-left: 360px;
    margin-top: -20px;
    padding-left: 22px;
    width: 120px;
}




a {
color:#2799e8;
text-decoration:none;
transition: color .3s;
-moz-transition: color .3s; /* Firefox 4 */
-webkit-transition: color .3s; /* Safari and Chrome */
-o-transition: color .3s; /* Opera */
}

a:hover {
color:#8d8d8d;
text-decoration:none;
}

hr {
background-color:#e7e7e7;
border:0;
clear:both;
color:#9e9e9e;
height:1px;
}

table {
border-collapse:collapse;
border-spacing:0;
clear:both;
empty-cells:show;
width:100%;
}

th,td {
border:1px solid #e7e7e7;
}

th {
background:#f8f8f8;
color:#777;
font-weight:400;
padding:7px 8px;
text-align:left;
}

td {
background:#fff;
color:#6d6d6d;
padding:8px 10px;
}

th a,th a:hover {
color:#777;
font-weight:700;
}

h1 {
font-size:200%;
}

h2,h3 {
font-size:100%;
}

.category h2,.topic h2,#portal h2,#portal_foot h2,thead th {
background-color:#fff;
color:#2799e8;
font-weight:300;
font-size:15px;
}

thead th {
border:1px solid #e9e9e9;
border-bottom-width:1px;
padding:10px;
text-align:center;
}

h2.special {
background-color:#fff;
font-weight:300;
font-size:15px;
color:#6d6d6d;
}

input,select,textarea,button,a.btn_fake {
background:#fafafa;
border:1px solid #e7e7e7;
color:#6d6d6d;
padding:7px 10px;
vertical-align:middle;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

input,select,textarea{
color:#979797
transition: all .3s;
-moz-transition: all .3s; /* Firefox 4 */
-webkit-transition: all .3s; /* Safari and Chrome */
-o-transition: all .3s; /* Opera */
}

input:focus,input:hover,select:focus,select:hover,textarea:focus,textarea:hover{
color:#6d6d6d;
}

#shoutpost button{
}

textarea {
font-family:"Open Sans", sans-serif;
font-size:100%;
margin:auto;
width:98%;
}

input:focus,input.focus,textarea:focus,textarea.focus {
  -moz-box-shadow:    0px 0px 0px 1px #2799e8;
  -webkit-box-shadow: 0px 0px 0px 1px #2799e8;
  box-shadow:             0px 0px 0px 1px #2799e8;
outline:none;
border:1px solid #2799e8;
}

.submit_error {
background:#fff8eb;
border:1px solid #e77700;
}

button,a.btn_fake {
font-family:Open Sans;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f6f6f6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
color:#606060;
border:1px solid #cdcdcd;
cursor:pointer;
font-size:90%;
overflow:visible;
width:auto;
padding:5px 10px;
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow:     0px 2px 2px rgba(0, 0, 0, 0.05);
box-shadow:              0px 2px 2px rgba(0, 0, 0, 0.05);
}

button:hover,a.btn_fake:hover {
background: #2ca7eb; /* Old browsers */
background: -moz-linear-gradient(top,  #2ca7eb 0%, #228be5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2ca7eb), color-stop(100%,#228be5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #2ca7eb 0%,#228be5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #2ca7eb 0%,#228be5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #2ca7eb 0%,#228be5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #2ca7eb 0%,#228be5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ca7eb', endColorstr='#228be5',GradientType=0 ); /* IE6-9 */
border:1px solid #1e74b0;
color:#fff;
-webkit-box-shadow: inset 0 1px #3fcbf3;
-moz-box-shadow:     inset 0 1px #3fcbf3;
box-shadow:              inset 0 1px #3fcbf3;
text-shadow: 0 1px 1px #1c7be2;
}

button:active,a.btn_fake:active {
background: #228be5; /* Old browsers */
background: -moz-linear-gradient(top,  #228be5 0%, #2ca7eb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#228be5), color-stop(100%,#2ca7eb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #228be5 0%,#2ca7eb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #228be5 0%,#2ca7eb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #228be5 0%,#2ca7eb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #228be5 0%,#2ca7eb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#228be5', endColorstr='#2ca7eb',GradientType=0 ); /* IE6-9 */
border:1px solid #1e74b0;
color:#fff;
-webkit-box-shadow: inset 0 1px 1px #1d7ae2;
-moz-box-shadow:     inset 0 1px 1px #1d7ae2;
box-shadow:              inset 0 1px 1px #1d7ae2;
text-shadow: 0 1px 1px #1c7be2;
}

button.btn_text {
background:none;
border:0;
cursor:pointer;
font-size:100%;
}

.notice {
background:#fff;
color:#6d6d6d;
margin:10px auto;
width:70%;
  -moz-box-shadow:    0 0 0 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.05);
border:1px solid #d9d9d9;
padding:5px;
}

.notice dt {
color:#898989;
font-weight:300;
font-size:15px;
}

.notice dd {
color:#898989;
font-style:italic;
font-size:13px;
}

dl.info {
background:#fffef1;
}

.info dt {
color:transparent;
}

.info dt::before {
color:#898989;
content:"Note:";
}

dl.error {
}

.error dt {
color:#BC3737;
}

.error dt::after {
content:"!";
}

.error dt::before {
content:"Ruh-roh! ";
}

#top ul,#nav,ul.cat-pages,ul.cat-topicpages,table.calendar ul,div.meta_menu ul,#pm_folderlist,#profile_menuwrap ul {
list-style:none;
padding:0;
}

#profile_menuwrap ul,ul.cat-topicpages,blockquote dl,#fast-reply dd {
margin:0;
}

#top li,#nav li,ul.cat-pages li,ul.cat-topicpages li,table.calendar li,#pm_folderlist li,#profile_menuwrap li,#ucp_gallery li {
display:inline;
}

#top_bar {
display:none;
}

#top {
margin-top:16px;
margin-bottom:30px;
}

div#top_info small a[href*="/login/logout/"] {
clear: both;
display: block;
text-indent:-999em;
color:transparent;
text-shadow:none; /* in case there is a text-shadow added to links */
background:url(http://z5.ifrm.com/30110/58/0/p1068704/SignOut.png) no-repeat !important;
height:12px !important;
width:12px !important;
float:right;
position: relative;
right:12px;
top:4px;
transition: background-image .3s;
-moz-transition: background-image .3s; /* Firefox 4 */
-webkit-transition: background-image .3s; /* Safari and Chrome */
-o-transition: background-image .3s; /* Opera */
}

div#top_info small a:hover[href*="/login/logout/"]{
background:url(http://z5.ifrm.com/30110/58/0/p1069182/SignOuthov.png) no-repeat !important;
}

div#top_info small a[href*="/login/"] {
clear: both;
display: block;
text-indent:-999em;
color:transparent;
text-shadow:none; /* in case there is a text-shadow added to links */
background:url(http://z5.ifrm.com/30110/58/0/p1068759/login.png) no-repeat;
height:12px;
width:13px;
float:right;
position: relative;
right:12px;
top:4px;
transition: background-image .3s;
-moz-transition: background-image .3s; /* Firefox 4 */
-webkit-transition: background-image .3s; /* Safari and Chrome */
-o-transition: background-image .3s; /* Opera */
}

div#top_info small a:hover[href*="/login/"]{
background:url(http://z5.ifrm.com/30110/58/0/p1069177/loginhov.png) no-repeat;
}

div#top_info small a[href*="/register/"] {
clear: both;
display: block;
text-indent:-999em;
color:transparent;
text-shadow:none; /* in case there is a text-shadow added to links */
background:url(http://z5.ifrm.com/30110/58/0/p1068758/reg.png) no-repeat;
height:12px;
width:13px;
float:right;
position: relative;
right:30px;
top:-8px;
transition: background-image .3s;
-moz-transition: background-image .3s; /* Firefox 4 */
-webkit-transition: background-image .3s; /* Safari and Chrome */
-o-transition: background-image .3s; /* Opera */
}

div#top_info small a:hover[href*="/register/"]{
background:url(http://z5.ifrm.com/30110/58/0/p1069181/reghov.png) no-repeat right;
}


#top_info strong{
color:#8e8e8e !important;
float:right;
position:relative;
right:12px;
text-indent:0 !important;
font-weight:600;
}

#top_info strong a{
color:##2799e8 !important;
text-indent:0 !important;
transition: color .3s;
-moz-transition: color .3s; /* Firefox 4 */
-webkit-transition: color .3s; /* Safari and Chrome */
-o-transition: color .3s; /* Opera */
font-weight:600;
}

#top_info strong a:hover{
color:#8e8e8e !important;
}

#top_info {
color:transparent;
text-indent:-999em;
font-size:13px;
position:relative;
top:-4px;
}

#top_info strong::after{
content:"!";
font-weight:400 !important;
}

#top_info strong::before{
content:"Hi, ";
font-weight:400;
}

#top_menu{
float:right;
position:relative;
right:12px;
top:-13px;
}

#top_menu a{
color:transparent;
}

#top_menu img{
display:none;
}

#menu_ucp a{
background:url(http://z5.ifrm.com/30110/58/0/p1068739/pref.png) no-repeat;
height:12px;
width:12px;
transition: background-image .3s ease-in-out;
-moz-transition: background-image .3s ease-in-out; /* Firefox 4 */
-webkit-transition: background-image .3s ease-in-out; /* Safari and Chrome */
-o-transition: background-image .3s ease-in-out; /* Opera */
text-indent:-999em;
}

#menu_pm a{
background:url(http://z5.ifrm.com/30110/58/0/p1068738/msg.png) no-repeat;
height:12px;
width:15px;
transition: background-image .3s;
-moz-transition: background-image .3s; /* Firefox 4 */
-webkit-transition: background-image .3s; /* Safari and Chrome */
-o-transition: background-image .3s; /* Opera */
text-indent:-999em;
}

#menu_acp a{
background:url(http://z5.ifrm.com/30110/58/0/p1068737/acp.png) no-repeat;
height:12px;
width:11px;
transition: background-image .3s;
-moz-transition: background-image .3s; /* Firefox 4 */
-webkit-transition: background-image .3s; /* Safari and Chrome */
-o-transition: background-image .3s; /* Opera */
text-indent:-999em;
}

#menu_rcp a{
background:url(http://z5.ifrm.com/30110/58/0/p1068708/RCP.png) no-repeat;
height:12px;
width:11px;
transition: all .3s;
-moz-transition: background-image .3s; /* Firefox 4 */
-webkit-transition: all .3s; /* Safari and Chrome */
-o-transition: background-image .3s; /* Opera */
text-indent:-999em;
}

#menu_rcp a:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1069180/RCPhov.png) no-repeat;
}

#menu_acp a:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1069176/acphov.png) no-repeat;
}

#menu_ucp a:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1069179/prefhov.png) no-repeat;
}

#menu_pm a:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1069178/msghov.png) no-repeat;
}

.drop_menu li {
display:none;
float:left;
margin-right:3px;
text-align:center;
}

.drop_menu a {
color:transparent;
display:block;
}

.drop_menu a:hover {
}

.drop_menu ul {
display:none;
-moz-opacity:0.85;
border-top:1px solid #3A5197;
color:#fff;
left:-999em;
margin:0;
opacity:0.85;
position:absolute;
width:9.4em;
}

.drop_menu ul li {
background:#9e9e9e;
font-size:85%;
margin:0;
padding:0;
width:100%;
}

.drop_menu ul li a {
border:0 solid #3A5197;
border-width:0 1px 1px;
display:block;
padding:4px 5%;
width:90%;
}

.drop_menu li ul li a:hover {
background:#3a5197;
}

#logo {
float:left;
margin:20px 0 0 30px;
}

#wrap {
display:table-cell;
padding:25px 25px 0 0;
}

#whiteborder{
background-color:#fff;
padding:3px;
  -moz-box-shadow:    0 0 0 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.05);
border:1px solid #d9d9d9;
}

#nav {
background:#fff;
border:1px solid #e9e9e9;
height:20px;
padding:8px 20px 7px 16px;
font-size:13px;
}

#nav a{
color:#2799e8;
padding:10px auto;
}

.meta_box {
background:url(http://z5.ifrm.com/static/1/css/boxbg.png) repeat-x top #D8DCEB;
border:1px solid #BFC8E3;
font-size:85%;
line-height:150%;
padding:10px 25px;
}

.meta_menu {
background:#F6F6F6;
border:1px solid #e7e7e7;
padding:0;
width:49%;
}

.meta_menu h3 {
background:#fff;
border:1px solid #e77700;
clear:both;
color:#FFF;
font-size:100%;
font-weight:700;
margin:-1px;
text-align:center;
}

.meta_menu a,.meta_menu a:hover {
color:#666;
}

ul.cat-pages {
float:left;
font-size:90%;
margin:15px 0;
padding: 5px 1px;
width:49%;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
background:#fff;
border:1px solid #e7e7e7;
color:#9e9e9e;
}

.cat-pages a:hover,.cat-topicpages a:hover {
background:#f6f6f6;
color:#9e9e9e;
}

.cat-pages span {
background:#9e9e9e;
border:1px solid #3a5197;
color:#FFF;
cursor:default;
font-weight:700;
padding:2px 5px;
}

.cat-pages input {
background:#fff;
color:#9e9e9e;
padding:3px 5px;
vertical-align:baseline;
}

ul.cat-topicpages {
float:right;
font-size:80%;
padding:1px 0;
}

tr.generic td,div.generic {
font-size:120%;
font-weight:700;
padding:20px;
text-align:center;
}

td.c_head,td.c_foot,td.c_sort {
font-size:80%;
}

td.c_desc {
font-weight:700;
text-align:right;
vertical-align:middle;
width:200px;
}

td.c_desc small {
display:block;
font-weight:400;
}

tr.pm_new td {
background:#D8DCEB;
font-weight:700;
}

tr.hidden td.c_post {
background:#D8DCEB;
}

.bday {
background:url(http://z5.ifrm.com/static/1/s_minibday.png) no-repeat;
color:#425384;
font-size:90%;
font-weight:700;
height:16px;
padding:2px 2px 2px 18px;
width:20px;
}

.c_mark {
background:#fff;
text-align:center;
width:4%;
}

.c_forum {
background-color:#f8f8f8;
font-size:11px;
width:60%;
}

.c_forum div{
}

.c_forum strong a:hover,.c_last strong a:hover {
color:#8d8d8d;
}

.c_last strong a {
color:#2799e8;
font-weight:400;
}

.c_forum strong a{
font-size:14px;
color:#2799e8;
font-weight:400;
}

td.c_last {
background:#fff;
font-size:85%;
}

.c_forum-desc {
color:#6d6d6d;
font-size:85%;
}

.c_last-title {
background:url(http://z5.ifrm.com/30110/58/0/p1071495/c_last_title.png) no-repeat left;
display:block;
line-height:16px;
padding-left:8px;
}

.c_last-title:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1071496/c_last_titlehov.png) no-repeat left;
}

td.c_info-v,td.c_info-t,td.c_info-r {
background-color:#f8f8f8;
color:#797979;
font-size:80%;
text-align:center;
padding:9px 10px;
}

.c_info-v::before{
content:url(http://z5.ifrm.com/30110/58/0/p1070421/viewers.png) no-repeat left;
padding-right:6px;
}

.c_info-t::before{
content:url(http://z5.ifrm.com/30110/58/0/p1070420/topics.png) no-repeat left;
padding-right:6px;
}

.c_info-r::before{
content:url(http://z5.ifrm.com/30110/58/0/p1070419/replies.png) no-repeat left;
padding-right:6px;
}

td.c_subforum {
background:#fff;
padding:8px 10px;
color:#8d8d8d;
font-size:80%;
}

td.c_subforum strong{
color:#8d8d8d;
font-style:italic;
}

.cat_head td {
border-color:#e9e9e9;
border-bottom:none;
}

#stats .cat_head td {
font-weight:300;
font-size:15px;
}

.description {
color:#666;
font-size:85%;
}

a.member:hover {
color:#666;
}

td#stats_events a,td#stats_events span {
background:url(http://z5.ifrm.com/30110/58/0/p1082483/Calendar.png) no-repeat 2px;
padding:4px 0 4px 20px;
}

td.c_username {
background:#f6f6f6;
padding:2px 0;
text-align:center;
}

td.c_username a {
font-size:140%;
font-weight:700;
}

td.c_user {color:white;
font-size:90%;
}

td.c_user dl {
background:none;
border:0px solid #e7e7e7;
margin:10px 0;
padding:5px 7px;
width:160px;
}

dl.user_profile {
overflow:hidden;
word-wrap:break-word;
}

dl.user_profile dd {
font-style:italic;
margin-left:8px;
}

dl.user_info dd {
font-weight:700;
margin-bottom:1px;
}

#profile_menu ul {
-moz-opacity:1;
border-top:0;
opacity:1;
}

#profile_menu a {
background:#9e9e9e;
border:1px solid #3a5197;
}

#profile_menu li li a {
border-top:0;
}

#profile_menu li ul li a:hover {
background:#9e9e9e;
}

td.c_poll-choice label {
font-weight:700;
padding-left:1em;
}

td.c_poll-votes {
font-size:120%;
text-align:center;
width:15%;
}

td.c_poll-bar div {
background:#2799E8;
float:left;
height:18px;
padding-right:3px;
-moz-border-radius:2px;
border-radius:2px;
}

td.c_poll-bar span {
background:#2799E8;
display:block;
float:left;
height:18px;
}

.editby,.queued {
border:1px dotted #e7e7e7;
color:#999;
font-size:85%;
font-style:italic;
margin-top:2em;
padding:8px;
}

.queued {
background-color:#D8DCEB;
border-color:#9e9e9e;
}

blockquote {
background-color:#fff;
margin:10px auto;
width:97%;
  -moz-box-shadow:    0 1px 2px 1px rgba(0,0,0,0.03);
  -webkit-box-shadow: 0 1px 2px 1px rgba(0,0,0,0.03);
  box-shadow:             0 1px 2px 1px rgba(0,0,0,0.03);
-moz-border-radius:2px;
border-radius:2px;
}

blockquote dl {
color:#acacac;
font-weight:400;
font-size:14px;
}

blockquote div:not(.spoiler),blockquote div:not(.spoiler_toggle),blockquote code {
background:url(http://z5.ifrm.com/30110/58/0/p1082369/quotebr.png) no-repeat right bottom;
display:inline-block!important;
width:99.45%;
min-height:33px;
padding:0 0.55% 0.55% 0;
margin:0 -0.55% -0.55% 0;
}

blockquote dl dt {
background:url(http://z5.ifrm.com/30110/58/0/p1082370/quotetl.png) no-repeat left top;
height:33px;
margin:-0.55% 0 0 -0.55%;
color:#949494;
float:left;
text-indent:40px;
font-weight:300;
font-size:18px;
}

code {
background:#f6f6f6;
display:block;
font-family:Monaco, Consolas, "Courier New", Courier, monospace;
white-space:normal;
}

div.spoiler {
background: #fff;
border-top: 0;
margin-left: 42px;
-webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.10);
-moz-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.10);
box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.10);
position: relative;
}

div.spoiler_toggle {
background: url(http://z5.ifrm.com/30110/58/0/p1152546/Spoiler.png) no-repeat left top #fff;
color: #3fb8dd;
cursor: pointer;
font-weight: 500;
height: 42px;
text-indent: 53px;
line-height:38px;
font-family: dosis;
font-size: 21px;
text-transform: lowercase;
-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.10);
-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.10);
box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.10);
}

td.c_postinfo {
background:#f6f6f6;
color:#999;
font-size:80%;
vertical-align:middle;
}

td.c_sig {
color:#666;
font-size:80%;
}

td.c_sig blockquote {
background:none transparent;
border:0;
border-left:3px solid #999;
padding-left:5px;
}

td.c_sig blockquote dl {
background:none transparent;
border:0;
color:#666;
}

td.c_sig blockquote dl dt,td.c_sig blockquote dl dd {
color:#666;
padding:0;
}

td.c_sig blockquote div {
background:transparent;
margin-left:5px;
padding:0;
}

tr.c_postfoot {
background:#f6f6f6;
clear:both;
}

td.c_footicons,td.c_postinfo {
width:100%;
}

td.c_username {
width:175px;
}

.c_next a {
display:block;
font-size:125%;
font-weight:700;
text-align:center;
}

td.c_view {
background:#f6f6f6;
color:#777;
}

div.c_view-list {
color:#999;
font-size:92.5%;
}

dl#fast-reply dt {
background:#2799e8;
border:1px solid #fff;
color:#FFF;
font-size:14px;
font-weight:400;
padding:8px;
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.06);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.06);
}

dl#fast-reply dd {
background:#fafafa;
border:1px solid #fff;
padding:15px 0;
text-align:center;
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,0.06);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.06);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.06);
}

#c_post-preview {
background:#fafafa;
border:1px solid #e7e7e7;
margin:0 auto 10px;
padding:5px;
text-align:left;
width:98%;
}

#c_post-resize span {
color:#e7e7e7;
cursor:pointer;
font-size:225%;
padding:20px 5px 0;
}

#emot_wrap {
background:#fff;
border:1px solid #e7e7e7;
}

#emot_wrap h3 {
background:#fff;
border-bottom:1px solid #e7e7e7;
color:#999;
font-size:120%;
text-align:center;
padding:8px;
font-weight:400;
}

#emot_end {
background:#f6f6f6;
border-top:1px solid #e7e7e7;
display:block;
font-weight:700;
padding:4px 0;
text-align:center;
}

#pm_folders {
border-left:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
padding-top:30px;
vertical-align:top;
width:150px;
}

#pm_folderlist {
position: relative;
margin-left:0;
margin-top:0
}

#pm_folderlist li {
background:url(http://z5.ifrm.com/static/1/pmfolder.png) no-repeat 5px;
display:list-item;
margin-bottom:4px;
padding-left:28px;
}

#pm_forwarded {
border:1px dotted #e7e7e7;
color:#999;
font-size:90%;
font-style:italic;
margin-top:1em;
padding:3px 5px;
}

#ucp_gallery a {
color:#425384;
font-weight:700;
}

#ucp_gallery a:hover {
color:#9e9e9e;
}

.calendar td.cal_inactive {
background:#f6f6f6;
color:#e7e7e7!important;
}

.calendar td div {
background:#f6f6f6;
border-bottom:1px solid #e7e7e7;
font-weight:700;
padding:5px 7px;
}

.calendar div a {
background:url(http://z5.ifrm.com/static/1/s_minibday.png) no-repeat 5px;
float:right;
font-size:80%;
font-weight:400;
padding:0 0 6px 24px;
}

.calendar li a,.calendar li span {
border-color:transparent;
border-style:solid;
border-width:1px;
display:block;
padding:3px;
}

.calendar td#cal_current {
background:#fff;
border:2px solid #2799e8;
}

div.portal_content {
background:#fafafa;
border:1px solid #e7e7e7;
font-size:88.3%;
margin:0;
padding:5px 7px;
}

#portal h2 {
font-size:88.3%;
}

#portal h4 {
background:#f8f8f8;
border-left:1px solid #e7e7e7;
border-right:1px solid #e7e7e7;
color:#777;
font-size:88.3%;
font-weight:400;
margin:0;
padding:5px 7px;
}

#faq dt a,#faq dt a:hover {
color:#2799e8;
font-weight:300;
font-size:15px;
}

#faq dd.faq_more a,#faq dl.faq_more a:hover {
color:#2799e8;
font-weight:300;
font-style:italic;
}

.search_results {
background:#fafafa;
border:1px solid #e7e7e7;
margin-bottom:1em;
padding:5px 7px;
}

.search_results h3 {
display:inline;
font-size:125%;
}

.search_results cite,.search_results p {
color:#777;
font-size:85%;
margin:0;
}

#findposts .c_mark {
color:#9e9e9e;
font-size:200%;
font-weight:700;
vertical-align:top;
}

#pmtoast {
background:#fff;
bottom:25px;
color:#6d6d6d;
font-size:90%;
position:fixed;
right:25px;
text-align:right;
text-decoration:none;
width:235px;
z-index:1;
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,0.04);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.04);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.04);
border:1px solid #d9d9d9;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: opacity .3s;
-moz-transition: opacity .3s; /* Firefox 4 */
-webkit-transition: opacity .3s; /* Safari and Chrome */
-o-transition: opacity .3s; /* Opera */
}

#pmtoast:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#pmlink {
background:url(http://z5.ifrm.com/30110/58/0/p1074466/pm.png) no-repeat 28px;
color:#9e9e9e;
display:block;
padding:18px 20px 2px 2px;
text-decoration:none;
}

#pmlink big {
color:#6d6d6d;
display:block;
font-weight:300;
padding-bottom:5px;
}

#pmlink big::after{
content:"!"
}

#pmlink strong {
color:#2799e8;
font-weight:400;
}

#pmclose {
color:transparent;
display:block;
position:relative;
top:-95px;
right:10px;
font-size:10px;
}

#pmclose::after {
color:#2799e8;
content:" x";
}

#foot_wrap {
margin:20px 0;
}

#foot td {
font-size:80%;
padding:8px 15px;
}

#foot #foot_datetime {
border-left:none;
width:1%;
white-space:nowrap;
}

#foot_links{
border-left:none;
border-right:none;
}

#foot_themechooser {
border-right:none;
}

#foot_themechooser select {
background:#fff;
border:none;
font-size:13px;
font-family:'Open Sans';
font-weight:700;
}

#foot_themechooser label {
background:url(http://z5.ifrm.com/30110/58/0/p1071817/sep.png) no-repeat right;
padding:12px 10px 15px 0;
font-size:12px!important;
}

#copyright {
color:#b1b1b1;
text-align:right;
font-weight:400;
font-size: 11px;
clear:both;
position:relative;
right:32px;
top:19px;
}

#copyright a {
color:#2799e8;
font-weight:400;
}

#c_tos h3 {
color:#6d6d6d;
font-size:120%;
}

td.username_ok {
background:#e0fae0;
}

input.username_ok {
outline:2px solid #0c0;
}

td.username_no {
background:#fae0e0;
}

input.username_no {
outline:2px solid #e77700;
}

#acplogin {
background:url(http://z5.ifrm.com/static/acp/acpback.png) repeat-x 0 -195px #fff;
border:2px solid #3a5197;
height:275px;
left:50%;
margin:-137.5px 0 0 -250px;
padding:0;
position:absolute;
top:50%;
width:500px;
}

#acplogin h1 {
color:#FFF;
font-weight:400;
height:50px;
margin-bottom:20px;
padding:50px 20px 0 0;
text-align:right;
}

#acplogin h1 img {
position:absolute;
left:0;
top:0;
}

a img {
border:0;
}

form {
display:inline;
margin:0;
padding:0;
}

.category h2,.topic h2,#portal h2 {
padding:5px;
text-align:left;
}

h3 {
padding:3px 0;
}

input[type=checkbox] {
background:#fff !important;
border:0;
padding:0;
vertical-align:bottom;
}

input[type=radio] {
border:0;
}

select {
margin:0 7px;
padding:0;
}

option {
margin:2px 0;
}

button.btn_img {
border:0;
cursor:pointer;
padding:0;
}

.notice dt,.notice dd {
padding:5px 7px;
}

.drop_menu a img {
vertical-align:bottom;
}

.drop_menu li:hover ul,.drop_menu li.hover ul {
left:auto;
}

#submenu a {
padding:3px 5px;
}

#main {
padding:0;
}

#nav li img {
vertical-align:top;
}

.meta_box,.meta_menu {
margin:10px 0;
}

.meta_box li {
display:list-item;
list-style-position:inside;
list-style-type:square;
margin-left:10px;
}

.meta_menu ul {
font-size:90%;
margin:5px 5%;
}

.meta_menu img,.meta_menu span {
float:right;
margin:10px 20px;
}

.cat-pages a,.cat-pagesjump i,.cat-topicpages a {
cursor:pointer;
padding:2px 5px;
}

.cat-topicpages a {
padding:0 2px;
}

.cat-buttons,.topic-buttons {
float:right;
margin:15px 0;
text-align:right;
width:50%;
}

tr.postbtn td {
padding:5px;
text-align:center;
}

.row1,.row2 {
line-height:1.4;
}

td.c_head input,td.c_head button,td.c_foot input,td.c_foot button,td.c_sort input,td.c_sort button {}

td.c_desc img,td.c_desc input {
float:left;
vertical-align:middle;
}

.category {
margin:30px 0 0;
}

span.collapse,span.uncollapse {
cursor:pointer;
float:right;
position:relative;
bottom:3px;
height:26px;
width:26px;
transition: background .3s;
-moz-transition: background .3s; /* Firefox 4 */
-webkit-transition: background .3s; /* Safari and Chrome */
-o-transition: background .3s; /* Opera */
}

span.collapse{
background:url(http://z5.ifrm.com/30110/58/0/p1071498/Collapse.png) no-repeat left;
}

span.collapse:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1071499/CollapseHov.png) no-repeat left;
}

span.uncollapse{
background:url(http://z5.ifrm.com/30110/58/0/p1071500/Expand.png) no-repeat left;
}

span.uncollapse:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1071501/ExpandHov.png) no-repeat left;
}

span.right{
float:right;
}

div.right{
float:right;
}

.c_mark img {
display:block;
margin:auto;
}

td.c_last{
padding: 7px 10px;
}

.c_last {
line-height:1.7;
min-width:300px;
width:30%;
}

.category td.c_foot {
height:0px;
}

#stats_members {
line-height:1.2;
font-weight:300;
}

td.c_cat-mark,td.c_cat-icon {
padding:5px 0;
text-align:center;
width:30px;
}

td.c_cat-starter {
width:125px;
}

td.c_cat-lastpost {
width:175px;
}

.c_user {
vertical-align:top;
width:1px;
min-width:175px;
max-width:175px;
}

.c_post {
width:100%;
}

.c_sig,.c_nosig {
width:100%;
}





.av_wrap {
overflow:hidden;
text-align:center;
margin:auto;
}

td.c_user .usertitle {
margin:3px 0;
overflow-x:hidden;
text-align:center;
}

.pip {
margin:3px 0;
white-space:nowrap;
}
dl.user_info dt,dl.user_info dd {
padding:.1em;
}

dl.user_info dt {
float:left;
margin:0;
min-width:4em;
}

dl.user_info dd.spacer,dl.user_profile dd.spacer {
clear:both;
float:none;
height:1px;
padding:0;
}

td.c_poll-choice {
line-height:1.5;
padding-left:45%;
}

td.c_poll-answer {
text-align:right;
width:42.5%;
}

td.c_poll-bar {
text-align:left;
vertical-align:middle;
width:42.5%;
}

* html td.c_poll-bar span {
margin-top:3px;
}

td.c_post {
line-height:1.7;
vertical-align:top;
}

 td.c_post ul {
list-style-type:square;
margin-left:10px;
}

.c_post img,#topic_review img {
max-width:90%;
}

.c_post-attachment {
font-size:83.3%;
margin-top:1em;
padding:1em;
}

.c_post-attachment dd {
margin-left:1em;
}

.post_sep {
font-size:1px;
height:1px;
}

td.c_sig,td.c_nosig {
height:1%;
vertical-align:top;
}

td.c_nosig {
border-top-style:hidden!important;
}

blockquote dl dt,blockquote dl dd {
padding:2px 4px;
}

dl#fast-reply {
clear:both;
margin:auto;
width:80%;
}

dl#fast-reply dd p {
margin:-3px;
padding:0 5% 10px;
text-align:left;
}

dl#fast-reply dd textarea {
display:block;
height:100px;
margin-bottom:10px;
padding:2px;
width:90%;
}

#c_post-text {
height:223px;
}

#c_post-resize {
float:right;
margin-top:-1px;
padding:4px 0 0;
text-align:right;
}

#btn_preview {
float:left;
margin:10px 0 0 1px;
}

#c_emot {
height:225px;
vertical-align:top;
width:210px;
}

#emot_list {
height:275px;
margin:0 auto;
overflow:auto;
padding:5px 0;
text-align:center;
}

div#emot_list {
padding:0;
}

#emot_list li {
display:inline;
padding:4px 10px;
}

#emot_list img {
cursor:pointer;
vertical-align:baseline;
}

.pm {
margin-bottom:1em;
}

#pm_datesent {
width:200px;
}

#pm_select {
text-align:center;
width:1px;
}

#conversation .c_post {
padding:2em;
}

#ucp_profile,#pm_messages {
float:right;
}

#ucp_settings img,#ucp_profile img {
margin:18px 20px;
}

#ucp_gallery li {
float:left;
margin:15px 5px;
}

#ucp_gallery button {
cursor:pointer;
text-align:center;
}

.ucp button.btn_text {
padding:5px 0;
text-align:center;
width:100%;
}

.calendar td {
height:125px;
padding:0;
vertical-align:top;
width:14.3%;
}

.calendar li {
display:list-item;
font-size:80%;
margin:0;
}

.calendar li.placeholder {
padding:4px;
}

.calendar li span {
cursor:default;
}

.calendar td#cal_current div {
padding-top:3px;
}

#portal_head {
margin-bottom:10px;
}

#portal_foot {
margin-top:10px;
}

#portal_l,#portal_r {
font-size:88.3%;
margin:0;
padding:0;
}

#portal_l {
float:left;
width:200px;
}

#portal_r {
float:right;
width:150px;
}

#portal_news {
margin:0 160px 0 210px;
}

#portal_clear {
background:transparent;
border:none;
clear:both;
font-size:1px;
height:1px;
margin:0;
padding:0;
}

.portal_box {
margin-bottom:5px;
padding:1px;
}

.portal_box table {
clear:none;
}

#portal h2,#portal_foot h2 {
clear:none;
margin:0;
padding:3px 5px;
}

#faq {
margin:20px 0;
}

#faq dl {
padding:1em;
}

#faq dt {
margin-bottom:5px;
}

#faq dd {
display:list-item;
margin:0 0 3px 15px;
padding-left:3px;
}

.search_results div {
display:block;
margin:5px 0;
}

#acplogin #loginform {
display:block;
padding:0 50px;
}

#portal h2 a,#portal_foot h2 a,thead a,#portal h2 a:hover,#portal_foot h2 a:hover,thead a:hover,#top_info a,#top_info a:hover,.drop_menu a,.drop_menu a:hover,#submenu a,#submenu a:hover {
color:#2799e8;
}

.category h2 a{
color:#2799e8;
font-weight:300;
font-size:15px;
}

input,select,td,th {
font-size:90%;
}

button.btn_default,#nav li span,#c_tos dt {
font-weight:700;
}

.c_post-attachment dt{
font-weight:300;
font-size:12px;
padding-bottom:5px;
}

#submenu a:hover,.meta_menu a:hover {
text-decoration:underline;
}

.meta_box h3,td.c_topicfoot strong,#meta_welcome strong {
font-size:120%;
}

.meta_box h3,.meta_box a,.meta_box a:hover,tr.pm_new td a,tr.pm_new td a:hover,tr.hidden td a,tr.hidden td a:hover,.c_forum strong a:hover,.c_last strong a:hover,#faq dt a:hover,.search_results h3 a,.search_results h3 a:hover {
color:#8d8d8d;
}

a.member,.calendar td a,.calendar a:hover,#faq dd a,#faq dd a:hover {
color:#6d6d6d;
}

img,.meta_box button img,td.c_cat-mark input,.c_post-attachment img,.warn img,#ucp_gallery a img {
vertical-align:middle;
}

h1,h2,h3,#nav,#boardmeta,#main {
clear:both;
margin:0;
}

#meta_welcome,.search_results {
clear:both;
}

#stats_events {
line-height:2;
}

.c_cat-starter,.c_cat-replies,.c_cat-views,td.c_poll-total,td.c_poll-vote,td.c_topicfoot,.warn,.ucp th,#c_notes,.calendar th {
text-align:center;
}

blockquote dl dd,#foot #foot_links {
text-align:right;
}

#c_post,#ucp_gallery {
text-align:center;
vertical-align:top;
}

#files_upload input,.pm .row1 a,.pm .row2 a,#ucp_gallery button img,#findposts td a {
display:block;
}

#ucp_settings,#pm_settings {
float:left;
}

#c_tos dd,#username_response {
margin-left:10px;
}

#vlx {
z-index:1;
}

#blog {
background:#9e9e9e;
border:1px solid #3a5197;
color:#6d6d6d;
margin:10px 0;
}

#blog blockquote {
background:none;
border:none;
font-size:85%;
padding:0 10px;
}

#blog h1 {
float:right;
}

#blog h2 {
background:none;
clear:none;
font-size:130%;
padding:0;
}

#blog h2,#blog h2 a,#blog h2 a:hover {
color:#9e9e9e;
}

#blog_foot {
clear:both;
margin-bottom:20px;
}

#blog_head {
background:#f6f6f6;
border:8px solid #9e9e9e;
padding:10px 14px;
}

#blog_head img.avatar {
display:inline;
}

#blog_main {
margin:20px 200px 10px 10px;
}

#blog_categories,#blog_readers,#blog_about,div.blog_options {
background:#f6f6f6;
margin:15px 0;
padding:5px 7px;
}

#blog_sidebar h3,#blog_sidebar dt {
color:#9e9e9e;
font-weight:700;
}

#blog_sub {
background:#3a5197;
clear:both;
position:relative;
padding:5px 7px;
text-align:right;
}

#blog_sub span {
padding-top:4px;
}

#blog_sidebar {
background:#3a5197;
float:right;
font-size:93.3%;
margin:20px 10px 0 0;
padding:0 10px;
width:160px;
}

#blog_sidebar dd {
margin-left:10px;
}

#blog_user {
font-size:175%;
}

div.blog_options {
font-size:90%;
text-align:right;
}

div.blog_date {
background:#f6f6f6;
border:1px solid #3a5197;
color:#9e9e9e;
float:right;
font-weight:700;
margin:0 15px;
text-align:center;
text-transform:uppercase;
width:40px;
}

div.blog_date span {
background:#fafafa;
border-top:1px solid #e7e7e7;
color:#e77700;
display:block;
font-size:130%;
font-weight:700;
padding:2px 4px;
}

div.blog_entry {
background:#fff;
margin:10px 0;
padding:5px 7px;
}

#blog_comments li {
padding:5px 7px;
}

#blog_comments li.odd {
background:#f6f6f6;
}

#shoutwrap {
background:#fafafa;
border:1px solid #e7e7e7;
font-size:88.3%;
}

#shoutwrap td {
padding:0;
}

#shoutbox {
list-style-type:none;
margin:0;
padding:0;
color:#818181;
}

#shoutbox li {
padding:8px 7px;
}


#shoutbox li.odd {
background:#F8F8F8;
border: 1px solid #E7E7E7;
border-left:none;
border-right:none;
}

#shoutbox a.member{
font-weight:300;
font-size:12px;
}

#shoutbox a.member::after{
content:" said";
color:#6d6d6d;
}

#shoutbox dl,#shoutbox dt,#shoutbox dd {
margin:0;
padding:0;
}

#shoutbox dt {
color:#818181;
font-size:80%;
}

#shoutopts,#shoutpost {
clear:both;
text-align:center;
}

#topbar{
background: #fff;
height:73px;
width:100%;
border-bottom:1px solid #d9d9d9;
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,.03);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.03);
  box-shadow:         0 0 2px 2px rgba(0,0,0,.03);
}

#submnav{
background:url(http://z5.ifrm.com/30110/58/0/p1067920/submsep.png) no-repeat right;
list-style:none;
float:right;
padding:0;
margin:-5px 50px 0 0;
position:relative;
z-index:5;
}

#submnav li{
float:left;
position:relative;
}

#submnav a{
background:url(http://z5.ifrm.com/30110/58/0/p1067920/submsep.png) no-repeat;
display:block;
padding:43px 31px 16px 31px;
color:#b1b1b1;
font-size:14px;
transition: color .3s;
-moz-transition: color .3s; /* Firefox 4 */
-webkit-transition: color .3s; /* Safari and Chrome */
-o-transition: color .3s; /* Opera */
text-decoration:none;
font-weight:300;
}

#submnav a:hover{
background-color:#fff;
color:#fff;
text-decoration:none;
}

/*--- DROPDOWN ---*/
#submnav ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}

#submnav ul li{
float:none;
background:#fff;
border: 1px solid #d9d9d9;
border-top:none;
border-bottom:none;
}

#submnav ul a{
white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
padding:11px 19px 14px 19px;
}

#submnav li:hover ul{ /* Display the dropdown on hover */
left:0; /* Bring back on-screen when needed */
margin-left:-40px;
}

#submnav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
text-decoration:none;
color:#fff;
background-color:#fff;
}

#submnav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
background:url(http://z5.ifrm.com/30110/58/0/p1068136/dropmsep.png) no-repeat;
text-decoration:none;
color:#b1b1b1;
font-size:14px;
transition: color .3s;
-moz-transition: color .3s; /* Firefox 4 */
-webkit-transition: color .3s; /* Safari and Chrome */
-o-transition: color .3s; /* Opera */
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,0.03);
  -webkit-box-shadow: 0 2px 2px 2px rgba(0,0,0,0.03);
  box-shadow:         0 2px 2px 2px rgba(0,0,0,0.03);
padding-left:30px;
width:130px;
}

#dropmlast li a{
background:none !important;
border-bottom: 1px solid #d9d9d9;
}

#submnav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
color:#3ca3ff;
text-decoration:none;
}

#nodrop a:hover{
background-color:transparent !important;
}

#nodropsch a:hover{
padding-bottom:18px;
background-color:transparent !important;
}

#req{
background:url(http://z5.ifrm.com/30110/58/0/p1068113/req.png) no-repeat;
width:21px;
height:18px;
position:absolute;
top:-19px;
left:1px;
padding:20px 50px 60px 50px;
background-position:center; 
transition: background .3s;
-moz-transition: background .3s; /* Firefox 4 */
-webkit-transition: background .3s; /* Safari and Chrome */
-o-transition: background .3s; /* Opera */
transition: top .3s;
-moz-transition: top .3s; /* Firefox 4 */
-webkit-transition: top .3s; /* Safari and Chrome */
-o-transition: top .3s; /* Opera */
}

#submnav li:hover #req{
background:url(http://z5.ifrm.com/30110/58/0/p1068114/reqhov.png) no-repeat;
background-position:center; 
top:-8px;
}

#code{
background:url(http://z5.ifrm.com/30110/58/0/p1068120/code.png) no-repeat;
width:21px;
height:18px;
position:absolute;
top:-19px;
left:1px;
padding:20px 40px 60px 41px;
background-position:center; 
transition: background .3s;
-moz-transition: background .3s; /* Firefox 4 */
-webkit-transition: background .3s; /* Safari and Chrome */
-o-transition: background .3s; /* Opera */
transition: top .3s;
-moz-transition: top .3s; /* Firefox 4 */
-webkit-transition: top .3s; /* Safari and Chrome */
-o-transition: top .3s; /* Opera */
}

#code:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1068121/codehov.png) no-repeat;
background-position:center; 
top:-8px;
}

#submnav li:hover #code{
background:url(http://z5.ifrm.com/30110/58/0/p1068121/codehov.png) no-repeat;
background-position:center; 
top:-8px;
}

#themes{
background:url(http://z5.ifrm.com/30110/58/0/p1068123/themes.png) no-repeat;
width:21px;
height:18px;
position:absolute;
top:-19px;
left:1px;
padding:20px 46px 60px 46px;
background-position:center; 
transition: background .3s;
-moz-transition: background .3s; /* Firefox 4 */
-webkit-transition: background .3s; /* Safari and Chrome */
-o-transition: background .3s; /* Opera */
transition: top .3s;
-moz-transition: top .3s; /* Firefox 4 */
-webkit-transition: top .3s; /* Safari and Chrome */
-o-transition: top .3s; /* Opera */
}

#submnav li:hover #themes{
background:url(http://z5.ifrm.com/30110/58/0/p1068124/themeshov.png) no-repeat;
background-position:center; 
top:-8px;
}

#comm{
background:url(http://z5.ifrm.com/30110/58/0/p1068125/comm.png) no-repeat;
width:21px;
height:18px;
position:absolute;
top:-19px;
left:1px;
padding:20px 55px 60px 55px;
background-position:center; 
transition: background .3s;
-moz-transition: background .3s; /* Firefox 4 */
-webkit-transition: background .3s; /* Safari and Chrome */
-o-transition: background .3s; /* Opera */
transition: top .3s;
-moz-transition: top .3s; /* Firefox 4 */
-webkit-transition: top .3s; /* Safari and Chrome */
-o-transition: top .3s; /* Opera */
}

#submnav li:hover #comm{
background:url(http://z5.ifrm.com/30110/58/0/p1068126/commhover.png) no-repeat;
background-position:center; 
top:-8px;
}

#search{
background:url(http://z5.ifrm.com/30110/58/0/p1068127/search.png) no-repeat;
width:21px;
height:18px;
position:absolute;
top:-19px;
left:1px;
padding:20px 42px 60px 42px;
background-position:center; 
transition: background .3s;
-moz-transition: background .3s; /* Firefox 4 */
-webkit-transition: background .3s; /* Safari and Chrome */
-o-transition: background .3s; /* Opera */
transition: top .3s;
-moz-transition: top .3s; /* Firefox 4 */
-webkit-transition: top .3s; /* Safari and Chrome */
-o-transition: top .3s; /* Opera */
}

#search:hover{
background:url(http://z5.ifrm.com/30110/58/0/p1068128/searchhov.png) no-repeat;
background-position:center; 
top:-8px;
}

#submnav li:hover #search{
background:url(http://z5.ifrm.com/30110/58/0/p1068128/searchhov.png) no-repeat;
background-position:center; 
top:-8px;
}




#sbuser{
height:43px;
width:43px;
position:absolute;
top:10px;
left:13px;
}

.category, table#topic_viewer.topic, table.postinga table.calendar, div.portal_box, table#ucp_splash.ucp, table#notepad, table.profile, table#member_list_full, table#search_form, table#pm_inbox.pm.togglechecks, table#quick_pm_compose, table#address_book, table#add_address, table#calender_posting, table#mod_screen, table.posts, table.poll, table#avatar_gallery_sys.ucp, table#avatar_editor.ucp, table{
  -moz-box-shadow: 3px 3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,-3px -3px 0 #fff,0 0 3px 5px rgba(0,0,0,0.06);
  -webkit-box-shadow: 3px 3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,-3px -3px 0 #fff,0 0 3px 5px rgba(0,0,0,0.06);
  box-shadow: 3px 3px 0 #fff,3px -3px 0 #fff,-3px 3px 0 #fff,-3px -3px 0 #fff,0 0 3px 5px rgba(0,0,0,0.06);
}

.c_post table, #c_post-preview table{
outline:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  box-shadow:none;
}

#c_post-close{
color:#999;
padding:5px 0;
}

table.cat_head, table.forums{
  -moz-box-shadow:    0 0 0 2px rgba(0,0,0,0.0);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.0);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.0);
border:none;
outline:none;
}

#sidebar{
width:200px;
padding:25px 25px 0;
display:table-cell;
}

#userbar{
background-color:#fff;
height:250px;
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.05);
border:1px solid #d9d9d9;
margin-bottom:10px;
}

#twitterfeed{
color:#9e9e9e;
width:200px;
background-color:#fff;
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.05);
border:1px solid #d9d9d9;
text-align:right;
}

#OZB{
padding:10px 12px 0 0;
color:#2799e8;
font-weight:300;
font-size:15px;
}

#OZB img{
position:relative;
top:-2px;
right:5px;
}

#twitter_update_list {
padding:0 12px 0 12px;
margin-top:1px;
list-style: none;
font-size:13px;
font-style:italic;
}

#twitter_update_list a[href^="http://twitter.com"]{
color:#2799e8;
display:block;
}

#twitter_update_list a:hover{
color:#9e9e9e;
}

#previewCSS{
z-index:100;
}

/* Turn on a 13x13 scrollbar */
html::-webkit-scrollbar {
    width: 14px;
    height: 13px;
}
 
html::-webkit-scrollbar-button:vertical {
    background:#dfdfdf;
}
 
/* Turn on single button up on top, and down on bottom */
html::-webkit-scrollbar-button:start:decrement,
html::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
html::-webkit-scrollbar-button:horizontal:start:increment,
html::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none;
}
 
/* Place The scroll down button at the bottom */
html::-webkit-scrollbar-button:vertical:increment {
    background:url(http://z5.ifrm.com/30110/58/0/p1074462/scrolldown.png) no-repeat center;
height:13px;
}
 
/* Place The scroll up button at the up */
html::-webkit-scrollbar-button:vertical:decrement {
    background:url(http://z5.ifrm.com/30110/58/0/p1074461/scrollup.png) no-repeat center;
height:13px;
}
 
html::-webkit-scrollbar-track:vertical {
    background:url(http://z5.ifrm.com/30110/58/0/p1074462/scrolldown.png);
}
 
/* Top area above thumb and below up button */
html::-webkit-scrollbar-track-piece:vertical:start {
    background:#dfdfdf;
}
 
/* Bottom area below thumb and down button */
html::-webkit-scrollbar-track-piece:vertical:end {
    background:#dfdfdf;
}
 
/* Track below and above */
html::-webkit-scrollbar-track-piece {
    background:#dfdfdf;
}
 
/* The thumb itself */
html::-webkit-scrollbar-thumb:vertical {
    background:#fff center;
transition: background .3s;
-moz-transition: background-color .3s; /* Firefox 4 */
-webkit-transition: background-color .3s; /* Safari and Chrome */
-o-transition: background-color .3s; /* Opera */
width:8px;
}

/* The thumb itself */
html::-webkit-scrollbar-thumb:vertical:hover {
    background-color:#2799e8;
}
 
/* Corner */
html::-webkit-scrollbar-corner:vertical {
    background:url(http://z5.ifrm.com/30015/146/0/p1048997/Corner.png);
}
 
/* Resizer */
html::-webkit-scrollbar-resizer:vertical {
    background:url(http://z5.ifrm.com/30015/146/0/p1048997/Corner.png);
border:1px solid #d3d3d3;
}


/* End Vertical*/

#sidebarmenu {
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Main Menu Item widths */
float:right;
text-align:right;

}
 
#sidebarmenu li{
position: relative;
background:url(http://z5.ifrm.com/30110/58/0/p1074450/sidemenusep.png) no-repeat top;
}

/* Top level menu links style */
#sidebarmenu li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color:#b1b1b1;
text-decoration: none;
padding:13px 12px;
font-size:13px;
}

#sidebarmenu li a:hover{
color:#2799e8;
}

/*Sub level menu items */
#sidebarmenu li ul{
background:#fff;
position: absolute;
padding:0;
margin:0;
width: 170px; /*Sub Menu Items width */
top: 0;
left:-999em;
float:left;
text-align:left;
  -moz-box-shadow:    2px 0 2px 2px rgba(0,0,0,0.03);
  -webkit-box-shadow: 2px 0 2px 2px rgba(0,0,0,0.03);
  box-shadow:         2px 0 2px 2px rgba(0,0,0,0.03);
border: 1px solid #d9d9d9;
}

#sidebarmenu li:hover ul {
left:180px;
}

#sidebarmenu li ul li{
background:url(http://z5.ifrm.com/30110/58/0/p1074453/sidemdropmsep.png) no-repeat top;
}

#sidemdropfirst {
background:#fff;
position:relative;
left:-1px;
}

#sidebarmenu ul #sidemdropfirst a{
background:#fff;
padding-bottom:11px;
}

#sidebarmenu li ul a {
padding-bottom:12px;
}

::selection {
	background: #2799e8; /* Safari */
color:#fff;
	}
::-moz-selection {
	background: #2799e8; /* Firefox */
color:#fff;
}

#socialnetworks {
float:right;
position:relative;
top:10px;
right:16px;
margin:0;
}

#socialnetworks li {
display:inline;
float:left;
margin:20px 16px 5px 16px;
}

#fb{
background:#3b5998;
width:43px;
height:43px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: opacity .3s;
-moz-transition: opacity .3s; /* Firefox 4 */
-webkit-transition: opacity .3s; /* Safari and Chrome */
-o-transition: opacity .3s; /* Opera */
}

#fb:hover{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#fb a{
color:#fff;
font-weight:700;
font-size:48px;
font-family:arial;
position:relative;
top:0px;
left:-2px;
padding:15px;
}

#gp{
background:#d74c2e;
width:43px;
height:43px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: opacity .3s;
-moz-transition: opacity .3s; /* Firefox 4 */
-webkit-transition: opacity .3s; /* Safari and Chrome */
-o-transition: opacity .3s; /* Opera */
position:relative;
}

#gp:hover{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#gp a {
color:#fff;
font-weight:400;
font-size:48px;
position:relative;
top:-10px;
left:-12px;
margin-left:15px;
font-family:cambria;
}

#plusone{
position:relative;
font-weight:600;
top:-33px;
left:39px;
color:#fff;
font-size:11px;
padding:0;
font-family:Open sans;
}

#twit{
background:#1ab2e8;
width:43px;
height:43px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: opacity .3s;
-moz-transition: opacity .3s; /* Firefox 4 */
-webkit-transition: opacity .3s; /* Safari and Chrome */
-o-transition: opacity .3s; /* Opera */
}

#twit:hover{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#twit a{
position:relative;
top:10px;
left:-24px;
padding:15px;
}

#pp{
background:#00457c;
width:43px;
height:43px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: opacity .3s;
-moz-transition: opacity .3s; /* Firefox 4 */
-webkit-transition: opacity .3s; /* Safari and Chrome */
-o-transition: opacity .3s; /* Opera */
}

#pp:hover{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#pp form input{
background:none;
border:none;
width:43px;
height:43px;
padding:0;
position:relative;
z-index:1;
}

#pp form span {
color:#fff;
font-weight:700;
font-style:italic;
font-size:40px;
font-family:verdana;
position:relative;
top:-40px;
left:4px;
z-index:0;
}

#footer {
background:#fff;
height:120px;
width:100%;
border-top:1px solid #d9d9d9;
  -moz-box-shadow:    0 0 2px 2px #e9e9e9;
  -webkit-box-shadow: 0 0 2px 2px #e9e9e9;
  box-shadow:         0 0 2px 2px #e9e9e9;
margin-top:40px;
position:relative;
bottom:0;
}

#newbox {
background-color:#fff;
  -moz-box-shadow:    0 0 2px 2px rgba(0,0,0,0.05);
  -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.05);
  box-shadow:         0 0 2px 2px rgba(0,0,0,0.05);
border:1px solid #d9d9d9;
width:211px;
position:fixed;
right:25px;
bottom:25px;
padding:8px 12px;
z-index:999;
opacity:0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
transition: opacity .3s;
-moz-transition: opacity .3s; /* Firefox 4 */
-webkit-transition: opacity .3s; /* Safari and Chrome */
-o-transition: opacity .3s; /* Opera */
}

#newbox:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

#newbox a {
color:#7a7a7a;
font-size:12px;
font-weight:400;
line-height:25px;
}

#newbox span {
color:#2799e8;
font-weight:700;
}

#window {
display:table;
width:100%;
height:100%;
}

#fixed {
position:fixed;
margin-top:15px;
top:115px;
}

span.bbcode-administrator { color:#eb1f0b;}
span.bbcode-manager { color:#0f831d;}
span.bbcode-staff,span.bbcode-staffpintitle{ color:#2071bc !important;}
span.bbcode-intern,span.bbcode-internpintitle { color:#00b5aa !important;}
span.bbcode-gold,span.bbcode-goldpintitle { color:#e2a700 !important;}
span.bbcode-dedicated,span.bbcode-silverpintitle { color:#939393 !important;}
span.bbcode-motm,span.bbcode-motmpintitle { color:#ff9813 !important;}
span.bbcode-member {font-weight:300;}
span.bbcode-retired {font-weight:300;font-style:italic;}

span.bbcode-reqprice {
background:#2799e8;
color:#fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width:40px;
height:40px;
font-weight:800;
font-size:14px;
float:right;
text-align:center;
}

span.bbcode-reqhead{font-weight:300;font-size:24px;}

/* Pinned topics */

span.bbcode-pinheader{
color:#8a8a8a;
font-weight:300;
font-size:30px;
}

span.bbcode-pinsubheader{
color:#a5a5a5;
font-size:18px;
font-weight:300;
}

span.bbcode-pinsubsubheader{
color:#a5a5a5;
font-size:12px;
font-weight:300;
line-height:25px;
}

span.bbcode-pinnote{
background-color:#fafafa;
border: 1px solid #e7e7e7;
display:inline-block;
padding:3px 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

span.bbcode-pintitle,span.bbcode-goldpintitle,span.bbcode-silverpintitle,span.bbcode-internpintitle,span.bbcode-staffpintitle,span.bbcode-motmpintitle{
color:#2799e8;
font-weight:300;
font-size:24px;
}

span.bbcode-pinsubtitle{
font-weight:300;
font-size:16px;
}

span.bbcode-pinsubtitlelist{
display:block;
margin-left:30px;
}

blockquote code br:empty {
content: "";
display: list-item;
position: relative;
line-height: 0;
top: 11px;
list-style-type: decimal;
}

blockquote code{
position:relative;
left: 38px;
}

.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}
#mudimPanel{-moz-box-shadow:5px 5px 5px #000;-moz-opacity:.9;-moz-transition:all 2s ease;-webkit-box-shadow:5px 5px 5px #000;-webkit-transition:all 2s ease;background:#FFF url(http://i25.servimg.com/u/f25/15/55/28/69/go1010.jpg) no-repeat right center!important;bottom:9px!important;box-shadow:5px 5px 5px #000;filter:alpha(opacity=90);font-size:9px!important;font-weight:700;height:47px!important;left:-333px!important;opacity:.9;padding:4px 26px 4px 4px !important;vertical-align:middle;width:330px!important}#mudimPanel:hover{-moz-opacity:1;-moz-transition:all 1s ease;-webkit-transition:all 1s ease;filter:alpha(opacity=100);left:0!important;opacity:1}.tborder .navbar{padding:10px;text-transform:uppercase}.tborder .navbar img{vertical-align:middle}
div.portal_content img {
max-width:450px;
}

/** Buttons **/
.sb, .sbon, .sboff{
display: inline-block;
background: #fff;
padding: 3px 7px;
text-transform: uppercase;
font-weight: 700;
font-size: 11px;
border-bottom: 2px solid #d3d3d3;
color: #9a9a9a;
-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .07);
-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .07);
box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .07);
}
.sbon{background:#73b62c;border-color:#588922;color:#fff}
.sboff{background:#676767;border-color:#4a4a4a;color:#fff}

.sb:hover{
background:#eb5c37;
border-color:#be4a2c;
color:#fff;
}
div.usertitle, dl.user_profile, dl.user_info {
font-size:85%
}






#latest div.portal_box, #latest2 div.portal_box {
background:transparent;
border:0;
margin:0;
}

#latest div#portal_news, #latest2 div#portal_news, #latest div#portal_foot, #latest2 div#portal_foot, #latest div#foot_wrap, #latest2 div#foot_wrap, #latest2 div#foot_wrap, #latest div.portal_content, #latest2 h4 {
display:none;
}

#latest2 div.portal_content {
background:none;
border:0;
font-size: 0.001px;
color:transparent;
padding:5px 0px;
text-shadow:none;
margin:0;
}

#latest2 div.portal_content a, #latest2 div.portal_content a:hover {
font-size: 11px;
font-weight:bold;
color:#000;
padding:5px;
margin:0;
text-shadow:none;
}

#latest h4 {
background:none;
padding: 5px;
font-size: 85%;
margin:0;
}

h4 {
padding: 5px;
margin:0;
font-size:85%;
}



.l {text-align:left}
.c {text-align:center}
.r {text-align:right}
.left {float:left}
.right {float:right}
#stats_members a.member, .bday_strip {white-space:nowrap}
.calendar li span {cursor:default}
#c_tos li {display:list-item;margin-left:25px}
#c_tos ul li {list-style:disc}
#c_tos ol li {list-style:lower-alpha}
#shoutrefresh {cursor:pointer}