article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 0.9em; line-height: 1.4; }
::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
@font-face {
  font-family: 'Volter';
  src: url('/static/fonts/volter__28goldfish_29-webfont.eot');
  src: url('/static/fonts/volter__28goldfish_29-webfont.eot?#iefix') format('embedded-opentype'),
       url('/static/fonts/volter__28goldfish_29-webfont.woff') format('woff'),
       url('/static/fonts/volter__28goldfish_29-webfont.ttf') format('truetype'),
       url('/static/fonts/volter__28goldfish_29-webfont.svg#VolterRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield;-moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ==|== primary styles =====================================================
   Author: TotempaaltJ
   ========================================================================== */

form div.sleek {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
form div.sleek p.input {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding-right: 28px !important;
  float: left;
}
form div.sleek p textarea,
form div.sleek p input {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 100% !important;
  width: 100% !important;
  margin: 0 !important;
}
form div.sleek p.button {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 20px;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 8px;
}
form div.sleek p.button button {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  height: 100% !important;
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

label {
  display: block;
  width: 20%;
  float: left;
}
input, textarea {
  border: 1px solid black;
  border-radius: 3px;
  padding: 2px 6px;
}

div.blockpickcont {
  display: inline;
  position: relative;
}
input[type=blockpicker] {
  width: 44px !important;
}
span.blockpicker {
  margin-top: 2px;
}
div.blockpicker {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  padding: 3px;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 3px;
  box-shadow: 0 0 15px #444;
  z-index: 4;
}

button {
  padding: 2px 10px;
  margin-top: 3px;
  border-radius: 3px;
  border: 1px solid #186E00;

  background-color: #17C153;
  box-shadow: inset 0 3px rgba(255, 255, 255, 0.3);
}
button:hover {
  background-color: #17C153;
  box-shadow: inset 0 3px rgba(0, 0, 0, 0.05);
}
button[disabled]:hover {
  box-shadow: none;
}
button:active {
  background-color: #17C153;
  box-shadow: inset 0 3px rgba(0, 0, 0, 0.05);
}
button[disabled]:active {
  box-shadow: none;
}
button.red {
  background-color: #EA5E3F;
  border-color: #A30000;
}
button.yellow {
  background-color: #D6A02B;
  border-color: #C64E00;
}
button.grey {
  background-color: #C9C9C9;
  border-color: #555;
}
#paypalbtn input {
  border: none;
}
/*
button.red:hover {
  background-color: #D64A2B;
}
button.yellow:hover {
  background-color: #CC9621;
}
button.grey:hover {
  background-color: #B9B9B9;
}
button.grey[disabled]:hover {
  background-color: #C9C9C9;
}
*/

body {
  overflow-y: scroll;
  background-image: url('../img/background.png');
}
header {
  width: 100%;
  height: 80px;
  padding: 25px 0;
  background-image: url('../img/headerback.png');
}
header img {
  display: block;
  margin: 0 auto;
}

nav {
  width: 100%;
  background-image: url('../img/menuback-unselected.png');
}
nav div#navinner {
  margin: 0 auto;
  width: 800px;
}
nav ul {
  list-style-type: none;
}
nav ul li {
  float: left;
}
nav ul li a:link, nav ul li a:visited {
  height: 34px;
  display: block;
  padding: 20px 25px 10px;
  color: #aaa;
  text-decoration: none;
  font-size: 130%;
  cursor: pointer;
}
nav ul li a.current, nav ul li a:hover {
  background: url('../img/menuback.png'), #eee;
  color: #000;
}
nav div#right {
  float: right;
}
nav div#serverip {
  float: left;
  margin-top: 10px;
  color: #bbb;
  text-align: right;
  font-size: 95%;
}
nav span#ip {
  font-size: 130%;
}
nav img {
  float: left;
  margin: -5px -17px -13px 0;
}
div#server_status {
  width: 160px;
  padding: 0 30px 0 0;
  margin: 2px -30px 0 0;
  box-shadow: inset 0 3px rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  font-size: 90%;
}
div#server_status #status {
  font-weight: bold;
  float: left;
  display: block;
}
div#server_status #playercount {
  float: right;
  display: block;
}
div#server_status.online {
  background-color: rgba(43, 214, 74, 0.7);
  border-color: #00A418;
  color: #000;
}
div#server_status.offline {
  background-color: rgba(214, 74, 43, 0.7);
  border-color: #00A418;
}
div#server_status.offline #status {
  float: none;
  margin: 0 auto;
}

div#main {
  width: 100%;
}
div#main section {
  position: relative;
  width: 780px;
  background-color: #eee;
  border-radius: 0 0 2px 2px;
  margin: 0 auto;
  padding: 10px;
  padding-bottom: 60px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
}
h1 {
  margin: 0 0 20px 0;
}
h2 {
  font-size: 120%;
}
p {
  margin: 0 0 12px 0;
}
footer {
  width: 760px;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.5);
  padding: 0 20px 1em 20px;
  margin: 0 auto 2em auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.9);
  position: relative;
}
footer img {
  margin-top: -70px;
  margin-bottom: -10px;
}
footer div.column {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em 1em 0 1em;
  float: left;
}
footer div.column:first-of-type {
  float: left;
  width: 20%;
}
footer div.column:nth-last-of-type(2) {
  width: 40%;
  border: 0;
  float: right;
}
footer h1 {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 100%;
  font-weight: normal;
}
footer ul {
  margin: 0;
  padding-left: 1em;
}
footer li, footer p {
  font-size: 80%;
}
footer a:link, footer a:visited {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer a:active {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.7);
}


ol.news {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ol.news li {
  font-size: 80%;
  font-style: italic;
  color: #555;
  margin-bottom: 5px;
}
ol.news h3 {
  font-size: 130%;
  font-weight: normal;
  font-style: normal;
  color: #000;
  margin: 0;
  padding: 0;
}
ol.news span,
ol.news time {
  color: #000;
}


/********************************
 *********** DONATIONS **********
 *******************************/
div#donation {
  margin: 20px;
}
div#donation h2 {
  font-size: 130%;
  margin: 20px 0 0 0;
}
.zerodollar {
  display: block;
  float: left;
  font-size: 180%;
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: left;
}
div.barholder {
  float: left;
  position: relative;
  content: "";
  margin: 5px auto 0 auto;
  width: 100%;
  height: 25px;
  border: 2px solid #555;

  border-radius: 3px;

  background-color: #d7d7d7;
  box-shadow: inset 0 3px rgba(255, 255, 255, 0.3);
}
div.bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;

  border-radius: 1px;

  background-color: #8282FF;
  box-shadow: inset 0 3px rgba(255, 255, 255, 0.3);

  text-align: center;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.5);
}
div.nothing {
  background-color: #94192B;
}
div.notbylong {
  background-color: #C64B5D;
}
div.halfway {
  background-color: #8282FF;
}
div.gettingthere {
  background-color: #C8FFFD;
  color: rgba(0, 0, 0, 0.5);
}
div.almost {
  background-color: #D2FFD2;
  color: rgba(0, 0, 0, 0.5);
}
div.justabout {
  background-color: #B4FFB4;
  color: rgba(0, 0, 0, 0.5);
}
div.profits {
  background-color: #6ED76E;
  color: rgba(0, 0, 0, 0.5);
}
div.redbar {
  background-color: #94192B;
  box-shadow: inset 0 3px #A82D3F;
}
.barmoney {
  display: block;
  float: right;
  font-size: 180%;
  margin-bottom: 20px;
  text-align: right;
}
#amountinp {
  border: 1px solid #555;
  padding: 0;
  width: 45px;
  text-align: right;
}

div#amountbar {
  cursor: pointer;
  height: 15px;

  border-radius: 3px;
}
div#amountbar div.bar {
  border-radius: 1px;
}
div#bigdot {
  content: "";
  position: absolute;
  right: -9.5px;
  top: -4px;
  height: 19px;
  width: 19px;

  border: 2px solid #555;
  border-radius: 50%;
  background-color: #ddd;
  box-shadow: inset 0 3px #fff;
  cursor: pointer;
}
div#donation div.small {
  font-size: 150%;
}

div#donation ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div#donation li {
  color: #aaa;
}
div#donation li.visible {
  color: #000;
}
div#donation li span.howmuch {
  display: inline-block;
  width: 80px;
}

/********************************
 *********** NEW PAGE ***********
 *******************************/
div.section:not(:first-child) {
  margin-top: 30px;
  padding: 5px;
}
#newpage code {
  font-family: Volter, monospace;
  font-size: 95%;
}
#newpage code.admin {
  color: #F55;
}
#newpage code.mod {
  color: #0AA;
}
#newpage code.donate {
  color: #FA0;
}
#newpage div.section:first-child img {
  margin-top: 5px;
}
img.left {
  float: left;
  margin-right: 15px;
}
img.right {
  float: right;
  margin-left: 3px;
}

#newpage_cont {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tmp#newpage .section {
  float: left;
  margin: 0;
  padding: 0;
}

/********************************
 *********** INTERNAL ***********
 *******************************/
ol#banlist {
  float: left;
  width: 30%;
  list-style-type: none;
  padding: 0;
  margin: 0;

  position: relative;
  z-index: 1;
}
ol#banlist li {
  cursor: pointer;
  margin: 2px 0;
  padding: 3px 13px;
  border: 1px solid grey;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  opacity: 0.5;
  position: relative;
}
ol#banlist li.active {
  cursor: default;
  border-right-color: #EEE;
  opacity: 1;
}
ol#banlist li:hover {
  opacity: 1;
}
ol#banlist li:first-child {
  margin: 0 0 2px;
}
ol#banlist li:before {
  content: '';
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
ol#banlist li.ban:before {
  background-color: #D64A2B;
}
ol#banlist li.warn:before {
  background-color: #D6A02B;
}
ol#banlist li.warn {
  margin-top: 15px;
  opacity: 0.7;
  cursor: default;
}
ol#banlist li.warn ~ li.red {
  margin-top: 0;
}
ol#banlist .username {
  font-weight: bold;
  line-height: 1;
}
ol#banlist time {
  color: rgba(0, 0, 0, 0.4);
}
div#current {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
  padding: 5px 10px;
  margin: 0 0 0 -1px;
  border: 1px solid grey;
  text-align: justify;

  position: relative;
  z-index: 0;
}
div#current h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
div#current h2 span {
  font-weight: bold;
}
div#current h3 {
  margin: 15px 0 3px 0;
  padding: 0;
  font-size: 100%;
}
div#current h3:first-of-type {
  margin-top: 0;
}
div#current input:not([type="checkbox"]) {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px 6px;
  border-color: #666;
}
div#current li {
  font-size: 90%;
}


ol#userlist {
  list-style-type: none;
  padding: 0;
}
ol#userlist li a {
  display: block;

  font-size: 110%;
  border: 1px solid #555;
  border-radius: 3px;
  margin: 0 0 7px 0;
  padding: 3px 5px 3px 0;

  color: rgba(0, 0, 0, 0.3);
  background-color: #D9D9D9;
  text-decoration: none;
  position: relative;
}
ol#userlist li.pendingban a {
  color: #000;
  background-color: #D64A2B;
}
ol#userlist a div.left {
  float: left;
  margin-top: 2px;
  margin-right: 30px;
  font-size: 90%;
  color: #000;
  width: 70%;
}
ol#userlist a div.username {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;

  border: 1px solid #555;
  border-right: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;

  float: left;
  width: 40%;
  position: relative;
  z-index: 1;
  margin: -6px 0 -10px -1px;
  padding: 5px 0 3px 2em;
  height: 32px;
}
ol#userlist li.new div.username {
  background-color: #FFA500;
  background: -webkit-gradient(linear, left top, left bottom, from(hsl(0, 80%, 70%)), to(#BADA55)); 
  background: -webkit-linear-gradient(left, rgba(255, 171, 0, 0.8), #D64A2B);
  background:    -moz-linear-gradient(left, rgba(255, 171, 0, 0.8), #D64A2B);
  background:     -ms-linear-gradient(left, rgba(255, 171, 0, 0.8), #D64A2B);
  background:      -o-linear-gradient(left, rgba(255, 171, 0, 0.8), #D64A2B);
  background:     linear-gradient(to right, rgba(255, 171, 0, 0.8), #D64A2B); /* current standard, but unimplemented */
}
ol#userlist li.new div.username:before {
  position: absolute;
  z-index: 0;
  left: 7px;
  top: 5px;

  content: '★';
  text-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
  font-size: 120%;
  line-height: 0.9;
}
ol#userlist a div.reason {
  float: left;
}
ol#userlist a time {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 5px;
}
ol#userlist li:not(.pendingban) a div.appealtext {
  color: rgba(150, 150, 150, 0.5);
}
ol#userlist a div.right {
  float: right;
  margin-top: 2px;
  font-size: 90%;
}
form#search {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 250px;
}
form#search div.sleek {
  height: 30px;
}

/* User pages */
div.dashboard > div {
  border-radius: 5px;
  border: 1px solid grey;
  width: 49%;
  float: left;
  margin-bottom: 5px;
}
div.dashboard > h2 {
  margin: 1.5em 0 0em 0;
}
div.dashboard > div.bans_warns {
  float: right;
}
div.donations p {
  background-color: #2BD64A;
  margin: 0;
  padding: 10px 10px 22px 10px;
  font-size: 140%;
  text-align: center;
  cursor: pointer;
}
div.donations p:hover {
  background-color: #1BC63A;
}
div.donations big {
  display: block;
  font-size: 240%;
}
div.bans_warns p {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 50%;
  margin: 0;
  padding: 10px 10px 22px 10px;
  font-size: 140%;
  text-align: center;
  background-color: #D64A2B;
  cursor: pointer;
}
div.bans_warns big {
  display: block;
  font-size: 240%;
}
div.bans_warns p.warns {
  float: right;
  background-color: #D6A02B;
}
div.bans_warns:hover p {
  background-color: #C63A1B;
}
div.bans_warns:hover p.warns {
  background-color: #C6901B;
}
div.modpage p {
  background-color: #D64A2B;
  margin: 0;
  padding: 10px 10px 22px 10px;
  font-size: 140%;
  text-align: center;
  cursor: pointer;
}
div.modpage p:hover {
  background-color: #C63A1B;
}
div.modpage big {
  display: block;
  font-size: 240%;
}
div.dashboard > div.search {
  float: right;
}
div.search {
  padding: 9px 0 25px 0;
  background-color: #F8F8F8;
}
div.search big {
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 270%;
  text-align: center;
}
div.search .right {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
}
div.search .float {
  display: block;
  float: left;
  width: 30%;
  margin: 3px 0;
  text-align: right;
}
div.search form {
  margin: 3px 30px 3px 0;
  float: right;
}
div.search div.sleek p.button button {
  margin-top: -2px !important;
}
div.search .float:last-of-type,
div.search form:last-of-type {
  margin-top: 7px;
}
div.settings p {
  background-color: #CCF;
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-size: 120%;
  text-align: center;
  cursor: pointer;
}
div.settings:hover p {
  background-color: #BBD;
}
div.dashboard > div.logout {
  float: right;
}
div.logout p {
  background-color: #CCF;
  margin: 0;
  padding: 10px 10px 10px 10px;
  font-size: 120%;
  text-align: center;
  cursor: pointer;
}
div.logout:hover p {
  background-color: #BBD;
}

h1.user {
  float: left;
}
ul.usermenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
}
ul.usermenu li {
  margin: 0 5px;
  padding: 3px 7px;
  float: left;
  border: 1px solid grey;
  border-radius: 3px;
  background-color: #D7D7D7;
  box-shadow: inset 0 3px rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
ul.usermenu li a {
  color: inherit;
  text-decoration: none;
}
ul.usermenu li img {
  margin-bottom: 3px;
  margin-left: 1px;
}
ul.usermenu li:hover {
  box-shadow: inset 0 3px rgba(0, 0, 0, 0.05);
  background-color: #C7C7C7;
}
form.verified button,
form.verified p.password {
  display: none;
}

ol.reasons {
  list-style-type: none;
  padding: 0;
}
ol.reasons > li {
  font-size: 80%;
  border: 1px solid #555;
  border-radius: 3px;
  margin-bottom: 7px;
}
ol.reasons div.reason {
  float: left;
}
ol.reasons time {
  margin-left: 7px;
  color: rgba(0, 0, 0, 0.3);
}
ol.reasons div.right {
  float: right;
  margin-right: 10px;
}
ol.reasons div.title {
  border-radius: 1px;
  padding: 3px 5px;
  font-size: 130%;
  cursor: pointer;
}
ol.reasons.suspections div.title {
  background-color: #95CDCD;
}
ol.reasons.warnings div.title {
  background-color: #D6A02B;
}
ol.reasons.bans div.title {
  background-color: #D64A2B;
}
ol.reasons li.rejected div.title {
  background-color: #C5391A;
}
ol.reasons li.accepted div.title {
  background-color: #CCC;
}
ol.reasons li.accepted div.title div {
  text-decoration: line-through;
}

ol.reasons div.alwaysthere {
  padding: 5px 5px;
}
ol.reasons div.alwaysthere p {
  margin-bottom: 0;
}
ol.reasons div.other {
  padding: 5px 5px;
  position: relative;
}
ol.reasons div.other h3 {
  margin: 0;
  padding: 0;
}
ol.reasons div.other h3:not(:nth-child(1)) {
  margin-top: 10px;
}
ol.reasons input:not([type=checkbox]) {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #666;
  width: 100%;
  padding: 1px 6px;
  font-size: 90%;
}
ol.reasons textarea {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
ol.reasons ol {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
}
ol.reasons ol li {
  border: 1px solid #666;
  padding: 5px;
  margin: 0;
  border-bottom-width: 0;
}
ol.reasons ol li:nth-child(1) {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
ol.reasons ol li:last-child,
ol.reasons ol li.last {
  border-bottom: 1px solid #666;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
ol.reasons li.appeal {
  border-radius: 3px;
  border-bottom-width: 1px;
  background-color: #E0E0E0;
}
ol.reasons li.appeal.old {
  color: rgba(0, 0, 0, 0.5);
  background-color: #EBEBEB;
}
ol.reasons ol > li {
  background-color: #EEE;
}

ol.reasons li.appeal {
  position: relative;
  margin-bottom: 7px;
}
ol.reasons ol li > em {
  color: #666;
  font-size: 90%;
}
div.votes {
  position: absolute;
  top: 3px;
  right: 7px;
}
div.votes button {
  margin: 0;
}
div.votes button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
div.votes button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}
div.votes button.myvote {
  box-shadow: inset 0 3px rgba(0, 0, 0, 0.1);
}
form#itemstakenchest input[type="text"] {
  width: 55px;
  text-align: right;
}
form#itemstakenchest input[name="username"] {
  width: 70px;
  text-align: left;
}
ol.itemstaken {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}
ol.itemstaken li {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #666;
  height: 30px;
  padding: 5px;

  float: left;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  border-width: 1px !important;
  border-radius: 3px !important;
}
ol.itemstaken li button {
  margin: 0;
  font-size: 90%;
  padding: 1px 3px;
}
ol.comments,
ol.conversation {
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
}
ol.comments li,
ol.conversation li {
  border: 1px solid #666;
  padding: 5px;
  margin: 0;
  border-bottom-width: 0;
}
ol.comments li:first-of-type,
ol.conversation li:first-of-type {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
ol.comments li.last,
ol.conversation li.last,
ol.comments li:last-of-type,
ol.conversation li:last-of-type {
  border-bottom: 1px solid #666;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
ol.conversation li.counter,
ol.comments li.counter {
  background-color: #AAA;
  color: #000;
  cursor: pointer;
}
ol.conversation li.counter,
ol.comments li.counter:hover {
  background-color: #999;
}
form.dashboard input {
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 38%;
  margin: 0 2px 0 2px;
}

form#news {
  width: 90%;
}
form#news input,
form#news textarea {
  width: 100%;
}
form#news textarea {
  height: 600px;
}

/********************************
 ************* RULES ************
 *******************************/
ol.rules {
  list-style-type: none;
  padding: 0;
}
ol.rules li {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  margin-bottom: 9px;
}
ol.rules li p {
  padding: 5px 10px 0 10px;
  overflow: hidden;
  color: #333;
}
ol.rules li h2 {
  position: relative;
  cursor: pointer;
  margin: -1px -1px 0 0;
  padding: 5px 10px 5px 10px;
  border-radius: 3px;
  font-size: 110%;
  color: rgba(0, 0, 0, 0.6);
}
ol.rules li h2:after {
  position: absolute;
  right: 10px;
}
ol.rules li.ban h2 {
  background-color: #D64A2B;
  border-color: #A30000;
}
ol.rules li.ban h2:after {
  content: "ban";
  color: rgba(255, 255, 255, 0.5);
}
ol.rules li.warning h2 {
  background-color: #D6A02B;
  border-color: #C64E00;
}
ol.rules li.warning h2:after {
  content: "warning";
  color: rgba(255, 255, 255, 0.7);
}
ol.rules li.allowed h2 {
  background-color: #2BD64A;
  border-color: #00A418;
}
ol.rules li.allowed h2:after {
  content: "allowed";
  color: rgba(255, 255, 255, 0.9);
}

/********************************
 ************* STAFF ************
 *******************************/
ol.staff {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 ;
  height: 100px;
  overflow: hidden;
}
ol.staff li {
  position: relative;
  width: 80%;
  margin: 0 auto;
  padding: 10px;
}
ol.staff li:after {
  position: absolute;
  top: 0;
  right: 5px;
  color: #BBB;
}
ol.staff li.current {
  box-shadow: 0 0 10px #000;
}
ol.staff li.admin:after {
  content: 'admin';
  color: #F57;
}
ol.staff li.globalmod:after {
  content: 'global mod';
}
ol.staff li.mod:after {
  content: 'mod';
  color: #5F5;
}
ol.staff h1 {
  font-size: 100% !important;
  margin: 0 !important;
  padding: 0;
}
ol.staff h2 {
  font-size: 100% !important;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { margin-left: -8px; margin-right: -8px; overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
