/* ****************************************************************
 * ALL MEDIA TYPES
 */
th {
    width: 5em;
}
#content div {
    padding-bottom: 0.5em;
}
div.mantra p {
    margin-left: 1.75em;
}

#content h1,
#content h2,
#content h3,
#content h4 {
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: inherit;
}
#content h1 {
    font-size: 18pt;
    font-weight: bold;
    text-align: center;
    padding: 0.75em 0;
}
#content h2 {
    font-size: 16pt;
    font-weight: bold;
    text-align: center;
    padding: 0.75em 0;
}
#content h3 {
    font-size: 14pt;
    font-weight: bold;
    padding: 0.75em 0 0 0;
}
#content h4 {
    font-size: 12pt;
    font-weight: normal;
}

blockquote h3 {
    text-align: center;
}

#content table {
    margin-bottom: 1.5em;
}

/* ****************************************************************
 * PRINT MEDIA TYPE ONLY
 */
@media print {
    /* page headers/layout */
    #top, #left, #admin-menu, #user-login {
        display: none;
    }
    #content {
        margin-left: 10px;
        margin-right: 10px;
    }
    #bottom {
        border: none;
        border-top: 1px solid #aaa;
    }
    /* font sizing */
    body, td, th {
        font-size: 10pt;
    }
    body, td, th, #content, #copyright, a {
        color: black;
    }
    /* background colours */
    html, body, h1, h2, h3,
    #wrap, #middle, #bottom, #content {
        background: white;
    }
}
