
body {
    text-rendering: optimizeLegibility;
    font-variant: normal;
    font-family: Vollkorn, "Segoe UI",
      Frutiger, Frutiger Linotype, Dejavu Sans,
      Helvetica Neue, Arial, sans-serif;
}

strong {
    font-size: 1.1rem;
}

h1, h2, h3, h4 {
  font-variant: small-caps;
  
  padding-top: 1.5rem;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:100%;
    max-height:100%;
}

hr {
    border: 0;
    height: 1.1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
    margin-top: 30px;
    margin-bottom: 30px;
}

.wrapper {
  width: 100%;
}

.cleared {
  clear: both;
}

.main_content {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    min-width: 200px;
    max-width: 1200px;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size:0.8em;
    text-align:center
}

.text-center {
  justify-content: center;
}


a {
  text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.list_post {
    padding-top: 8px;
    border-bottom-style: solid;
    border-bottom-width: 1.3px;
    padding-bottom: 24px;
}

.error {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.published_simple {
    padding-bottom: 15px;
    font-size: 0.9rem;
    font-style: italic;
    text-align: left;
}

.published_expanded {
    padding-top: 20px;
    padding-bottom: 20px;
    border-color:black;
    border-top: solid 1px;
    border-bottom: solid 1px;
    font-size: 0.95em;
    font-style: italic;
    text-align: center;
}

.listing_nav {
    text-align: center;
    padding-top: 17px;
    padding-bottom: 17px;
}


.nav {
    float: left;
    font-size: 1.4rem;
}

pre{
    white-space: pre-wrap;
    padding: 10px;
    margin: 10px;
    background: #F0F0F0;
}


blockquote{
  display:block;
  padding: 20px 5px 8px 5px;
  margin: 20px 0 25px 0;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #666;
  text-align: left;
  
  border-left: 15px solid #0076b5;
  border-right: 2px solid #0076b5;

  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}


.errors {
  font-size: .75em;
  line-height: .9em;
  text-rendering: optimizeLegibility;
  color: #ff0000;
}

