/* =================================
   BASIC ELEMENTS
   ================================= */

body {
    background: #1c1c1c;
    color: #D7DDC1;
    margin: 0px !important;
    padding: 0px !important;
}

hr {
    border: none;
    border-top: 1px solid #000;
    height: 0;
}

header div.subtitle,
h1 {
    color: #EDEDED;
    text-align: center;
}

label {
    color: #85895e !important;
}

/* =================================
   LINKS
   ================================= */

a:link,
a:visited,
.intro a.email span.name {
    color: #85895e !important;
}

a:link:hover,
a:hover {
    color: #EDEDED !important;
    text-decoration: underline !important;
}

a.post_no {
    color: #800000;
}

/* =================================
   FORMS & INPUTS
   ================================= */

input[type="text"],
input[type="password"],
textarea {
    background: #141414 !important;
    border: 1px solid #454735 !important;
    color: #E0E0E0 !important;
}

input {
    background: #454735;
    color: #C6C6C6 !important;
    border: 1px solid #454735 !important;
}

select {
    background: #3b3b3b;
    border: 1px solid #454735;
    color: #EDEDED;
}

form table tr th {
    background-color: #141414;
    color: #E0E0E0;
    font-weight: 700;
    border: none;
    padding: 0 5px;
    font-size: 10pt;
}

#email_selectbox {
    background: #454735;
    color: #DB5D00;
}

#style-select {
    margin-bottom: 30px !important;
}

/* =================================
   IMAGES
   ================================= */

img.banner,
img.board_image {
    margin: 30px auto 0 auto;
}

.add_image {
    font-size: 19px;
    margin-left: 10px;
    background: moccasin;
    padding-left: 3px;
    padding-right: 3px;
}

/* =================================
   POSTS
   ================================= */

div.post.reply {
    background: #141414;
    border: 1px solid #454735 !important;
    padding-right: 15px;
}

div.post.reply:hover {
    /*border: 1px solid #00abff !important;*/
    border: 1px solid #0c618b !important;
}

div.post.reply.highlighted {
    background: #081b21;
    border-color: #d9bfb7;
}

div.post.reply div.body a {
    color: navy;
}

div.post.reply p {
    background: none;
}

.intro {
    background: #702d0c;
}

.intro span.subject {
    color: #E0E0E0;
}

.intro span.name {
    color: #E0E0E0;
}

span.quote {
  color: #f00 !important;
}

/* =================================
   NAVIGATION & CONTROLS
   ================================= */

div.boardlist {
    color: #B86;
  background: #000;
  position: sticky;
  font-size: 11pt;
  top: 0px;
  right: 0px;
  z-index: 110;
  width: 100%;
  height: 20px;
  text-align: left;
  margin: 0px;
  letter-spacing: 1px;
}

div.boardlist.bottom {
    display: none;
}

div.boardlist a {
    color: #800;
}

div.boardlist a:hover {
    color: #EDEDED !important;
    text-decoration: underline !important;
}

span.controls a:hover {
    color: #EDEDED !important;
}

/* =================================
   PAGINATION
   ================================= */

div.pages {
    color: #E0E0E0 !important;
    background: #141414 !important;
    border-color: #000;
}

div.pages.top {
    display: none;
}

div.pages a.selected {
    color: #85895e;
}

.pages-bottom {
    display: table;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #454735;
    font-size: 15px;
}

/* =================================
   SPECIAL ELEMENTS
   ================================= */

.selected {
    color: #DB5D00;
}

div.blotter {
    color: #DB5D00 !important;
}

div.ban h2 {
    background: none;
    color: inherit;
}

div.ban {
    border-color: #800;
    background: black;
}

div.ban p {
    color: white;
}

table.modlog tr th {
    background: #EA8;
}

#options_div,
#alert_div {
    background: #f0e0d6;
}

.desktop-style div.boardlist:nth-child(1) {
    background-color: #F0E0D6;
}


fieldset {
  border: 1px solid darkolivegreen;
}

.mainBox-latestposts{
background: #000;
  border: none;
  font-size: 15px;    
}

.news-box{
    background: black;
    border-right: 1px solid chocolate;;
}

/* =================================
   MOBILE RESPONSIVE
   ================================= */

@media screen and (max-width: 767px) {
    div.boardlist {
        font-size: 16px !important;
        height: auto !important;
        padding: 8px 4px !important;
        line-height: 1.4 !important;
        white-space: normal !important;
        word-wrap: break-word !important;
    }
    
    div.boardlist a {
        display: inline-block !important;
        padding: 6px 8px !important;
        margin: 2px 1px !important;
        min-height: 20px !important;
        text-decoration: none !important;
    }
}
