
/* gamehoo.de — Yahoo Directory style ca. 1996 */

body {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  background: #ffffff;
  color: #000000;
  margin: 0;
  padding: 0;
}

a {
  color: #0000FF;
  text-decoration: underline;
}
a:visited { color: #660099; }
a:hover { color: #CC0000; text-decoration: underline; }
a:active { color: #FF0000; }

.site-header {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0 8px;
  text-align: center;
}
.site-header__inner {
  max-width: 760px; margin: 0 auto;
}
.site-brand {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
  font-size: 38px;
  color: #660099;
  text-decoration: none;
  letter-spacing: -1px;
}
.site-brand strong {
  color: #CC0000;
  font-weight: bold;
}
.site-brand:visited { color: #660099; }
.tagline {
  font-size: 12px;
  color: #444444;
  margin: 4px 0 8px;
  font-style: italic;
}

.site-nav {
  background: #eeeeee;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px 0;
  text-align: center;
  font-size: 12px;
}
.site-nav a {
  margin: 0 8px;
  font-weight: bold;
}

main {
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 16px 30px;
}

h1 {
  font-family: "Times New Roman", serif;
  font-size: 22px;
  font-weight: bold;
  color: #000080;
  text-align: center;
  margin: 12px 0 6px;
  border-bottom: 2px solid #000080;
  padding-bottom: 6px;
}

.lead {
  font-size: 13px;
  text-align: center;
  margin: 0 0 22px;
  color: #444444;
}

h2 {
  font-family: "Times New Roman", serif;
  font-size: 16px;
  font-weight: bold;
  color: #000080;
  background: #f0f0e8;
  border-left: 4px solid #CC0000;
  padding: 5px 10px;
  margin: 28px 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

h3 {
  font-family: "Times New Roman", serif;
  font-size: 14px;
  font-weight: bold;
  color: #000080;
  margin: 18px 0 8px;
}

p { margin: 0 0 10px; line-height: 1.45; }

ul, ol {
  margin: 6px 0 14px;
  padding-left: 20px;
}
li { margin-bottom: 4px; }

ul.topic-list {
  list-style: none; padding: 0; margin: 0 0 20px;
}
ul.topic-list li {
  margin: 0 0 8px; padding: 6px 0;
  border-bottom: 1px dotted #aaaaaa;
}
.topic-title {
  display: block;
  font-weight: bold;
  color: #0000FF;
  text-decoration: underline;
  font-size: 14px;
}
.topic-list a { display: block; }
.topic-list a:hover .topic-title { color: #CC0000; }
.topic-desc {
  display: block;
  font-size: 12px;
  color: #333333;
  margin-top: 2px;
}

/* Yahoo-style two-column "directory" layout */
.dir-cols {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 24px;
}
.dir-cols td {
  vertical-align: top;
  padding: 8px 14px;
  width: 50%;
  border: 1px solid #dddddd;
  background: #fafafa;
}
.dir-cols h3 {
  margin: 0 0 6px;
  font-size: 13px;
  color: #000080;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2px;
}
.dir-cols ul { padding-left: 16px; margin: 0; }
.dir-cols li { margin: 1px 0; font-size: 12px; }
.count { color: #888888; font-size: 11px; }

.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 20px;
  font-size: 12px;
  border: 1px solid #999999;
}
.data-table th, .data-table td {
  padding: 5px 8px;
  border: 1px solid #cccccc;
  text-align: left;
  vertical-align: top;
}
.data-table th {
  background: #eeeeee;
  color: #000080;
  font-weight: bold;
}

.note {
  background: #ffffd0;
  border: 1px solid #cccc66;
  padding: 8px 12px;
  margin: 18px 0;
  font-size: 12px;
}

dl.faq dt {
  font-weight: bold;
  color: #000080;
  margin: 12px 0 4px;
  font-size: 13px;
}
dl.faq dd {
  margin: 0 0 12px 16px;
  font-size: 12px;
  line-height: 1.5;
}

.glossary dt { font-weight: bold; color: #000080; margin-top: 10px; }
.glossary dd { margin: 0 0 6px 16px; font-size: 12px; color: #333333; }

.resources {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  padding: 10px 14px;
  margin: 18px 0;
  font-size: 12px;
}
.resources h2 {
  background: none; border: none; padding: 0; margin: 0 0 8px;
  font-size: 13px; text-transform: none; letter-spacing: 0;
}
.resources ul { margin: 0; padding-left: 18px; }
.resources li { margin-bottom: 4px; }
.resources .source { color: #666666; font-style: italic; display: block; }

.related {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid #cccccc;
  font-size: 12px;
}
.related__title {
  font-weight: bold;
  color: #000080;
  margin: 0 0 4px;
  text-transform: uppercase;
}
.related ul { list-style: none; padding: 0; margin: 0; }
.related li { display: inline; margin-right: 12px; }
.related li::before { content: "» "; color: #CC0000; }

.site-footer {
  background: #eeeeee;
  border-top: 2px solid #999999;
  padding: 14px 0 12px;
  font-size: 11px;
  color: #444444;
  text-align: center;
}
.site-footer__inner {
  max-width: 760px; margin: 0 auto;
  display: block;
}
.site-footer__inner > div {
  display: inline-block;
  vertical-align: top;
  width: 18%;
  margin: 0 0.5%;
  text-align: left;
  padding: 0 8px;
}
.site-footer h3 {
  font-size: 11px;
  text-transform: uppercase;
  color: #660099;
  margin: 0 0 4px;
  border-bottom: 1px solid #aaaaaa;
  padding-bottom: 2px;
}
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin: 1px 0; }
.site-footer a { color: #0000FF; }
.site-footer__bottom {
  margin-top: 14px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
  font-size: 10px;
  color: #666666;
}

@media (max-width: 640px) {
  .site-footer__inner > div { display: block; width: auto; text-align: left; padding: 6px 16px; }
  .dir-cols td { display: block; width: auto; border-left: none; border-right: none; }
}

.page-figure { margin: 16px 0 20px; padding: 0; text-align: center; border: 1px solid #cccccc; background: #fafafa; }
.page-figure img { display: block; margin: 0 auto; max-width: 100%; height: auto; }
.page-figure figcaption { margin: 6px 0 8px; font-size: 11px; color: #666666; font-style: italic; }
