  @MEDIA screen 
	{
	Body {margin : 20px 30px 10px 40px; }
	
	P  {width:6in; 	font-size: 13pt; line-height: 20pt; font-family: QuattrocentoSansRegular, verdana, arial, snas-serif}
	
	OL, UL {font-family: verdana, arial, snas-serif; 
	font-size: 13pt; line-height: 18pt; width: 6in; }
	
	.red {color:red; font-weight: 600; font-family: QuattrocentoRegular }
	
	.indent {margin-left: 30px; }
	
	.bible {width: 6in; color: navy; background-color: #fffccc; padding : 10px 20px 10px 20px; }

	.copyright {font-size: 10pt; font-family: monospace;}
	
	A {color:blue; font-family: monospace, courier new, courier; font-size: 12pt;}

	
 .scriptureQuote { /* used in DIV for panel_right to start a bible block */
	                  margin:0.6em 0.7em 0.8em 1.0em; padding:0.2em 0.2em 0.2em 0.4em; background-color: $scriptureBackColour; font-size:1.3em}

   .bibleFontText { /*  */
	                  padding : 0 2 0 2; color: $scriptureFontColour ; background-color: $scriptureBackColour;  font-family: '$mainFontScripture'; line-height: 1.6em;; padding : 0 2 0 2;}
	
	.scriptureQuoteInText { /*used in DIV in panel_body to start a bible block  */
	                  background-color: $scriptureBackColour; font-size: 1.6em; line-height: 2.1; padding: 0.4em;}		

.Scripture { /* used in <p> for one verse  */
	                  margin-left: 0.1em; margin-right: 0.9em; margin-top: 0.3em; margin-bottom: 0.3em; font-family: QuattrocentoRegular, times new roman, roman, serif; font-size: 1.25em; line-height: 1.3em; font-weight: 550; color: $scriptureFontColour;  letter-spacing: 0em; text-align: justify; text-justify: newspaper; text-align-last: left;} 

.scriptureHdgBookRef { /* Used at top of Bible block to announce verses and version abbreviation */
	                  margin-left:1.1em;margin-right:1.4em; display:block;color:maroon; background-color:$bibleNumeralHeadingBack; border-bottom:black 1.4 solid;padding-bottom:0.4em;margin-bottom:1.0em;font-weight:600;font-family:'$mainFontScripture', times new roman,swiss,roman,serif;font-size:1.2em;text-align:center;margin-top:5;}

.scriptureParaMarker { /* ¶ maroon $mainFontScripture */
	                  color:goldenrod;background-color:maroon;margin:0.2em;padding-top:0.2em;width:1.6em;height:2.3em;text-align:center;font-family:$mainFontScripture, times new roman, swiss, roman, serif}

    .scriptureNumeral { /* $mainFontScripture 1.2em */
	                  color:maroon;font-weight:600; padding: 0em; font-family:'$mainFontScripture', times new roman, swiss, roman, serif;font-size:1.2em}

/* background-color:$bibleNumeralHeadingBack;  */

 // redeemed from - http://jontangerine.com/silo/typography/p/#one-lead-indent

p.Scripture {
font-size: 1em;
line-height: 1.25em;
margin: 0;
text-align: left;
}
p.Scripture + p.Scripture {
text-indent: 0.5em;
}
p.Scripture:first-letter {
/* padding: 0.3em 0em 0.2em 0em; */
font-size: 3.8em;
line-height: 1em;
font-weight: 400;
float: left;
margin: 0 0.107em 0 0;
font-family: 'LinotextLightRegular';
}
p.Scripture:first-line {
/* font-family:IMFELLFrenchCanonItalic; */
font-weight: 500;
}
p.Scripture + p.Scripture:first-letter {
font-size: 1em;
line-height: 1.25em;
float: none;
margin: 0;
font-weight: 600;
}
p.Scripture + p.Scripture:first-line {
font-weight: 400;

}
	
	  }

  @MEDIA print 
	{
	.scriptureQuote { padding-left:15px; background-color:white; page-break-before : auto; page-break-after : avoid  }

.Scripture {margin-left:15;margin-right:15;margin-top:3;margin-bottom:3;font-family:$mainPrintFontScripture, times new roman, swiss, roman, serif; font-size:12.5pt; line-height:13.2pt; font-weight:550;color:#000066;text-align:justify;text-justify:newspaper;text-align-last:left;} 

.scriptureHdgBookRef {margin-left:11;margin-right:14; display:block;color:maroon;border-bottom:black 1.4 solid;padding-bottom:4;margin-bottom:10;font-weight:600;font-family:times new roman,swiss,roman,serif;font-size:12pt;text-align:center;margin-top:5;}

.scriptureParaMarker {color:goldenrod;background-color:maroon;margin:2;padding-top:2;width:16;height:23;text-align:center;font-family:Aldine721 BT, times new roman, swiss, roman, serif}

.scriptureNumeral {color:black;background-color:white;font-weight:500;border:silver;font-family:Aldine721 BT, times new roman, swiss, roman, serif;font-size:10pt}
	
	  }	
	
