@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@400;700&display=swap');

body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

#wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

#logostrip {
  font-family: 'Unbounded', sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 40px;
  border-bottom: 2px solid #000;
}

#page-footer {
  text-align: center;
  font-size: 12px;
  color: #888;
  padding: 40px 0 20px;
  border-top: 1px solid #000;
  margin-top: 60px;
}

a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  transition: all 0.2s;
}

a:hover {
  color: #666;
  border-bottom: 1px dashed #666;
}

.forabg, .forumbg {
  margin-bottom: 40px;
  border: none;
}

.topiclist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.topiclist li {
  padding: 12px 0;
  border-bottom: 1px dotted #ccc;
}

.topiclist .header {
  font-family: 'Unbounded', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.post {
  padding: 20px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #ccc;
}

.postbody {
  font-size: 14px;
}

.postprofile {
  font-size: 12px;
  color: #666;
  width: 200px;
}

.content {
  white-space: pre-wrap;
  font-size: 14px;
}

.pagination {
  font-size: 12px;
  text-align: center;
  margin: 20px 0;
}

.navbar {
  font-size: 12px;
  color: #999;
  margin: 20px 0;
  text-align: center;
}

.signature {
  font-size: 12px;
  color: #999;
  border-top: 1px dotted #ccc;
  margin-top: 20px;
  padding-top: 10px;
}

.codebox {
  border-left: 3px solid #000;
  padding: 10px;
  background: #f7f7f7;
  margin: 10px 0;
  font-size: 13px;
}

blockquote {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid #ccc;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Unbounded', sans-serif;
  font-weight: 600;
  margin: 1em 0 0.5em;
}

input, select, textarea, button {
  font-family: inherit;
  background: #fff;
  border: 1px solid #000;
  padding: 4px 8px;
  color: #000;
}

fieldset {
  border: none;
  margin: 20px 0;
}

legend {
  font-weight: bold;
  font-family: 'Unbounded', sans-serif;
}