/*
 This document has been created with Marked.app <http://markedapp.com>, Copyright 2011 Brett Terpstra
 Please leave this notice in place, along with any additional credits below.
 ---------------------------------------------------------------
 Upstanding Citizen by Brett Terpstra
 Non-standard fonts used:
  * OSPDIN
  * League Gothic
  * Fjord
  * Inconsolata
 Download @font-face kits from <http://www.fontsquirrel.com/fontface>. Woff versions included as data uris.
*/

body {
    font: normal .8764em/1.5em Arial,Verdana,sans-serif;
    margin: 0;
}

html>body {
    font-size: 14px;
}

li {
    font-size: 110%;
}

li li {
    font-size: 100%;
}

li p {
    font-size: 100%;
    margin: .5em 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h1 {
    color: #000;
    font-size: 3.2857em;
    line-height: 1em;
    margin: .6563em 0;
}

h2 {
    color: #111;
    font-size: 2.7143em;
    line-height: 1.2em;
    margin: .875em 0;
}

h1,h2,h3 {
    padding: .3em 0;
}

h3 {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    color: #003057;
}

h2:before {
    content: "\2015  ";
    font-weight: normal;
    color: #aaa;
}

h2:after {
    content: " \2015";
    font-weight: normal;
    color: #aaa;
}

h3 {
    color: #111;
    font-size: 2.5em;
    line-height: 1.2em;
    margin: .9em 0;
}

h4 {
    color: #111;
    font-size: 2.25em;
    line-height: 1.2em;
    margin: .3em 0;
}

h5 {
    color: #111;
    font-size: 2em;
    line-height: 1.2em;
    margin: .3em 0;
}

h6 {
    font-size: 1.5em;
    line-height: 1.2em;
    margin: .3em 0;
}

body,p,div {
    color: #222;
    font-family: "Georgia",serif;
    word-wrap: break-word;
}

p {
    clear: left;
}

a {
    -webkit-transition: color .2s ease-in-out;
    color: #004e8c;
    text-decoration: none;
}

a:hover {
    color: #3593d9;
}

.footnote {
    color: #0d6ea1;
    font-size: .8em;
    vertical-align: super;
}

#wrapper img {
    max-width: 100%;
    height: auto;
}

dd {
    margin-bottom: 1em;
}

li>p:first-child {
    margin: 0;
}

ul ul,ul ol {
    margin-bottom: .4em;
}

ul ul {
    list-style: disc;
}

ul ul ul {
    list-style: square;
}

ul ul ul ul {
    list-style: circle;
}

caption,col,colgroup,table,tbody,td,tfoot,th,thead,tr {
    border-spacing: 0;
    font-family: Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 24px;
}

caption {
    display: table-caption;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: LeagueGothic;
    word-spacing: .2em;
    background: rgba(0,0,0,.75);
    color: #EEE;
    padding: 4px;
    -webkit-border-radius: 4px;
    margin: 4px 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.35);
}

col {
    display: table-column;
}

colgroup {
    display: table-column-group;
}

tbody {
    display: table-row-group;
}

tfoot {
    display: table-footer-group;
}

table {
    margin-bottom: 2em;
    padding: 0;
    font-size: 14px;
    border-collapse: collapse;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.35);
    width: 70%;
    margin: 0 auto 2em auto;
}

table th,table td {
    padding: 10px 10px 9px;
    line-height: 18px;
    text-align: left;
}

table th {
    padding-top: 9px;
    font-family: LeagueGothic;
    font-size: 18px;
    font-weight: normal!important;
    text-transform: uppercase;
    vertical-align: middle;
}

table td {
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-family: fjord,georgia,serif;
    font-size: 14px!important;
}

table tbody th {
    border-top: 1px solid #ddd;
    vertical-align: top;
}

table {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

table th+th,table td+td,table th+td {
    border-left: 1px solid #ddd;
}

table thead tr:first-child th:first-child,table tbody tr:first-child td:first-child {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}

table thead tr:first-child th:last-child,table tbody tr:first-child td:last-child {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

table tbody tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
}

table tbody tr:last-child td:last-child {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

tbody tr:nth-child(odd) {
    background-color: rgba(0,0,0,0.03);
}

figure {
    display: inline-block;
    margin-bottom: 1.2em;
    position: relative;
    margin: 1em 0;
}

figcaption {
    font-style: italic;
    text-align: center;
    background: white;
    color: #444;
    position: absolute;
    left: 0;
    bottom: -24px;
    width: 98%;
    padding: 1%;
    -webkit-transition: all .2s ease-in-out;
}

ul {
    list-style: circle;
}

.poetry pre {
    display: block;
    font-family: Georgia,Garamond,serif!important;
    font-size: 110%!important;
    font-style: italic;
    line-height: 1.6em;
    margin-left: 1em;
}

.poetry pre code {
    font-family: Georgia,Garamond,serif!important;
}

blockquote p {
    font-size: 110%;
    font-style: italic;
    line-height: 1.6em;
}

sup,sub,a.footnote {
    /*font-size: 1.4ex;*/
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: super;
}

sub {
    vertical-align: sub;
    top: -1px;
}

p {
    font-size: 1.1429em;
    line-height: 1.3125em;
    margin: 1.3125em 0;
}

dt,th {
    font-weight: 400;
}

dt {
    font-weight: 600;
}

table tr:nth-child(odd),table th:nth-child(odd),table td:nth-child(odd) {
    background: rgba(255,255,255,0.06);
}

table tr:nth-child(even),table td:nth-child(even) {
    background: rgba(0,0,0,0.06);
}

@media print {
    body {
        overflow: auto;
    }

    img,pre,blockquote,table,figure {
        page-break-inside: avoid;
    }

    #wrapper {
        background: #fff;
        color: #303030;
        font-size: 85%;
        padding: 10px;
        position: relative;
        text-indent: 0;
    };
}

pre,code,tt {
    color: #8b8074;
    font-family: Monaco,monospace;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    margin: 2em 0;
    font-weight: normal;
}

tt {
    display: block;
    margin: 1.5em 0;
    line-height: 1.5;
}

span.amp {
    font-family: Baskerville,Palatino,"Book Antiqua",serif;
    font-style: italic;
}

code {
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 2px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #222;
}

pre code {
    border: 0;
}

@media screen {
    ::selection {
        background-color: rgba(101,207,255,.3);
    }

    h1::selection {
        background-color: rgba(45,156,208,.3);
    }

    h2::selection {
        background-color: rgba(90,182,224,.3);
    }

    h3::selection,h4::selection,h5::selection,h6::selection {
        background-color: rgba(133,201,232,.3);
    }

    code::selection {
        background-color: #333;
        color: #eee;
    }

    code span::selection {
        background-color: #333!important;
        color: #eee!important;
    }

    a::selection {
        background-color: rgba(255,230,102,.5);
    }

    td::selection,th::selection,caption::selection {
        background-color: rgba(180,237,95,.5);
    }

    .inverted #wrapper,.inverted {
        background: rgba(37,42,42,1);
    }

    .inverted hr {
        border-color: rgba(51,63,64,1)!important;
    }

    .inverted p,.inverted td,.inverted li,.inverted h1,.inverted h2,.inverted h3,.inverted h4,.inverted h5,.inverted h6,.inverted th,.inverted .math,.inverted caption,.inverted dd,.inverted dt {
        color: #eee!important;
    }

    .inverted h2,.inverted h3 {
        border-color: rgba(200,200,200,.3);
    }

    .inverted code {
        background: #444;
        padding: 2px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        color: #eee;
    }

    .inverted pre code {
        background: #f5f5f5;
        padding: 7px;
        color: #111;
    }

    .inverted table tr:nth-child(odd),.inverted table th:nth-child(odd),.inverted table td:nth-child(odd) {
        background: 0;
    }

    .inverted a {
        color: rgba(172,209,213,1);
    }

    #wrapper {
        padding: 20px;
    };
}

