/* uššira piṭāti — old-school personal-homepage styling,
   same family as calgacus.srht.site/bologna-wx */

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

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

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

.masthead {
  display: flex;
  align-items: center;
  gap: 16px;
}

.masthead img {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
}

.masthead h1 { margin-top: 0; }
.masthead .tagline { 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;
  margin-top: 1.6em;
}

figure {
  margin: 22px 0;
  text-align: center;
}

figure img {
  max-width: 100%;
  border: 1px solid #cccccc;
  background: #ffffff;
}

figcaption {
  font-size: 0.85em;
  color: #555555;
  text-align: left;
  margin-top: 6px;
}

.num {
  font-family: "Courier New", monospace;
  font-size: 0.95em;
}

dt { font-weight: bold; margin-top: 10px; }
dd { margin-left: 1.2em; }

blockquote {
  border-left: 3px solid #cccccc;
  margin-left: 0;
  padding-left: 14px;
  color: #444444;
}

table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 14px 0;
}

th, td {
  border: 1px solid #bbbbbb;
  padding: 4px 9px;
  text-align: left;
}

th { background: #f4ecd4; }

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