
* { box-sizing: border-box; }
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #222;
  background: #ffffff;
  margin: 0;
  padding: 0 16px 40px;
}
a { color: #0000cc; }
a:visited { color: #551a8b; }

.site-header {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding: 18px 0 10px;
  border-bottom: 2px solid #4b5b1f;
}
.logo-img {
  display: block;
  flex-shrink: 0;
}
.header-text h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  color: #4b5b1f;
  font-size: 26px;
  margin: 0 0 6px;
  text-decoration: underline;
}
.header-text p {
  margin: 0;
  max-width: 900px;
  font-size: 13px;
  color: #333;
}

.site-nav {
  background: #eef0dc;
  border-bottom: 1px solid #4b5b1f;
  padding: 8px 10px;
  margin-bottom: 14px;
  font-size: 13px;
}

h2 {
  font-size: 17px;
  color: #4b5b1f;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}

.pagination {
  font-size: 13px;
  margin: 10px 0;
  padding: 6px 10px;
  background: #f5f6ee;
  border: 1px solid #dde0c8;
}

.thread-list { margin-top: 10px; }
.thread-group {
  padding: 8px 6px;
  margin-bottom: 2px;
}
.thread-group.band-a { background: #f5f6ee; }
.thread-group.band-b { background: #ffffff; }

.post { margin: 6px 0; max-width: 1000px; }
.post-head {
  font-size: 13px;
}
.post-head .subject { font-weight: bold; color: #1a1a1a; }
.post-head .author { font-weight: bold; color: #33421f; }
.post-head .date { color: #888; font-size: 12px; margin-left: 4px; }
.post-head .sep { color: #999; }

.post-body {
  font-size: 13.5px;
  line-height: 1.5;
  margin-top: 3px;
  color: #222;
}
.post-body p { margin: 0 0 8px; }
.post-body blockquote {
  margin: 6px 0 8px 4px;
  padding: 4px 10px;
  border-left: 3px solid #b7c08a;
  background: #f7f8f0;
  color: #555;
  font-style: italic;
}
.deadmedia, .deadlink {
  display: inline-block;
  font-size: 12px;
  color: #a05a2c;
  background: #fbf1e6;
  border: 1px dashed #d8b58c;
  padding: 1px 6px;
  border-radius: 3px;
}
.deadlink em { font-style: normal; }

.year-list { list-style: none; padding: 0; font-size: 15px; }
.year-list li {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e5e5;
}
.year-list a { font-weight: bold; font-size: 17px; }
.year-pending { color: #999; }
.year-meta { color: #777; font-size: 12px; margin-left: 10px; }

.topics-count { color: #777; font-size: 12px; }
.topic-list { list-style: none; padding: 0; font-size: 14px; }
.topic-list li {
  padding: 7px 10px;
  border-bottom: 1px solid #eee;
}
.topic-list a { font-weight: bold; }
.topic-meta { color: #777; font-size: 12px; margin-left: 4px; }

.site-footer {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 11px;
  color: #888;
}
