/*
    Based off of mnmlist by Mathieu Agopian
    http://mathieu.agopian.info/mnmlist/theme.html
*/

body {
  background: #eee;
  color: #333;
  font: 20px 'EB Garamond', 'Hoefler Text', 'Times New Roman', serif;
  line-height: 30px;
  max-width: 46%;
  margin: 60px 27% 0;
}

@media (max-width: 600px) {
  body {
    max-width: 90%;
    margin: 100px 10% 0;
  }
}

@media (min-width: 601px) and (max-width: 800px) {
  body {
    max-width: 80%;
    margin: 90px 20% 0;
  }
}

hr {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
}

h1 {
  color: #333333;
  font-family: Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}

h2 {
  color: #666666;
  font-family: Helvetica, sans-serif;
  font-size: 1.3em;
}

h3 {
  color: #666666;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
}

h4 {
  color: #666666;
  font-family: Helvetica, sans-serif;
  font-size: 0.9em;
}

time {
  color: #c0c0c0;
  font-size: 50%;
}

img {
  border: none;
  margin: 0 auto;
}

blockquote {
  border-left: 1px solid #A5ABAB;
  margin: 0px;
  padding: 0 12px 0 12px;
}

p {
  line-height: 30px;
  margin: 30px auto;
  text-indent: 0px;
}

p.caption {
  font-size: 80%;
  margin-top: 0;
}

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

a:hover {
  color: #999;
}

/* table of contents */
div.toc {
  text-align: left;
  padding: 0;
}

ul, ol {
  padding: 0em 0em 1em 3em;
}

ul li, ol li {
  padding: 3px 0 0 0;
  text-align: justify;
}

strong {
  color: #555555;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

tt, pre {
  font-family: Inconsolata, Monaco, monospace;
  font-size: 0.8em;
}

pre {
  background-color: #fafafa;
  line-height: 1.2em;
  overflow: auto;
  padding: 10px;
}

header {
  padding-bottom: 20px;
}

header a {
  border-bottom: none;
}

header a#page-title {
  font-weight: bold;
}

span.category {
    text-align: right;
    font-family: Helvetica, sans-serif;
    font-size: 50%;
    letter-spacing: 2px;
    color #c0c0c0;
    padding-bottom: 0px;
    float:right;
}

/*Comments*/
span.c1, span.cm {
    color: darkgreen;
}

/* conditionals */
span.k, span.kt {
    color: darkred;
}

span.kd {
    color: purple;
}

span.nc, span.cp {
    color: chocolate;
}

span.nd {
    color: darkgoldenrod;
}

span.nf {
    color: rgb(5, 64, 128);
}

span.s {
    color: darkgreen;
}

#article-list {
  margin-top: 100px;
}

#article-list ol li {
  line-height: 1.2em;
  list-style-type: none;
  padding-bottom: 10px;
  text-align: left;
}

article ol li {
  line-height: 1.2em;
  padding-bottom: 10px;
  text-align: left;
}

article p {
  text-align: justify;
}

footer {
  background: #eee;
  color: #666;
  font-family: helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  margin-left: 20px;
}

footer a {
  border-bottom: none;
  color: #c0c0c0;
}

footer li {
  display: inline;
}

footer p {
  text-align: right;
}

nav {
  color: #666;
  font-family: helvetica, sans-serif;
  font-size: 15px;
  letter-spacing: 4px;
}

nav p {
    font-size: 17px;
    text-align: right;
    line-height: 15px;
}

nav ul.footer, li.footer {
    text-align: right;
    line-height: 15px;
}

nav ul.related li {
    padding: 0px;
    list-style: none;
    text-align: right;
    line-height: 20px;
}

ul.tags {
    list-style: none;
    text-align: right;
    font-size: 13px;
    letter-spacing: 2px;
}

li.tags {
    padding: 1px;
    display: inline;
    text-align: right;
}

.alignright {
    margin-left:auto;
    margin-right:0px;
    text-align:right;
}

cite {
  font-style: normal;
}

cite:before {
  content: "— ";
}

cite.character:before {
  content: "";
}

cite.character {
    display: block;
    padding-top: 15px;
    font-style: italic;
}

table {
  border-spacing: 0.5rem;
  width: 100%;
  border: 1px solid black;
  text-align: center
}

th {
  border-bottom: 1px solid black;
}
