html,
button,
input,
select,
textarea {
    color: #091230;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

 
/* Global
=================================================*/

body {
    font: 16px/26px 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
    background-color: #fff;
}

h1,
h2,
h3 {
  font-family: 'Roboto Slab', serif;
  margin-bottom: 0.2em;
}

h1 {
  font-size: 34px;
  line-height: 40px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
  
p {
  margin: 0 0 1.14286em 0; }

p:last-child {
  margin-bottom: 0; }  

ul {
  margin-top: 0.4em;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

img {
    width: 100%;
}

a {
    color: #005AFF;
}

a:hover {
    text-decoration: none;
}

.main {
    padding: 30px 0;
}

h1 a { text-decoration: none; }
h1 a:hover {text-decoration: underline; }

.footer-container footer {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    margin-top: 20px;
}

blockquote {
    border-left: 5px solid #ccc;
    padding-left: 1.5em;
    margin-left: 1.5em;
}

article header {
    margin-bottom: 20px;
}

.site-title {
    font-weight: normal;  
}

.header-container header {
    margin-bottom: 20px; 
}

.posts-index ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 40px;
}

.posts-index ul li {
}

.posts-index ul li a {
}

/* Media queries
=================================================*/

@media only screen and (min-width: 480px) {

/* Intermediate */

}

@media only screen and (min-width: 960px) {

/* Wide */

    .main.wrapper {
        width: 700px;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 1140px) {

/* Max width */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}

/* Helper
=================================================*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}