body {
  display: table;
  font: 10pt Georgia, serif;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

.blogTitle {
  font-size: 18pt;
  font-weight: bold;
  margin-left: 200px;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #ccc;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25em;
  width: 80vw;
}

.rssFeedLink {
  float: right;
  font-size: 8pt;
  padding-right: 1em;
}

.rssFeedLink a {
  text-decoration: none;
}

.bodyLayoutContainer {
  margin-left: 200px;
}

.navContainer {
  background-color: #ffefcf;
  border: solid 1px black;
  left: 0;
  min-width: 200px;
  position: fixed;
  top: 0;
  width: 200px;
}

.nav {
  margin: 0.5em;
  min-height: 99vh;
}

.nav .navListHeader {
  font-weight: bold;
  margin-bottom: 0;
}

.nav ul {
  list-style-type: none;
  margin-block-start: 0;
  padding-inline-start: 1.1em;
}

.nav  a {
  color: black;
  text-decoration: none;
}

.nav  a:visited {
  color: black;
}

.content {
  display: table-cell;
  padding-left: 1em;
}

#main {
  margin-left: 0.75em;
}

.factionMenu {
  background-color: #ddd;
  padding: 0.2em;
}

.factionsSelectors {
  background-color: #ddd;
}

.factionSelectors {
  background-color: #ddd;
  display: inline-block;
  margin-right: 1.5em;
  padding: 0.2em;
  vertical-align: top;
}

h1 {
  font-size: x-large;
}

.publishDate {
  font-style: italic;
}

.tags a {
  font-weight: bold;
  text-decoration: none;
}

.postListItem {
  padding-bottom: 1em;
}

.postListItemTitle a {
  font-size: larger;
  font-weight: bold;
  text-decoration: none;
}

.postListItemDate {
  font-style: italic;
}

tr.dataRow:nth-child(odd) {
  background-color: #ddd;
}
