/* The Giants' Club */

/* http://modularscale.com/scale/?px1=16&px2=608&ra1=1.875&ra2=0 */

/* HTML5 reset, based on Eric Meyer & Richard Clark */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

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

input, select {
    vertical-align: middle;
}

/* end of reset */

html {
    overflow-y: auto;
    background-color: transparent;
}
body {
    margin: 3.075em 0;
    font-family: 'Libre Baskerville', serif;
    font-size: 100%;
    line-height: 1.64;
    color: #444;
    background-color: #fcfbfa;
}

body p, body li {
    font-size: 0.875em;
    line-height: 1.64;
}
ul li {
    list-style-type: square;
    list-style-position: inside;
}

a {
    text-decoration: none;
    color: #00A;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
a:hover {
    background-color: #cacaff;
}
div#content {
    margin: auto 1.64em;
}
header {
    height: 5em;
}
header h1 {
    background-image: url(background-stripe.jpeg);
    height: 76px;
}

header h1 img {
    display: block;
    text-align: center;
    margin: 0px auto;
    padding-top: 10px;
    width: 675px;
    height: 49px;
    opacity: 0.8;
}

h1, h2, h3 {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

section.setoff {
    background-color: #ecf0f4;
    padding-left: 0.875em;
    padding-bottom: 0.875em;
    margin-bottom: 0.875em;
    padding-top: 0.284em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 5px #999;
    -moz-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}
section#recent p {
    font-weight: bold;
    margin-top: 1.414em;
}
section ul {
    margin-top: 0.707em;
}
section#recent p time:after {
    content: ': ';
}
h1 {
    font-size: 1.64em;
    line-height: 1em;
    margin-top: 0.533em;

}
h2, h3 {
    font-size: 1.432em;
    line-height: 1.178em;
    margin-top: 0.707em;

}
div#main_block p, div#main_block li, aside p, aside li {
    font-size: 0.796em;
    line-height: 1.414em;
}
div#left_col {
    width: 49%;
    float: left;
    margin-top: 1em;
}
div#right_col {
    width: 49%;
    float: right;
    margin-top: 1em;
}
footer {
    clear: both;
}
p.title {
    font-weight: bold;
    margin-top: 1.414em;
}
p.title a {
    font-size: 109%;
    line-height: 100%;
}
p.title time {
    float: right;
    clear: left;
    padding-left: 1em;
    /*font-size: 0.875em;*/
}
footer address {
    margin-top: 1em;
    text-align: right;
    font-style: normal;
    font-size: 0.816em;
}
p#feed {
    margin-top: 0.707em;
    margin-bottom: 0.707em;
    text-align: center;
}
p#feed a {
    border: 1px solid #983450;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1px 3px;
    background-color: #983450;
    color: white;
    font-weight: bold;
    font-size: 87%;
    font-family: sans-serif;
    -webkit-box-shadow: 3px 3px 3px #999;
    -moz-box-shadow: 3px 3px 3px #999;
    box-shadow: 3px 3px 3px #999;
}
article {
    max-width: 42em;
    margin: auto;
}
article h1 {
    font-size: 1.875em;
    line-height: 1em;
    margin: 1.875em auto 0.875em;
}
article.fic p {
    text-indent: 1.64em;
}
article p {
    margin-left: 1.875em;
    margin-right: 1.875em;
}
article.fic h1 + p, article hr + p {
    text-indent: 0;
}

article.nonfic p {
    margin-top: 0.707em;
    margin-bottom: 0.707em;
}

article ul, article ol {
    margin-top: 0.707em;
    margin-bottom: 0.707em;
}
article li {
    text-indent: -1em;
    margin: auto 4em;
}
article aside {
    background-color: #ecf0f4;
    padding: 0.795em;
    text-align: center;
    text-indent: 0em !important;
    margin-left: 1em;
    margin-bottom: 1em;
    font-size: 0.795em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 5px 5px 5px #999;
    -moz-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
    width: 20%;
    float: right;
}
code, tt, pre {
    font-family: Menlo, 'Andale Mono', 'Liberation Mono', 'Nimbus Mono L', 'DejaVu Mono', 'Bitstream Vera Mono', 'Lucida Console', monospace;
    font-size: 0.875em;
    line-height: 1.435em;
    background-color: #eee;
    padding: 0.249em;
}

article h1 + p:first-line {
    font-weight: bold;
    font-style: italic;
}

article blockquote, article pre {
    margin: 1em 1.875em;
}

article nav {
    text-align: right;
    font-size: 0.875em;
}
article nav a {
    background-color: #ecf0f4;
    padding: 0.466em;
    border-radius: 6px;

}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #444;
    padding: 0;
    margin: 1.414em auto;
    width: 25%;
}

article footer {
    border-top: 1px dotted #444;
    margin-top: 1.414em;
}

form {
    margin:  2em;
}

form label, td.label {
    font-size: 0.875em;
    padding-bottom: 1em;
    text-align: right;
    padding-right: 1em;
}

p#error {
    color: #7e240d;
    font-style: normal !important;
    font-weight: bold !important;
}

p.illo {
    font-family: sans-serif;
    margin: 0.707em auto;
    text-align: center;
    text-indent: 0;
}
p.postscript {
    text-indent: 0 !important;
    font-style: italic;
    margin-top: 1.875em;
}
div#disqus_thread {
    margin-top: 1.875em;
}
div#dsq-content p, div#dsq-content li {
    text-indent: 0;
}
div.twtr-widget {
    margin-top: 1em;
    margin-bottom: 1em;
    width: 250px;
    -webkit-box-shadow: 5px 5px 5px #999;
    -moz-box-shadow: 5px 5px 5px #999;
    box-shadow: 5px 5px 5px #999;
}
div.twtr-widget h3 {
    font-family: sans-serif;
    font-weight: bold !important;
}
