
html {
  font-family: 'Lora', serif;
  font-weight: 400;
  color: #222;
  padding: 0% 5%;
}

body {
  background-color: #fff;
}

header {
  max-width: 600px;
  margin: 5% auto 5% auto;
  border-bottom: 3px double #333;
}

#title {
  font-size: 2.4em;
  font-weight: 400;
  text-align: center;
}

#caption {
  font-size: 1em;
  font-weight: 400;
  text-align: center;

}

#author {
  line-height: 2.0em;
}

article {
  max-width: 600px;
  margin: 3% auto;
}

h1 {
  font-weight: 600;
}

h2 {
  line-height: 1.5em;
  margin:0em;
  font-weight: 500;
}
article h2{
  margin: 2em 0 0.5em 0;

}

h3{
margin: 1em 0 0.5em 0;}

.timestamp {
  font-size: 0.9em;
  font-weight: 500;
}

p {
  margin: 1.8em 0;
  line-height: 1.8em;
  font-size: 1em;
}

figcaption p {
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: #0059ff;
  border-bottom: 1px solid #0059ff;
}

a:visited {
  color: #0059ff;
  border-bottom: 1px solid #0059ff;
}

a:hover {
  color: #003eb3;
  border-bottom: 1px solid #003eb3;
}

.article-list {
  max-width: 600px;
  margin:0 auto;
}

.article-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.article-list li {
  margin: 5% 0;
  padding: 0;
}

.article-list p {
  margin: 0;
  font-size: 1em;
}

.article-list a {
  color: inherit;
}

time {
  font-size: 0.9em;
}

.return-link {
  max-width: 600px;
  margin: 2% auto;
  font-weight: 600;
}

.return-link a {
  color: #999;
  text-decoration: none;
  border-bottom: 0;
}
.return-link a:hover {
  color: #333;
  border-bottom: 1px solid;

}

pre {
  display: block;
  font-family: 'Source Code Pro', monospace;
  /*white-space: pre;*/
  white-space: pre-wrap;
  margin: 3em 1em;
  overflow-x: auto;
  overflow-y: hidden;
  font-size: 0.9em;
}


.image-right {
  float: right;
  width: 400px;
  margin: 30px -200px 30px 40px;
}
.image-right img {
  background-color: #ccc;
  width: 100%;
}
.image-right .caption {
  font-size: 0.9em;
  width: 100%;
  margin-top: 0.5em;
  line-height: 1.4em;
}

@media screen and (max-width: 1000px) {
  .image-right {
    float: none;
    width: 100%;
    margin: 50px auto;
  }
}

.image-left {
  float: left;
  width: 400px;
  margin: 30px 40px 30px -200px;
}
.image-left img {
  background-color: #ccc;
  width: 100%;
}
.image-left .caption {
  font-size: 0.9em;
  width: 100%;
  margin-top: 0.5em;
  line-height: 1.4em;
}

@media screen and (max-width: 1000px) {
  .image-left {
    float: none;
    width: 100%;
    margin: 50px auto;
  }
}


figure {
  width: 100%;
  margin: 50px auto;
}
figure img {
  background-color: #ccc;
  width: 100%;
}
figure figcaption {
  font-size: 0.9em;
  font-weight:500;
  width: 100%;
  margin-top: 0.5em;
  line-height: 1.4em;
}



ul {
  margin: 1em;
  padding: 1em 0 1em 1em;
}

ul li {
  padding: 0.25em 0em 0.25em 1em;
}


ol {
  margin: 1em;
  padding: 1em 0 1em 1em;
}

ol li {
  padding: 0.25em 0em 0.25em 1em;
}

ol.footnotes {
  border-top: 1px solid #333;
  margin: 0;
  padding: 1em 0 1em 1em;
}

ol.footnotes li {
  padding: 0.25em 0em 0.25em 1em;
}



code {
  border: 1px solid #333333;
  padding: 0.25em;
  font-family: 'Source Code Pro', monospace;
}

pre code {
  border: 0;
  padding: 0;
  font-family: 'Source Code Pro', monospace;
}
