/*************************
   CUSTOM FONTS
*************************/
@font-face {
   font-family: 'robotoregular';
   src: url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto/roboto_regular_webfont.eot');
   src: url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto/roboto_regular_webfont.eot?#iefix') format('embedded-opentype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto/roboto_regular_webfont.woff') format('woff'),
        url('roboto-regular-webfont.ttf') format('truetype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto/roboto_regular_webfont.svg#robotoregular') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'roboto_condensedregular';
   src: url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto_Condensed/robotocondensed_regular_webfont.eot');
   src:url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto_Condensed/robotocondensed_regular_webfont.eotont.eot?#iefix') format('embedded-opentype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto_Condensed/robotocondensed_regular_webfont.woff') format('woff'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto_Condensed/robotocondensed_regular_webfont.ttf') format('truetype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Roboto_Condensed/robotocondensed_regular_webfont.svg#roboto_condensedregular') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'playfair_displayregular';
   src: url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Playfair_Display/playfairdisplay_regular_webfont.eot');
   src: url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Playfair_Display/playfairdisplay_regular_webfont.eot?#iefix') format('embedded-opentype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Playfair_Display/playfairdisplay_regular_webfont.woff') format('woff'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Playfair_Display/playfairdisplay_regular_webfont.ttf') format('truetype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Playfair_Display/playfairdisplay_regular_webfont.svg#playfair_displayregular') format('svg');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'thin_skinnedregular';
   src: url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Thin_Skinned/thin_skinned_webfont.eot');
   src: url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Thin_Skinned/thin_skinned_webfont.eot?#iefix') format('embedded-opentype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Thin_Skinned/thin_skinned_webfont.woff') format('woff'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Thin_Skinned/thin_skinned_webfont.ttf') format('truetype'),
        url('http://daydreamsandpassions.b1.jcink.com/uploads/daydreamsandpassions/Thin_Skinned/thin_skinned_webfont.svg#thin_skinnedregular') format('svg');
   font-weight: normal;
   font-style: normal;
}

/*************************
  BEGIN MAIN CSS
*************************/

html,body {
background:url('http://i.imgur.com/pWIbUyM.png') #212121;
background-attachment:fixed;
color:#d4d4d4;
font-family:'robotoregular', 'Arial', sans-serif;
font-size:93.3%;
margin:0;
padding:0;
}

body:after { /* paper pattern */
content: "";
background: url('http://static.tumblr.com/bzi3aob/f1bn5quwe/subtle_white_feathers.png');
opacity: 0.2;
top:0;
left:0;
height:100%;
width:100%;
position:fixed;
z-index: -1;   
}
/* end paper pattern */
 
a {
color:#d4d4d4;
text-decoration:none;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
 
a:hover {
color:#679405;
text-decoration:none;
}

.left {
font-weight:normal;
text-transform:uppercase;
}

hr {
background-color:#666;
border:0;
color:#666;
height:1px;
}
 
table {
border-collapse:collapse;
border-spacing:0;
clear:both;
empty-cells:show;
width:100%;
}
 
th,td { /* forum borders on index page */
border:3px solid #212121;
}
 
th {
background: rgb(46, 46, 46);
background: rgba(46, 46, 46, 0.6);
font-weight:normal;
padding:3px 5px;
text-align:left;
}
 
td {
background: rgb(59, 59, 59);
background: rgba(59, 59, 59, 0.5);
padding:5px 10px;
}
 
th a,th a:hover {
font-weight:normal;
text-transform:uppercase;
}
 
h1 {
font-size:200%;
}
 
h2,h3 {
font-size:100%;
}

.posts td { /* filling in the box enclosing forum title */
background:#3b3b3b;
}

.h2center { /* category titles */
font-size:110%;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
color:#fdfdfd;
background: rgb(33, 33, 33);
background: rgba(33,33,33,0.5);
padding: 10px;
}

.h2center a {
color:#fdfdfd;
}
 
.category h2,.topic h2,#portal h2,#portal_foot h2,thead th {
font-family: 'robotoregular', 'Arial', sans-serif;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
text-align: center;
padding: 8px;
color: #acacac;
background-color: #212121;
transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
}
 
thead th {
padding:5px;
text-align:center;
}
 
h2.special {
background:#2e2e2e;
border-bottom:none;
}
 
input,select,textarea,button,a.btn_fake {
background:#2e2e2e;
border:3px solid #212121;
color:#acacac;
padding:3px 5px;
vertical-align:middle;
}
 
textarea {
font-family:'robotoregular', 'Arial', sans-serif;
font-size:100%;
margin:auto;
width:98%;
}
 
input:focus,input.focus,textarea:focus,textarea.focus {
border-color:#acacac;
}
 
.submit_error {
background:#fff8eb;
border:1px solid #e77700;
}
 
button,a.btn_fake {
background:#666;
color:#fdfdfd;
cursor:default;
font-family:'robotoregular', 'Arial', sans-serif;
font-size:80%;
text-transform:uppercase;
letter-spacing:1px;
overflow:visible;
width:auto;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
 
button:hover,a.btn_fake:hover {
color:#666;
background:#fdfdfd;
}
 
button.btn_text {
background:none;
border:0;
cursor:pointer;
font-family:'robotoregular', 'Arial', sans-serif;
font-size:100%;
}
 
.notice {
background:#212121;
border:3px solid #1c1c1c;
color:#fdfdfd;
margin:10px auto 0;
width:70%;
}
 
.notice dt {
color:#fdfdfd;
font-weight:normal;
text-transform:uppercase;
text-align:center;
letter-spacing:1px;
}
 
.notice dd {
color:#acacac
}
 
dl.info {
border-color:#1c1c1c; 
}
 
.info dt {
background:#3b3b3b;
color:#fdfdfd;
border-bottom:3px solid #1c1c1c;
}
 
dl.error {
background:#fafafa;
border-color:#BC3737;
}
 
.error dt {
background:#e7e7e7;
color:#BC3737;
}
 
#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, table.calendar ul, .drop_menu {
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 {
background:url(http://z1.ifrm.com/static/1/css/topbar.png) repeat-x top #FB9D3A;
height:19px;
} */
 
#top {
color:#fdfdfd;
background:#212121;
border-bottom:1px solid #3b3b3b;
height:23px;
padding:0 2% 4px;
margin-bottom:12px;
}
 
#top_info {
color:#acacac;
float:left;
margin-top:4px;
}
 
#top_menu {
background:#212121;
border-left:1px solid #3b3b3b;
float:right;
margin-top:0px;
}
 
.drop_menu li {
background:#212121;
float:left;
margin-right:1px;
text-align:center;
}
 
.drop_menu a {
color:#acacac;
display:block;
padding:4px .25em;
position:relative;
width:9em;
}
 
.drop_menu ul {
-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 {
font-size:85%;
margin:0;
padding:0;
width:100%;
}
 
.drop_menu ul li a {
background:#212121;
border:0 solid #3b3b3b;
border-width:0 1px 1px;
display:block;
padding:4px 5%;
width:90%;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
 
.drop_menu li ul li a:hover {
color:#212121;
background:#fdfdfd;
}
 
#logo {
background:#212121
border-bottom:0;
clear:both;
margin:0 2%;
}

div#main_content {
margin-top:-175px;
}

/*
#submenu_bar {
background:url(http://z1.ifrm.com/static/1/css/submenubar.png) repeat-x top #FB9D3A;
border-left:1px solid #3a5197;
border-right:1px solid #3a5197;
height:14px;
margin:0 2%;
} */
 
#submenu {
background:rgb(33, 33, 33);
background: rgba(33, 33, 33, 0.4);
color:#666;
text-transform:uppercase;
letter-spacing:2px;
font-size:85%;
padding:3px 1% 4px;
text-align:center;
}
 
#wrap { /* extra container around forum body */
background:transparent;
margin:20% 5%;
}
 
#nav { /* nav bar */
color:#649405;
text-transform:uppercase;
letter-spacing:1px;
font-size:12px;
height:1%;
padding:10px 1%;
}
 
.meta_box {
background:#2e2e2e;
border:3px solid #1a1a1a;
font-size:85%;
line-height:150%;
padding:10px 25px;
}
 
.meta_menu {
background:#212121;
border:3px solid #1c1c1c;
padding:0;
width:49%;
}
 
.meta_menu h3 {
background:#3b3b3b;
border-bottom:3px solid #1c1c1c;
clear:both;
color:#fdfdfd;
font-size:100%;
font-weight:normal;
letter-spacing:2px;
text-transform:uppercase;
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:#212121;
border:3px solid #1c1c1c;
color:#fdfdfd;
}
 
.cat-pages a:hover,.cat-topicpages a:hover {
background:#3b3b3b;
color:#679405;
}
 
.cat-pages span {
background:#212121;
border:3px solid #1c1c1c;
color:#666;
cursor:default;
font-weight:normal;
padding:2px 5px;
}
 
.cat-pages input {
background:#fff;
color:#5a70b3;
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 {
background:#2e2e2e;
letter-spacing:1px;
text-transform:uppercase;
font-size:80%;
}
 
td.c_desc {
background: rgb(59, 59, 59);
background: rgba(59, 59, 59, 0.5);
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://z1.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 { /* forum read unread icons */
background: rgb(46, 46, 46);
background: rgba(46, 46, 46,0.6);
text-align:center;
width:1%;
}
 
.c_forum { /* forum name & desc */
color:#acacac;
font-size:80%;
width:60%;
background: rgb(46, 46, 46);
background: rgba(46, 46, 46,0.5);
}

.c_last { /* last topic made, etc */
color:#acacac;
background: rgb(46, 46, 46);
background: rgba(46, 46, 46,0.5);
font-size:85%;
}

.c_forum strong a,.c_last strong a {
font-family:'robotoregular', 'Arial', sans-serif;
font-weight:normal;
color:#acacac;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}

.c_forum strong a:hover, .c_last strong a:hover {
color:#679405;
}
 
.c_forum strong a {
color:#fdfdfd;
font-size:130%;
font-weight:normal;
text-transform:uppercase;
letter-spacing:1px;
}
 
 
.c_forum-desc {
color:#333;
font-size:85%;
}
 
.c_last-title {
display:block;
line-height:16px;
padding-left:10px;
}

td.c_info-v,td.c_info-t,td.c_info-r { /* # viewers, # topics, # replies */
color:#acacac;
font-size:75%;
background: rgb(46, 46, 46);
background: rgba(46, 46, 46,0.5);
padding:5px;
text-align:center;
}
 
td.c_subforum { /* subforums list */
background: rgb(46, 46, 46);
background: rgba(46, 46, 46,0.5);
font-size:75%;
text-transform:uppercase;
letter-spacing:1px;
}

td.c_subforum strong { /* removing the 'Subforums' text */
display:none;
}
 
.cat_head td {
padding:0;
}
 
#stats .cat_head td {
}
 
.description {
color:#666;
font-size:85%;
}
 
a.member:hover {
color:#666;
}
 
td#stats_events a,td#stats_events span {
background:url(http://z1.ifrm.com/static/1/s_minical.png) no-repeat 2px;
padding:4px 0 4px 20px;
}
 
td.c_username {
background: rgb(46, 46, 46);
background: rgba(46, 46, 46,0.5);
padding:2px 0;
text-align:center;
}
 
td.c_username a {
font-size:130%;
font-weight:700;
}
 
td.c_user { /* miniprofile at large */
font-size:80%;
background: rgb(46, 46, 46);
background: rgba(46, 46, 46,0.5);
}
 
td.c_user dl {
background:#212121;
margin:10px 0;
padding:5px 7px;
width:160px;
}
 
dl.user_profile {
overflow:hidden;
word-wrap:break-word;
text-align:center;
}

dl.user_profile dt { /* custom profile field */
text-align:center;
background:#1c1c1c;
padding:3px;
}

dl.user_profile dd { /* custom profile field text */
margin:auto;
text-align:center;
padding:3px;
}
 
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:#212121;
border:3px solid #1c1c1c;
font-size:75%;
}
 
#profile_menu li li a {
border-top:0;
}
 
#profile_menu li ul li a:hover {
background:#fdfdfd;
color:#666;
}
 
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://z1.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://z1.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:#666;
border-color:#ebebeb;
}
 
blockquote,#blog blockquote blockquote {
background:#3b3b3b;
border:3px solid #2e2e2e;
margin:10px auto;
padding-bottom:1px;
width:98%;
}
 
blockquote dl {
background:#3b3b3b;
border-bottom:3px solid #2e2e2e;
font-weight:normal;
text-transform:uppercase;
font-size:80%;
color:#acacac;
}
 
blockquote dl dt {
color:#acacac;
float:left;
font-weight:normal;
}

blockquote div {
padding:5px 20px;
}
 
 
code {
background:#3b3b3b;
display:block;
font-family:Monaco, Consolas, "Courier New", Courier, monospace;
white-space: pre;
max-height: 400px;
overflow: auto;
} 
 
div.spoiler {
border:3px solid #2e2e2e;
border-top:0;
padding:5px 7px;
}
 
div.spoiler_toggle {
background:#679405;
border:3px solid #2e2e2e;
color:#fdfdfd;
cursor:pointer;
font-weight:normal;
text-transform:uppercase;
padding:4px;
}
 
td.c_postinfo {
background:#2e2e2e;
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 td, td.c_postfoot {
background:#2e2e2e;
clear:both;
}
 
td.c_username {
width:195px;
}
 
.c_next a {
display:block;
font-size:125%;
font-weight:700;
text-align:center;
}
 
td.c_view {
background:#3b3b3b;
color:#666;
}
 
div.c_view-list {
color:#999;
font-size:92.5%;
}
 
dl#fast-reply dt {
background:#212121;
border:3px solid #1c1c1c;
color:#fdfdfd;
font-size:110%;
font-weight:normal;
letter-spacing:1px;
text-transform:uppercase;
margin:0;
padding:5px;
}
 
dl#fast-reply dd {
background:#212121;
border-left:3px solid #1c1c1c;
border-right:3px solid #1c1c1c;
border-bottom:3px solid #1c1c1c;
padding:15px 0;
text-align:center;
}

 
#c_post-preview {
background:#1c1c1c;
border:1px solid #2e2e2e;
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:#3b3b3b;
border:3px solid #2e2e2e;
}
 
#emot_wrap h3 {
background:#3b3b3b;
border-bottom:3px solid #2e2e2e;
color:#fdfdfd;
font-size:120%;
text-align:center;
}
 
#emot_end {
border-top:3px solid #2e2e2e;
display:block;
font-weight:normal;
padding:4px 0;
text-align:center;
}
 
#pm_folders {
padding-top:30px;
vertical-align:top;
width:150px;
}
 
#pm_folderlist {
position: relative;
margin-left:0;
margin-top:0
}
 
#pm_folderlist li {
background:url(http://z1.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:#5A70B3;
}
 
.calendar td.cal_inactive {
background:#3b3b3b;
color:#e7e7e7!important;
}
 
.calendar td div {
background:#3b3b3b;
border-bottom:1px solid #e7e7e7;
font-weight:700;
padding:5px 7px;
}
 
.calendar div a {
background:url(http://z1.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 #5a70b3;
}
 
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:url(http://z1.ifrm.com/static/1/sub.png) repeat-x top #fafafa;
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 {
color:#425384;
font-size:120%;
font-weight:700;
}
 
#faq dd.faq_more a,#faq dl.faq_more a:hover {
color:#999;
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:#5a70b3;
font-size:200%;
font-weight:700;
vertical-align:top;
}
 
#pmtoast {
background:#212121;
border:3px solid #1a1a1a;
bottom:10px;
color:#fdfdfd;
display:none;
font-size:90%;
position:fixed;
right:10px;
text-align:right;
text-decoration:none;
width:200px;
z-index:1;
}
 
#pmtoast:hover {
border-color:#479405;
}
 
#pmlink {
background:url(http://z1.ifrm.com/static/1/toast.png) no-repeat 5px;
display:block;
padding:10px 10px 10px 55px;
text-decoration:none;
}
 
#pmlink big {
color:#fdfdfd;
display:block;
font-weight:700;
padding-bottom:5px;
}
 
#pmlink strong {
color:#acacac;
}
 
#pmclose {
border-top:3px solid #1a1a1a;
color:#fdfdfd;
display:block;
font-size:80%;
padding:1px 10px;
}
 
#pmclose:hover {
color:#fdfdfd;
}
 
#foot_wrap {
margin:20px 1px 20px 0;
}
 
#foot td {
background: rgb(59, 59, 59);
background: rgba(59, 59, 59, 0.5);
border-bottom:1px solid #3b3b3b;
border-top:1px solid #3b3b3b;
border-left:0;
border-right:0;
color:#acacac;
font-size:80%;
}
 
#foot a,#foot a:hover {
color:#acacac;
}
 
#foot #foot_datetime {
border-left:1px solid #3b3b3b;
width:1%;
white-space:nowrap;
}
 
#copyright {
color:#acacac;
text-transform:uppercase;
letter-spacing:1px;
font-size:65%;
margin:10px 0;
text-align:center;
}
 
#copyright a {
color:#acacac;
font-weight:normal;
}
 
#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://z1.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: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;
}
 
#submenu a {
padding:3px 5px;
}
 
#main {
height:1%;
padding:0 1%;
}
 
#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 {
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;
float:right;
position:relative;
}
 
.c_mark img {
display:block;
margin:auto;
}
 
.c_last {
line-height:1.4;
min-width:300px;
width:30%;
}
 
.category td.c_foot { /* capping bar at bottom of each category */
height:5px;
font-size:75%;
background: rgb(46, 46, 46);
background: rgba(46, 46, 46, 0.6);
text-transform:uppercase;
letter-spacing:1px;
}
 
#stats_members {
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 {
width:175px;
}
 
.c_user {
vertical-align:top;
width:175px;
}
 
img.c_user {
height: 1px;
}
 
.avatar, img.member {
display:block;
margin:auto;
text-align:center;
}
 
.av_wrap {
overflow:hidden;
text-align:center;
margin:auto;
}
 
td.c_user .usertitle {
text-align:center;
margin:3px 0;
}
 
.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;
padding:10px;
}

td.c_post a {
font-family:'Times New Roman', 'Georgia', serif;
text-transform:uppercase;
}
 
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 { /* separates posts in a thread */
background:transparent;
border:none;
font-size:1px;
height:1px;
}
 
td.c_sig,td.c_nosig {
height:.5%;
vertical-align:top;
}
 
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;
}
 
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;
}
 
.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,#top_info a,#top_info a:hover,.drop_menu a,.drop_menu a:hover,#submenu a,#submenu a:hover {
color:#acacac;
}

.category h2 {
font-size:110%;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
color:#fdfdfd;
background: rgb(33, 33, 33);
background: rgba(33,33,33,0.5);
padding: 10px;
}

.category h2 a {
color:#fdfdfd;
}
 
input,select,td,th {
font-size:90%;
}
 
button.btn_default,#nav li span,.c_post-attachment dt,#c_tos dt {
font-weight:normal;
}
 
#submenu a:hover,.meta_menu a:hover {
text-decoration:none;
}
 
.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:#679405;
}
 
.row2 td,blockquote div {
background:#2e2e2e;
}
 
a.member,.calendar td a,.calendar a:hover,#faq dd a,#faq dd a:hover {
color:#333;
}
 
img,.meta_box button img,td.c_cat-mark input,.c_post-attachment img,.warn img,#ucp_gallery a img, td.c_postinfo input {
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;
}

td#c_notes {
background:#212121
}

td.c_topicfoot { /* next thread, before thread, thread name */
background:#212121;
}

td.c_topicfoot a {
font-size:85%;
letter-spacing:1px;
text-transform:uppercase;
}
 
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:#5a70b3;
border:1px solid #3a5197;
color:#333;
margin:10px 0;
}
 
#blog blockquote {
background:none;
border:none;
font-size:85%;
padding:0 10px;
}
 
#blog blockquote blockquote {
padding: 0;
font-size: 100%;
}
 
#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:#679405;
}
 
#blog_foot {
clear:both;
margin-bottom:20px;
}
 
#blog_head {
background:#3b3b3b;
border:8px solid #5a70b3;
padding:10px 14px;
}
 
#blog_head img.avatar {
display:inline;
}
 
#blog_head:after {
content: "."; 
display: block; 
height: 0;
line-height:0;
clear: both; 
visibility: hidden;
}
 
#blog_main {
margin:20px 200px 10px 10px;
}
 
#blog_categories,#blog_readers,#blog_about,div.blog_options {
background:#3b3b3b;
margin:15px 0;
padding:5px 7px;
}
 
#blog_sidebar h3,#blog_sidebar dt {
color:#666;
font-weight:normal;
}
 
#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%;
}
 
#blog table {
clear:none;
}
 
div.blog_options {
font-size:90%;
text-align:right;
}
 
div.blog_date {
background:#3b3b3b;
border:1px solid #ebebeb;
color:#666;
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:#3b3b3b;
}
 
#shoutwrap {
background:transparent;
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:#3b3b3b;
}
 
#shoutbox dl,#shoutbox dt,#shoutbox dd {
margin:0;
padding:0;
}
 
#shoutbox dt {
color:#777;
font-size:80%;
}
 
#shoutopts,#shoutpost {
clear:both;
text-align:center;
}

/* BEGIN SCROLLBAR CSS */
::-webkit-scrollbar { width: 9px; height: 10px; }
::-webkit-scrollbar-track {  border: 4px solid #212121; background: #679405;  }
::-webkit-scrollbar-thumb { height: 10px; width: 8px; border: 2px solid #212121; background: #679405; }
::-webkit-scrollbar-track-piece {  height: 30px;  width: 30px; }

/* END SCROLLBAR CSS */

/* BEGIN CUSTOM BBCODE */
.bbcode-announcement {
}
.bbcode-header1 {
font-size: 20px;
color:#fdfdfd;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #2e2e2e;
border:3px solid #212121;
padding: 10px 50px;
text-align: center;
}
.bbcode-header2 {
background: #2e2e2e;
border:3px solid #212121;
letter-spacing: 1px;
font-size: 15px;
text-transform: uppercase;
padding: 5px 50px;
}
.bbcode-header3 {
background: #2e2e2e;
border:3px solid #212121;
font-size: 12px;
letter-spacing:1px;
text-transform: uppercase;
padding: 5px 30px;
}
.bbcode-header4 {
background-color: #679405;
text-transform: uppercase;
border:3px solid #212121;
padding: 3px 20px;
font-size: 12px;
}
.bbcode-app {
background: #2e2e2e;
border-bottom: 5px solid #679405;
letter-spacing: 2px;
font-size: 24px;
text-transform: uppercase;
padding: 5px 50px;
}
.bbcode-appheader {
font-size:26px;
color:#fdfdfd;
background:#2e2e2e;
border:3px solid #212121;
letter-spacing:2px;
padding:5px 30px;
text-transform:uppercase;
}
/* END CUSTOM BBCODE */

/* TOGGLE SIDEBAR CSS */
#sidebar
{
  position: fixed;
  top: 0;
  z-index: 20;
  width: 15%;
  height: 100%;
  padding: 20px 15px;
 background: url('http://i.imgur.com/pWIbUyM.png') #212121;
background-attachment: fixed;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
 
#sidebarHandle
{
  display: block;
  position: fixed;
  top: 0;
  z-index: 20;
  width: 15px;
  height: 100%;
  background: #1a1a1a;
  border-right: 3px solid #679405;
  transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
 
#wrapper
{
  padding-right: 15px;
  transition: margin 0.5s;
  -webkit-transition: margin 0.5s;
}

#leftbar {
	height:100%;
        width:100%;
	left:0;
	top:0;
	background:rgb(33, 33, 33);
        background: rgba(33,33,33,0.1);
}
#rightbar {
        position:fixed;
        height:100%;
        width:15%;
        right:0;
        top:0;
        background-color:#212121;
}
.links {
	position:relative;
	top:0%;
	box-sizing:border-box;
	width:100%;
	padding:10px;
	margin:0 auto;
	background:transparent;
}
.chatty {
        position:relative;
	top:0%;
        right:0;
	box-sizing:border-box;
	width:100%;
	padding:10px;
	margin:0 auto;
	background-color:#212121;
}
.anjou {
	margin:auto;
}
.anjou a:link, .anjou a:visited, .anjou a:active {
	display:block;
	box-sizing:border-box;
	width:100%;
	background:rgb(28,28,28);
        background:rgba(28,28,28,0.4);
	padding:4px;
	margin:3px auto;
        text-transform:uppercase;
        text-align:center;
	letter-spacing:2px;
	font-family:'robotoregular', 'Arial', sans-serif;
	font-size:10px;
	transition:all 0.4s ease-in-out;
	-webkit-transition:all 0.4s ease-in-out;
	-moz-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
}
.anjou a:hover {
	color:#fdfdfd!important;
	background:#292929;
}
/* END SIDEBAR CSS */

/* AFFILIATE TABLE */
#affiliates {
}
.affbuttons {
padding:10px;
border: 3px solid #1c1c1c;
line-height:42px;
margin:auto;
opacity:0.9;
-webkit-filter:grayscale(50%);
}
.affbuttons a img {
border: 5px solid #3b3b3b;

transition: all 0.3s ease-in-out;
}
.affbuttons a img:hover {
border: 5px solid #fdfdfd;
}
/* END AFFILIATE TABLE */

#horizontal-toggle {
display:none;
}
#chatter {
display:none;
}

/* usergroup styling */

.bbcode-admin {
color:#649405;
}
.bbcode-Member {
color#bdf165;
}
.bbcode-Accepted Member {
color:#2EFE9A;
}
/* end usergroup styling */

.flight {
            color:#fdfdfd;
            letter-spacing:1px;
            text-transform:uppercase;
            position:fixed;
            bottom:10px;
            right:10px;
            transition: all 0.8s ease-in-out;
            -o-transition: all 0.8s ease-in-out;
            -webkit-transition: all 0.8s ease-in-out;
            -moz-transition: all 0.8s ease-in-out;
        }
        .flight:hover {color:#08d2c1;}

#vertical-toggle {
display:none;}

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