/*** Reset Styles ************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, acronym, abbr, blockquote, pre, a, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding:0; border:0;	outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body {line-height:1.5;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
:focus {outline:0;}
ins {text-decoration:none;}
del {text-decoration: line-through;}
table {border-collapse:collapse; border-spacing:0;}
a img {border:none;}

/* Site styles */
a { color: #999; text-decoration: none; }
a:hover { color: #666; }
abbr { font-variant: small-caps; }
body { background: #E6EBEA; font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 62.5%; }
li { list-style-type: none; }
body > div { margin: 0 auto; font-size: 1.167em; width: 55em; }

header, article { display: block; }

header {
    border-bottom: 1px solid #CCC;
    font-size: 2em;
    padding: 0.5em 0 0.4em 0;
}

header a#home_link {
    color: #555;
    font-weight: bold;
    margin-left: 1em;
    text-shadow: 0 1px 0 #FFFFFF;
}

header span.menu {
    float: right;
    font-size: 0.8em;
    margin-right: 1em;
}

section { display: block; }
section#latest, article, section#archive, section#footer { margin: 2em 0; }

section#latest {
    color: #454A4F;
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
}
section#latest a {
    color: #454A4F;
}
section#latest time {
    color: #8B959F;
    display: block;
    font-size: 0.4em;
    font-weight: normal;
    text-align: right;
}

article, section#archive {
    color: #3B3D3F;
    font-size: 1.3em;
    line-height: 1.3em;
}
article blockquote {
    color: #2C2E2F;
    font-style: italic;
    margin: 0 15%;
}
article p {
    line-height: 1.5em;
    margin-bottom: 1.5em;
}

h1 {
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
}

article h1 {
    color:#000;
    font-size:3.5em;
    font-weight:bold;
    line-height:1em;
    padding-bottom:0.5em;
}
article h2 {font-size:2.0em; margin-bottom:0.75em;}
article h3 {font-size:1.5em; margin-bottom:1em;}
article h4 {font-size:1.167em; margin-bottom:0.867em;}

article code {color:#787878; font-size:1.0em; line-height:1.5em;}
article li { margin: 0.75em 0; }
article li p { margin: 0; }
article pre { margin: 2em; word-wrap: break-word;}

section#archive { color: #555; }
section#archive li { margin: 0.75em 0; }
section#archive time { font-size: 0.8em; letter-spacing: 0.1em; margin-right: 1em; }

section#footer { padding: 0 1em; }
section#footer p { font-size: 1em; line-height: 1.5em; margin: 1.5em 0; }

