/* ============================================ *
 * - Atlantic EFree Church -- print CSS         *
 * - created by Bryan VanHaitsma                *
 * - visit http://www.5Qcommunications.com/     *
 * -------------------------------------------- */

/* ============================================ *
 * - Global Styles & Page Defaults              *
 * -------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS', 'Trebuchet', Arial, sans-serif;
    color: #000;
}

body {
    font-size: 1em;
    text-align: left;
    padding: 3em;
}

#menu-wrapper,
#column,
.utility-links,
#pageFunctions,
#header img {
    display: none;
}

a {
    text-decoration: none;
}

h1 {
    border-bottom: 1px solid #ccc;
}

h2 {
    margin: 1em 0;
}

h3, h4, h5, h6, p, table, caption {
    margin: 0.5em 0;
}

ul, ol {
    margin-left: 2em;
}

#footer {
    margin-top: 3em;
    border-top: 1px solid #ccc;
}