/* general stuff ============================================================ */

html {
    min-width: 1040px;
}

body {
    font: 18px/1.5em Garamond, "EB Garamond", "Times New Roman", Times, serif;
    position: relative;
    width: 960px;
    margin: 1em auto 5em auto;
    color: rgb(34,34,41);
    background-color: rgb(252,252,248);
}

article, div#home {
    margin-top: 4em;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

header h3.or {
    font-style: italic;
}

p {
    width: 720px;
}

blockquote {
    margin-left: 0px;
    padding: 10px 20px 10px 40px;
    width: 656px;
    border-left: 4px solid rgb(221, 221, 214);
    background-color: rgb(244, 244, 244);
}

blockquote p {
    width: 620px;
}

a {
    text-decoration: none;
    color: steelBlue;
}

a:hover {
    text-decoration: underline;
}

span.date {
    color: grey;
}


/* tables =================================================================== */

table {
    margin-left: 50px;
    width: 620px;
}

td {
    text-align: right;
    padding: 6px 8px;
}

td.label {
    text-align: left;
}

td.total {
    border-top: 1px solid rgb(34,34,41);
}

td.sep {
    border-left: 1px solid rgb(34,34,41);
}


table.truth td {
    text-align: center;
}

/* homepage-specific ======================================================== */

div#home {
    font-size: 18px;
}

div#home header {
    width: 720px;
}

div#home h1,
div#home h2,
div#home h3,
div#home h4,
div#home h5,
div#home h6 {
    text-align: left;
}

div#home h1 {
    font-size: 3em;
    line-height: 1em;
    display: inline;
}

div#home h2 {
    font-size: 2em;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

div#home span.date {
    float: right;
}


/* blogs and articles ======================================================= */

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
    width: 720px;
    text-align: center;
    line-height: 1em;
}

article h1 {
    line-height: 1.25em;
}

article header h2 {
    margin: 0.83em 0;
}

article h2 {
    margin: 1.25em 0 0.83em 0;
}

footer span.signoff {
    float: right;
    font-style: italic;
}

aside {
    font-size: smaller;
    line-height: 1.6em;
    position: absolute;
    right: 20px;
    width: 180px;
}


/* Gist embeds && code ====================================================== */

pre {
    line-height: 1.25em;
}

code {
    font-size: .75em;
    font-style: normal;
    border: 1px dotted rgb(221, 221, 214);
    padding: 2px;
    white-space: pre;
}

header code,
#home code {
    border: none;
    padding: inherit;
}

pre code {
    display: block;
    width: 680px;
    padding: 20px;
}

p.prop {
    text-align: center;
    font-size: larger;
}

p.prop code {
    display: block;
    width: 680px;
    padding: 20px;
}

/* outlining ================================================================ */

article #outline ul {
    list-style-type: upper-roman;
}

article #outline ul ul {
    list-style-type: upper-alpha;
}

article #outline ul ul ul {
    list-style-type: decimal;
}


/* movies =================================================================== */

article.movies span.seen {
    float: right;
}

article.movies span.title {
    font-weight: bold;
}
article.movies p {
    text-align: justify;
}


/* buttons ================================================================== */

#buttons {
    float: right;
    font-size: 3em;
    line-height: 1em;
    letter-spacing: -4px;
    padding-right: 4px;
    vertical-align: text-bottom;
}

#buttons i {
    font-size: 32px;
}

#buttons a:visited { color: #222; }
#buttons a:link { color: #222; }
#buttons a:hover { color: steelBlue; text-decoration: none; }
#buttons a:active { color: steelBlue; }
