/**
 * main.css
 * Copyright (C) 2017 Dominic Walden
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

html {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #333;
}

body {
    max-width: 1100px;
    margin: auto;
    padding: 10px;
}

/**
 * Start header
 */

#preamble {
    height: 70px;
}

#preamble ul {
    line-height: 50px;
    float: left;
    padding-left: 0;
}

#preamble li {
    float: left;
    list-style: none;
}

#preamble a {
    color: #333;
    text-decoration: none;
    padding: 13px;
}

#preamble a.active {
    background-color: #ddd;
}

#preamble a:hover {
    background-color: #eee;
}

/**
 * End header
 */

/**
 * Start main content
 */

#content a,
#postamble a {
    text-decoration: none;
    color: #2a64aa;
}

#content li {
    margin-top: 15px;
    margin-bottom: 15px;
}

#content a:hover,
#postamble a:hover {
    text-decoration: underline;
}

pre {
    padding: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
}

#outline-container-sec-1 {
    border: none;
}

.outline-2 {
    padding-top: 1px;
}

.timestamp {
    font-size: 12px;
    color: grey;
    font-style: italic;
}

.figure p {
    font-style: italic;
    margin: 0;
    font-size: 13px;
}

blockquote {
    font-style: italic;
}

/**
 * End main content
 */

/**
 * Start footer
 */

#postamble {
    margin-top: 50px;
    border-top: 1px solid black;
}

#postamble div {
    width: 50%;
    float: left;
}

#postamble .copyright {
    text-align: right;
}

#postamble .freedom {
    margin-top: 10px;
}

#postamble .freedom a {
    margin-right: 20px;
}

/**
 * End footer
 */