/* 
-----------------------------------------------
East Church - Print Stylesheet
Author:   Steve Nelson
Current as ot 9/2009

This stylesheet is used when pages are printed
credit to Eric Meyer for the code that prints the href attribute for links:
http://www.alistapart.com/articles/goingtoprint/
----------------------------------------------- */

div#subNavDiv, #holderDiv, .closer, form {
	display:none;
}

/* GENERAL HTML SELECTORS
================================================*/
html, body {
	color:#000;
	background:#fff;
	text-align:left;
}

body {
  width: auto !important;
  margin:0 !important;
	padding: 0 !important;
	text-align:left;
	color:#000;
	font:12pt/125% Times,"Times New Roman",serif;
}

#page {background-color:#fff; margin:0.75in;}

#content ul {list-style-type: none; color:blue;}

.margin5 {
	margin:5pt;
}

.floatR {
	float:right;
	clear: right;
}

.floatL {
	float:left;
}

.blackBord {
	border: 1px solid black;
	padding: 2pt;
}

.indent {
	text-indent:1.5em;
}

.centerizer {
	width:98%;
	margin:0;
	padding:0;
	text-align:center;
}

.clearBoth {
	clear:both;
}


#masthead {
	color:#000;
	background:#fff;
	text-align:left;
}

#header {
	text-align:left;
}

#header h1 {
	padding:0;
	margin:0 0 4pt 0;
	color:#000;
	font:14pt Palatino, Times, serif;
	font-weight:bold;
	letter-spacing:1pt;
}

#header p {
	padding-bottom:2pt;
	margin-left: 15pt;
	font:normal 10pt Helvetica,Arial,sans-serif;
	color:#000;
}


#content {
	float: none !important;
	clear: both;
	color: black;
	background: transparent;
	text-align:left;
	margin:1.5em 0;
}

h2 {display:none;}

#footer {
	padding:5pt;
	background:#fff;
	text-align:left;
}

#footer p, #footer p.docSource {
	color:#000;
	font:8pt Helvetica,sans-serif;
	text-align:center;
}

.pericope {
	padding-left:1em;
	border-bottom:1px solid #000;
	text-align: left;
	margin-bottom: 3.5em;
}

.passage {
	color:#000;
	font: italic 10pt/1.1 "Lucida Grande","Trebuchet MS",Verdana,sans-serif;
}

.chapterverse {
	text-align: right;
	color:#000;
	font:normal 10pt "Lucida Grande","Trebuchet MS",Verdana,sans-serif;
}

.testamonial {
	width:25%;
	float:right;
	margin:6pt 0 6pt 6pt;
	padding:4pt;
	border:1px solid #000;
	background:white;
}

.testamonial p {
	color:#000;
	font:normal 10pt/110% Times,serif;
}

.testamonial cite {
	margin-top:12pt;
	padding-left:2em;
	color:#000;
	font:normal 9pt/130% Helvetica,sans-serif;
}

/* TEXT
================================================*/

#content blockquote {
	background:#999;
	margin:2pt;
	padding:3pt 3pt 5pt;
	border:1pt #666 solid;
}

#content blockquote p {
	margin:1em;
	color:#000;
	font:9pt/150% Helvetica,Arial,sans-serif;
}

#content p {
	font:normal 12pt/125% Times,"Times New Roman",serif;
	color:#000;
	page-break-inside: avoid;
}


/* HEADINGS
================================================*/
#content h2 {
	padding:7pt 0 0 7pt;
	font:bold 12pt/140% Helvetica,Arial,sans-serif;
	color:#000;
}

#content h3 {
	font:bold 12pt Palatino,Times,"Times New Roman",serif;
	color:#000;
	padding-left:10pt;
	margin:15pt 0;
}

#content h4 {
	padding: 1.25em 0 0.5em 0;
	margin:0;
	font:bold 10pt Helvetica,Arial,sans-serif;
	color:#000;
	letter-spacing:3pt;
}


/* LINKS
================================================*/

#content a {
	color:#000;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
}

/*following rules described by Erc Meyer
http://www.alistapart.com/articles/goingtoprint/
updated with the rules in use currently by ALA
They print the href value of links*/

#content a[href]:after {
   content: " (" attr(href) ") ";
   font-size: 90%;}

#content a[href^="/"]:after {
   content: " (http://www.eastchurch.org" attr(href) ") ";}



/* IMAGES
================================================*/

img {
	border:none;
	page-break-inside: avoid; 
}

.pageStarter {
	float:left;
	border:1px solid #333;
	padding:4pt;
	margin:10pt;
}

.linkTile {
	margin:15px auto 5px;
	border:none;
}

.thumbnail {
	display:block;
	float:left;
	width:75px;
	height:75px;
	margin:10px;
	padding:2px;
	border:1px solid #000;
}


/* Lists
================================================*/

ul, ul.decorative {
	color:#000;
	padding:3pt 0 3pt 20pt;
	list-style:square inside;
	font: normal 9pt Helvetica,Arial,sans-serif;
}

ul li, ul.decorative li {color:#000;}



dl {
	margin:0.75em 1em;
}
dt {
	margin-top:0.75em;
	font-weight:bold;
}
dd {
	font-weight:normal;
	margin-left:1em;
}

