@charset "UTF-8";
@import "http://static.tumblr.com/riyrg69/Oasmitou3/normalize.css";
@import "http://fonts.googleapis.com/css?family=Abel|Arapey";
* {
    margin: 0;
    padding: 0;
    border: 0
}
header,
section,
footer,
aside,
nav,
article {
    display: block
}
html,
body {
    color: #000000;
    font: normal 16px/20px Abel, Arial, Helvetica, sans-serif
}
body,
header,
nav,
footer,
article,
aside,
div,
img {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}
body {
    width: 92%;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-left: 2%;
    padding-right: 2%
}
header,
nav,
article,
aside,
footer {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px
}
article {
    margin-top: 20px;
    margin-bottom: 40px
}
nav,
aside {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    color: #aaa
}
.meta {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 9px;
    padding-bottom: 0;
    border-top: 1px solid #e3e3e3;
    color: #888
}
h1,
h2,
h3,
h4 {
    font-family: Arapey, Times, 'Times New Roman', serif;
    font-weight: 100;
    margin-bottom: 20px;
    color: #000000;
}
h1 {
    font-size: 4em;
    margin-bottom: 20px
}
h2 {
    font-size: 2.2em
}
h3,
h4 {
    font-size: 1.5em
}
a {
    color: #000000;
    text-decoration: none
}
nav a,
aside a,
.meta a {
    color: #000000;
}
article p,
header p {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-bottom: 20px
}
header p {
    color: #000000;
    padding-top: 20px
}
nav li,
.meta li,
aside li {
    display: inline-block;
    margin-right: 10px
}
.pages li {
    margin: 0 8px;
}
.posted {
    background: url() no-repeat
}
.small {
    font-size: .85em
}
.bold {
    font-weight: 700
}
.italic {
    font-style: italic
}
.upper {
    text-transform: uppercase
}
article img {
    width: 100%;
    max-width: 700px;
    margin-bottom: 20px
}
blockquote {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    color: #222;
    font-family: Arapey, Times, 'Times New Roman', serif;
    font-size: 2em;
    font-style: italic
}
.quote cite {
    display: block;
    margin-bottom: 20px
}