@import url("pygment.css");

@import url("http://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic,700italic|Open+Sans:400italic,700italic,400,700&subset=latin,latin-ext");
/*
	Theme Name: mnmlist
    Theme URI: http://mathieu.agopian.info/mnmlist/theme.html
	Description: Theme adapted from http://mnmlist.com/theme/ from Leo Babauta, a very clean minimalist theme, without comments, search, archives or other features.
	Author: Mathieu Agopian
	Autor URI: http://mathieu.agopian.info

    This theme is uncopyrighted, free, and offered as is.
*/
/*@bodyfont: Hoefler Text, bodyfont, serif;*/
/*@titlefont: Helvetica, sans-serif;*/
body {
  background: #fff;
  color: #333;
  font: 20px 'Open Sans', Arial, sans-serif;
  line-height: 35px;
  max-width: 30em;
  margin: 60px auto 64px auto;
}
h1 {
  color: #333;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 0;
  padding-top: 30px;
}
h2 {
  color: #666;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 18px;
  line-height: 25px;
  padding-top: 10px;
}
h3 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 1em;
  color: #000000;
}
h4 {
  color: #000000;
  font-size: 9pt;
}
time {
  color: #c0c0c0;
  font-size: 1em;
}
img {
  border: none;
}
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 {
  color: blue;
  text-decoration: none;
}
a:hover {
  color: #999;
  background-color: #ffc;
}
ul,
ol {
  padding: .5em 0em 1em 3.2em;
}
ul li,
ol li {
  line-height: 30px;
  padding: 6px 0 0 0;
}
strong {
  color: #555555;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: bold;
}
tt,
pre,
tt,
code,
kbd,
samp {
  background-color: #fafafa;
  font-family: 'Ubuntu Mono', Iconsolata, monospace;
  line-height: 1.2em;
}
pre {
  font-size: 0.8em;
  overflow: auto;
  padding: 10px;
}
header {
  padding-bottom: 20px;
}
header a {
  color: #303030;
  border-bottom: none;
}
header a:hover {
  background: none;
}
header a#page-title {
  font-weight: bold;
}
#article-list {
  margin-top: 100px;
}
#article-list ol li {
  line-height: 1.2em;
  list-style-type: none;
  padding-bottom: 10px;
}
footer {
  background: #fff;
  color: #666;
  font-family: 'Open Sans', 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;
}
@media only screen and (max-width: 700px) {
    body {
        max-width: none;
        margin: 30px;
    }
}
@media only screen and (max-width: 400px) {
    body {
        max-width: none;
        margin: 5px;
        font-size: 12px;
    }
    p {
        line-height: 20px;
        margin: 20px auto;
        text-indent: 0px;
    }
    ul li, ol li {
        line-height: 20px;
    }
}

figure::before, figure::after {
    content:'';
    display:block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
}
figure {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: smaller;
}
figure img {
    max-width: 100%;
}

