/*
 * General
 */

html {
    overflow-y: scroll;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Source Sans Pro', 'Lucida', 'Verdana', sans-serif;
    font-size-adjust: 0.55;
    max-width: 61em;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 0.5em 0;
    font-family: 'Georgia', 'Times', serif;
    font-size-adjust: none;
    line-height: 1.6em;
    text-align: left;
}

h4, h5, h6 {
    margin-top: 2em;
}

p, blockquote, ul, ol {
    padding-bottom: 0.7em;
    line-height: 1.5em;
}

ul, ol {
    margin-left: 1em;
    padding-left: 1em;
}

pre {
    overflow: auto;
    padding: 1em 2em;
    margin: 1em 0em;
}

pre, tt {
    background-color: #eeeeee;
    text-align: left;
}

a {
    color: #4f7070;
}
a img {
    border: none;
}
a:visited {
    color: #1f4040;
}
a:hover {
    color: #80a1a1;
}

acronym, abbr {
    border-bottom: 0.1em dashed #333333;
    cursor: help;
}

acronym, abbr, span.caps {
    font-size: 0.9em;
}

blockquote {
    border-left: 0.3em solid #cccccc;
    margin: 2em 0em 2em 1.5em;
    padding: 0em 0em 0em 0.5em;
    font-style: italic;
}
blockquote p:last-child {
    padding-bottom: 0em;
}



/*
 * Header
 */

#header {
    background-color: #6090c0;

    padding: 0.5em 1.5em;
    margin: 0;
    border-bottom-left-radius: 0.25em;
    border-bottom-right-radius: 0.25em;

    font-family: 'Georgia', 'Times', serif;
    font-size: 2em;
    font-size-adjust: none;
    font-weight: bold;
    line-height: 1em;
}

#header h1 {
    font-size: 1em;
    line-height: 1em;
    margin: 0;
    padding: 0;
}

#header a {
    color: #ffffff;
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}



/*
 * Content
 */

#content {
    margin: 0 3em;
    text-align: justify;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}
