/* pseud0ch style for kareha by lolocaust and WAHa_06x36 */
@font-face {
  font-family: 'submona';
  src: url('submona.woff') format('woff');
}

html {
  padding: 0px;
  margin: 0px;
}

body {
  padding: 8px;
  margin: 0px;
}

body.mainpage {
  background: #C5AD99;
  background-image: url("/pub/img/ba.gif");
  color: #000000;
}
body.threadpage {
  background: #EFEFEF;
  color: #000000;
}
body.backlogpage {
  background: #FFFFFF;
  color: #000000;
}

a {
  color: #0000FF;
}
a:visited {
  color: #660099;
}
a:hover {
        color: #FF0000;
}
form {
  margin: 0px;
}
ol ul, ul ol, ul ul, ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
ol p:first-child, ul p:first-child {
  margin-top: 0;
}
ol p:last-child, ul p:last-child {
  margin-bottom: 0;
}
/* ssz */
.aa {
  font-family: Monapo, Mona, 'MS Pgothic', 'MS Pã‚´ã‚·ãƒƒã‚¯', IPAMonaPGothic, 'IPA ãƒ¢ãƒŠãƒ¼ Pã‚´ã‚·ãƒƒã‚¯', submona !important;
  overflow: auto;
  word-break: keep-all;
  white-space: nowrap;
  font-size: 16px;
}
pre {
  overflow: auto;
}
code {
  font-family: monospace;
}
#posts .replytext > p, #posts .replytext > blockquote {
  word-wrap: break-word;
}
/* EXTREMELY inelegant but it'll do for now... 
@media screen and (max-width: 850px) {
  textarea {
    max-width: 500px;
  }
}*/
.captchafig {
  max-width: calc(100vw - 200px);
  font-family: monospace;
  font-size: 8px;
    border: none;
    overflow: auto;
    outline: none;
    resize: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea {
  max-width: calc(100vw - 200px);
}

.outerbox {
  background: #CCFFCC;
  border: 1px outset grey;
  padding: 7px;
  margin-bottom: 1em;
  margin-left: 2.5%;
  margin-right: 2.5%;
  clear: both;
}
.innerbox {
  border: 1px inset grey;
  padding: 6px;
}

.outererrbox {
  background: #CCFFCC;
  border: 1px outset grey;
  padding: 7px;
  margin-bottom: 1em;
  margin-left: 2.5%;
  margin-right: 2.5%;
  clear: both;
}

.innererrbox {
  border: 1px inset grey;
  padding: 6px;
  color: #FF0000;
}


#titlebox h1 {
  font-size: 1.5em;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
}
#titlebox {
  position: relative;
}
#titlebox .threadnavigation {
  position: absolute;
  right: 12px;
  top: 12px;
}
#threadbox .threadlink {
  padding-right: 0.5em;
}
#threadlinks {
  text-align: right;
  font-weight: bold;
}
#createbox h2 {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0em 0em 0.5em 0.3em;
}
.threadcaptcha {
  color: #000000;
}



body.threadpage #threads {
  margin-left: 2.5%;
  margin-right: 2.5%;
  background: #CCFFCC;
  color: #000000;
  padding: 7px;
  margin-bottom: 2em;
  border: 1px outset grey;
  clear: both;
}

body.mainpage #threads {
  margin-left: 2.5%;
  margin-right: 2.5%;
  background: #CCFFCC;
  color: #000000;
  padding: 7px;
  margin-bottom: 2em;
  border: 1px outset grey;
  clear: both;
}

body.backlogpage #threads {
  background: #FFFFFF;
}


body.threadpage #threads h1 {
  margin-left: 2.5%;
  margin-right: 2.5%;
  font-size: 2em;
  font-weight: normal;
  text-align: center;
  padding: 0px;
  margin: 0px;
  border-top: 1px inset grey;
  border-left: 1px inset grey;
  border-right: 1px inset grey;
}

body.backlogpage #threads h1 {
  display:none
}

body.threadpage #threadlist {
  background: #CCFFCC;

  font-family: serif;
  margin: 0px 0px 7px 0px;
  padding: 6px;
  border-left: 1px inset grey;
  border-right: 1px inset grey;
  border-bottom: 1px inset grey;
}

body.backlogpage #threadlist {
  background: #FFFFFF;
  font-family: serif;
  padding: 6px;
}



#oldthreadlist {
  background: #FFFFFF;
  font-family: serif;
  margin: 1px;
  padding: 3px;
  margin-bottom: 7px;
}
#oldthreadlist .threadlink {
  display: block;
}
#oldthreadlist .manage {
  font-size: small;
  margin-left: 1em;
}

#posts {
}
.mainpage #posts .thread {
  margin-left: 2.5%;
  margin-right: 2.5%;
  position: relative;
  background: #EFEFEF;
  border: 1px outset grey;
  padding: 7px;
  margin-bottom: 2em;
  clear: both;
}
.mainpage #posts .sagethread {
  margin-left: 2.5%;
  margin-right: 2.5%;
  position: relative;
  background: #EFEFEF;
  border: 2px inset grey;
  padding: 9px;
  margin-bottom: 2em;
  clear: both;
}
.mainpage #posts h2 {
  color: #CC1105;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0px 0px -1px 0px;
  padding: 1em 0em 0em 0.3em;
  border-top: 1px inset grey;
  border-left: 1px inset grey;
  border-right: 1px inset grey;
}
.mainpage #posts h2 a {
  color: #CC1105;
  text-decoration: none;
}
.mainpage #posts h2 a:hover {
  text-decoration: underline;
}
.threadpage #posts h2 {
  color: #CC1105;
  font-size: 1.2em;
  font-weight: normal;
  border-top: 2px ridge white;
  margin: 1em 0 0 0;
  padding: 0em 0em 0.5em 0em;
}
#posts h2 small {
  font-size: 1em;
  font-weight: normal;
}
#posts .threadnavigation {
  position: absolute;
  right: 16px;
  top: 10px;
}
#posts .replies {
  clear: both;
  margin: 0px;
}
.mainpage #posts .replies {
  padding: 3px;
  border-left: 1px inset grey;
  border-right: 1px inset grey;
}
#posts .allreplies, #posts .firstreply, #posts .finalreplies {
}



#posts .reply {
  clear: both;
  margin: 0px 0px 0.5em 0px;
}
#posts .deletedreply {
  clear: both;
  margin: 0px 0px 1.2em 0px;
}
#posts h3 {
  font-size: 1em;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}
#posts .deletedreply h3 {
  color: #AFAFAF;
  font-weight: bold;
}
#posts h3 .replynum {
  font-weight: bold;
  margin-right: 0.3em;
}
.mainpage #posts h3 .replynum {
  margin-left: 0.3em;
}
#posts h3 .replynum a {
  color: #000000;
  text-decoration: none;
}
#posts h3 .replynum a:hover {
        color:#DD0000;
}
#posts h3 .postername {
  color: #117743;
  font-weight: bold;
}
#posts h3 .postertrip {
  color: #228854;
}
#posts .deletebutton {
  /*font-size: small;
  float: right;
  position: relative;
  /*top: -1.3em;*/
  display: none;
}
#posts img.thumb, #posts a img {
  border-width: 1px;
  float: left;
  margin: 0.5em 2em 0.5em 3em;
}
#posts .nothumbnail {
  float: left;
  display: inline; /* stupid IE bug */
  border: 1px inset grey;
  text-align: center;
  padding: 1em 0.5em 1em 0.5em;
  margin: 0.5em 2em 0.5em 2em;
}
#posts .replytext {
  margin: 0.5em 0em 0em 3em;
}
#posts .replytext > :first-child {
  margin-top: 0em;
}
#posts .replytext blockquote {
  margin-left: 0em;
  color: #789922;
}
#posts .replyabbrev {
  color: #707070;
  margin-left: 3em;
  margin-bottom: 0.5em;
}

#posts form {
  clear: both;
  background: #EFEFEF;
  color: #000000;
  font-family: serif;
  margin: 0px;
}
#posts form small a {
  color: #000000;
  text-decoration: none;
}
#posts form small a:hover {
  color: #FF0000;
  text-decoration: underline;
}
.threadpage #posts form {
  padding-top: 0.5em;
  border-top: 2px ridge white;
}
.mainpage #posts form {
  padding: 3px;
  border-left: 1px inset grey;
  border-right: 1px inset grey;
  border-bottom: 1px inset grey;
}
#posts input[type=submit] {
}
.postcaptcha {
  color: #000000;
}

h4 {
  color: #CC1105;
  font-size: 1em;
  font-weight: bold;
  font-family: sans-serif;
}


#oldthreadlist {
}
#oldthreadlist th {
  text-align: left;
}
#oldthreadlist .line0 {
}
#oldthreadlist .line1 {
}
#oldthreadlist a {
  display: block;
}


#footer
{
        text-align: center;
        font-size: 0.8em;
}



.errorpage h1, .errorpage h2 {
  text-align: center;
}

/*.deletebutton {
  opacity: 0.1;
}
.deletebutton:hover {
  opacity: 0.5;
}
*/

form:invalid>#submit {
  pointer-events: none;
}

/* blink banner */
.blink_banner {
  animation: blinker 2s linear infinite;
  color: #0000ff;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
/* blink banner */
