/* footage.observer - period stylesheet, circa 2002. keep it plain. */
body {
  background: #d9d9d9;
  color: #000000;
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

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

table { border-collapse: collapse; }

#page {
  width: 960px;
  margin: 12px auto;
  background: #ffffff;
  border: 1px solid #000000;
}

#masthead {
  background: #000033;
  color: #ffffff;
  padding: 6px 10px;
}
#masthead .logo {
  font-family: "Courier New", Courier, monospace;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}
#masthead .tag {
  font-size: 12px;
  color: #99ccff;
}

#statusbar {
  background: #000000;
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  padding: 3px 10px;
}
.blink { text-decoration: blink; }

#crumbs {
  background: #eeeeee;
  border-bottom: 1px solid #999999;
  padding: 5px 12px;
  font-size: 12px;
}

#body { padding: 16px; }

h1 { font-size: 20px; margin: 0 0 10px 0; }
h2 {
  font-size: 15px;
  background: #000033;
  color: #ffffff;
  padding: 3px 8px;
  margin: 16px 0 6px 0;
}

/* directory category tree */
.cattree td { vertical-align: top; padding: 6px 18px 6px 0; width: 50%; }
.catname { font-weight: bold; font-size: 15px; }
.catname a { color: #0000cc; }
.subcats { color: #333333; font-size: 12px; }
.count { color: #cc0000; }

/* entry listings */
ul.entries { list-style: square; margin: 4px 0 4px 18px; padding: 0; }
ul.entries li { margin: 2px 0; }
ul.entries li.lazy-hidden { display: none; }

/* status badges */
.status { font-weight: bold; font-family: "Courier New", monospace; }
.status-debunked { color: #cc0000; }
.status-unproven { color: #b8860b; }
.status-partially-substantiated { color: #996600; }

/* entry dossier */
.dossier th {
  text-align: left;
  vertical-align: top;
  width: 150px;
  background: #eeeeee;
  border: 1px solid #cccccc;
  padding: 6px 8px;
  font-size: 12px;
}
.dossier td {
  border: 1px solid #cccccc;
  padding: 6px 8px;
}
.observer-note {
  background: #000000;
  color: #ffffff;
  font-family: "Courier New", Courier, monospace;
  font-size: 12px;
  padding: 8px 10px;
  margin: 14px 0;
  border: 1px solid #ffffff;
}
.sources { font-size: 12px; }

#footer {
  border-top: 1px solid #999999;
  background: #eeeeee;
  padding: 8px 12px;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
