/*  
Print stylesheet - reduce to black only and with no banners, navigation or sidebar
*/

/*-------body stuff------*/

body {margin: 0;
padding: 0;
background-color: white;
font: normal 75% 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
line-height: 1.5em;}

#page hr {display:none;
clear:both;} /* mostly to clear the floats in the main navigation */

h1, h2, h3, h4, h5, h6 {font-weight: normal;
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
color: black;}

/* Different sizes for each header */
h2 {font-size: 1.7em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.3em; color: black;}
h5 {font-size: 1.1em;}

a {color: black;
text-decoration: none;}

strong {font-weight:bold;}

em {font-style:italic;}

/*--------images-----------*/

img {padding: 2px;
border: 1px black solid;
margin: 5px;
max-width: 100%}

a img {border: 1px black solid}

img.centred, img.centered, img.aligncentre, img.aligncenter, div.centred, div.centered, div.alignecentre, div.aligncenter {display: block;
margin-left: auto;
font-size: 0.8em;
margin-right: auto;}

img.logo {border: 0;
vertical-align: middle;}

img.alignleft, img.alignright, img.logoleft, img.logoright {display: inline;}

img.logoleft {float: left;
border: 0;}

img.logoright {float: right;
border: 0;}

div.alignleft, div.alignright {margin: 5px;
font-size: 0.8em;
text-align: center;}

a.scripturizer_newwindow img {border: 0;
margin:0;}

/*----------content div parameters---------*/

#content h2 {
margin-top: 15px;
}

#content h3 {clear: both;}

/*-------sidebar----*/

#sidebar {display: none;}

/*-----------posts and pages------------*/

.post, div.page, .rs_event {margin: 15px 0;
padding: 0;
font-size: 1.1em;
background: white;
clear: both;
line-height: 1.5em;
text-align: justify;}

/* This is for posts only which need separating in the list a bit */
.post .entry, .rs_event .entry {border-bottom: dotted black;}

/* put the href URL into links so they can be read on paper
.post .entry a:after {content: " [" attr(href) "]";}

.post ul, .post ol, div.page ul, div.page ol, .rs_event ul, .rs_event ol
{list-style-position: inside;
list-style-type: disc;}

small {font-size: 0.8em;
line-height: 1.5em;
color: blank}

.postmetadata {font-size: 0.8em;
display: block;
color: black;
clear: both;
text-align: right; }

/* event styling */
.post .page_event_title{font-weight: bold}

.rs_event > ul {margin: 0;
padding: 0;
list-style-type: none; }

.rs_event h3 a, .rs_event h4 {margin-bottom: 0;
margin-top: 0}

/*-------search form-------*/
#search_frm {display: none;}

/* comments - for prayer requests */
.commentlist {list-style-type: none;}

li.comment {border-bottom: dotted #999999;}

.prayerauthor {text-align: right;
margin-top: 0;}

/*-------main navigation----*/
#nav {display: none;}

/*---------top h1 title--------------*/
#header h1 img {display: none;}

/*-----------footer-----------*/

#footer {clear: both;
background: white;
padding: 0px 25px 5px 25px;
font-size: 0.8em;
line-height: 0.8em;
text-align: center;
border-top: solid 1px black;
margin-bottom: 0;
color:black;}

#footer a {color: black;}

/* These are for the admin stuff below the footer notes */
#footer ul{display: none;}

/* navigation between pages of posts and search results */
.navigation {display: none;}

.alignright {float: right;}

.alignleft {float: left}

.centred, .centered {text-align: center;}

td, th {vertical-align: top;}