
/* "warfare" theme — phpBB2 subSilver recolored for Warfare Incorporated (recovered from the live board).
   Navy #000033 / orange #D76E16 / slate #385076. Read-only archive build. */
* { box-sizing: border-box; }
body { background-color: #000033; color: #CCCCCC; margin: 0; padding: 0 0 24px;
  font: normal 12px Verdana, Arial, Helvetica, sans-serif; }
.wrap { width: 95%; max-width: 1000px; margin: 0 auto; }
font, th, td, p { font-family: Verdana, Arial, Helvetica, sans-serif; }
a:link, a:active, a:visited { color: #D76E16; text-decoration: none; }
a:hover { text-decoration: underline; color: #FFFFFF; }
img { border: 0; vertical-align: middle; }
hr { height: 0; border: 0; border-top: 1px solid #283A57; margin: 4px 0; }
hr.postsep { margin: 5px 0; }

.archive-banner { background: #1d2c52; border-bottom: 2px solid #D76E16; color: #E4E9F2;
  font: normal 12px Verdana, Arial, sans-serif; padding: 8px 14px; text-align: center; }
.archive-banner a { color: #FFB05A; font-weight: bold; }

.maintop { margin: 14px 0 8px; }
.maintop img { max-width: 100%; height: auto; }

.forumline { background-color: #000033; border: 2px solid #006699; }
td.row1 { background-color: #385076; padding: 4px 8px; }
td.row2 { background-color: #385076; padding: 4px 8px; }
td.row3 { background-color: #283A57; padding: 4px 8px; }

th { color: #FFFFFF; font-size: 11px; font-weight: bold; background-color: #D76E16; height: 25px; padding: 3px 8px; white-space: nowrap; }
th.thCornerL, th.thCornerR, th.thTop, th.thHead, th.thLeft, th.thRight, th.thBottom, th.thSides {
  font-weight: bold; border: 0 solid #000033; }
td.cat, td.catHead, td.catLeft, td.catRight, td.catBottom, td.catSides {
  background-color: #283A57; border: 0 solid #000033; height: 28px; padding: 4px 8px; }
td.spaceRow { background-color: #283A57; }

.maintitle { font-weight: bold; font-size: 22px; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none; line-height: 120%; color: #CCCCCC; }
.gen { font-size: 12px; }
.genmed { font-size: 11px; }
.gensmall { font-size: 10px; }
.gen, .genmed, .gensmall { color: #CCCCCC; }
a.gen, a.genmed, a.gensmall { color: #D76E16; }
a.gen:hover, a.genmed:hover, a.gensmall:hover { color: #FFFFFF; text-decoration: underline; }

.cattitle { font-weight: bold; font-size: 12px; letter-spacing: 1px; color: #D76E16; }
.forumlink { font-weight: bold; font-size: 12px; color: #D76E16; }
a.forumlink { color: #D76E16; }
a.forumlink:hover { color: #FFFFFF; text-decoration: underline; }
.nav { font-weight: bold; font-size: 11px; color: #CCCCCC; }
a.nav { color: #D76E16; }
a.nav:hover { text-decoration: underline; }
.topictitle { font-weight: bold; font-size: 11px; color: #CCCCCC; }
a.topictitle { color: #D76E16; }
a.topictitle:hover { color: #FFFFFF; text-decoration: underline; }
.name { font-size: 11px; color: #CCCCCC; }
.name b { color: #FFFFFF; }
.postdetails { font-size: 10px; color: #CCCCCC; }
.postavatar { max-width: 120px; max-height: 120px; margin-top: 4px; border: 1px solid #283A57; }

.postbody { font-size: 13px; line-height: 18px; color: #FFFFFF; word-wrap: break-word; }
.postbody img.postimg { max-width: 100%; height: auto; }
.deadimg { display: inline-block; padding: 6px 10px; margin: 2px 0; font-size: 11px; color: #8794ad;
  background: #00001f; border: 1px dashed #3a4a6b; border-radius: 3px; }
a.postlink { color: #D76E16; }
a.postlink:hover { color: #FFFFFF; text-decoration: underline; }

/* Quote & code boxes — original used #444 text on navy (near-unreadable); lightened for the archive. */
.quotetitle, .codetitle { font: bold 11px Verdana, Arial, Helvetica, sans-serif; color: #FFB05A; margin: 8px 0 0; }
.quotecontent { font: normal 11px Verdana, Arial, Helvetica, sans-serif; color: #AEB9D0; line-height: 125%;
  background-color: #00001f; border: 1px solid #283A57; margin: 0 0 8px; padding: 6px 9px; }
.quotecontent .quotetitle { margin-top: 4px; }
.codecontent { font: normal 12px Courier, 'Courier New', monospace; color: #CFE0B0;
  background-color: #00001f; border: 1px solid #283A57; margin: 0 0 8px; padding: 6px 9px; }
.codecontent pre { margin: 0; white-space: pre-wrap; word-wrap: break-word; }

.attachments { border-top: 1px solid #283A57; padding-top: 6px; margin-top: 6px; }
.attachrow { padding: 2px 0; }

.copyright { font-size: 10px; color: #6b7aa0; letter-spacing: -1px; text-align: center; padding: 14px 0; }
a.copyright { color: #6b7aa0; }

@media (max-width: 640px) {
  .wrap { width: 100%; padding: 0 6px; }
  .maintitle { font-size: 18px; }
  td.row1, td.row2, td.row3 { padding: 4px; }
  .postbody { font-size: 14px; }
  td.name-col { display: none; }
}
