@font-face {
    font-family: 'blackjackregular';
    src: url('black_jack-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html
{
    height: 100%;
}

body
{
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 14pt;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -moz-flex-flow: column;
    -webkit-flex-flow: column;
    flex-flow: column;
    background-color: #222;
}

div#headline
{
    padding: 1em 15%;
    width: 70%;
    min-width: 1000px;
    height: 6.3em;
    background-color: #222;
    color: #EEE;
    position: fixed;
    top: 0;
    text-align: center;
}

div#headline h1
{
    display: inline;
    font-size: 75pt;
}

div#headline img
{
    border-radius: 15px;
    vertical-align: top;
    margin-right: 30px;
}

div#footline a
{
    font-size: 10pt;
    padding: 0 10px;
}

div#content
{
    background-color: #EEE;
    color: #222;
    margin-top: 8.3em;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

div#content div.block
{
    padding: 20px 16%;
    background-color: #EEE;
    text-align: center;
    line-height: 200%;
}

div#content div.block a img
{
    margin: 0 20px;
}

div#content div.block.odd
{
    background-color: #DDD;
}

a
{
    text-decoration: none;
}

div#footline a,
div#headline a
{
    color: #EEE;
}

div#content a
{
    color: #222;
}

div#content a.download
{
    color: #555;
}

blockquote
{
    font-family: 'blackjackregular', serif;
    font-size: 20pt;
    font-style: italic;
    text-align: center;
}

blockquote a
{
    font-style: normal;
    font-size: 14pt;
    display: inline-block;
    padding: 0.5em 0 0 20em;
}

div#footline
{
    width: 70%;
    padding: 0.5em 15%;
    background-color: #222;
    color: #EEE;
    text-align: right;
}
