
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    line-height: 1.5;
    color: #5A5A5A;
    background: #f5f5f5;
}

::selection {
    color: #fff;
    background: #5A5A5A;
}

::-moz-selection {
    color: #fff;
    background: #5A5A5A;
}

a {
    color: #4682B4;
    -o-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
}
a:hover,
code {
    color: #EE3769;
}

code {
    font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
    display: inline-block;
    background: #e2e2e2;
    padding: 0 .3em;
    border-radius: 4px;
}

h1 {
    font-size: 3rem;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
}

strong {
    font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span {
    color: #EE3769;
}

hr {
    background-color: #ccc;
    color: #ccc;
    border: 0;
    height: 1px;
    margin: 50px -10px;
}

abbr {
    cursor: help;
}

.page-wrapper {
    max-width: 900px;
    padding: 0 20px;
    margin: 0 auto 50px auto;
}

.mute,
.page-footer {
    color: #888;
}
