/* ----------------------------- IA Dev team ------------------------------- */

/**
 * RiteBrain Fixes
 *********************/
 
 /**
 * Set default fonts
 */
 .bcp-content *,
 .bos-content *,
 .eow-content *,
 .eow2-content *,
 .lff-content * {
	 font-family: Sabon, Garamond, Times, "Times New Roman", Serif;
	 margin-left: 0px;
 }
 
 /**
 * Set a fixed width for the content div.
 */
 div.bcp-content,
 div.bos-content,
 div.eow-content,
 div.eow2-content,
 div.lff-content {
	 width: 676px;
	 margin-left: 0;
 }
 
 /**
 * list indenting issues
 */
 div.bcp-content ol,
 div.bos-content ol,
 div.eow-content ol,
 div.eow2-content ol,
 div.lff-content ol {
	 padding-left: 20px;
 }
 
 /**
 * Fix gap before content
 */
 .bcp-content div.Section,
 .bcp-content div.MainSection,
 .bos-content div.Section,
 .bos-content div.MainSection,
 .eow-content div.Section,
 .eow-content div.MainSection,
 .eow2-content div.Section,
 .eow2-content div.MainSection,
 .lff-content div.Section,
 .lff-content div.MainSection {
	 margin-top: 24px;
	 margin-left:0;
 }
 
 /**
 * Fix gap before header
 */
 .bcp-content div.Section h1.SectionTitle,
 .bcp-content div.MainSection h1.SectionTitle,
 .bcp-content div.Section h2.SectionTitle,
 .bcp-content div.MainSection h2.SectionTitle,
 .bcp-content div.Section h3.SectionTitle,
 .bcp-content div.MainSection h3.SectionTitle,
 .bcp-content div.Section h4.SectionTitle,
 .bcp-content div.MainSection h4.SectionTitle,
 .bos-content div.Section h1.SectionTitle,
 .bos-content div.MainSection h1.SectionTitle,
 .bos-content div.Section h2.SectionTitle,
 .bos-content div.MainSection h2.SectionTitle,
 .bos-content div.Section h3.SectionTitle,
 .bos-content div.MainSection h3.SectionTitle,
 .bos-content div.Section h4.SectionTitle,
 .bos-content div.MainSection h4.SectionTitle
 {
	margin-top: 0px; 
 }
 
 /**
 * Fix Table of Contents display.
 */
 .bcp-content div.MainSection div.toc div.entry p.page-number,
 .bcp-content div.Section div.toc div.entry p.page-number,
 .bos-content div.MainSection div.toc div.entry p.page-number,
 .bos-content div.Section div.toc div.entry p.page-number
 {
	margin-top: -10px;
	font-size: 12pt;
 }
 
 .bos-content div.toc div.entry p.section
 {
	 margin-right: 50px;
 }
 
 /**
 * Hide engravings copy for EOW1
 */
 .eow1_engraving_copy {
	 display: none;
 }
 
 /**
 * Add a little margin to the engraving.
 */
 .eow1_engraving_image {
	 margin-bottom: 1em;
 }
 
 /**
 * Uniform copyright notices.
 */
 .eow1_engraving_copyright {
	 font-family:'serif', 'Times'; 
	 font-size:12.7pt;
 }
 
 /**
 * Uniform engravings headings
 */
 h1#Fraction_AnthemMusic1,
 h1#Fraction_AnthemMusic2 {
	 margin-top: 0.75in;
	 margin-bottom: 13pt;
 }
 h1#Fraction_Anthem {
	 margin-bottom: 13pt;
 }
 h1#Eucharistic_Prayer__Concluding_DoxologyMusic3,
 h1#Eucharistic_Prayer__PrefaceMusic2,
 h1#Eucharistic_Prayer__Concluding_DoxologyMusic2,
 h1#Eucharistic_Prayer__PrefaceMusic1,
 h1#Eucharistic_Prayer__Concluding_DoxologyMusic1,
 h2#Eucharist_Prayer__Preface {
	 margin-bottom: 13pt;
 }
 h2#Opening_AcclamationMusic1,
 h2#Opening_AcclamationMusic2 {
	margin-top: 0.75in; 
 }

