/* IDDIN ANNAKAM — old-school personal-research-site styling,
   in the family of brontoskopos: cream paper, Times, classic links,
   thin rules, Courier for data. Useful and restrained, not parody. */

body {
  background-color: #fdf6e3;
  color: #222222;
  font-family: "Times New Roman", Times, serif;
  font-size: 17px;
  max-width: 700px;
  margin: 30px auto;
  padding: 0 16px;
  line-height: 1.5;
}

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

h1, h2, h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

h1 { font-size: 1.8em; margin-bottom: 0; }

.tagline {
  color: #555555;
  font-style: italic;
  margin-top: 4px;
}

nav {
  margin: 14px 0;
  padding: 6px 0;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

nav ul { list-style: none; padding: 0; margin: 0; }
nav ul li { display: inline; margin-right: 14px; }

h2 { border-bottom: 1px solid #cccccc; padding-bottom: 2px; }

.mono, .updated {
  font-family: "Courier New", monospace;
}

.updated { color: #666666; font-size: 0.85em; }

.verdict {
  border: 1px solid #cccccc;
  background-color: #f5efdc;
  padding: 8px 14px;
  margin: 14px 0;
}

figure { margin: 18px 0; }
figure img { max-width: 100%; border: 1px solid #cccccc; }
figcaption { font-size: 0.9em; color: #555555; margin-top: 4px; }

table.data-table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0;
  font-size: 0.85em;
}

table.data-table, table.data-table th, table.data-table td {
  border: 1px solid #cccccc;
}

table.data-table th { background-color: #eee8d5; text-align: left; }
table.data-table td, table.data-table th { padding: 4px 8px; vertical-align: top; }

footer {
  font-size: 0.85em;
  color: #777777;
  border-top: 1px solid #999999;
  padding-top: 10px;
  margin-top: 30px;
}
