/* CSS Mini Reset */

html,
body,
div,
form,
fieldset,
legend,
caption,
label,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre
{
    font-size: 100%;
    font-weight: normal;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
    background: transparent;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

th,
td
{
    text-align: left;
    vertical-align: top;
}

img
{
    border: 0;
}

/* Site styles */

body {
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em 2em;
    color: #181010;
    background-color: #fefaff;
    line-height: 1.6;
}

h1, h2, h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #403060;
}

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.333em;
}
h3 {
    font-size: 1.15em;
}

p {
    margin-bottom: 1em;
}

a {
    color: #403060;
}

a:hover {
    color: #181010;
}

/* Site header and footer */
header nav {
    margin-bottom: 1.5em;
}

header nav a {
    font-size: 1.333em;
    font-weight: bold;
    text-decoration: none;
}

/* Blog post */
article header {
    margin-bottom: 1.5em;
}

article time {
    display: block;
    color: #666;
    font-size: 0.875em;
    margin-top: 0.25em;
}

article img {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 1em 0 0.25em;
}

article img + em {
    display: block;
    font-size: 0.875em;
    color: #666;
    margin-bottom: 1em;
}

blockquote {
    border-left: 3px solid #403060;
    margin: 1em 0;
    padding: 0.5em 1em;
    color: #444;
}

pre {
    background: #f4f0f8;
    padding: 1em;
    overflow-x: auto;
    margin: 1em 0;
    border-radius: 4px;
}

code {
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.9em;
}

p code {
    background: #f4f0f8;
    padding: 0.15em 0.3em;
    border-radius: 3px;
}

hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em 0;
}

/* Blog listing */
.blog-listing {
    margin-top: 2em;
}

.blog-listing ul {
    list-style: none;
    padding: 0;
}

.blog-listing li {
    margin-bottom: 0.5em;
}

.blog-listing time {
    color: #666;
    font-size: 0.875em;
    margin-left: 0.5em;
}

/* Homepage content */
.homepage-content ul {
    margin-bottom: 1em;
}

.homepage-content li {
    margin-bottom: 0.25em;
}
