/* THE YARD - Official Town Website Stylesheet */
/* Maintained by the Town Council. Do not edit. (edits are tracked) */

body {
  margin: 0;
  padding: 0;
  color: #000000;
  font-family: "Times New Roman", Times, serif;
}

/* ---------- header / nav ---------- */
.town-header {
  text-align: center;
  padding-top: 12px;
}
.town-title {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 64px;
  font-weight: bold;
  margin: 0;
  text-shadow: 2px 2px 0 #ffffff, 4px 4px 0 #888888;
}
.town-sub {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.town-nav {
  text-align: center;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 15px;
  padding: 8px 0;
}
.town-nav a { color: #0000cc; }
.town-nav a:visited { color: #660099; }

/* ---------- layout ---------- */
.content {
  width: 92%;
  max-width: 860px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
}
.center { text-align: center; }
.big { font-size: 22px; }
.bigger { font-size: 30px; }
.comic { font-family: "Comic Sans MS", "Comic Sans", cursive; }

/* ---------- posts / entries ---------- */
.post {
  background: #AAE9FF;
  width: 90%;
  margin: 0 auto 22px auto;
  padding: 14px 18px;
  border: 2px inset #ffffff;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
.post p { margin-top: 0; }
.post p:last-child { margin-bottom: 0; }

.post-dark {
  background: #3C3D3D;
  color: #FFFFFF;
  width: 90%;
  margin: 0 auto 22px auto;
  padding: 14px 18px;
  border: 2px inset #888888;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
.post-dark p { margin-top: 0; }
.post-dark p:last-child { margin-bottom: 0; }

/* ---------- notices board ---------- */
.notice {
  background: #FFFFCC;
  border: 2px dashed #999900;
  width: 90%;
  margin: 0 auto 16px auto;
  padding: 10px 14px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
.notice-num {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 12px;
  color: #666600;
}

/* ---------- residents registry ---------- */
.resident {
  background: #FFFFFF;
  border: 2px inset #C0C0C0;
  width: 90%;
  margin: 0 auto 20px auto;
  padding: 12px 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
.resident h3 {
  margin: 0 0 6px 0;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 20px;
}
.resident .role { color: #006600; font-size: 12px; }
.resident .status { color: #990000; font-size: 12px; font-weight: bold; }
.resident img.avatar { float: right; margin: 0 0 6px 12px; border: 2px inset #C0C0C0; }

/* edward's entry is different. nobody can say how. */
.resident.clean {
  font-family: "Times New Roman", Times, serif;
  border: 2px solid #000000;
}
.resident.clean h3 { font-family: "Times New Roman", Times, serif; letter-spacing: 1px; }

/* ---------- forum ---------- */
.forum-table {
  width: 92%;
  margin: 10px auto;
  border-collapse: collapse;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
  background: #FFFFFF;
}
.forum-table th {
  background: #003366;
  color: #FFFFFF;
  padding: 6px 10px;
  text-align: left;
}
.forum-table td {
  border: 1px solid #C0C0C0;
  padding: 6px 10px;
}
.forum-table tr.category td {
  background: #AAE9FF;
  font-weight: bold;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
}
.forum-post {
  background: #F0F0F0;
  border: 1px solid #C0C0C0;
  margin: 0 auto 14px auto;
  width: 92%;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}
.forum-post .who {
  background: #D8D8D8;
  padding: 4px 10px;
  font-weight: bold;
  font-size: 12px;
}
.forum-post .what { padding: 10px 12px; }
.forum-post .sig {
  border-top: 1px dashed #999999;
  color: #555555;
  font-style: italic;
  font-size: 11px;
  padding: 6px 12px;
}
.locked-note {
  color: #990000;
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 13px;
}

/* ---------- guestbook ---------- */
.gbook {
  background: #FFE9AA;
  border: 2px inset #FFFFFF;
  width: 90%;
  margin: 0 auto 18px auto;
  padding: 12px 16px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
}
.gbook .who {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-weight: bold;
  font-size: 13px;
}

/* ---------- ARG bits ---------- */
.redacted {
  background: #000000;
  color: #000000;
  padding: 0 6px;
}
.redacted:hover { color: #FFFFFF; }

.ghost {
  color: #F8F8F8;
  font-size: 11px;
  user-select: all;
}

.unknown {
  display: inline-block;
  background: #333333;
  color: #FFFF66;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  padding: 1px 6px;
  border: 1px solid #FFFF66;
  vertical-align: middle;
}

.counter {
  font-family: "Courier New", Courier, monospace;
  background: #000000;
  color: #00FF00;
  padding: 2px 8px;
  border: 2px inset #00FF00;
  font-weight: bold;
  letter-spacing: 2px;
}

.sig-quote {
  border-top: 1px dashed #999999;
  color: #444444;
  font-style: italic;
  font-size: 11px;
  padding-top: 4px;
  margin-top: 8px;
}

/* dark pages (cave, rig, volutras) */
.dark-page { background: #000000; color: #CCCCCC; }
.dark-page .town-title { text-shadow: 2px 2px 0 #330000, 4px 4px 0 #000000; color: #660000; }
.deep {
  letter-spacing: 6px;
  line-height: 2.2;
  color: #331a3a;
  font-size: 18px;
  user-select: all;
}
.deep:hover { color: #9900ff; }
.glitch {
  color: #FFFFFF;
  text-shadow: 2px 0 #FF0000, -2px 0 #0000FF;
  font-family: "Courier New", Courier, monospace;
}
.strike { text-decoration: line-through; }

/* footer */
.town-footer {
  text-align: center;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  color: #444444;
  padding: 18px 0 26px 0;
}
.town-footer a { color: #444444; }

hr.yard-line {
  border: 0;
  height: 4px;
  background: repeating-linear-gradient(90deg, #006600 0, #006600 20px, #FFFF00 20px, #FFFF00 40px);
}

/* tiny form bits */
.wordgate-input {
  font-family: "Courier New", Courier, monospace;
  width: 110px;
}
.council-btn {
  font-family: "Comic Sans MS", "Comic Sans", cursive;
  font-size: 12px;
}
