/* porges-shared.css
 * Site-wide styles shared by all pages. Replaces the ~60-line CSS block
 * that was inlined into ~150 individual pages.
 */
html, body { margin: 0; padding: 0; }

body, td, th, p, div, span, li, blockquote, a, font {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 12px !important;
  color: #000 !important;
  line-height: 1.58 !important;
  letter-spacing: 0.15px !important;
}

a { text-decoration: none; }

h1, h1 span, .ml1, .ml1 .letters, .ml1 span.letters {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 36px !important;
  color: #ff3333 !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 1.12 !important;
  letter-spacing: 0.8px !important;
}

h2, h2 span, h3, h3 span {
  color: #ff3333 !important;
  font-weight: 700 !important;
}

/* -------- Side navigation (left-column dark bar) -------- */
.sidebar { width: 120px; background: #000; padding: 12px 0; box-sizing: border-box; }
.sidebar ul { list-style: none; margin: 0; padding: 0; text-align: left !important; }
.sidebar li { margin: 0; padding: 0; }
.sidebar a {
  display: block; padding: 6px 12px; color: #fff !important; text-decoration: none;
  font-size: 11px !important; font-weight: 600 !important; line-height: 1.35 !important;
  letter-spacing: 0.35px !important; text-align: left !important;
}
.sidebar a:hover { background: #ff3333 !important; padding-left: 16px !important; }

.side-nav a {
  color: #ffffff !important;
  font-size: 14px !important;
  display: block;
  margin: 8px 0;
  text-decoration: none;
  font-weight: bold;
  padding-left: 10px;
  text-align: left;
}
.side-nav a:hover { color: #dddddd !important; }

/* -------- Animated "typewriter" page title -------- */
.typewriter-outer { text-align: center; margin: 20px 0 10px 0; }
.typewriter-wrapper {
  display: inline-block;
  border-top: 6px solid #000;
  border-bottom: 6px solid #000;
  padding: 12px 0;
}
.typewriter, .typewriter-wrapper p.typewriter, p#page-title.typewriter {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-weight: 700 !important;
  font-size: 36px !important;
  color: #ff3333 !important;
  white-space: nowrap;
  overflow: hidden;
  border-right: none !important;
  width: 0;
  margin: 0 !important;
  padding: 0;
  display: inline-block;
}
.typewriter::after { content: none !important; }

/* -------- Typewriter title container (factored from 9 pages) -------- */
.typewriter-title-container {
  text-align: center;
  margin: 20px 0 18px 0;
}

/* -------- Memoirs main table (factored from 4 memoir pages) -------- */
.porges-main-table {
  width: 100% !important;
  max-width: 1000px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* -------- MapsEurope cell font (factored from 50 inline styles) -------- */
.maps-cell {
  font-size: 12px !important;
  line-height: 1.55 !important;
  letter-spacing: 0.015em !important;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
