/* Main styles */

html, body {
   background: #eee;
   color: #454545;
   font-family: "Helvetica", "Arial", sans-serif;
   font-size: 92%;
   margin: 0;
   padding: 0;
   background-image: url('http://z5.ifrm.com/30350/31/0/f5319048/havenbackgroundsatinweave.png');
}

/* webkit scrollbar for the whole page */
body::-webkit-scrollbar { width:10px; height:10px; }
body::-webkit-scrollbar-track { background-color: transparent; }
body::-webkit-scrollbar-thumb { background-color:#A38A80; }

/* webkit scrollbar for the select box */
select::-webkit-scrollbar { width:10px; height:10px; }
select::-webkit-scrollbar-track { background-color: transparent; }
select::-webkit-scrollbar-thumb { background-color:#A38A80; }

/* webkit scrollbar for textarea */
textarea::-webkit-scrollbar { width:7px; height:10px; }
textarea::-webkit-scrollbar-track { background-color: transparent; }
textarea::-webkit-scrollbar-thumb { border-radius: 10px; background-color:#d4d4d4; }

/* webkit scrollbar for span */
span::-webkit-scrollbar { width:7px; height:10px; }
span::-webkit-scrollbar-track { background-color: transparent; }
span::-webkit-scrollbar-thumb { border-radius: 10px; background-color:#d4d4d4; }

/* webkit scrollbar for div */
div::-webkit-scrollbar { width:10px; height:10px; }
div::-webkit-scrollbar-track { background-color: transparent; }
div::-webkit-scrollbar-thumb { background-color:#A38A80; }

/* webkit scrollbar for code */
code::-webkit-scrollbar { width:8px; height:10px; }
code::-webkit-scrollbar-track { background-color: transparent; }
code::-webkit-scrollbar-thumb { background-color:#515151; }

/* Selection */
::selection { color:#f0f0f0; background-color: #A38A80;;}
::-moz-selection { color:#f0f0f0; background-color:#A38A80;; }

td.c_post::selection { color:#f0f0f0; background-color:#A38A80;}
td.c_post::-moz-selection { color:#f0f0f0; background-color:#A38A80;;}

/* Main link styles */

a {
    color: #7C645A;
    text-decoration:none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

td.c_post a, {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

a:hover {
    color: #EC6C7D;
    text-decoration:none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/* hr break line styles */

hr {
    background-color: #EC6C7D;
    border: 0;
    clear: both;
    color: #b47252;
    height: 1px;
}

/* Main table styles */

table {
    border-collapse:collapse;
    border-spacing: 0;
    clear:both;
    empty-cells:show;
    width:100%;
}

th, td {
    border: none;
}

th {
    color: #f9f9f9;
    padding: 5px 5px;
    background: #A38A80;
}

td {
    background:#f0f0f0;
    color:#666;
    padding: 5px 10px 10px 5px;
    word-break: break-word;
}

#stats th {
    color:#7c7c7c;
    background-color:#f0f0f0;
    text-align: left;
}

thead th {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    border-bottom-width:1px;
    padding:5px;
    font-size: 20px;
    font-family:Helvetica, Arial;
    padding: 1px 15px;
    letter-spacing: -1.5px;
}

.headerColor, .search_results p, .search_results cite {
    color: #f6f6f6;
}

/* Links in table header main styles */
th a:hover {
    color: #EC6C7D;
}

th a {
    color: #f0f0f0;
    font-weight:700;
}

/* Links in stats table header styles */

#stats th a {
    color: #7C645A;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#stats th a:hover {
  color:#EC6C7D;
}

/* Main text header styles */
h1 {
    font-size:200%;
}

h2, h3 {
    font-size:100%;
}

h2 {
    border: none!important;
    font-family: montserrat, arial;
}

h2.special {
    background: transparent;
    border: none;
}

.posting tbody th {
    text-align:left;
}

.category h2, .topic h2, #portal h2, #portal_foot h2, thead th, .blog_entry h2 {
   background-color: #7C645A;
   background-image: url('http://i.imgur.com/FgJ48q7.jpg');
   background-size: cover;
   background-position: 10% 70%;
   color: #E63F55;
   font-family: raleway, arial;
   font-size: 30px;
   text-transform: uppercase;
   text-align: end;
   letter-spacing: -2px;
   word-wrap: break-word;
   padding: 20px;
}

input, select, textarea, button, a.btn_fake {
    background: #f1f1f1;
    border: 1px solid #a8a8a8;
    color: #666;
    padding: 3px 5px;
    vertical-align: middle;
}

textarea {
    font-family: "Helvetica", sans-serif;
    font-size: 100%;
    margin: auto;
    width: 98%;
    line-height: 1.7;
}
input:focus, input.focus, textarea:focus, textarea.focus {
    border-color:#a8a8a8;
}
.submit_error {
    background:#f0f0f0;
    border:none;
}
button, a.btn_fake {
    background: url(http://z3.ifrm.com/static/1/css/btn.png) repeat-x top #f4f4f4;
    color: #666;
    overflow: visible;
    width: auto;
    cursor: pointer;
}
button:hover, a.btn_fake:hover {
    border-color:#A38A80;
}
button.btn_text {
    background:none;
    border:0;
    cursor:pointer;
    font-family:Arial, "Bitstream Vera Sans", Verdana, sans-serif;
    font-size:100%;
}
.notice {
    background:#f0f0f0;
    border:2px solid #a8a8a8;
    color:#333;
    margin:10px auto 0;
    width:70%;
}
.notice dt {
    color:#a8a8a8;
    font-weight:700;
}
.notice dd {
    font-style:italic;
}
dl.info {
    background: #f6f6f6;
    border-color: #f0f0f0;
   margin-bottom: 10px;
}
.info dt {
    /*background: url('http://i.imgur.com/GMcYlWF.jpg');*/
    background-color: #A38A80;
    color:#f0f0f0;
}
dl.error {
    background:#fafafa;
    border-color:#BC3737;
}
.error dt {
    background:#e7e7e7;
    color:#BC3737;
}
table.profile input {
    width: 200px;
}
table.profile input, table.profile button {
    margin-top: 5px;
}
#profile_menuwrap {
    background-size: 260%;
    background-position: 80% 71%;
}
#profile_menuwrap ul {
    background-color: transparent;
    border: 1px solid transparent;
    padding: 3px;
}
#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;
}
#menu_ucp ul, #menu_pm ul, #menu_subscriptions ul, #menu_customlinks ul, #submenuNew ul, #externalLinks ul {
    float: right;
}
#menu_subscriptions ul li, #menu_customlinks ul li {
  font-size: 15px;
}
#profile_menuwrap ul, ul.cat-topicpages, blockquote dl, #fast-reply dd, table.calendar ul {
    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;
    word-wrap: break-word;
}
#top_bar {
    display: none;
}
div#top {
    margin-top: 12px;
    margin-bottom:12px;
    font-family: Roboto, Helvetica, Arial;
    font-size: 14px;
    overflow-y: auto;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}
#top_info {
    color: #454545;
    margin-right: 20px;
}
#top_info a, .c_topicfoot a {
    color: #7C645A;
}
#top_info a:hover, .c_topicfoot a:hover {
    color: #A38A80;
}
#top_menu {
}
#top_menu, #customMenu {
    display: inline;
    overflow-y: auto;
    margin: 0;    
}
#top_menu li, #customMenu li {
    display: inline-block;
}
#top_menu ul, #customMenu ul {
    border: 1px solid #f0f0f0;
}
#top_menu ul li, #submenuNew ul li, #externalLinks ul li {
  font-size: 15px;
}
.drop_menu li {
    float:left;
}
.drop_menu a {
    color: #403635;
    position: relative;
    font-family: Roboto, Helvetica, Arial;
    display: block;
    padding: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.drop_menu a:hover {
    background: #7C645A;
    color: #f0f0f0;
}
.drop_menu ul {
    color:#454545;
    left:-999em;
    margin:0;
    position:absolute;
    width: 250px;
    z-index: 1
}
.drop_menu ul li {
    font-size: 23px;
    margin:0;
    padding:0;
    width:100%;
}
.drop_menu ul li a {
    border-width:0 1px 1px;
    display:block;
    background: #f0f0f0;
}
.drop_menu ul li a:hover {
    color: #f0f0f0;
    background: #7C645A;
}
#logo {
    background: transparent;
    border: none;
    border-bottom:0;
    clear:both;
    margin:0%;
}
#submenu_bar {
    display: none;
}
#menu {
    /* background: url('http://i.imgur.com/GMcYlWF.jpg'); */
    color: #1d1d1d;
    font-size: 16px;
    padding:7px 1% 0px;
    height: 20px;
    font-weight: 600;
    font-family: "Montserrat", "Helvetica";
    letter-spacing: -2px;
   /* background-color: #194B7E;*/
    margin-bottom: 20px;
}
#menu a {
    padding: 10px;
    color: #f9f9f9;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
#submenu a:hover {
    color: #A38A80;
}
#wrap {
    border: none;
    margin:0 7% 20px;
}
#nav, th.c_cat-title {
    margin: 2%!important;
    font-weight: 700!important;
    font-family:"Trebuchet MS";
}
#nav a {
    color: #7C645A;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition:all 0.5s linear;
     -moz-transition: all 0.5s linear;
     transition: all 0.5 s linear;
}
#nav a:hover {
    color: #A38A80;
}
.meta_box {
    background: #f2f2f2;
    font-size:85%;
    line-height:150%;
    padding:10px 25px;
}
.meta_menu {
    background:#f0f0f0;
    border: none;
    padding:0;
    width:49%;
}
.meta_menu h3 {
    clear:both;
    margin:-1px;
    text-align:center;
    background-color: #194B7E;      border: 1px solid #f4f4f4;
}
.meta_menu a {
}
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:#f0f0f0;
    border:1px solid #a8a8a8;
}
.cat-pages a:hover, .cat-topicpages a:hover {
    background:#f4f4f4;
    color:#A38A80;
}
.cat-pages span {
    background:#d4d4d4;
    border:1px solid #a8a8a8;
    color:#454545;
    cursor:default;
    font-weight:700;
    padding:2px 5px;
}
.cat-pages input {
    background:#f0f0f0;
    color:#5a70b3;
    padding:3px 5px;
    vertical-align:baseline;
}
ul.cat-topicpages {
    float:right;
    font-size:80%;
    padding:1px 0;
    margin-left: 5px;
}
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 {
    color:#666;
    font-size:80%;
}
td.c_foot a {
    font-weight: bold;
    color: #454545;
}
td.c_desc {
    background:#f0f0f0;
    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:#f0f0f0;
    font-weight:700;
}
tr.hidden td.c_post {
    background:#D8DCEB;
}
.bday {
    background:url(http://z3.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:#f0f0f0;
    text-align:center;
    width: 10%;
    padding: 0;
    padding-left: 15px;
}
.c_forum {
    background: #f0f0f0;
    color: #1d1d1d;
    font-size: 80%;
    width: 60%;
    padding: 5px;
    line-height: 1.5;
}
.c_forum div {
    text-align:justify;
}
.c_forum strong a, .c_last strong a {
    color: #4a2c46!important;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.c_forum strong a:hover, .c_last strong a:hover {
    color: #A38A80!important;
}
.c_forum strong a {
    font-weight: 700;
    font-family: raleway, arial;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
td.c_last {
    background:#f0f0f0;
    font-size:85%;
    padding:20px;
}
td.c_last a {
    color: #7C645A;
    font-size:13px;
}
td.c_last a:hover {
    color: #EC6C7D;
}
.c_forum-desc {
    color:#8c8c8c;
    font-size:85%;
}
.c_last-title {
    background:url(http://z3.ifrm.com/static/1/last.gif) no-repeat left;
    display:block;
    line-height:16px;
    padding-left:10px;
}
td.c_info-v, td.c_info-t, td.c_info-r {
    background: #f0f0f0;
    font-size:80%;
    padding:5px;
    text-align:center;
}
td.c_subforum {
    color:#686868;
    font-size:80%;
    font-style:italic;
}
td.c_subforum a {
    font-weight: bold;
    color: #454545;
}
td.c_subforum a:hover {
    color: #A38A80;
}
.cat_head td {
    border-bottom: 1px solid #d4d4d4 ;
    padding:0;
}
#stats .cat_head td {
    border: none;
}
th.c_cat-title {
    text-align:left;
}
td.c_cat-lastpost {
    text-align:center;
}
.c_cat-title a, table#subscriptions td a, .meta_menu a, .ucp a, table#member_list_full a, table#top_posters a, table#search_results_topics a, .pm a, td.stats_members a {
  color: #686868;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: "Roboto", "Helvetica", "Arial";
}
.c_cat-title a:hover, table#subscriptions td a:hover, .meta_menu a:hover, .ucp a:hover, table#member_list_full a:hover, table#top_posters a:hover, table#search_results_topics a:hover, .pm a:hover, td.stats_members a:hover, #pm_folders a:hover {
  color: #A38A80;
  -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

td.stats_members a {
    font-family: "Helvetica", "Arial";
}
td.c_cat-title, td.c_cat-lastpost {
    word-break: normal;
}
.description {
    color:#666;
    font-size:85%;
}
a.member:hover {
    color:#666;
}
td#stats_events a, td#stats_events span {
    background:url(http://z3.ifrm.com/static/1/s_minical.png) no-repeat 2px;
    padding:4px 0 4px 20px;
}
td.c_username {
    background:#f0f0f0;
    padding:2px 0;
    text-align:center;
    text-transform: uppercase;
    font-family:"Calibri", "Helvetica";
    font-size: medium;
}
td.c_username a {
    font-size:140%;
    font-weight:700;
}
td.c_user {
    font-size:80%;
    background-color:#f0f0f0;
}
td.c_user dl {
    background:#f6f6f6;
    margin: 10px;
    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 {
    margin-bottom:1px;
    text-align: right;
}
#profile_menu ul {
    -moz-opacity:1;
    opacity:1;
    border: 1px solid #f4f4f4;;
    background-color: #f0f0f0;
    font-family: Roboto, Helvetica, Arial;
    text-transform: none;
}
#profile_menu a {
    background: transparent;
    color: #f0f0f0;
    border: none;
}
#profile_menu li li a {
    text-align:center;
    border-top: 0;
    padding: 5px 0;
    color: #403635;
    font-weight: normal;
    text-transform: uppercase;
}
#profile_menu li ul li a:hover {
    background: #7C645A;
    color: #f0f0f0;
}
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:url(http://z3.ifrm.com/static/1/poll_b.png) no-repeat right;
    float:left;
    height:12px;
    padding-right:3px;
}
td.c_poll-bar span {
    background:url(http://z3.ifrm.com/static/1/poll_l.png) no-repeat;
    display:block;
    float:left;
    height:12px;
    width:3px;
}
.editby, .queued {
    border:1px dotted #e7e7e7;
    color:#999;
    font-size:85%;
    font-style:italic;
    margin-top:1em;
    padding:3px 5px;
}
.queued {
    background-color:#D8DCEB;
    border-color:#5a70b3;
}
blockquote {
    background:#f0f0f0;
    margin:10px auto;
    padding-bottom:1px;
    border:1px solid #d4d4d4;
    max-width: 530px;
}
blockquote dl {
    background: #7C645A;
    border: none;
}
blockquote dl dt {
    color:#f4f4f4;
    font-family: "Helvetica", sans-serif;
    float:left;
    font-weight:100;
}
code {
    background: #f0f0f0;
display: block;
font-family: "Courier New";
max-height: 250px;
overflow: auto;
}
td.c_postinfo {
    background:#f0f0f0;
    color:#999;
    font-size:80%;
    vertical-align:middle;
    border-bottom: 1px solid #a8a8a8;
    margin: 0 2%;
}
td.c_postinfo input {
    vertical-align:middle;
}
td.c_sig {
    color:#666;
    font-size:80%;
    background-color:#f0f0f0;
    max-width:550px;
}

td.c_sig .headerColor {
}

td.c_sig span::-webkit-scrollbar { width: 9px; height: 10px; }
td.c_sig span::-webkit-scrollbar-track { background-color:#f0f0f0; }
td.c_sig span::-webkit-scrollbar-thumb { border-radius: 10px; background-color:#d4d4d4; }

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;
}
td.c_sig th {
  background-color:transparent;
    padding: 5px 15px;
}
tr.c_postfoot td {
    background:#f0f0f0;
    clear:both;
}
td.c_footicons {
    padding-bottom:3px;
}
td.c_username {
    width:195px;
}
.c_next a {
    display:block;
    font-size:125%;
    font-weight:700;
    text-align:center;
}
td.c_view {
    background:#f0f0f0!important;
    color:#666;
    border-bottom: 1px solid #b4b4b4;
    border-top: 1px solid #b4b4b4;
}
div.c_view-list {
    color:#666;
    font-size:92.5%;
}
dl#fast-reply dt, .meta_menu h3, blockquote dl, blockquote dl dt {
    background: #7C645A;
    margin:0;
    padding:5px;
    padding-left: 25px;
    font-family: Montserrat, Helvetica Neue, Arial;      
    font-size: 15px;      text-transform: uppercase;
    color: #f5f5f5;
}
dl#fast-reply dd {
    background:#f0f0f0;
    padding:15px 0;
    text-align:center;
}
#c_post-preview {
    border: 1px dotted #a8a8a8;
    margin:0 auto 10px;
    padding:5px;
    text-align:left;
    line-height: 1.7;
    width: 98%;
    background: #f0f0f0;
}
#c_post-preview th {
    color: ##40353a;
    background-color:transparent;
}
#c_post-preview img {
    max-width: 550px
}
#c_post-resize span {
    color: #ada89f;
    cursor:pointer;
    font-size:225%;
    padding:20px 5px 0;
}
#emot_wrap {
    background:#f6f6f6;
    border:1px solid #e7e7e7;
}
#emot_wrap h3 {
    background: #A38A80;
    color: #fbfbfb;
    font-size:120%;
    text-align:center;
    font-family:"Trebuchet MS";
}
#emot_end {
    background: #A38A80;
    display:block;
    font-weight:700;
    padding:4px 0;
    text-align:center;
    color: #fbfbfb;
}
#pm_folders {
    border-left: none;
    border-right: none;
    padding-top:30px;
    vertical-align:top;
    width:150px;
    background:#f0f0f0;
}
#pm_folderlist {
    position: relative;
    margin-left:0;
    margin-top:0;
    color: #454545;
}
#pm_folderlist li {
    background:url(http://z3.ifrm.com/static/1/pmfolder.png) no-repeat 5px;
    display:list-item;
    margin-bottom:4px;
    padding-left:28px;
    text-align: left;
}
#pm_folders a {
    color:#454545;
}
#pm_forwarded {
    border:1px dotted #e7e7e7;
    color:#999;
    font-size:90%;
    font-style:italic;
    margin-top:1em;
    padding:3px 5px;
}
#ucp_gallery a {
    display: block;
}
#ucp_gallery a:hover {
}
.calendar td.cal_inactive {
    background:#f6f6f6;
    color:#a8a8a8!important;
}
.calendar td div {
    background:#d8d8d8;
    border-bottom: none;
    font-weight:700;
    padding:5px 7px;
}
.calendar div a {
    background:url(http://z3.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:#afdedc;
    border:2px solid #6ab6b2;
}
.calendar td#cal_current div {
    background: #6ab6b2;
}
#portal_main {
    display:table;
}
div.portal_content {
    background: #f0f0f0;
    border: none;
    font-size: 120%;
    font-family:"Roboto";
    text-transform: uppercase;
    margin: 0;
    padding: 5px 7px;
}
div.portal_content span {
}
#portal_news div {
   text-transform: none;
   font-size: 12px;
   font-family: Helvetica;
   line-height: 1.7;
}
#portal_news td {
   text-transform: none;
   background: #f4f4f4;
   font-size: 11px;
 }
#portal_news img {
   width: 100%;
}
#portal h4 {
    background: #f9f9f9;
    color: #454545;    
}
#portal h4, .search_results {
    font-weight: 300;
    font-family: Roboto, Helvetica, Arial;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 7px;
}
#faq dt a {
    color:#425384;
    font-size:120%;
    font-weight:700;
}
#faq dd.faq_more a, #faq dl.faq_more a:hover {
    color:#A38A80;
    font-style:italic;
}
.search_results {
    background: #7C645A;
}
.search_results a.member span {
    background: #f0f0f0;
    margin: 0 10px;
    padding: 2px;
    font-style: normal;
    font-weight: bold;
}
.search_results div {
    background:#f0f0f0;
    border:1px solid #f0f0f0;
    margin-bottom:1em;
    font-family: helvetica, arial;
    text-transform: none;
}
.search_results h3 {
    display:inline;
    font-size:125%;
    margin-left: 5px;
}
.search_results h3 a, .search_results p a {
    color:#eab543;
}
.search_results h3 a:hover, .search_results p a:hover {
    color:#A38A80;
}
.search_results cite, .search_results p {
    font-size:85%;
    margin:0;
    margin-left: 5px;
}
#findposts .c_mark {
    color:#5a70b3;
    font-size:200%;
    font-weight:700;
    vertical-align:top;
}
#pmtoast {
    background:#f0f0f0;
    border: 2px dashed #7c7c7c;
    top: 10px;
    color:#7c7c7c;
    display:none;
    font-size:90%;
    position:fixed;
    right:10px;
    text-align:right;
    text-decoration:none;
    width:200px;
    z-index:1;
}
#pmtoast:hover {
    border-color:#d8d8d8;
}
#pm_sender {
    width: 100px;
    text-align: left;
}
#pmlink {
    background:url(http://z3.ifrm.com/11/41/0/p14983/pm_controls_badge.png) no-repeat 5px;
    color: #905b62;
    display:block;
    padding:10px 10px 10px 55px;
    text-decoration:none;
}
#pmlink big {
    color: #905b62;
    display:block;
    font-weight:700;
    padding-bottom:5px;
}
#pmlink strong {
    color: #7c7c7c;
}
#pmclose {
    border-top: #905b62;
    color: #905b62;
    display:block;
    font-size:80%;
    padding:1px 10px;
}
#pmclose:hover {
    color: #905b62;
}
#foot_wrap {
    margin:20px 1px 10px 0;
}
#foot {
    background: #f0f0f0;
}
#foot td {
    background:transparent;
    border: none;
    color:#282828;
    font-size:80%;
}
#foot a, #foot a:hover {
    color:#282828;
}
#foot #foot_datetime {
    width:1%;
    white-space:nowrap;
}
#copyright {
    color:#454545;
    font-size:80%;
    margin:10px 0;
    text-align:center;
}
#copyright a {
    color: #905b62;
    font-weight:700;
}
#c_tos h3 {
    color:#333;
    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://z3.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 {
   position: relative;
}
h3 {
    padding:3px 0;
}
input[type=checkbox] {
    background:transparent;
    border:0;
    padding:0;
    vertical-align:bottom;
}
input[type=radio] {
    border:0;
}
select {
    margin:0 7px;
    padding:0;
    vertical-align:bottom;
}
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;
}
#main {
    height:1%;
    padding:0 1%;
}
table#subscriptions td {
    word-break: inherit;
    
}
#nav li img {
    vertical-align:top;
}
.meta_box, .meta_menu {
    margin:10px 0;
    padding: 2px;
}
.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;
}
#member_list_full tbody th {
    text-align:left;
}
#member_list_full .custompostButton {
    display:inline-block;
    width: 75px;
}
.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%;
    height: 30px;
}
.cat-buttons a {
    margin:0 5px;
}
tr.postbtn td {
    padding:5px;
    text-align:center;
}
.row1, .row2 {
    background: #f0f0f0!important;
    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 {
    padding: 1px;
}
td.c_desc img, td.c_desc input {
    float:left;
    vertical-align:middle;
}
.category {
    margin:10px 0 0;
}
span.collapse, span.uncollapse {
cursor: pointer;
position: relative;
margin-top: 3px;
margin-right: 10px;
}
.c_mark img {
    display:block;
}
.c_last {
    line-height:1.4;
    min-width:300px;
    width:30%;
}
.category td.c_foot span {
    height:10px;
    display:none;
}
#stats_members {
    border-bottom: 1px dotted #a8a8a8;
    background: #f0f0f0;
    line-height:1.2;
}
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 {
    text-align: left;
    padding-left: 20px;
    width: 140px;
}
.c_user {
    vertical-align:top;
    width:175px;
}
img.c_user {
    height: 1px;
}
.avatar {
    display:block;
    margin:auto;
    text-align:center;
}
.av_wrap {
    overflow:hidden;
    text-align:center;
    margin:auto;
}
td.c_user .usertitle {
    margin:3px 0;
    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;
    font-weight: 700;
}
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, .search_results div {
    line-height:1.7;
    vertical-align:top;
    border-bottom: 1px solid #a8a8a8;
    list-style-type:square;
    background-color:#f0f0f0;
}
td.c_post .headerColor, .search_results div .headerColor {
    color: #FBFBFB;
}
td.c_post ul, .search_results div ul {
    list-style-type:square;
    margin-left:10px;
}
td.c_post td, #topic_review table td, #c_post-preview table td, .search_results div td {
    background-color: #f9f9f9;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    font-size: 11.5px;
}

td.c_post td table, .search_results div td table {
  border:none;
}

td.c_post th, .search_results div th {
  padding: 5px 15px;
  background-image: none;
  background-color: #7C645A;
}
.c_post img, #topic_review img, .search_results div img {
   max-width: 550px;
}
.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;
    border: 1px solid #f0f0f0;
}
td.c_sig, td.c_nosig {
    height:0%;
    vertical-align:top;
    background-color:#f0f0f0;
}
td.c_nosig {
    border-top-style:hidden!important;
}
blockquote dl dt, blockquote dl dd {
    padding:2px 4px;
}
blockquote div, blockquote code {
    margin:0;
    padding:5px;
    max-width:550px;
}
dl#fast-reply {
    clear:both;
    margin:auto;
    width:80%;
    border: 1px solid #f4f4f4;
}
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, span.member_send {
    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;
    background: #f1f1f1;
}
div#emot_list {
    padding:0;
}
#emot_list li {
    display:inline;
    padding:4px 10px;
}
#emot_list img {
    cursor:pointer;
    vertical-align:baseline;
}
#pm_inbox td, #pm_inbox td a.member {
    text-align:center;
}
#pm_inbox a {
    text-align:left;
}
#pm_inbox #selectall {
    float:left;
}
.pm {
    margin-bottom:1em;
}
#pm_subject a, #pm_with a, #pm_datesent a, #pm_sender a {
    color: #ECAA09;
}
#pm_subject a:hover, #pm_with a:hover, #pm_datesent a:hover, #pm_sender a:hover {
    color: #A38A80;
}
#pm_datesent {
    width: 100px;
}
#pm_with {
    width: 120px;
}
#pm_select {
    text-align:center;
    width: 5px;
}
#pm_viewer {
    table-layout:fixed;
}
#conversation .c_post, .search_results div {
    padding:2em;
}
#ucp_profile, #pm_messages {
    float:right;
}
#ucp_settings img, #ucp_profile img {
    margin:18px 20px;
}
#ucp_settings, #ucp_profile {
    background:#f0f0f0;
}
#ucp_gallery li {
    float:left;
    margin:15px;
    text-align:center;
}
#ucp_gallery a img {
    display:block;
    margin:auto;
}
#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;
    display: none;
}
#portal_l, #portal_r {
    font-size:88.3%;
    margin:0;
    padding:0;
}
#portal_l {
    width: 19%;
    float: right;
    background: #f0f0f0;
    display: table-row;
}
#portal_r {
    width: 80%;
    background: #f0f0f0;
    float: left;
    margin-bottom: 10px;
}
#portal_news {
    margin: auto;
    background: #f0f0f0;
    float: left;
    width: 80%;
}
#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 a {
  color:#40353a;
}
.portal_box a:hover {
  color:#A38A80;
}
.portal_box table {
    clear:none;
}
#portal_stats td {
    padding: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;
    padding: 10px;
}
#acplogin #loginform {
    display:block;
    padding:0 50px;
}
.category h2 a, #portal h2 a, #portal_foot h2 a, thead a, .category h2 a:hover, #portal h2 a:hover, #portal_foot h2 a:hover, thead a:hover {
    color: #E63F55;
}
input, select, td, th {
    font-size: 13px;
}
button.btn_default, #nav li span, .c_post-attachment dt, #c_tos dt {
    font-weight:700;
}
.meta_menu a:hover {
}
.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 {
}
.row2 td {
    background:#f0f0f0;
}
blockquote div {
    background: #f4f4f4;
}
a.member, .calendar td a, .calendar a:hover, #faq dd a, #faq dd a:hover {
    color:#A38A80;
}
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;
    margin-bottom: 10px;
    padding: 5px 0;
}
#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;
}
.c_cat-replies a {
  color: #7C645A;
}
.c_cat-views {
    word-break:normal;
}
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;  
    word-wrap: break-word;
}
#ucp_settings, #pm_settings {
    float:left;
}
#c_tos dd, #username_response {
    margin-left:10px;
}
#vlx {
    z-index:1;
}
#blog {
    background:#f1f1f1;
    border: none;
    color:#333;
    margin:10px 0;
    padding-bottom: 5px;
}
#blog blockquote {
    background:none;
    border:none;
    font-size:85%;
    padding:0 10px;
}
#blog td {
   background:#fcfcfc;
   font-size: 98%;
   line-height: 1.7;
}
#blog th {
  background-color:transparent;
}
#blog h1 {
    float:right;
    font-size: 300%;
    margin: 20px;
    background: #A38A80;
    padding: 0 10px;
}
#blog h2, #blog h1 {
    clear:none;
    text-align: left;
    font-weight: 700;
}
#blog h2, #blog h2 a, #blog h2 a:hover {
    color: #E63F55;
    font-size: 120%;
    background: none;
    padding: 5px;
}
#blog h2 .headerColor {
  color: #f0f0f0;
}
#blog h2 .headerColor:hover {
  color: #7C645A
}
#blog h2 a {
    background: #7C645A;
}
#blog_foot {
    clear:both;
    margin-bottom:20px;
}
#blog_head {
    background: #7C645A;
    padding:10px 14px;
}
#blog_head h1 a:hover {
    color: #859073;
}
#blog_head img.avatar {
    border-radius: 50%;  -webkit-border-radius: 50%;  -moz-border-radius: 50%;  
    border: 6px solid #A38A80;    
    margin: 10px;
}
#blog_head:after {
    content:".";
    display: block;
    height: 0;
    line-height:0;
    clear: both;
    visibility: hidden;
}
#blog a {
    color: #7C645A;
}
#blog a:hover {
    color: #A38A80;
}
#blog_main {
    margin:20px 200px 10px 10px;
}
#blog_categories, #blog_readers, div.blog_options {
    margin:15px 0;
    padding:5px 7px;
}
#blog_sidebar h3, #blog_sidebar dt {
    font-weight:700;
}
#blog_sub {
    background: #f0f0f0;
    clear:both;
    position:relative;
    padding:5px 7px;
    text-align:right;
    margin: 20px;
    font-family: Roboto, Helvetica, Arial;
}
#blog_sub span {
    padding-top:4px;
}
#blog_sidebar {
    background: #f6f6f6;
    font-size:93.3%;
    text-align:center;
    width: 22%;
    display: inline-block;
    float: right;
    margin-right: 20px;
    box-shadow: 2px 2px 2px #d4d4d4;
}
#blog_sidebar dd {
    margin-left:10px;
}
#blog_about {
    margin:auto;
    padding: 10px;
}
#blog_about h3 {
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial;
    padding: 10px 0;
    letter-spacing: 1px;
    color: #7C645A;
}
#blog_about div.warn {
    margin-top:30px;
}
#blog_user {
    font-size:175%;
    padding-bottom: 10px;
}
#blog table {
    clear:none;
}
div.blog_options {
    font-size:90%;
    text-align:right;
}
div.blog_date {
    background: #7C645A;
    color: #E63F55;
    float:right;
    font-weight:700;
    margin:0 15px;
    text-align:center;
    text-transform:uppercase;
    width:40px;
}
div.blog_date span {
    color: #859073;
    background: #eee;
    display:block;
    font-size:130%;
    font-weight:700;
    padding:2px 4px;
}
div.blog_entry {
    background: #f6f6f6;
    margin: 10px;
    padding: 10px;
    box-shadow: 2px 2px 2px #d4d4d4;
}
.blog_entry h2 {
    background:none;
    text-align:left;
}
#blog_comments li {
    padding:5px 7px;
}
#blog_comments li.odd {
    background:#e2e2e2;
}
canvas.cornercanvas {
display:none!important;
}
#shoutwrap {
    background:#fafafa;
    border:1px solid #e7e7e7;
    font-size:88.3%;
}
#shoutwrap td {
    padding:0;
}
#shoutbox {
    list-style-type:none;
    margin:0;
    padding:0;
}
#shoutbox li {
    padding:5px 7px;
}
#shoutbox li.odd {
    background:#f6f6f6;
}
#shoutbox dl, #shoutbox dt, #shoutbox dd {
    margin:0;
    padding:0;
}
#shoutbox dt {
    color:#777;
    font-size:80%;
}
#shoutopts, #shoutpost {
    clear:both;
    text-align:center;
}
#divider {
    background: url(http://z3.ifrm.com/11/41/0/p22549/divider.png) repeat-x top;
    height: 5px;
}
#stats_legend {
    background: #f0f0f0;
}
#stats td.c_mark {
}
#rcp_post_list a:hover, #rcp_pm_list a:hover {
    color:gray;
}
#rcp_post_list a, #rcp_pm_list a {
    color:#fff;
}
#topic_review tr {
}
#topic_review td {
    line-height:1.7;
    border-bottom: 1px solid #999;
}
td.c_cat-starter a, td.c_cat-lastpost a {
    color: #454545!important;
}
.forums td.c_mark img {
    width:40px;
    padding: 5px 10px 10px 5px;
}
td.c_cat-starter a:hover, td.c_cat-lastpost a:hover {
    color: #a8a8a8!important;
}
input.row1 {
    background: #afdedc;
}
dl.user_info, dl.user_profile {
    background: #f6f6f6!important;
}
div#portal_foot h2 {
    border-bottom: 4px solid #a8a8a8;
}
.blog_entry blockquote code {
    width: 98.4%!important;
    padding: 5px!important;
    margin: 0px!important;
}
#floatingPanel span {
    background-color: #f0f0f0;
    line-height: 1.7;
    margin: auto;
}

#floatingPanel {
    border-top: 2px solid #b4b4b4;
text-align: center;
position: fixed;
bottom: 0px;
width: 100%;
}

.toggleButtons {
    position: fixed;
    right: 10px;
    background-color: #7C645A;
    cursor: pointer;
    text-align: center;
    color: #f0f0f0;
    display: none;
    padding: 5px;
    margin: 5px;
}
.toggleButtons ul  {
    padding: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 10px;
    list-style:none;
}

div.spoiler {
    border:1px solid transparent;
    border-top:0;
    padding:5px 7px;
}
div.spoiler_toggle {
    border-bottom: 1px dashed #b4b4b4;
    color: #b4b4b4;
    cursor:pointer;
    font-weight:700;
    padding:2px 4px;
}

/* Main Sidebar styles */

#sidebarNew {
display: table;
z-index:1000;
position: fixed;
margin: 0 auto;
background-color: #f0f0f0;
opacity: 0.3;
width: 100%;
border-bottom: 2px solid #f4f4f4;
}

#sidebarToggle {
    padding: 15px;
}

#sidebarNew table {
border:none;
}

#sidebarContent {
padding-left: 3px;
display: table;
}

#sidebar_logo {
  display: block;
  margin: auto;
  padding-left: 20px;
}

#sidebarNewCloseBtn {
margin: 10px;
cursor: pointer;
position: absolute;
right: 10px;
}

#sidebar_info a {
    color: #f9f9f9;
}

/* Sidebar table styles */

.toggleMenuTable {
    margin-left: 7px;
    text-align: justify;
    font-family: "Calibri", "Helvetica";
    font-size: 13px;
    padding-bottom: 8px;
    position: relative;
    width: 95%;
    line-height: 1.4;
    letter-spacing: 0.3px;
}

table.toggleMenuTable td {
    background-color:transparent;
    width:50%;
    font-size: 100;
}
a:table.toggleMenuTable td {
    color: #d4d4d4
}
table.toggleMenuTable th {
font-size: 20px;
  font-family: helvetica, arial;
  font-weight: 600;
  font-style: italic;
  background: transparent;
  color: #454545;
  text-transform: uppercase;
  letter-spacing: -2px;
  border-bottom: 1px dotted #8a8275;
}


#sidebar_welcome th, #sidebar_info th, #sidebar_navigate th {
    text-align: left;
  
}

.sidebar_btn {
  margin-right:10px;
  cursor: pointer;
}

#sidebar_avatar {
    text-align: center;
    padding: 10px;
    display: table-cell;
}

#sidebar_avatar img {  
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
    
   border: 3px solid #A38A80;
   height: 50px;
   margin: auto;
}

#sidebar_info, #footer_links {
  text-align:center;
  border-collapse:separate;
  border-spacing:5px;
}

#footer_links table {
   border:none;
}

#sidebar_info td, #footer_links td {
    color: #40353a;
    font-family: calibri, arial;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 10px;
    background: url('http://i.imgur.com/GMcYlWF.jpg');
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

#footer_links td {
  background-color: url('http://i.imgur.com/GMcYlWF.jpg');
}

#footer_links td table {
   border:none;
}

#sidebar_info td:hover, #footer_links td:hover {
  -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

#sidebar_info td:hover a {
  color: #71B6CF;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
   transition: all 0.5s linear;
}

#footer_links td:hover, #footer_links td:hover a {
  border-color:#ada89f;
  color:#71B6CF;
  -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.scrolling_affiliates {
  height: 31px;
  margin: 15px 4px 15px 0;
  display:inline-block;
}

.scrolling_affiliates img {
  height:100%;
}

#static_affiliates img {
  margin-bottom:3px;
}

#footerMenu a {
  color:#666;
}

#footerMenu a:hover {
  color: #55809b;
}

#footer_affiliates {
  display: inline-block;
  margin-top: 15px;
}

#footer_affiliates img {
    margin: 4px 4px 0 0;
}

 {
    display: inline-block;  
    width: 25%;
    float: left;
    padding-top: 60px;
}

#footer_links_container {
    width: 95%;
    margin: auto;
}

#cboxContainer {
}

/* Nanoscroller scrollbar styles */

.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}

.nano .content {
  position      : absolute;
  overflow      : auto;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}

.nano .content:focus {
  outline: thin dotted;
}

.nano .content::-webkit-scrollbar {
  visibility: hidden;
}

.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}

.nano > .pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01; 
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;  
  border-radius         : 5px;
}

.nano > .pane > .slider {
  background: #444;
  background: #71B6CF;
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;  
  border-radius         : 3px;
}

.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

/* Custom Button */

.customtopicButton {
  padding: 5px;
  font-size: 10px;
  font-family: Helvetica, Arial;
  padding: 10px;
  letter-spacing: 4px;
  color: #f5f5f5;
  text-transform: uppercase;
  background-color: #7C645A;
   -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.customtopicButton:hover {
  color: #f0f0f0;
  background-color: #A38A80;
  -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.custompostButton {
  font-size: 13px;
  font-family: helvetica, arial;
  font-weight: 300;
  padding: 10px;
  letter-spacing: 4px;
  color: #7C645A;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.custompostButton:hover {
  color: #EC6C7D;
  -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

/*Class BBcode */

.bbcode-logo {
  width: 150px;
  height: 150px;
  border-radius: 75px;
  border: 3px solid #fff;
}
.bbcode-inliner {
  display:inline;
  float:right;
  padding: 10px;
} /* post images with text wrapping around them - apply to img tag */

.bbcode-inlinel {
  display:inline;
  float:left;
  padding: 10px;
}
.bbcode-justify {
  display:block;
  text-align:justify;
  padding:10px;
}
.bbcode-themecolor {
  color:#7C645A;
}
.bbcode-newspaper {
  background: #f4f4f4;
  display:block;
  padding:13px;
  -column-count:2;
  -column-gap:18px;
  -webkit-column-count:2;
  -webkit-column-gap:18px;
  -moz-column-count:2;
  -moz-column-gap:18px;
  text-align: justify;
}
.bbcode-column {
   background:transparent;
   display:block;
  -column-count:2;
  -column-gap:18px;
  -webkit-column-count:2;
  -webkit-column-gap:18px;
  -moz-column-count:2;
  -moz-column-gap:18px;
  text-align: justify;
}
.bbcode-noclick {
  pointer-events:none
}
.bbcode-blockquote {
  display: block;
  text-align: justify;
 padding: 10px;
 width: 400px;
 margin: auto;
}
.bbcode-name {
  display: block;
  background-color: transparent;
  font-family: arial;
  letter-spacing: -3px;
  color: #7C645A;
  font-size: 40px;
  padding: 5px;
  margin: auto;
  text-align: center;
}
.bbcode-title {
  display: block;
  background-color: #7C645A;
  background-image: url('http://i.imgur.com/FgJ48q7.jpg');
  background-position: 11% 70%;
  background-size:  cover;
  width: 100%;
  height: 45px;
  font-family: montserrat, helvetica, arial;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  text-align: center;
  color: #f0f0f0;
  font-size: 20px;
  padding: 10px;
  margin: auto;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.bbcode-alt {
 font-family: helvetica, arial;
 text-transform: uppercase;
 font-style: italic;
 font-weight: bold;
 color: #454545;
}
.bbcode-content {
  display:block;
  text-align:justify;
  width:95%;
  margin:auto;
}
.bbcode-credit {
  font-family: calibri, trebuchet ms;
  text-transform: uppercase;
  font-size: 50%;
  letter-spacing: 2px;
  display: block;
  text-align: right;
}

/*Template BBcode */

.bbcode-post1 {
 display: block;
 width: 70%;
 padding: 30px;
 background-color: #f9f9f9;
 text-align: justify;
 margin: auto;
 border-top: 3px solid #eab543;
 border-bottom: 3px solid #eab543;
}
.bbcode-fade {
  opacity: 1;
 -webkit-transition: all 0.5s linear;
 -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.bbcode-fade:hover {
  opacity:0;
}
  
/* Table ID */

.noColor td {
  background-color:transparent;
}
.black td {
  background-color:black;
}

/* Carousel & header */
#header {
height: 50vh;
padding-top: 150px;
background-image: url('http://i.imgur.com/FgJ48q7.jpg');     
background-attachment: fixed;
background-repeat: no-repeat;
background-position: 50% 100%;
}
#header:hover #weatherPanel {
    opacity:1;
}
#headerTitle {   
 position: relative;
 width: 700px;
 margin: auto;
 display: table;
}
#carouselContainer {
width:100%;
height: 400px;
}
#carouselContent {
    display: inline-block;  
    width: 90%;
    overflow: hidden;
    overflow-y: auto;
    font-size: 12px;
}

/* webkit scrollbar for the whole page */
#carouselContent::-webkit-scrollbar { width:10px; height:10px; }
#carouselContent::-webkit-scrollbar-track { background-color: transparent; }
#carouselContent::-webkit-scrollbar-thumb { background-color:#71B6CF; }

#carouselContent ul {
    left: 0;
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
    width: 550%;
}
#carouselContent li {
    
    display: inline-block;
    width: 720px;
}
.carouselArrow {
    width: 5%;  
    height: 100%;
    display: inline-block;
    background-position: center;
    background-size: contain; 
    background-repeat: no-repeat;  
    cursor: pointer;
    opacity:1;
}
.carouselArrow:hover {
    opacity: 0.7;
}
.carouselTitle {
   font-family: raleway;
   display: table-cell;
   font-size: 100px;
   color: #4a2c46;
   text-shadow: 1px 0px 0px #a7a7a7  , 1px 1px 0px #a7a7a7  , -1px 0px 0px #a7a7a7  , 0px 1px 0px #a7a7a7  , -1px 1px 0px #a7a7a7  , 0px -1px 0px #a7a7a7;
   font-weight: bold;
   position: relative;
   line-height: 1.2;
   letter-spacing: -7px;
}
.carouselTitle a {
    color: #FBFBFB;
    margin-left: 20px;
}
.panelContainer {
display: table;
height: 100%;
}
.panel {
    display: table-cell;
    width: 45%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
#welcomePanelTable {
    height: 350px;
}
#welcomePanelTable h1 {
    font-family: roboto;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 20px;
    margin: 10px;
}
#welcomeDesc {
    letter-spacing: 0px;
    text-align: justify;
    padding: 7px;
}
#welcomeDesc p {
    font-style:italic;
}
#quickLinks {
    background: url('http://i.imgur.com/Rt20OcO.jpg');
    background-position: left;
    background-size: cover;
}
#welcomePanel {
    background: url('http://i.imgur.com/p4izVaJ.jpg');
    background-position: left;
    background-size: cover;
}
#updates {
    background: url('http://i.imgur.com/Tz7XeZO.jpg');
    background-position: center;
    background-size: cover;
}
#updates a, #eventCalendarContainer a {
    background: #edbc89;
    text-transform: uppercase;
}
#staffPanel a {
    display: inline-block;
    background-color: #f2f2f2;
    border: 3px solid #A38A80;
    border-radius: 50%;
}
#staffPanel img {
    width: 100%;
    height: 100%;
}
.panel h2 {
    color: #40353a;
    font-size: 30px;
    margin: auto;
    text-transform: uppercase;
    font-style:italic;
    letter-spacing:-3px;
}
#carouselPanel1 table, #carouselPanel3 table {
    border-collapse: separate;
    border-spacing: 5px;
    border: none;
    width: 87%;
    margin: auto;
}
#quickLinks th {
 }
#carouselPanel1 td {
    width:50%;
}
#carouselPanel1 td, #carouselPanel3 td {
    color: #40353a;
    font-family: helvetica, arial;
    font-weight: normal;
    letter-spacing: 1px;
}
#carouselPanel1 td a {
  color: #f9f9f9;
}
.slantedTitle {    
    text-transform: uppercase;
    font-family: raleway;
    font-size: 25px;
    color: rgba(124, 100, 90, 0.9);
    letter-spacing: -1px;
    background: rgba(255, 255, 255, 0.4);
}
#updates td, #credits td {
    font-weight: normal;
    text-align: initial;
    text-transform: initial;
    text-align:justify;
    letter-spacing: 0px;
}

#updates td::-webkit-scrollbar { width:5px; height:5px; }
#updates td::-webkit-scrollbar-track { background-color:#f0f0f0; }
#updates td::-webkit-scrollbar-thumb { background-color:#d4d4d4; }

#carouselPanel1 td a:hover {
}

#quickLinks th:hover {
    background-color: #EF8391;
}
#quickLinks a:hover {
}
.carouselPanel {
}
#staffPanel {
    padding: 25px;
  /* For Safari 3.1 to 6.0 */
  
}
/* webkit scrollbar for the whole page */
#eventCalendarContainer::-webkit-scrollbar { width:10px; height:10px; }
#eventCalendarContainer::-webkit-scrollbar-track { background-color: transparent; }
#eventCalendarContainer::-webkit-scrollbar-thumb { background-color:#d4d4d4; }

#staffPanel:hover {
   opacity:1;
}

#carouselPanel2 table {
    
    border-collapse: separate;
    border-spacing: 10px;
    border: none;
    width: 650px;
    height: 300px;
    margin: auto;
}

#carouselPanel2 table td {
    width: 33%;
    overflow-y: auto;
    padding:10px;
}

#carouselPanel2 table td::-webkit-scrollbar { width:5px; height:5px; }
#carouselPanel2 table td::-webkit-scrollbar-track { background-color:#f0f0f0; }
#carouselPanel2 table td::-webkit-scrollbar-thumb { background-color:#d4d4d4; }

.carouselTitle span {
    display: block;
    padding: 5px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0px;
    font-family: montserrat;
    color: #f9f9f9;
    /* background: #17364E; */
    text-transform: uppercase;
    /* text-shadow: none; */
    text-align: center;
    margin-top: -10px;
    margin-left: -10px;
}
.spotlightImg a {
    width:100px;
    height:100px;
    margin:auto;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 3px solid #A38A80;
    border-radius: 50%;
    background-size:cover;
    display: block;
}
.spotlightTitle {
    /* font-size: 20px; */
    /* text-transform: uppercase; */
    /* font-family: times new roman; */
    /* letter-spacing: 4px; */
    /* border-bottom: 1px solid; */
    /* border-top: 1px solid; */
}
.spotlightTitle2 {
    color: #f9f9f9;
    font-size: 18px;
    text-transform: uppercase;
    font-style:italic;
    letter-spacing:-1px;
    text-align: left;
}
.spotlightDesc {
  height:100px;
  text-align: justify;
  font-family: arial;
}
th.spotlightTitle {
    border: 1px solid #f0f0f0;
    background-color: #8E5E4D;
}
.spotlightContainer, #quicklinks table, #welcomePanelContainer, #updates td {
    background: rgba(251, 251, 251, 0.7);
    color: #222;
}
.shipSpotlightCover {
    background: url('http://i.imgur.com/ufnPrXB.jpg');
    background-size: cover;
    background-position: center;
}
.memberSpotlightCover {
    background: url('http://i.imgur.com/jVJfAsW.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}
.charSpotlightCover {
    background: url('http://i.imgur.com/vjiJypO.jpg');
    background-size: cover;
    background-position: center;
}
.plotSpotlightCover, .threadSpotlightCover {
    background: url('http://i.imgur.com/J7cnDd2.jpg');
    background-size: cover;
    background-position: center;
}
#weatherPanel {
    -webkit-transition: opacity 1s;
    transition: opacity 1s;  
    opacity: 0;
    color: #f0f0f0;
    vertical-align: middle;
    width: 200px;
    display: inline-block;
    padding: 20px 0;
    display: table-cell;
    font-family: roboto;
    background-color: rgba(5, 18, 34, 0.46);
}

#weatherPanel:hover {
    opacity:1;
}
#weatherPanel img {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
}
#weatherPanel h2 {
    margin-bottom: 10px;
}
#weatherPanel span {
    vertical-align: top;
    display: block;
    font-size: 12px;
}
#weatherPanel h3 {
    padding: 5px 10px 5px 10px;
    font-size: 15px;
    letter-spacing: -1px;
    display: block;
}
#weatherPanel a {
    display:inline-block;
    background: #ECAA09;
    color: #335780;
}
#weatherPanel a:hover {
    color: #7D8B66;
}
#quickLinks a {
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: montserrat;
    font-size: 11px;
}
.panel a:hover, #eventCalendarContainer a:hover {
    color: #A38A80;
}
#eventCalendarContainer {
    height:50%;
    overflow:auto;
}
.eventCalendar {
    letter-spacing: 1px;
    text-align: justify;
    font-size: 95%;
    box-shadow: none;
}
#eventCalendarContainer a {
   display:inline;
   color: #f2f2f2;
   font-weight: 700;
}

#opaqueLayer {
width: 100%;height: 100%; 
}

/* Styling for confetti birthday card */
.confettiBackground {
    position: fixed;  
    height: 100%;  
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2000;
}
div#confettiPostcard {
    width: 100vh;
    height: 65vh;
    position: fixed;
    box-shadow: 2px 2px 2px #1A1A1A;
    z-index: 2000;
    background-image: url('http://i.imgur.com/KSfjXm3.png');
    background-size: 100%;
    background-position: 0% 60%;
    display: table;
    text-align: center;
    border:5px solid #ececec;
    top: 50%;
    left: 50%;
    margin-top: -33vh;
    margin-left: -50vh;
}
#confettiPostcard a {
    cursor:pointer;
}
#postcardContent {
    display:table-cell;
    vertical-align:middle;
}
#postcardContent h1 {
    font-family: lobster;
    font-size: 45px;
    color: #edbc89;
}
#closePostcard {
    position: absolute;
    left: 92%;
    margin-top: 2%;
    font-size: 2vh;
    color: #fff;
}
#postcardLinks {
    margin-top: 53%;
    color:#fff;
    font-family: lobster;
    font-size: 3vh;
}

#twitter-widget-0, .twitter-tweet-button {
    display:none;
}

td.stats_members a {
    color: #333;
}

.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}