/* Cypher Style */
/* Colors */
/* Styles */
body {
  background: #26292e none;
  color: #a5aeae;
  font-weight: 300;
  font-size: 14px;
}
h1,
div.subtitle {
  color: #a5aeae !important;
}
a:link,
a:visited,
p.intro a.email span.name,
#catalog_search_button {
  color: #dc5a5a !important;
}
a:link:hover,
#catalog_search_button:hover {
  color: #ffffff !important;
}
a.post_no {
  color: #a5aeae;
}
a.post_no:hover {
  color: #ffffff !important;
}
div.banner {
  background-color: #1d1f21;
}
div.post.reply {
  background-color: #282a2e;
  border: 1px solid #282a2e;
  margin-bottom: 2px;
  margin-left: 16px;
  margin-top: 2px;
}
div.post.reply.highlighted {
  background-color: #26292e;
  border: 1px solid #111111;
}
div.post.reply div.body a {
  color: #dc5a5a;
}
div.post.reply div.body a:hover {
  color: #ffffff;
}
div.post-hover {
  border: 1px solid #000!important;
  box-shadow: none !important;
}
.theme-catalog div.thread:hover,
div.thread:hover {
  background-color: #26292e;
  border-color: #2d3033;
}
p.intro span.subject {
  color: #dc5a5a;
}
p.intro span.name {
  color: #a5aeae;
}
span.quote {
  color: #adbd68;
}
span.heading {
  color: #dc5a5a;
}
form table tr th {
  background: #282a2e;
  border: 1px solid #111;
  color: #a5aeae;
}
div.ban h2 {
  background: #FCA;
  color: inherit;
}
div.ban {
  border-color: #bc0100;
}
div.ban p {
  color: #000000;
}
div.pages {
  background: #1d1f21;
  border-color: #1d1f21;
}
div.pages a.selected {
  color: #dc5a5a;
  font-weight: 700;
}
div.boardlist {
  background-color: #282a2e!important;
  color: #a5aeae;
}
div.boardlist:nth-of-type(1) {
  border-bottom: 1px solid #111!important;
  box-shadow: 0 0 3px 0 #111111;
}
div.boardlist a {
  color: #dc5a5a;
}
hr {
  background-color: #282a2e;
  border: 0;
  height: 1px;
}
div#options_div {
  background-color: #282a2e;
}
div.options_tab_icon {
  color: #aaaaaa;
}
div.options_tab_icon:hover {
  background-color: #111111;
}
div.options_tab_icon.active {
  color: #dc5a5a;
}
div.blotter {
  color: #dc5a5a;
}
span.omitted {
  color: #707070;
}
p.intro a,
span.omitted a {
  text-decoration: none;
}
form#quick-reply {
  padding-right: 1px;
  border: 1px solid #111111;
}
span.capcode {
  background-color: #000;
  padding: 2px 5px;
  border-radius: 10px;
}
div#watchlist {
  border: 1px solid #111;
  background-color: #282a2e;
}
div#watchlist a,
a.watchThread {
  color: #dc5a5a;
  text-decoration: none;
}
div#watchlist a:hover,
a.watchThread:hover {
  color: #ffffff;
}
/* Keep small thumbnails */
a:not([data-expanded="true"]) .post-image {
  width: auto!important;
  height: auto!important;
  max-height: 200px!important;
  max-width: 200px !important;
}
input,
textarea,
select,
button {
  color: #a5aeae;
  background-color: #26292e;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  border-color: #dc5a5a;
}
