/* ==========================================================================
   Print styles.
   ========================================================================== */

* {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
}

#content blockquote p{
    page-break-inside: avoid;
    margin-left: 10px;
}

abbr[title]:after {
    content: " (" attr(title) ")";
}

thead {
    display: table-header-group; /* h5bp.com/t */
}

tr,
img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
h2,
h3 {
    orphans: 3;
    widows: 3;
}

h2,
h3 {
    page-break-after: avoid;
}

html,body{
    margin: auto auto auto ;
    padding: auto !important;
}

body{
    /*min-width: 0px;*/
    min-width: 500px;
    font-size: normal;
}

#page{
    min-width: 0%;
    max-width: 200%;
    width: 85%;
}

#body{
    border-top-style: none;
    border-left-style: none;
}
#header{
    border-top-style: none;

}

#nav,#subnav{
    display: none;
}

#header #logo{
    font-size: 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: normal;
}

#header #logo a{

    background: none no-repeat 0 bottom;
    overflow: visible;
    text-decoration: none;
    text-indent: 0;
    color: #000;
    float: left;
    width: auto;
    height: auto;
    margin-top: 1px;
    padding: 10px 10px 10px 1px;
}



#slogan{
    position: static;
    font-style: italic;
    text-align: right;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 3px solid #888;
    color: #71781d;
    padding-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 12px;
}

#sidebar{
    display: none;
}

#content{
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    width: auto;
    float: none;
}

#content blockquote {
    margin-bottom: 10px;
    margin-left: 25px;
    border-left: 2px solid transparent;
}

#content blockquote.verse {
    border-left-color: #000;
}


#content blockquote span,
#content blockquote cite,
#content blockquote h5 {
    font-weight: bold;
    font-style: italic;
}

#content p{
    margin-bottom: 10px;
}

#content em{
    background-color: transparent;
}

#content abbr{
    border-bottom-style: none;
}

#response{
    display: none;
}

.noprint{
    display: none;
}

#footer{
    color: #000;
    border-top-color: #888;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

/*#content blockquote hr{
color: #f1f3d9;
border: 1px solid #f1f3d9;
}*/

#content hr{
    border: 1px none #888;
    border-top-style: solid;
    background-color: #888;
}


#content blockquote hr{
    color: #ccc;
    border: 1px none #ccc;
    border-top-style: solid;
    margin-left: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

#content .authbio, #content .edit {
    display: none;
}

#footer span.copyright {
    float: left;
}

#footer span.contact {
    display: inline;
}

#content .eoa {
    display: none;
}
