ul.non-bullets {
list-style-type:none;
}



/* =================*/


/* STAFF BBCODE APPEARANCE*/

.stafftag dl {
background:lime;
}

.stafftag dt {
color: black;
}

.stafftag div {
color: green;
font-weight: bold;
}

/* =================*/



/* =================*/

/* REMOVE POST*/

#post-8231923, #post-8231923 + tr, #post-8231923 + tr + tr, #post-8231923 + tr + tr + tr, #post-8231923 + tr + tr + tr + tr {
display:none;
}

/* =================*/

/* HIDDEN POSTS APPEARANCE*/

tr.hidden td.c_post {
color:white;
}

/* =================*/

/* CLASS BBCODES*/

.bbcode-nemo {
color: #465ac3;
font-weight: bold;
font-style: italic;
}

.bbcode-mre {
color: #F88017;
font-weight: bold;
}

.bbcode-shadow {
text-shadow: 0px 0px 6px #F1F5F9;
}

.bbcode-gm {
color: #c81414;
}

.bbcode-saber {
color: #fb8a00;
}

.bbcode-mid {
color: #7851A9;
font-weight: bold;
}

.bbcode-blink {
text-decoration: blink;
}

.bbcode-pre {
white-space:pre;
}

.bbcode-wavy {
-moz-text-decoration-line: underline;
-moz-text-decoration-color: darkred;
-moz-text-decoration-style: wavy;
}

.bbcode-highlight {
background-color: yellow;
color: rgb(0, 0, 0);
}

.bbcode-highlight2 {
background-color: cyan;
color: rgb(0, 0, 0);
}

.bbcode-bbcodes {
color:cyan;
font-weight: bold;
font-style: italic;
font-size:120%;
display:block;
text-align:center;
margin-left: auto;
margin-right: auto;
}

.bbcode-note {
background:url(http://z6.ifrm.com/4803/189/0/p1020849/Nemo_note.png) no-repeat left;
border:1px dotted #465ac3;
color:#465ac3;
font-size:85%;
font-style:italic;
margin-top:1em;
padding-left: 35px!important;
text-align:left;
padding:5px;
}

.bbcode-note2 {
color:#465ac3;
font-size:85%;
font-style:italic;
}

.bbcode-lock:before {
color: #465ac3;
font-weight: bold;
font-style: italic;
content:"Thread locked.";
}

.bbcode-block {
display: block;
}

.bbcode-overflow {
background-color:#66ff33;
overflow:auto;
display:block;
border:1px solid #5a70b3;
border-bottom-width:1px;
padding:2px 4px;
margin-left: auto;
margin-right: auto;
max-height:300px;
width:50%;
color:red;
}

.bbcode-fliph {
display:inline-block;
-moz-transform:scale(-1,1);
-o-transform:scale(-1,1);
-webkit-transform:scale(-1,1);
transform:scale(-1,1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=-1,
M12=0,
M21=0,
M22=1,
SizingMethod="auto expand");
}

.bbcode-flipv {
display:inline-block;
-moz-transform:scale(1,-1);
-o-transform:scale(1,-1);
-webkit-transform:scale(1,-1);
transform:scale(1,-1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=-1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=1,
M12=0,
M21=0,
M22=-1,
SizingMethod="auto expand");
}

.bbcode-justify {
display: block;
text-align:justify;
}

.bbcode-overline {
text-decoration:overline;
}

.bbcode-uppercase {
text-transform:uppercase;
}

.bbcode-lowercase {
text-transform:lowercase;
}

.bbcode-capitalize {
text-transform:capitalize;
}

.bbcode-smallcaps {
font-variant:small-caps;
}

.bbcode-opacity {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

.bbcode-opacity2 {
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

.bbcode-opacity2:hover {
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}

.bbcode-button {
appearance:button;
-moz-appearance:button; /* Firefox */
-webkit-appearance:button; /* Safari and Chrome */
cursor:pointer;
}

.bbcode-button a {
color:navy;
appearance:button;
-moz-appearance:button; /* Firefox */
-webkit-appearance:button; /* Safari and Chrome */
cursor:pointer;
}

span.bbcode-jail {
border: 2px solid #000;
background: url(http://z2.ifrm.com/10717/129/0/p1035211/jail.png);
}

span.bbcode-spoiler {
border: 3px solid black;
background-color: black;
color: black;
}

span.bbcode-spoiler:hover {
background-color: yellow;
color: rgb(0, 0, 0);
}

span.bbcode-none {
display: none;
}

/* BASED ON A CSS STYLING BY PANDO OF ZNS/ZNR */

.bbcode-menu {
background:-moz-linear-gradient(to bottom, #fff, #aaa);
background:-webkit-linear-gradient(top, #fff, #aaa);
background:-o-linear-gradient(to bottom, #fff, #aaa);
background:linear-gradient(to bottom, #fff, #aaa);
position:fixed;
top:0px;
right:0px;
text-align:center;
box-shadow:0 1px 5px #333;
padding:4px 0 3px 0;
font-weight:bold;
font-size:12px;
width:100%;
z-index:1000;
}

.bbcode-menu::selection {
background:transparent;
}

.bbcode-menu::-moz-selection {
background:transparent;
}

.bbcode-menu a {
color:#333;
margin:0 10px;
text-shadow:1px 1px 0 rgba(255, 255, 255, .35), -1px 1px 0 rgba(255, 255, 255, .35);
-o-transition:background .1s ease-in-out, color .1s ease-in-out;
-moz-transition:background .1s ease-in-out, color .1s ease-in-out;
-webkit-transition:background .1s ease-in-out, color .1s ease-in-out;
ransition:background .1s ease-in-out, color .1s ease-in-out;
white-space:nowrap;
}

.bbcode-menu a:hover {
color:#fff; background:rgba(50, 50, 50, .6);
padding:2px 7px 1px 7px;
border-radius:5px;
margin:0 3px;
text-shadow:1px 1px 3px rgba(0, 0, 0, .2), -1px -1px 3px rgba(0, 0, 0, .2);
}

.bbcode-menu1 {
background:-moz-linear-gradient(to bottom, #fff, #aaa);
background:-webkit-linear-gradient(top, #fff, #aaa);
background:-o-linear-gradient (to bottom, #fff, #aaa);
background:linear-gradient(to bottom, #fff, #aaa);
position:fixed;
top:0px;
left:0px;
text-align:center;
box-shadow:0 1px 2px #333;
padding:4px 0 1px 0;
font-weight:bold;
font-size:12px;
width:9.5%;
z-index:1000;
}

.bbcode-menu1::selection {
background:transparent;
}

.bbcode-menu1::-moz-selection {
background:transparent;
}

.bbcode-menu1 a {
color:#333;
margin:0 10px;
text-shadow:1px 1px 0 rgba(255, 255, 255, .35), -1px 1px 0 rgba(255, 255, 255, .35);
-o-transition:background .1s ease-in-out, color .1s ease-in-out;
-moz-transition:background .1s ease-in-out, color .1s ease-in-out;
-webkit-transition:background .1s ease-in-out, color .1s ease-in-out;
ransition:background .1s ease-in-out, color .1s ease-in-out;
white-space:nowrap;
}

.bbcode-menu1 a:hover {
color:#fff; background:rgba(50, 50, 50, .6);
padding:2px 7px 1px 7px;
border-radius:5px;
margin:0 3px;
text-shadow:1px 1px 3px rgba(0, 0, 0, .2), -1px -1px 3px rgba(0, 0, 0, .2);
}


.bbcode-menu2 {
background:-moz-linear-gradient(to bottom, #fff, #aaa);
background:-webkit-linear-gradient(top, #fff, #aaa);
background:-o-linear-gradient(to bottom, #fff, #aaa);
background:linear-gradient(to bottom, #fff, #aaa);
position:fixed;
top:0px;
right:0px;
text-align:center;
box-shadow:0 1px 2px #333;
padding:4px 0 1px 0;
font-weight:bold;
font-size:12px;
width:9.5%;
z-index:1000;
}

.bbcode-menu2::selection {
background:transparent;
}

.bbcode-menu2::-moz-selection {
background:transparent;
}

.bbcode-menu2 a {
color:#333;
margin:0 10px;
text-shadow:1px 1px 0 rgba(255, 255, 255, .35), -1px 1px 0 rgba(255, 255, 255, .35);
-o-transition:background .1s ease-in-out, color .1s ease-in-out;
-moz-transition:background .1s ease-in-out, color .1s ease-in-out;
-webkit-transition:background .1s ease-in-out, color .1s ease-in-out;
ransition:background .1s ease-in-out, color .1s ease-in-out;
white-space:nowrap;
}

.bbcode-menu2 a:hover {
color:#fff; background:rgba(50, 50, 50, .6);
padding:2px 7px 1px 7px;
border-radius:5px;
margin:0 3px;
text-shadow:1px 1px 3px rgba(0, 0, 0, .2), -1px -1px 3px rgba(0, 0, 0, .2);
}

.bbcode-menu3 {
background:-moz-linear-gradient(to bottom, #fff, #aaa);
background:-webkit-linear-gradient(top, #fff, #aaa);
background:-o-linear-gradient(to bottom, #fff, #aaa);
background:linear-gradient(to bottom, #fff, #aaa);
position:fixed;
bottom:0px;
right:0px;
text-align:center;
box-shadow:0 1px 5px #333;
padding:4px 0 3px 0;
font-weight:bold;
font-size:12px;
width:100%;
z-index:1000;
}

.bbcode-menu3::selection {
background:transparent;
}

.bbcode-menu3::-moz-selection {
background:transparent;
}

.bbcode-menu3 a {
color:#333;
margin:0 10px;
text-shadow:1px 1px 0 rgba(255, 255, 255, .35), -1px 1px 0 rgba(255, 255, 255, .35);
-o-transition:background .1s ease-in-out, color .1s ease-in-out;
-moz-transition:background .1s ease-in-out, color .1s ease-in-out;
-webkit-transition:background .1s ease-in-out, color .1s ease-in-out;
ransition:background .1s ease-in-out, color .1s ease-in-out;
white-space:nowrap;
}

.bbcode-menu3 a:hover {
color:#fff; background:rgba(50, 50, 50, .6);
padding:2px 7px 1px 7px;
border-radius:5px;
margin:0 3px;
text-shadow:1px 1px 3px rgba(0, 0, 0, .2), -1px -1px 3px rgba(0, 0, 0, .2);
}

/* =================*/

/* ANNOUNCEMENT */

.bbcode-announcement_main {
background:url(http://z6.ifrm.com/4803/189/0/p1020957/1.png) repeat-y top left,
url(http://z6.ifrm.com/4803/189/0/f5016394/noise_dark.gif) repeat;
background-color:#fff;
background-clip:padding-box;
border:3px solid #fafafa;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
box-shadow: 1px 1px 5px #000;
display:block;
width:780px;
margin: 0 auto;
}

.bbcode-announcement_header {
background-color:#CC0033;
color:#fff;
font-weight:700;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display:inline;
padding:5px 20%;
}

.bbcode-announcement_post {
color: #FFFFFF;
display:block;
padding-top:7px;
padding-left:100px;
padding-right:7px;
text-align:justify;
}


/* =================*/


/* STAFFNOTE*/

span.bg {
display: inline-block;
background: black;
color: rgb(248, 250, 251);
padding: 5px 10px;
font-family: Helvetica, Arial, 'Bitstream Vera Sans', Verdana, sans-serif;
font-size: 13px;
}

span.staff-note {
padding: 2pt 2pt;
margin: -7pt 6pt -7pt 6pt;
display: inline-block;
}

span.staff-title {
font-weight: 700;
font-style: italic;
font-size: 10px;
}

span.staff-quote {
color: rgba(255, 255, 255, 0.5);
position: relative;
left: 3pt;
font-style: italic;
font-size: 8pt;
}
