* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, table {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 20px;
  line-height: 1.4;
  color: #333;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1em;
}

a {
  color: #841212;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  margin: 0.5em 0;
}

form {
  margin: 30px 0;
}

table {
  margin: 20px 0 40px;
  border-collapse: collapse;
}

th, td {
  padding-bottom: 6px;
  padding-top: 6px;
  padding-right: 30px;
}

th {
  border-bottom: 1px solid #b3b3b3;
}

td {
  border-bottom: 1px solid #e6e6e6;
}

th:last-child, td:last-child {
  padding-right: 0;
}

input {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1em;
  color: #333;
}

input[type="text"], input[type="email"], input[type="phone"] {
  padding: 6px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

input[type="submit"] {
  font-size: 1em;
  padding: 12px 48px;
  color: white;
  background-color: #841212;
  border: none;
  border-radius: 4px;
  margin: 20px 0;
  cursor: pointer;
}

input[type="submit"]:hover {
  background-color: #9b1b1b;
}

img {
  max-width: 100%;
}

figure {
  clear: both;
  margin: 40px auto;
  text-align: center;
}

figcaption {
  margin: 20px 0;
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
}

figcaption .image-credit {
  margin-left: 10px;
}

figure.side {
  clear: right;
  float: right;
  margin: 0 -120px 0 40px;
  max-width: 360px;
}

figure.alt {
  display: none;
}

@media (max-width: 1080px) {
  figure.side {
    margin-right: calc((840px - 100vw)/2);
  }
}

@media (max-width: 840px) {
  figure.side {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  figure.side {
    float: none;
    margin: 40px auto;
  }

  figure.only {
    display: none;
  }

  figure.alt {
    display: block;
  }
}

/* Taken from: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */

.youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  padding-top: 25px;
  height: 0;
  margin: 40px auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.owid {
  margin: 20px auto;
}

blockquote {
  margin: 0;
  border-left: 3px solid #ccc;
  padding: 0 40px;
}

hr {
  clear: both;
  margin: 60px;
}

@media (max-width: 480px) {
  body, table {
    font-size: 18px;
  }

  th, td {
    padding-right: 20px;
  }

  blockquote {
    padding: 0 0 0 20px;
  }
}

twitter-widget.twitter-tweet-rendered {
  margin: 40px 0 !important;  /* we have to use !important because the Twitter rendering adds a style attribute */
}

.strikethrough {
  text-decoration: line-through;
}

.main-column {
  margin: auto;
  max-width: 840px;
  padding-left: 20px;
  padding-right: 20px;
}

.header {
  background-color: #841212;
  color: white;
}

.header-content {
  padding: 20px;
}

.header a {
  color: white;
}

.header .title {
  font-size: 1.4em;
}

.header .navigation {
  margin: 0;
  font-size: 0.8em;
}

.content {
  margin: 60px auto;
}

.next-prev {
  min-height: 30px;
  overflow: auto;
}

.next-prev .next {
  float: right;
  margin-left: 20px;
}

.next-prev .prev {
  float: left;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .next-prev .next {
    float: none;
    margin: 0;
    display: block;
    text-align: right;
  }

  .next-prev .prev {
    float: none;
    margin: 0;
    display: block;
    text-align: left;
  }
}

p.image-credit {
  font-size: 0.75em;
}

.date {
  color: #9c9c9c;
}

.separator {
  margin: 0 8px;
}

.image-credit, .image-credit a {
  color: #b3b3b3;
}

.copyright {
  clear: both;
  text-align: center;
  font-size: 0.7em;
  margin-top: 40px;
  padding: 20px;
}

.copyright, .copyright a {
  color: #b3b3b3;
}

.book-image {
  box-shadow: 0 0 2px rgba(0,0,0,0.2);
}

.table-container {
  overflow-x: scroll;
}

.citation {
  font-size: 0.8em;
}

.home .header {
  text-align: center;
  background-color: #841212;
  color: white;
  margin: 0;
  padding: 0 20px 60px;
}

.home .header img {
  max-height: 360px;
}

.home .header .title {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 2.7em;
}

.home #mc_embed_signup form {
  margin: 0;
}

.home #mc_embed_signup input[type="submit"] {
  margin-bottom: 0;
}

.home .youtube {
  margin-top: 20px;
}

.recent .post {
  margin: 60px 0;
}

.post .title {
  margin-bottom: 5px;
}

.post .date {
  margin-top: 5px;
  font-size: 0.8em;
}

.post .relevant-books-header {
  margin-top: 48px;
}

.post .discuss {
  color: #9c9c9c;
  margin-top: 60px;
}

.post .discuss a {
  text-decoration: underline;
  color: #9c9c9c;
}

.archive .post-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.archive .post-item {
  margin: 24px 0;
}

.book .subtitle {
  margin-top: -16px;
}

.book .author {
  font-size: 1.3em;
  color: #9c9c9c;
}

.book .book-image {
  float: left;
  max-width: 220px;
  margin: 0 40px 20px 0;
}

@media (max-width: 560px) {
  .book .book-image {
    float: none;
  }
}

.bibliography .book-item {
  clear: both;
  margin: 60px 0 80px;
}

.bibliography .book-item .title {
  margin-top: 0;
}

.bibliography .author {
  margin-top: -16px;
  color: #9c9c9c;
}

.bibliography .book-image {
  float: left;
  width: 110px;
  margin: 0 24px 12px 0;
}

#mc_embed_signup input.email {
  width: 420;
  max-width: 100%;
}

.post .subscribe, .post .support {
  margin: 60px auto;
  text-align: center;
}

.post .subscribe form {
  margin: 0;
  display: inline-block;
}

.post .subscribe form * {
  margin: 10px 0;
}

.post .subscribe form input.email {
  width: 280px;
  max-width: 100%;
  padding: 4px 8px;
}

.post .subscribe form input.button {
  padding: 5px 17px;
}

.interview {
  margin: 40px 0 80px;
}

.interview .name {
  margin-bottom: 10px;
}

.interview .date {
  margin-top: 10px;
}
