/* thebeosarchive.de - period-correct, keep it simple enough for NetPositive */

body {
  background: #ffffff;
  color: #000000;
  font-family: "Bitstream Vera Sans", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* ---- header band ---- */
.banner {
  background: #7a1414;
  border-bottom: 3px solid #400a0a;
  text-align: center;
  padding: 14px 8px 16px 8px;
}
.banner img { border: 0; }
.banner h1 {
  color: #ffffff;
  font-size: 20px;
  margin: 8px 0 4px 0;
}
.banner h1 .be { color: #ffcc00; }
.banner .sub { color: #e6b8b8; font-size: 11px; margin: 0; }

.badge {
  display: inline-block;
  margin-top: 10px;
  background: #d8d8d8;
  border: 2px outset #d8d8d8;
  color: #000;
  font-size: 9px;
  font-weight: bold;
  padding: 2px 6px;
  text-decoration: none;
}

/* ---- layout ---- */
.page { max-width: 760px; margin: 0 auto; padding: 16px 12px 40px 12px; }

/* ---- BeOS yellow-tab window ---- */
.window { margin: 0 0 26px 0; }
.tab {
  display: inline-block;
  background: #ffcc00;
  border: 1px solid #000;
  border-bottom: 0;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 14px 2px 8px;
  position: relative;
  top: 1px;
}
.pane {
  background: #d8d8d8;
  border: 1px solid #000;
  border-top: 1px solid #000;
  padding: 12px 14px;
}
.pane p { margin: 0 0 10px 0; line-height: 1.55; }
.pane p:last-child { margin-bottom: 0; }

h2 { font-size: 14px; margin: 0 0 10px 0; color: #7a1414; }
h3 { font-size: 12px; margin: 16px 0 6px 0; color: #14307a; }

a { color: #0000cc; }
a:visited { color: #551a8b; }

/* ---- spec table ---- */
table.specs { border-collapse: collapse; font-size: 11px; background: #fff; }
table.specs th, table.specs td {
  border: 1px solid #999;
  padding: 3px 8px;
  text-align: left;
  vertical-align: top;
}
table.specs th { background: #c4c4c4; white-space: nowrap; }

/* ---- screenshots ---- */
.shots { text-align: center; margin: 12px 0 4px 0; }
.shots img {
  border: 2px inset #d8d8d8;
  margin: 4px;
  background: #000;
}
.caption { text-align: center; font-size: 10px; color: #444; margin: 2px 0 0 0; }

.figure { text-align: center; margin: 10px 0; }
.figure img { border: 2px inset #d8d8d8; }

.logos { text-align: center; margin: 4px 0 12px 0; }
.logos img { margin: 0 10px; vertical-align: middle; background: #1a1a1a; border: 1px solid #000; }

/* ---- footer ---- */
.footer {
  text-align: center;
  font-size: 10px;
  color: #555;
  border-top: 1px solid #bbb;
  margin-top: 20px;
  padding-top: 10px;
}

/* ---- additions for real imagery ---- */
.plaque {
  display: inline-block;
  background: #ffffff;
  border: 2px outset #d8d8d8;
  padding: 6px 10px;
  line-height: 0;
}
.logos img {
  margin: 0 12px;
  vertical-align: middle;
  background: #ffffff;
  border: 2px inset #d8d8d8;
  padding: 4px;
}
.figure img { max-width: 100%; height: auto; }
ul.credits { margin: 0 0 8px 0; padding-left: 20px; line-height: 1.55; }
ul.credits li { margin-bottom: 5px; }
.tiny { font-size: 10px; color: #444; }

/* ---- downloads callout ---- */
.dlbox {
  background: #fff;
  border: 2px inset #d8d8d8;
  padding: 8px 10px;
  font-family: monospace;
  font-size: 13px;
  text-align: center;
}
code { font-family: monospace; background: #ececec; padding: 0 3px; }
