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

html {
  height: 100%;
}

body {
  background: #751919;
  font-size: 18px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  height: 100%;
}

h1 {
  font-size: 200%;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 170%;
  font-weight: bold;
  margin-bottom: 0.2em;
  line-height: 1.2em;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 15px;
  border-left: 4px solid #ccc;
  line-height: 1.2em;
}

blockquote p {
  line-height: 1.2em;
}

iframe {
  margin-bottom: 1em;
}

em {
  font-style: italic;
}

.article ol, .article ul, .page-content ol, .page-content ul {
  margin-bottom: 1em;
}

.article ol li, .page-content ol li {
  display: list-item;
  list-style-type: decimal;
  list-style-position: inside;
  color: #444444;
  margin-bottom: 0.5em;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.5em;
}

.article ul li, .page-content ul li {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;;
  color: #444444;
  margin-bottom: 0.5em;
  padding-left: 2em;
  text-indent: -1em;
  line-height: 1.5em;
}

header {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
}

footer {
  font-size: small;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-left: 3em;
  /*text-align: center;*/
  /*background: black;*/
  color: #aaaaaa;
}

footer a {
  color: #aaaaaa;
}

footer a:visited {
  color: #aaaaaa;
}

a {
  color: #751919;
}

a:visited {
  color: #444444;
}

.nav {
  margin-bottom: 2em;
}

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

.nav li {
  margin-bottom: 0.4em;
  background: #dddddd;
  padding: 0.5em;
  font-weight: bold;
  border-radius: 5px;
}

.site-id a {
  color: #dddddd;
  text-decoration: none;
}

.social {
  font-size: 120%;
}

.social a {
  color: #dddddd;
  text-decoration: none;
}

.social a:visited {
  color: #dddddd;
}

.social li {
  display: inline-block;
  margin-right: 0.2em;
}

.logo {
  width: 150px;
  margin-bottom: 2em;
}

.page {
  width: 960px;
  margin: 0px auto 0 auto;
  /*background: white;*/
}

.grid {
  overflow: hidden;
  height: 100%;
  /*padding-top: 1em;*/
}

.grid .col {
  padding-top: 1.5em;
  float: left;
  height: 100%;
}

.grid .content {
  width: 75%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  background: white;
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
  border-bottom-right-radius: 10px;
}

.grid .sidebar {
  width: 25%;
  padding-left: 1.5em;
  /*background: #751919;*/
  color: #dddddd;
}

.module {
  padding: 10px;
}

.short-bio {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 2em;
  line-height: 1.5em;
}

.short-bio a {
  color: white;
}

.article {
  margin-bottom: 1em;
}

.articles .article {
  padding-bottom: 1em;
  margin-bottom: 3em;
  border-bottom: 1px solid #bbbbbb;
}

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

.articles h2 a:hover {
  text-decoration: underline;
}

.articles h2 a:visited {
  color: black;
}

.archive {

}

.article-summary {
  margin-bottom: 1em;
}

.article-summary h2 {
  font-size: 110%;
}

.published-on {
  font-size: medium;
  color: #888888;
}

.article-content p {
  line-height: 1.4em;
  margin-bottom: 1em;
  color: #444444;
}

.article-content h4 {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 1em;
}

.article .comments-link {
  font-size: 80%;
}

.article img.figure {
  display: block;
  margin: 0 auto;
  margin-bottom: 1em;
}

.right-intro {
  float: right;
  padding: 0 0 0.7em 0.7em;
}

.trademark {
  padding-top: 1em;
  font-size: 50%;
}

.page-comment-separator {
  padding-top: 3em;
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 3em;
}

.cta {
  background: #00a300;
  padding: 0.75em;
  display: inline-block;
  border-radius: 5px;
}

.cta a {
  text-decoration: none;
  color: #dddddd;
}

.cta a:hover {
  color: yellow;
}