/* Reconstructed stylesheet, 2026.
 *
 * The original styles-site.css for mtkilimanjaro.org was never captured by the
 * Wayback Machine, and the surviving sibling sites in the BootsnAll network
 * used a different template with different class names, so there was nothing
 * authentic to restore. This is a deliberately plain sheet written against the
 * class names the archived HTML actually uses. It is not a recreation of the
 * original design and does not pretend to be one; the intent is only that the
 * writing is readable rather than dumped as unstyled markup.
 */

body {
  margin: 0;
  background: #f7f6f3;
  color: #23211e;
  font: 16px/1.65 Georgia, "Times New Roman", serif;
  -webkit-text-size-adjust: 100%;
}

a { color: #1c5f8a; }
a:hover { color: #0f3d5c; }

img { max-width: 100%; height: auto; }

.wrapper_single,
.contentwrapper_single,
.contentcolumn_single,
.content {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 22px;
  box-sizing: border-box;
}

h1, h2, h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #1a1815;
}
h1 { font-size: 30px; margin: 34px 0 6px; }
h2 { font-size: 22px; margin: 30px 0 6px; }
h3 { font-size: 18px; margin: 24px 0 6px; }

.breadcrumb {
  font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #8a857c;
  padding: 18px 0 0;
}

.article { padding: 6px 0 26px; border-bottom: 1px solid #e2ded6; }
.article:last-child { border-bottom: none; }

.article_details {
  font: 13px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8a857c;
  margin: 4px 0 16px;
}

.extended { margin-top: 14px; }

.tags {
  font: 12px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #8a857c;
  margin-top: 14px;
}

.column_top {
  font: 600 12px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #6b665e;
  margin: 26px 0 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e2ded6;
}

.cat_square, .cat_line {
  font: 14px/1.7 "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  padding-left: 0;
}

.sidebar, .belongs {
  font: 14px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #57524a;
}

/* Ad slots whose networks no longer exist; they render as empty boxes. */
.article_ad { display: none; }

blockquote {
  margin: 18px 0;
  padding: 2px 0 2px 18px;
  border-left: 3px solid #d8d3c9;
  color: #4a453d;
}

table { max-width: 100%; }

@media (max-width: 640px) {
  body { font-size: 17px; }
  h1 { font-size: 25px; }
}
