/*
Licensed under the BSD 2-clause license

Copyright (c) 2013, Eugen Rochko, Jesse Hamilton, Anthony Bellew
All rights reserved.

Redistribution and use in source and binary forms, with or
without modification, are permitted provided that the following
conditions are met:

- Redistributions of source code must retain the above copyright
  notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above
  copyright notice, this list of conditions and the following
  disclaimer in the documentation and/or other materials provided
  with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/

/**
---------------------------
 General
---------------------------
**/

html {
  background: #111112 url('/images/bg_noise.png');
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-shadow: #000 0 0 0;
  font-size: 13px;
}

.vcard-extended ::-webkit-scrollbar, .formatted::-webkit-scrollbar {
  width: 12px;
}

.vcard-extended ::-webkit-scrollbar-track, .formatted::-webkit-scrollbar-track {
  background: #1a1a1a;
}

.vcard-extended ::-webkit-scrollbar-thumb, .formatted::-webkit-scrollbar-thumb {
  background: #555;
}

a, a:visited {
  color: #fff;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #62C48A;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.pull-up {
  margin-top: 0;
}

.pull-down {
  margin-bottom: 0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

/**
---------------------------
 Formatted typography
---------------------------
**/

/*-- Body --*/

p {
  margin: 0 0 9px;
}

p small {
  font-size: 11px;
  color: #aaa;
}

/*-- Headlines --*/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-weight: normal;
  color: #aaa;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4, h5, h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
}

/*-- Lists --*/

ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}

/*
ul ul, ul ol, ol ol, ol ul {
    margin-bottom: 0;
}
*/

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  line-height: 18px;
}

ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul > li:last-child, ol > li:last-child, blockquote > :last-child {
  margin-bottom: 0;
}

dl {
  margin-bottom: 18px;
}

dt, dd {
  line-height: 18px;
}

dt {
  font-weight: bold;
  line-height: 17px;
}

dd {
  margin-left: 9px;
}

.dl-horizontal dt {
  float: left;
  width: 120px;
  clear: left;
  text-align: right;
}

.dl-horizontal dd {
  margin-left: 130px;
}

/*-- Misc --*/

hr {
  margin: 24px 0;
  border: 0;
  border-top: 1px solid #111;
  border-bottom: 1px solid #555;
}

hr.ivy {
  position: relative;
  margin: 2em 0;
  clear:both;
}

hr.ivy:after {
  content: "\2767";
  display: block;
  width: 100%;
  color: #555;
  text-shadow: #000000 0 -1px 1px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: 3em;
  line-height: 0;
  z-index: 2;
}

blockquote {
  margin: 0 0 9px;
  border-left: 6px solid #111;
  background: rgba(0, 0, 0, 0.2);
  padding: 9px 0;
  padding-left: 9px;
}

mark {
  background: transparent;
  font-style: normal;
  font-weight: 700;
  color: #DF6447;
  text-shadow: #7C1C06 1px 1px 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #666;
}

small {
  font-size: 100%;
}

cite {
  font-style: normal;
}

.spoiler {
  display: inline-block;
  background: #000;
  color: #000;
}

.spoiler img, .spoiler a {
  visibility: hidden
}

.spoiler:hover {
  color: #fff
}

.spoiler:hover img, .spoiler:hover a {
  visibility: visible
}

.formatted p, .formatted li {
  font-size: 14px;
  line-height: 21px;
}

.formatted img, .formatted iframe {
  border: 4px solid #111;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  margin: 0 auto 18px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.formatted > :last-child {
  margin-bottom: 0;
}

.widget.formatted, .widget.formatted p, .widget.formatted li {
  font-size: 13px;
}

/**
---------------------------
 Buttons
---------------------------
**/

.button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 10px;
  margin-bottom: 0;
  background-image: url('/images/metal_brush.png');
  background-color: #555;
  border: 0;
  color: #eee;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  text-shadow: rgba(0, 0, 0, 0.5) 0 -1px 0;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.button:hover {
  color: #fff;
  text-decoration: none;
  background-color: #666;
}

.button:focus {

}

.button:active, .button.active {

}

.button.disabled, .button[disabled] {
  color: #aaa;
  color: rgba(255, 255, 255, 0.3);
}

.button.actionary {
  background-color: #8F402D;
}

.button.actionary:hover {
  background-color: #BF3211;
}

.button.secondary {
  background-color: #1F495A;
}

.button.secondary:hover {
  background-color: #2c6880;
}

.single-button .button {
  width: 100%;
}

.button.mini {
  padding: 0 3px;
  line-height: 18px;
  font-size: 11px;
}

.button.narrow {
  padding: 5px;
}

.button.facing-left {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button.facing-right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.plain-button {
  display: inline;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 18px;
  background: transparent;
  -webkit-appearance: none;
  color: inherit;
  font-size: inherit;
}

/**
---------------------------
 Forms
---------------------------
**/

form, .form {
  margin: 0 0 18px;
  background: #2f2f2f;
  border: 1px solid #050505;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

form > ul, .form > ul {
  list-style: none;
  margin: 0;
}

form > ul > li, .form > ul> li {
  margin-bottom: 18px;
  padding: 0 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

form.inline {
  display: inline-block;
  background: transparent;
  margin: 0;
  border: 0;
}

input, button, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 32px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555;
}

input, textarea {
  width: 210px;
}

textarea {
  height: auto;
  min-height: 140px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
  background: #fff;
  border: 3px solid rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px #000;
  -moz-box-shadow: inset 0 0 0 1px #000;
  box-shadow: inset 0 0 0 1px #000;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
select:focus {
  outline: none;
  border-color: #BF3211;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select, input[type="file"] {
  height: 32px;
  *margin-top: 4px;
  line-height: 32px;
}

select {
  width: 220px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

select[multiple], select[size] {
  height: auto;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #aaa;
}

input.full,
select.full,
textarea.full {
  width: 100%;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.form-lead {
  padding: 9px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #111;
  border-top: 1px solid #333;
  border-bottom: 1px solid #000;
  margin-bottom: 18px;
}

.form-title {
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}

.form-label {
  overflow: hidden;
  margin-bottom: 9px;
}

.form-label label {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
}

.form-help {
  font-style: normal;
  color: #aaa;
}

.form-actions {
  margin-top: 9px;
  padding: 9px;
  border-top: 1px solid #000;
  background: #111;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0 #333;
  -moz-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
}

.form-halfling {
  width: 49%;
  float: left;
}

.form-halfling.odd {
  margin-right: 2%;
}

.form-clear {
  clear: both;
}

/**
-------------------------
 Header
-------------------------
**/

#header {
  background: #222 url('/images/header_grad.png') repeat-x 0 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #333, inset 0 -1px 0 #1d1d1d;
  -moz-box-shadow: inset 0 1px 0 #333, inset 0 -1px 0 #1d1d1d;
  box-shadow: inset 0 1px 0 #333, inset 0 -1px 0 #1d1d1d;
  border-radius: 0 0 5px 5px;
  padding: 10px 0;
  position: relative;
}

#header-sub {
  height: 15px;
  background: #151515;
  border: 1px solid #000;
  border-left: 0;
  border-top: 0;
  margin-bottom: 25px;
  border-radius: 0 0 3px 0;
}

/*-- Logo --*/

#logo h1 {
  margin-bottom: 0;
  display: block;
  width: 250px;
  height: 80px;
  background: url('/images/header_curve.png') no-repeat 0 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#logo h1 a {
  display: block;
  text-indent: -9999px;
  width: 208px;
  height: 32px;
  background: url('/images/logo_full.png') no-repeat top left;
  margin-top: 20px;
  margin-left: 15px;
  opacity: 0.9;
}

#logo h1 a:hover {
  opacity: 1;
}

#logo h1 a:active {
  margin-top: 21px;
}

/*-- Header nav --*/

.well-tabs ul {
  list-style: none;
  margin: 0;
  position: relative;
  z-index: 3
}

.well-tabs ul li {
  float: left;
  padding: 0 0.951%;
}

.well-tabs ul li:first-child {
  padding-left: 0
}

.well-tabs ul li:last-child {
  padding-right: 0
}

.well-tabs ul li a, .dropdown-target {
  display: inline-block;
  text-decoration: none;
  font-size: 1.1em;
  line-height: 2.1em;
  font-weight: normal;
  padding: 0 10px;
  text-transform: none;
  letter-spacing: 0;
  border: 0;
  color: #ccc;
  text-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px, #000 0 -1px 1px;
}

.dropdown-target, .dropdown-target:hover {
  font-size: 1em;
  text-decoration: none;
  margin-right: 5px;
  color: #ef6747;
}

.well-tabs .active a, .dropdown-target {
  background: #1d1d1d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #333;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 4px #000;
  -moz-box-shadow: inset 0 1px 4px #000;
  box-shadow: inset 0 1px 4px #000;
  position: relative;
  top: -2px;
}

.well-tabs ul li a:hover {
  color: #ef6747;
}

#current-user {
  text-align: right;
  font-size: 1.1em;
  line-height: 2.1em;
  text-shadow: #000 0 -1px 1px;
  color: #888;
}

#current-user > div {
  position: relative;
  padding-right: 20px;
  z-index: 3;
}

#current-user a {
  text-decoration: none;
}

#notifications {
  list-style: none;
  padding-top: 10px;
}

#notifications li {
  padding: 10px;
}

#notifications li a {
  display: block;
  text-decoration: none;
}

/**
--------------------------
 Layout
--------------------------
**/

#main_content, .widget {
  background: #1a1a1a url("/images/triangles.png");
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-shadow: inset 0 1px 0 #2d2d2d;
  -moz-box-shadow: inset 0 1px 0 #2d2d2d;
  box-shadow: inset 0 1px 0 #2d2d2d;
}

#main {
  margin-top: 1.5em
}

#footer {
  margin-top: 1.5em;
  padding-bottom: 60px;
  color: #888;
  text-shadow: #000 0 -1px 1px;
}

/**
--------------------------
 Dropdowns
--------------------------
**/

.dropdown {
  display: inline-block;
  position: relative;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown.open .dropdown-target {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #0d0d0d;
  color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 95%;
  left: -60px;
  z-index: 100;
  min-width: 290px;
  text-align: left;
  color: #fff;
  background: #0d0d0d;
  border: 1px solid #111;
  border-top: 0;
  -webkit-box-shadow: 0 4px 4px #000;
  -moz-box-shadow: 0 4px 4px #000;
  box-shadow: 0 4px 4px #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  font-size: 13px;
}

/**
--------------------------
 Tables
--------------------------
**/

table {
  max-width: 100%;
  background-color: #111;
  border-collapse: collapse;
  border-spacing: 0;
}

table, td, th {
  vertical-align: top;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table td {
  padding: 10px 5px;
}

.table th {
  font-weight: bold;
  text-align: center;
  padding: 10px 5px;
}

.table-striped tbody tr:nth-child(odd) td {
  background: #222;
}

.table a {
  text-decoration: none;
}

td.fade {
  color: #aaa;
}

@media screen and (max-width:775px) {
  .well-tabs ul {
    display: block;
    text-align: center;
  }

  .well-tabs ul li {
    display: inline;
    float: none;
  }

  #logo {
    display: none;
  }

  #header {
    background: #222;
  }

  #current-user {
    text-align: center;
  }

  #main_content {
    margin-bottom: 1.5em
  }

  #footer > section {
    margin-bottom: 1.5em;
  }
}

/**
----------------------
 Sidebar
----------------------
**/

.widget-title {
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  text-shadow: #000 1px 2px 0;
}

.well {
  background: #080808;
  padding: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #191919;
  border-top: 1px solid #000;
  -webkit-box-shadow: inset 0 0 4px #030303;
  -moz-box-shadow: inset 0 0 4px #030303;
  box-shadow: inset 0 0 4px #030303;
  overflow: hidden;
}

.widget, .well {
  margin-bottom: .75em
}

.search form {
  display: block;
}

.search input[type=text] {
  background: #aaa;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 2px 4px #888, inset 0 -1px 0 #ccc;
  -moz-box-shadow: inset 0 2px 4px #888, inset 0 -1px 0 #ccc;
  box-shadow: inset 0 2px 4px #888, inset 0 -1px 0 #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-weight: 700;
  text-shadow: #ccc 0 1px 0;
  display: block;
  color: #222;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
  padding: 5px;
}

.search input::-webkit-input-placeholder {
  color: #444
}

.search input:-moz-placeholder {
  color: #444
}

.search-controls {
  overflow: hidden;
}

.search-controls a {
  display: block;
  font-weight: bold;
  text-align: center;
  float: left;
  background: #111;
  width: 50%;
  padding: 5px 0;
  text-decoration: none;
  color: #aaa;
}

.search-controls a:first-child {
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search-controls a:last-child {
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-controls a:hover {
  background: #222;
  color: #fff;
}

.widget.friends {
  overflow: hidden;
}

.widget.friends .friends-list {
  list-style: none;
  margin: 0;
  border: 1px solid #111;
  border-radius: 5px;
}

.widget.friends .friends-list li a {
  display: block;
  background: #050505 url('/images/metal_brush.png');
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
  padding-bottom: 9px;
  text-decoration: none;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.8) 1px 1px 1px;
  opacity: 0.9;
}

.widget.friends .friends-list li:first-child a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.widget.friends .friends-list li:last-child a {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.widget.friends .friends-list li a:hover {
  opacity: 1;
}

.participate img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-width: 100%;
  height: auto;
  margin-bottom: .5em;
}

.a125esque {
  overflow: hidden;
  margin-top: 15px;
}

.a125esque a {
  display: block;
  width: 125px;
  height: 125px;
  float: left;
  border: 0;
  margin: 0;
  margin-right: 0;
  margin-bottom: 8px;
  background: #111;
  color: #62C48A;
  text-shadow: #000 1px 1px 2px;
}

.a125esque iframe {
  display: block;
  float: left;
  width: 125px;
  height: 125px;
  margin-right: 15px;
  margin-bottom: 8px;
}

.a125esque > div {
  float: left;
  margin-right: 15px;
}

.a125esque a.adhere {
  height: 70px;
  padding-top: 55px;
  text-align: center;
  font-size: 1.1em;
  font-family: 'Tondu-Beta', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.a125esque a.even {
  margin-right: 0;
}

.bsap_adhere {
  text-align: center;
  font-weight: bold;
}

.bsap_adhere a {
  display: inline-block;
  text-decoration: none;
  padding-top: 30px;
  height: 95px;
}

.widget-network {
  margin-bottom: .75em;
}

.widget-network a {
  display: block;
  background: #8F402D;
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 0 #c6634b;
  -moz-box-shadow: inset 0 1px 0 #c6634b;
  box-shadow: inset 0 1px 0 #c6634b;
  color: #fff;
  text-shadow: #411d15 0 -1px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
}

.radio a {
  background-image: url('/images/antennae-yumi.png');
  background-repeat: no-repeat;
  background-position: 200px 0;
  background-size: 64px;
}

.widget-network a:hover {
  background-color: #9c4631;
}

.widget-network a strong {
  font-weight: bold;
  font-size: 1.2em;
  display: block;
}

.widget-network a em {
  font-style: normal;
  font-size: 1em;
  display: block;
}

/**
----------------------
 Symbols
----------------------
**/

.symbol-nsfw {
  color: #DF6447;
  font-size: 0.9em;
  text-transform: uppercase;
  border: 1px solid #DF6447;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px;
}

/**
---------------------
 Threads list
---------------------
**/

.list {
  list-style: none;
  margin: 0;
  margin-bottom: 36px;
  width: 103.5%;
  margin-left: -10px;
}

.thread {
  border-top: 1px solid #333;
  border-bottom: 1px solid #111;
  padding: 5px 10px;
  overflow: hidden;
}

.thread-sticky {
  background: #2a2a2a;
  border-top-color: #444;
}

.thread.thread-sticky .likes > div {
  padding: 5px 0;
  color: #aaa;
  background: #444;
}

.thread-sticky .likes > div, .thread-sticky .bump > a {
  border-color: #111;
  -moz-box-shadow: inset 0 -1px 1px #555, inset 0 0 3px #111;
  -webkit-box-shadow: inset 0 -1px 1px #555, inset 0 0 3px #111;
  box-shadow: inset 0 -1px 1px #555, inset 0 0 3px #111;
}

li:first-child .thread {
  border-top: 0
}

li:last-child .thread {
  border-bottom: 0;
}

.thread .likes, .thread .content, .thread .bump {
  float: left
}

.thread .link {
  color: #62c48a;
  text-decoration: none;
}

.thread .likes {
  width: 15%;
  font-size: 18px;
  line-height: 36px;
  height: 100%;
  color: #fff;
}

.thread .likes > div {
  border: 1px solid #111;
  background: #333;
  height: 100%;
  text-align: center;
  overflow: hidden;
  margin-right: 15px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: inset 0 0 8px #111, inset 0 -1px 0 #555;
  -moz-box-shadow: inset 0 0 8px #111, inset 0 -1px 0 #555;
  box-shadow: inset 0 0 8px #111, inset 0 -1px 0 #555;
}

.well span {
  display: block;
  float: left;
  padding: 5px 0;
  margin-left: 10px;
  color: #aaa;
  text-shadow: #000 0 1px 1px;
}

.thread .likes span {
  display: inline-block;
  float: none;
  margin-top: 6px;
}

.share a {
  text-decoration: none;
  font-size: 2.15em;
  display: inline-block;
  margin-right: 4px;
  opacity: 0.6;
}

.likes form, .friend form, .participants a {
  float: left;
}

.well .button, .well button {
  line-height: 20px;
}

.share span {
  padding: 0;
  margin-left: 2px;
}

.likes button {
  line-height: inherit;
}

.thread .bump {
  width: 20%
}

.thread .bump a {
  padding: 5px .5em;
  color: #fff;
  text-decoration: none;
  display: block;
  border: 1px solid #333;
  border-bottom-color: #333;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-shadow: 0 1px 3px #111 inset;
  -moz-box-shadow: 0 1px 3px #111 inset;
  box-shadow: 0 1px 3px #111 inset;
  text-shadow: 1px 1px 1px #003344;
}

.thread .bump abbr {
  border: 0;
}

.thread .bump a:hover {
  border-color: #444
}

.thread .content {
  padding: 5px 0;
  width: 65%;
  color: #ccc;
}

.thread .title {
  font-size: 1em;
  text-shadow: 0 2px #000;
  margin-bottom: 0;
  padding: 0;
  line-height: inherit;
  display: block;
}

.thread .title a {
  color: #fff;
  text-decoration: none;
}

/**
---------------------
 Posts
---------------------
**/

.post {
  margin-bottom: 1.5em;
  overflow: hidden;
  padding: 0 10px;
}

.post .title {
  text-align: center;
  margin-bottom: 18px;
  margin-left: 0;
  font-size: 24px;
  text-shadow: #222 1px 1px 1px, #222 2px 2px 1px, #000 4px 3px 1px;
  position: relative;
}

.post .author {
  float: left;
  width: 8.47457627%;
  min-width: 40px;
  margin-right: 3.38983051%;
  margin-top: 24px;
}

.post .author a {
  display: block;
  width: 50px;
  height: 50px;
  margin: 4px;
  background-position: 0;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 4px #111;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 4px #111;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 4px #111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.post .author a img {
  visibility: hidden;
}

.post .content {
  float: left;
  width: 86.440678%;
}

.post header {
  color: #ddd;
  margin-bottom: 10px;
  font-size: 14px;
  text-shadow: #000 0 -1px 1px;
}

.post .formatted {
  background: #444;
  padding: 15px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #666;
  -moz-box-shadow: inset 0 1px 0 #666;
  box-shadow: inset 0 1px 0 #666;
  position: relative;
  color: #fff;
  text-shadow: #000 1px 1px 0;
}

.post .formatted:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 12px solid #444;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  right: 40px;
  top: -12px;
  -webkit-transform: rotate(360deg);
}

.post footer {
  background: #0d0d0d;
  margin-top: 0;
  padding: 5px 10px;
  margin: 0 5px;
  color: #999;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #2d2d2d;
  border-top: 0;
  -webkit-box-shadow: inset 0 2px 8px #000;
  -moz-box-shadow: inset 0 2px 8px #000;
  box-shadow: inset 0 2px 8px #000;
  text-shadow: #000 0 1px 1px;
  color: #999;
  font-size: 12px;
}

.post header a {
  text-decoration: none;
}

.post footer a {
  color: #999;
  text-decoration: none;
}

.depth-2 .post {
  padding-left: 11.8644068%;
}

.depth-2.index-0 .post {
  border-top: 1px dashed #666;
}

.depth-2.index-0 .post header {
  border-top: 0;
}

.depth-2 .post .author {
  display: none;
}

.depth-2 .post .content {
  width: 98.3050848%;
}

.depth-2 .post header {
  border-top: 1px dashed #444;
  padding-top: 1.5em;
  padding-left: 20px;
  color: #888;
}

.depth-2 .post header a {
  color: #888;
}

.depth-2 .post .formatted {
  background: transparent;
  border: 0;
  color: #bbb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-left: 20px;
  color: #aaa;
}

.depth-2 .post footer {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
  opacity: 0.5;
  padding: 0 15px;
  margin-top: 10px;
}

.depth-2 .post footer:hover {
  opacity: 0.7;
}

.depth-2 .post .formatted:before {
  display: none;
}

/**
----------------
 Polls
----------------
**/

.poll-title {
  text-align: center;
  text-transform: uppercase;
  text-shadow: #000 1px 2px 0;
}

.poll ul {
  list-style: none;
  margin: 0;
}

.poll {
  margin-left: 11.8644068%;
  margin-bottom: 27px;
  width: 86.440678%;
}

.bar, a.bar {
  display: block;
  position: relative;
  background: #0d0d0d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #444;
  border-top-color: #000;
  height: 1.6em;
  -webkit-box-shadow: inset 0 2px 10px #000;
  -moz-box-shadow: inset 0 2px 10px #000;
  box-shadow: inset 0 2px 10px #000;
  margin-bottom: 1em;
  color: #fff;
  text-decoration: none;
}

.bar .button {
  position: absolute;
  top: 0;
  right: 0;
}

.bar-fill {
  display: block;
  background: #285D73;
  border: 0;
  height: 1.7em;
  -webkit-box-shadow: inset 0 0 0 1px #111, 0 0 10px #285D73, inset 0 5px 10px rgba(255, 255, 255, .1), inset 0 2px 0 rgba(255, 255, 255, .2);
  -moz-box-shadow: inset 0 0 0 1px #111, 0 0 10px #285D73, inset 0 5px 10px rgba(255, 255, 255, .1), inset 0 2px 0 rgba(255, 255, 255, .2);
  box-shadow: inset 0 0 0 1px #111, 0 0 10px #285D73, inset 0 5px 10px rgba(255, 255, 255, .1), inset 0 2px 0 rgba(255, 255, 255, .2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  z-index: 0;
  top: -1px;
  left: 0;
}

.bar.done .bar-fill {
  background: #BF3211;
  -webkit-box-shadow: inset 0 0 0 1px #111, 0 0 10px #BF3211, inset 0 5px 10px rgba(255, 255, 255, .1), inset 0 2px 0 rgba(255, 255, 255, .2);
  -moz-box-shadow: inset 0 0 0 1px #111, 0 0 10px #BF3211, inset 0 5px 10px rgba(255, 255, 255, .1), inset 0 2px 0 rgba(255, 255, 255, .2);
  box-shadow: inset 0 0 0 1px #111, 0 0 10px #BF3211, inset 0 5px 10px rgba(255, 255, 255, .1), inset 0 2px 0 rgba(255, 255, 255, .2);
}

.bar-title {
  position: relative;
  left: 10px;
  top: .1em;
  z-index: 2;
  text-shadow: #000 1px 1px 1px;
  font-style: normal;
}

/**
----------------------
 Tag pages
----------------------
**/

.well-lead {
  background: #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #111;
  border-top-color: #000;
  padding: 10px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.2);
  text-shadow: #000 1px 1px 1px;
  margin-bottom: .75em;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.well-title {
  text-shadow: #000 1px 2px 3px;
  background-color: rgba(0,0,0,.8);
  margin-bottom: 0;
  padding-bottom: .5em;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding:5px;
}

.well-text {
  margin-bottom: 0;
  background-color: rgba(0,0,0,.8);
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding:5px;
}

.tags .bar {
  display: block;
}

.grid {
  list-style: none;
  margin: 0;
  margin-bottom: 9px;
}

.grid:after {
  display: block;
  content: "";
  clear: both;
}

.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 15.666%;
  float: left;
  border: 1px solid #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-left: 1%;
  margin-bottom: 9px;
  background: #222;
  -webkit-background-size: 150% auto;
  -moz-background-size: 150% auto;
  -o-background-size: 150% auto;
  background-size: 150% auto;
  background-position: center center;
}

.contacts .grid-item {
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.grid-item a, .grid-item div {
  display: block;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(200, 200, 200, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(200, 200, 200, 0.5);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(200, 200, 200, 0.5);
  color: #fff;
  text-decoration: none;
  overflow: hidden;
}

.grid-item a {
  padding: 5px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.grid-item a.tall {
  padding: 25px 0px;
}

.grid-item div.flat-bottom {
  -webkit-border-radius:5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

.grid-item a:hover {
  background: rgba(255, 255, 255, 0.2)
}

.grid-item .name {
  display: inline-block;
  padding: 1px 3px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  text-align:center;
}

.grid-item .badge {
  height:75px;
  padding: 0;
  margin: 0;
  width: 100%;
}


.grid-item div form, .grid-item div form button  {
  width:100%;
  -webkit-border-radius:0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}



/**
---------------------
 Tabs
---------------------
**/

.tabs ul {
  list-style: none;
  margin: 0;
}

.tabs ul li {
  display: block;
  float: left;
}

.tabs {
  position: relative;
  left: -10px;
  right: -10px;
  top: -14px;
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 4px solid #444;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 0 #111;
  -moz-box-shadow: 0 1px 0 #111;
  box-shadow: 0 1px 0 #111;
  padding: 0 10px;
}

.tabs ul:after {
  display: block;
  content: "";
  clear: both;
}

.tabs li {
  margin-right: 0
}

.tabs li a {
  text-transform: uppercase;
  text-decoration: none;
}

.tabs li a, .tabs li .padded {
  padding: 10px 15px;
  display: inline-block;
  font-size: .9em;
  font-weight: bold;
  position: relative;
  bottom: -4px;
  border-bottom: 4px solid #444;
  text-shadow: #000 1px 1px 1px;
}

.tabs li .padded {
  border-bottom-color: #555
}

.tabs li.active a {
  border-bottom-color: #8F402D
}

.tabs li a:hover {
  border-color: #DF6447;
  color: #fff;
}

/**
------------------
 Pagination
------------------
**/

.pagination .next {
  font-weight: bold
}

.pagination {
  width: 100%;
  border-top: 1px solid #444;
  position: relative;
  top: 5px;
  margin-bottom: 18px;
}

.pagination ul {
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
}

.pagination li {
  position: relative;
  top: -5px;
  background: transparent;
  padding: 0 6px;
  text-align: center;
  padding-top: 16px;
  display: inline-block;
  margin: 0 5px;
}

.pagination a {
  display: block;
  background: transparent;
  text-decoration: none;
  border: 0;
  padding: 0;
  color: #aaa;
  text-shadow: #000 1px 2px 3px;
}

.pagination a:after, .pagination li.current:after {
  display: block;
  content: "";
  background: #ddd;
  border: 4px solid #444444;
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.pagination .rudimentary a:after {
  display: none;
}

.pagination li.current:after {
  background: #4399bd;
}

.pagination a:hover {
  color: #fff
}

.pagination a:hover:after {
  background: #fff;
  border-color: #555;
}

/**
----------------------
 Media embeds
----------------------
**/

.media-embed {
  background: #000;
  padding: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1.5em;
  font-size: 1.3em;
  text-align: center;
}

.media-embed img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  border: 5px solid #000;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.media-embed a {
  text-decoration: none;
}

.media-embed iframe {
  display: block;
  margin: 0 !important;
  position: relative;
  z-index: 1;
  width: 100%;
}

.media-embed object, .media-embed embed {
  margin-bottom: 0;
}

.media-embed-inline {
  margin: 0 auto 18px;
}

.media-embed-inline:last-child {
  margin-bottom: 0;
}

/**
--------------------------
 Tooltips
--------------------------
**/

.tooltip {
  position: absolute;
  z-index: 50;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
}

.tooltip.in {
  opacity: 0.8;
}

.tooltip.top {
  margin-top:  -2px;
}

.tooltip.right {
  margin-left:  2px;
}

.tooltip.bottom {
  margin-top:   2px;
}

.tooltip.left {
  margin-left: -2px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top: 5px solid #000000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-left: 5px solid transparent;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #000000;
  border-bottom: 5px solid transparent;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

/**
--------------------------
 Profiles
--------------------------
**/

.shell {
  background: #000;
  color: #62C48A;
  white-space: pre;
  font-family: 'Monaco', courier, monospace;
  overflow-x: auto;
}

.vcard-custom {
  background: #050505 url('/images/metal_brush.png');
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #111;
  -webkit-box-shadow: inset 0 1px 0 #333, 0px 1px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 #333, 0px 1px 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 #333, 0px 1px 6px rgba(0, 0, 0, 0.4);
  position: relative;
}

.vcard-custom .info {
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
  background: rgba(150, 150, 225, 0.3);
  border-left: 12px solid #222;
  border-right: 2px solid #111;
  border-top: 6px solid #111;
  border-bottom: 6px solid #111;
  border-radius: 0;
  color: #FFFFFF;
  margin-top: 22px;
  padding: 10px 0px 5px 0px;
  opacity: 1;
  height:82px;
  margin-left: -15px;
}

.vcard-custom .info small {
  color: #FFFFFF;
}

.avatar {
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius:7px;
  -webkit-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.5), inset 0 1px 0px rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.5), inset 0 1px 0px rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.5), inset 0 1px 0px rgba(255, 255, 255, 0.6);
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 40px;
  margin: 12px;
  margin-right: 24px;
}

.avatar img {
  visibility: hidden;
}

.vcard-custom, .vcard-extended {
  overflow: hidden;
}

.vcard-extended {
  background: #2a2a2a;
  border: 1px solid #111;
  border-bottom-color: #444;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.4);
}

.vcard-extended .formatted {
  margin-top: 20px;
  padding-bottom: 18px;
  margin-left: 3%;
  float: left;
  width: 68%;
}

.vcard-summary {
  border-radius: 10px;
  padding: 13px 10px 5px 15px;
  overflow: auto;
  background: #111112;
  border-color: #000;
  box-shadow: inset 0 -1px 0 #555;
}

.vcard-custom .avatar {
  float: left;
}

/**
---------------------------
 Badges
---------------------------
**/

.badges {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #111;
  padding: 10px;
  float: left;
  width: 26%;
  min-height: 59px;
  border-bottom-left-radius: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.4);
}

.badge {
  width: 126px;
  text-align: center;
  margin-bottom: 18px;
}

.badge a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.badge img {
  display: block;
  margin: 0 auto;
  margin-bottom: 9px;
}

/**
-----------------------------
 Private messages
-----------------------------
**/

.message {
  margin-top: 1.5em;
  margin-bottom: 0;
  font-weight: bold;
  color: #BF6D11;
  text-shadow: #000 1px 1px 0;
  text-align: center;
}

.message p {
  margin-bottom: 0
}

.private-message {
  border: 1px solid #000;
  background: #444;
  -webkit-box-shadow: inset 0 1px 0 #555, 0 0 0 5px #0a0a0a;
  -moz-box-shadow: inset 0 1px 0 #555, 0 0 0 5px #0a0a0a;
  box-shadow: inset 0 1px 0 #555, 0 0 0 5px #0a0a0a;
  margin: 5px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 1.75em;
  position: relative;
}

.private-message:before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 60px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #444;
}

/**
----------------------------
 Announcements
----------------------------
**/

.announcement {
  margin-top: 27px;
  position: relative;
}

.announcement:after {
  display: block;
  content: "";
  clear: both;
}

.announcement form.inline {
  display: block;
}

.announcement .close {
  position: absolute;
  right: 15px;
  top: 5px;
}

.role-0 a {
  color: #777
}

.role-3 a {
  color: #3EC474 !important
}

.role-4 a {
  color: #DF6447 !important
}

.role-5 a {
  color: #B02BFF !important
}

/**
-------------------------
 Search results
-------------------------
**/

.blobs {
  list-style: none
}

.blobs > li {
  background: #222;
  border: 1px solid #090909;
  border-bottom-color: #000;
  -webkit-box-shadow: inset 0 1px 0 #333;
  -moz-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.blob-handled {
  opacity: 0.5
}

.blob-handled .blob-content, .blob-handled .blob-control {
  display: none
}

.blobs .blob-meta {
  border-bottom: 1px solid #090909;
  -webkit-box-shadow: 0 1px 0 #3d3d3d;
  -moz-box-shadow: 0 1px 0 #3d3d3d;
  box-shadow: 0 1px 0 #3d3d3d;
  padding: 10px;
}

.blobs .blob-content {
  padding: 10px;
  padding-left: 20px;
  border-left: 4px solid #090909;
  color: #aaa;
}

.blobs .blob-control {
  list-style: none;
  overflow: hidden;
  border-top: 1px solid #090909;
  -webkit-box-shadow: inset 0 1px 0 #333;
  -moz-box-shadow: inset 0 1px 0 #333;
  box-shadow: inset 0 1px 0 #333;
  margin: 0;
  font-size: 1em;
}

.blobs .blob-control input[type=submit] {
  display: inline;
  background: transparent;
  border: 0;
  padding: 0;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  color: #ddd;
}

.blobs .blob-control a {
  color: #ddd;
  text-decoration: none;
  line-height: inherit;
}

.blobs .blob-control li {
  display: block;
  float: left;
  padding: 10px;
  border-right: 1px solid #090909;
}

.blobs .blob-control li:last-child {
  border-right: 0
}

.blobs .blob-highlighted {
  color: #fff;
  background: #333;
}

/**
-----------------------------
 Misc
-----------------------------
**/

.pages-list {
  background: #333;
  list-style: none;
  margin: 0;
  border-radius: 5px;
  padding: 5px;
  box-shadow: inset 0 1px #4F4F4F;
  border: 1px solid #000;
}

.pages-list li a {
  display: block;
  text-decoration: none;
  color: #ccc;
  background: #111;
  border: 1px solid #000;
  border-top: 0;
  padding: 5px 10px;
  box-shadow: inset 0 1px 0 #333;
}

.pages-list li:first-child a {
  border-top: 1px solid #000;
  border-radius: 3px 3px 0 0;
}

.pages-list li:last-child a {
  border-radius: 0 0 3px 3px;
}

.pages-list li a:hover {
  color: #fff;
  background: #222;
}

.little-logo {
  margin-top: 5px;
  opacity: 0.4;
}

.little-logo:hover {
  opacity: 0.8;
}

#back-to-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#back-to-top a {
  display: block;
  position: absolute;
  top: 75px;
  right: 0px;
  background: #333;
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 #555, 0 0 0 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 #555, 0 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 #555, 0 0 0 4px rgba(0, 0, 0, 0.4);
  color: #aaa;
  padding: 18px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  font-size: 36px;
  opacity: 0.3;
}

#back-to-top a:hover {
  opacity: 1;
}

@media screen and (max-width:775px) {
  .thread .likes form.inline {
    display: none;
  }

  .post .author {
    display: none
  }

  .post .content {
    width: 100%
  }
}

/**
----------------------
 Special
----------------------
**/

.landing-message {
  background: #3a3a3a url('/images/metal_brush.png');
  border: 1px solid #000;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
  margin-top: 20px;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
}

.landing-message h2 {
  font-size: 2em;
  font-weight: normal;
  text-shadow: #000 0 0 12px;
  margin-bottom: 0.3em;
}

.landing-message p {
  margin-bottom: 0;
  font-size: 1.2em;
  color: #aaa;
}

/** Modals **/

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #aaa;
  text-shadow: 0 1px 0 rgba(255,255,255,0.1);
  opacity: 0.2;
}

.close:hover {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: auto;
  border: 0;
  -webkit-appearance: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.3);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 200;
  overflow: auto;
  width: 560px;
  margin: -250px 0 0 -280px;
  background-color: #333;
  border: 1px solid #111;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}

.modal-header h3 {
  font-size: 1.3em;
  line-height: 24px;
  margin: 0;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #555;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-body {
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #222;
  border-top: 1px solid #444;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #111;
  -moz-box-shadow: inset 0 1px 0 #111;
  box-shadow: inset 0 1px 0 #111;
}

/**
----------------------
 Landing shizzlefizzle
----------------------
**/

.features-grid {
  list-style: none;
  margin: 0;
  margin-bottom: 18px;
  width: 580px;
}

.features-grid:after {
  display: block;
  content: "";
  clear: both;
}

.features-grid > li {
  width: 275px;
  float: left;
  color: #aaa;
  margin-right: 15px;
  margin-bottom: 18px;
}

.features-grid > li > strong {
  color: #fff;
}

.form-error-messages {
  margin-bottom: 18px;
  text-align: center;
  font-weight: bold;
  color: #222;
  background: #8F402D;
  padding: 10px 0;
  border-radius: 5px;
  text-shadow: rgba(255, 255, 255, 0.2) 0 1px 1px;
}

.form-error-messages > p:last-child {
  margin-bottom: 0;
}

.empty-message {
  text-align: center;
  font-weight: bold;
  color: #aaa;
  padding: 100px 0;
}
