/* Funposterchannel Futaba Classic
 * Lightweight 2chan/Futaba-inspired theme. Keep this simple.
 */
html, body {
  background: #ffffee;
  color: #800000;
  font-family: serif;
}

a, a:visited {
  color: #0000ee;
}

a:hover {
  color: #dd0000;
}

hr {
  border: 0;
  border-top: 1px solid #d9bfb7;
}

.boardTitle {
  color: #cc1105;
  font-family: serif;
}

.boardSubtitle {
  color: #800000;
}

.post.reply, .reply {
  background: #f0e0d6;
  border: 1px solid #d9bfb7;
  border-left: none;
  border-top: none;
}

.postInfo, .nameBlock, .name {
  color: #117743;
}

.subject {
  color: #cc1105;
  font-weight: bold;
}

blockquote, .postMessage {
  color: #800000;
}

.oldpost, .abbr {
  color: #707070;
  font-size: 90%;
}

.quotelink, .deadlink {
  color: #dd0000 !important;
}

.fileText {
  color: #800000;
}

input, textarea, select, button {
  background: #ffffee;
  color: #800000;
  border: 1px solid #d9bfb7;
}

.mobile, .mobileinline, .mobileib {
  display: none !important;
}

@media only screen and (min-width: 481px) {
  div#boardNavMobile {
    display: none !important;
  }
}

#boardNavDesktop, #boardNavDesktopFoot {
  font-family: serif;
  font-size: 9pt;
  padding: 2px 4px;
}
