/*
    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.
*/
@import url("pygment.css");
/* line 13, ../../compass/src/main.scss */
body {
  background: #fff;
  color: #333;
  font: 20px Hoefler Text, bodyfont, serif;
  line-height: 25px;
  max-width: 30em;
  margin: 40px 14px 0 80px;
}

/* line 28, ../../compass/src/main.scss */
h1 {
  color: #333333;
  font-family: Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  margin-bottom: 0;
}

/* line 34, ../../compass/src/main.scss */
h2 {
  color: #666666;
  font-family: Helvetica, sans-serif;
  font-size: 1.3em;
}

/* line 38, ../../compass/src/main.scss */
h3 {
  color: #666666;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
}

/* line 42, ../../compass/src/main.scss */
h4 {
  color: #666666;
  font-family: Helvetica, sans-serif;
  font-size: 0.9em;
}

/* line 46, ../../compass/src/main.scss */
time {
  color: #c0c0c0;
  font-size: 50%;
}

/* line 51, ../../compass/src/main.scss */
img {
  border: 5px solid #ccc;
}

#borderless {
  border: none;
}

/* line 55, ../../compass/src/main.scss */
blockquote {
  border-left: 1px solid #A5ABAB;
  margin: 0px;
  padding: 0 12px 0 12px;
}

/* line 61, ../../compass/src/main.scss */
p {
  line-height: 25px;
  margin: 20px auto;
  text-indent: 0px;
}
/* line 65, ../../compass/src/main.scss */
p.caption {
  font-size: 80%;
  margin-top: 0;
}

/* line 71, ../../compass/src/main.scss */
a {
  border-bottom: #999 1px solid;
  color: #804141;
  text-decoration: none;
}

/* line 75, ../../compass/src/main.scss */
a:hover {
  color: #999;
}

/* line 78, ../../compass/src/main.scss */
ul, ol {
  padding: .5em 0em 1em 3.2em;
}
/* line 80, ../../compass/src/main.scss */
ul li, ol li {
  line-height: 30px;
  padding: 6px 0 0 0;
}

/* line 86, ../../compass/src/main.scss */
strong {
  color: #555555;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
}

/* line 92, ../../compass/src/main.scss */
tt, pre {
  font-family: Inconsolata, Monaco, monospace;
  line-height: 1.2em;
}

/* line 98, ../../compass/src/main.scss */
pre {
  font-size: 0.8em;
  overflow: visible;
  padding: 10px;
  margin-left: 40px;
  border-left: 3px solid #abc;
}

/* line 104, ../../compass/src/main.scss */
header {
  padding-bottom: 20px;
  line-height: 1.5em;
}
/* line 106, ../../compass/src/main.scss */
header a {
  border-bottom: none;
  color: #303030;
}
/* line 108, ../../compass/src/main.scss */
header a#page-title {
  font-weight: bold;
}

/* line 114, ../../compass/src/main.scss */
#article-list ol li {
  line-height: 1.2em;
  list-style-type: none;
  padding-bottom: 10px;
}

/* line 121, ../../compass/src/main.scss */
nav {
  background: #fff;
  color: #666;
  font-family: helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 4px;
  margin-left: -40px;
}

#credit a {
    color: #bbb;
}
/* line 128, ../../compass/src/main.scss */
nav a {
  border-bottom: none;
  color: #444;
}
/* line 132, ../../compass/src/main.scss */
nav li {
  display: inline;
}
/* line 135, ../../compass/src/main.scss */
nav p {
  text-align: right;
}

#social {
    position: fixed;
    top: 33px;
    left: -27px;
    padding: 10px;
   -webkit-transition: left .2s;
}

#social a {
    border: none;
}

#social:hover {
    left: 0px;
   -webkit-transition: left .2s;
}
#social img {
    border: none;
    width: 45px;
   -webkit-transition: width .2s;
}

#social img:hover {
    width: 50px;
   -webkit-transition: width .2s;
}

#social li {
    display: block;
   -webkit-transition: width .2s;
   -webkit-transition: margin .2s;
}
