/* css Ossian default style v1.02 */
/* Controls text on all Parchment pages */

:root {
  --color-text: #3C2D1A;
  --color-link: #b60000;
  --color-link-hover: #b60000;
  --color-rule: #8C441C;
  --font-serif: Georgia, "Times New Roman", Times, serif;
}

/* Base page typography */
body {
  margin: 0;
  background: url("../images/bkgd_leather_red.jpg");
  color: var(--color-text);
  font-family: var(--font-serif);
  font-size: 1rem;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Headings
   Note: sizes now follow standard semantic hierarchy, with h1 largest and h6 smallest. */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  color: var(--color-text);
  font-family: var(--font-serif);
  font-weight: normal;
  letter-spacing: 0.0625rem;
  line-height: 1.2;
}

h1 {
  margin-bottom: 0.625rem;
  font-size: 1.75rem;
}

h2 {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-style: italic;
}

h3 {
  margin-bottom: 0;
  font-size: 1.125rem;
  font-style: normal;
}

h4 {
  margin-bottom: 0;
  font-size: 1rem;
  font-style: normal;
}

h5 {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-style: italic;
}

h6 {
  margin-bottom: 0;
  font-size: 0.75rem;
  font-style: italic;
}

/* Links */
a:link,
a:visited {
  color: var(--color-link);
  font-weight: bold;
  text-decoration: none;
}

a:hover,
a:active {
  color: var(--color-link-hover);
  font-weight: bold;
  text-decoration: underline;
}

/* Lists */
ul li {
  margin-top: 0.625rem;
  list-style: square outside;
  text-align: justify;
}

/* Horizontal rules */
hr,
.hr2 {
  width: 85%;
  height: 1px;
  margin: 1rem auto;
  border: 0;
  background-color: var(--color-rule);
  color: var(--color-rule);
}

/* Sortable tables */
table.sortable {
  border-collapse: collapse;
}

table.sortable a.sortheader {
  display: block;
  border: none;
  background-color: var(--color-text);
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

table.sortable span.sortarrow {
  border: none;
  color: #000000;
  text-decoration: none;
}

/* Images */
img {
  border: 0;
}

/* 2026 normalization updates: conservative HTML4-compatible presentation fixes. */
body {
    margin: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1em;
}

img {
    border: 0;
}

table {
    border-spacing: 0;
}

hr, .hr2 {
    height: 1px;
    border: 0;
}
