/* CHAPTER OUTLINE FONTS */ @font-face { font-family: "Raleway-Regular"; src:url("../Fonts/Raleway-Regular.ttf"); } @font-face { font-family: "Raleway-SemiBold"; src:url("../Fonts/Raleway-SemiBold.ttf"); } /* HEADINGS AND SIDEBAR FONTS */ @font-face { font-family: "OpenSans-Reg"; src:url("../Fonts/OpenSans-Regular.ttf"); } @font-face { font-family: "OpenSans-Ital"; src:url("../Fonts/OpenSans-Italic.ttf"); } @font-face { font-family: "OpenSans-Bold"; src:url("../Fonts/OpenSans-Bold.ttf"); } @font-face { font-family: "SourceSansPro"; src:url("../Fonts/SourceSansPro-Regular.ttf"); } @font-face { font-family: "SourceSansPro-Ital"; src:url("../Fonts/SourceSansPro-Italic.ttf"); } @font-face { font-family: "SourceSansPro-Bold"; src:url("../Fonts/SourceSansPro-Bold.ttf"); } @font-face { font-family: "SourceSansPro-SemiBld"; src:url("../Fonts/SourceSansPro-Semibold.ttf"); } /* BREAKOUT BOX TEXT & CAPTION FONTS */ @font-face { font-family: "GentAlt-Rom"; src: url("../Fonts/GentiumAlt.otf"); } @font-face { font-family: "GentAlt-Ital"; src: url("../Fonts/GentiumAlt-Italic.otf"); } @font-face { font-family: "JosefinSlab-Regular"; src: url("../Fonts/JosefinSlab-Regular.ttf"); } @font-face { font-family: "JosefinSlab-Bold"; src: url("../Fonts/JosefinSlab-Bold.ttf"); } @font-face { font-family: "JosefinSlab-BoldItalic"; src: url("../Fonts/JosefinSlab-BoldItalic.ttf"); } @font-face { font-family: "JosefinSlab-SemiBold"; src: url("../Fonts/JosefinSlab-SemiBold.ttf"); } @font-face { font-family: "JosefinSlab-Light"; src: url("../Fonts/JosefinSlab-Light.ttf"); } /* BODY STYLES */ body { -epub-line-break:normal; font-family: serif; font-size: 100%; text-align: left; word-wrap: break-word; /* allows long words to break and wrap onto the next line; values: normal (no break) or break-word */ -webkit-nbsp-mode: normal; /* specifies behavior of non-breaking spaces: normal (no break); space (works like normal spaces) */ -webkit-line-break: after-white-space; /* specifies line-breaking rules for CJK (Chinese, Japanese, and Korean) text */ -epub-hyphens:auto; -webkit-hyphens:auto; hyphens:normal; margin: .25em; orphans: 2; /* specifies minimum num of lines to be left at bottom of page; default = 2 */ widows: 2; /* specifies minimum num of lines that must be left at top of page; default = 2 */ } h { word-wrap: normal; -epub-line-break:keep-all; -epub-hyphens:none; -webkit-hyphens:none; -moz-hyphens: none !important; -ms-hyphens: none !important; -o-hyphens: none !important; hyphens: none !important; page-break-after: avoid; } h1.toc-marker { font-size: x-small; font-weight: normal; color: green; text-decoration: underline; } /* COPYRIGHT PAGE */ p.copyright { font-size: 85%; text-indent: 0em; text-align: left; margin: 0em 0em 0em 0em; } p.copyright-first { font-size: 85%; text-indent: 0em; text-align: left; margin: 2em 0em 0em 0em; } p.copyright-space { font-size: 85%; text-indent: 0em; text-align: left; margin: 1em 0em 0em 0em; } /* DEDICATION PAGE */ p.dedication-first { font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: center; margin: 3em 12% 0em 12%; } /* TABLE OF CONTENTS */ p.contents-indent { /* front and back matter lines */ font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 0em 0em .25em 1.5em; } p.contents-indent-space { font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 1.25em 0em .25em 1.5em; } p.contents { /* main body of content page */ font-style: normal; font-weight: normal; text-indent: -2em; padding-left: 2em; text-align: left; margin: 0em 0em .25em 1.5em; } p.contents-part-titles { font-weight: bold; font-style: normal; text-indent: -2em; padding-left: 2em; text-align: left; page-break-after: avoid; margin: 1.25em 0em .5em 0em; } p.table-of-figures { font-style: normal; font-variant: normal; text-indent: -1em; padding-left: 1em; text-align: left; margin: 0em 0em .75em 3.9em; orphans: 2; widows: 2; } /* ABBREVIATIONS */ table.abbreviations { width: 95%; margin-top: 0em; border-top: none; border-bottom: none; border-collapse: collapse; } td.abbreviation { font-size: 85%; font-style: normal; font-variant: normal; text-align: left; text-indent: 0em; vertical-align: top; padding-bottom: .2em; padding-top: 0em; padding-left: 1em; orphans: 2; widows: 2; } /* CHAPTER number/title */ span.chapter-number { font-size: 200%; line-height: 200%; letter-spacing: 0px; font-style: normal; font-weight: normal; } h1.chapter-title { background: #ad9372; padding: 40px 20px 40px 20px; font-size: 190%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: center; letter-spacing: 2px; line-height: 135%; color: white; margin: 1em 0em 3em 0em; } h1.chapter-title-fm { font-size: 190%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: center; letter-spacing: 2px; line-height: 135%; margin: 1em 4% 3em 4%; } /* Various TEXT STYLES */ p.text { text-indent: 1em; margin: 0em 0em 0em 0em; orphans: 2; widows: 2; } p.text-space { text-indent: 1em; margin: 1em 0em 0em 0em; orphans: 2; widows: 2; } p.text-left { text-indent: 0em; margin: 0em 0em 0em 0em; orphans: 2; widows: 2; } p.text-first { text-indent: 0em; margin: 0em 0em 0em 0em; orphans: 2; widows: 2; } p.text-first-space { font-variant: normal; text-indent: 0em; margin: 3em 0em 0em 0em; /* follows something like epigraph source */ orphans: 2; widows: 2; } p.text-centered-space { text-indent: 0em; text-align: center; margin: 1.16em 0em 0em 0em; orphans: 2; widows: 2; } /* SUBHEADS */ p.Heading-1 { font-family: "OpenSans-SemiBld", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif; font-size: 120%; font-style: normal; font-weight: bold; text-indent: 0em; text-align: left; page-break-after: avoid; color: #80421d; margin: 1.83em 2em .83em 0em; } p.Heading-1-discussion { font-family: "OpenSans-SemiBld", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif; font-size: 120%; font-style: normal; font-weight: bold; text-indent: 0em; text-align: center; page-break-after: avoid; color: #80421d; margin: 3em 2em .83em 0em; } p.Heading-2 { font-family: "OpenSans-Ital", "Helvetica-Obique", "HelveticaNeue-Italic", "Arial-ItalicMT", sans-serif; font-size: 110%; font-style: italic; font-weight: normal; text-indent: 0em; text-align: left; page-break-after: avoid; color: #80421d; margin: 1.33em 2em .5em 1em; } p.Heading-2-2 { font-family: "OpenSans-Ital", "Helvetica-Obique", "HelveticaNeue-Italic", "Arial-ItalicMT", sans-serif; font-size: 110%; font-style: italic; font-weight: normal; text-indent: 0em; text-align: left; page-break-after: avoid; color: #80421d; margin: 0em 2em .5em 1em; } p.Heading-3 { font-family: "OpenSans-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; font-style: normal; font-weight: bold; font-variant: normal; /* pseudo small-caps */ text-indent: 0em; text-align: left; page-break-after: avoid; color: #80421d; margin: 1.16em 2em .33em 2em; } /* CHAPTER OPENER OUTLINES */ div.outline { border-top: 4px dotted black; border-bottom: 4px dotted black; padding: 0em 0em 1em 0em; } p.Heading-1-outline { font-family: "OpenSans-Bold", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif; background: #81431d; padding: 6px; font-size: 120%; font-style: normal; font-weight: bold; font-variant: normal; /* pseudo small-caps */ text-indent: 0em; text-align: left; page-break-after: avoid; color: white; margin: 1em 0em .83em 0em; } p.out1 { /* serves as a header */ font-family: "Raleway-SemiBold", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT", sans-serif; font-size: 95%; font-style: normal; font-weight: bold; text-indent: 0em; text-align: left; color: #634a32; margin: .66em 0em 0em 1em; } p.out2 { font-family: "Raleway-Regular", "Helvetica", "HelveticaNeue", "Arial", sans-serif; font-size: 95%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; color: #634a32; margin: .33em 0em 0em 2.15em; } p.out3 { font-size: 95%; font-style: normal; font-weight: normal; text-indent: -1.2em; padding-left: 1.2em; text-align: left; color: #634a32; margin: .33em 0em 0em 3.30em; } /* NUMBERED LIST (OL code) */ li.list-numbered { font-style: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: .16em 0em 0em .5em; orphans: 2; widows: 2; } li.list-numbered-first { /* when follows a subhead and is not to add space */ font-style: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: 0em 0em 0em .5em; orphans: 2; widows: 2; } /* UNNUMBERED LIST (non-bullet list) */ p.list-unnumbered { font-style: normal; font-weight: normal; font-variant: normal; text-indent: -1em; /* Hanging Indent */ padding-left: 1em; margin: 0em 0em 0em 1em; orphans: 2; widows: 2; } p.list-unnumbered-space { font-style: normal; font-weight: normal; font-variant: normal; text-indent: -1em; /* Hanging Indent */ padding-left: 1em; margin: 1em 0em 0em 1em; orphans: 2; widows: 2; } /* BREAKOUT-LIKE TEXT IN GREEN BOX */ div.breakout { padding: .25px 0px .016px 0px; /* top affects height of white rule within green box, bottom affects depth of box */ background-color: #c1dcd3; margin: 1.25em 15% 1.25em 15%; /* affects position and whitespace of breakout on screen (external) */ display: block; } p.boxed-head { border-top: 6px solid white; /* creates white rule on top of breakout box */ padding: 17px 12px 0px 12px; /* moves title: top moves title down from rule */ font-family: "JosefinSlab-Bold", serif; font-family: "GentAlt-Rom"; font-size: 120%; font-style: normal; font-weight: bold; text-indent: 0em; text-align: left; page-break-after: avoid; margin: .45em 0em .83em 0em; /* top num sets space of white rule from top of breakout box */ } p.boxed-text-with-title { border-bottom: 6px solid white; /* creates white rule on bottom of breakout box */ font-family: "GentAlt-Rom", serif; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 0px 12px 12px 12px; /* bottom num affects position of white rule of breakout box from bottom of text */ margin: 0em 0em .5em 0em; /* moves white rule in breakout box */ } p.boxed-head-verso { border-top: 6px solid white; /* creates white rule on top of breakout box */ padding: 17px 12px 0px 12px; /* moves title: top moves title down from rule */ font-family: "JosefinSlab-Bold", serif; font-size: 120%; font-style: normal; font-weight: bold; text-indent: 0em; text-align: left; page-break-after: avoid; margin: .45em 0em .83em 0em; /* top num sets space of white rule from top of breakout box */ } p.boxed-text-with-title-verso { border-bottom: 6px solid white; /* creates white rule on bottom of breakout box */ font-family: "GentAlt-Rom", serif; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 0px 12px 12px 12px; /* bottom num affects position of white rule of breakout box from bottom of text */ margin: 0em 0em .5em 0em; /* moves white rule in breakout box */ } p.boxed-text { border-top: 6px solid white; /* creates white rule on top of breakout box */ border-bottom: 6px solid white; /* creates white rule on bottom of breakout box */ font-family: "GentAlt-Rom", serif; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 15px 12px 12px 12px; /* top and bottom num affects position of white rule of breakout box from text */ margin: .5em 0em .5em 0em; /* moves white rule in breakout box */ } p.boxed-text-verso { border-top: 6px solid white; /* creates white rule on top of breakout box */ border-bottom: 6px solid white; /* creates white rule on bottom of breakout box */ font-family: "GentAlt-Rom", serif; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 15px 12px 12px 12px; /* top and bottom num affects position of white rule of breakout box from text */ margin: .5em 0em .5em 0em; /* moves white rule in breakout box */ } p.boxed-text-no-rule { font-family: "GentAlt-Rom", serif; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 0px 12px 0px 12px; } p.boxed-text-no-rule { font-family: "GentAlt-Rom", serif; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 0px 12px 0px 12px; } li.boxed-text-bulleted-list-space { font-family: "GentAlt-Rom", serif; line-height: 130%; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 0px 12px 0px 12px; } li.boxed-text-bulleted-list { font-family: "GentAlt-Rom", serif; line-height: 130%; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 0px 12px 0px 12px; } li.boxed-text-bulleted-list { font-family: "GentAlt-Rom", serif; line-height: 130%; font-size: 110%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; padding: 0px 12px 0px 12px; } p.boxed-final-rule { border-bottom: 6px solid white; /* creates white rule on bottom of breakout box */ font-size: 80%; font-style: normal; font-weight: normal; padding: 0px 0px 0px 0px; margin: -1.5em 0em .8em 0em; /* moves white rule in breakout box */ } /* SIDEBARS IN RED BOXES */ div.sidebar { /* red border around sidebar box */ border: 2px solid #9e1d23; padding: 0em 0em 1em 0em; margin: 1em; } p.sidebar-title { font-family: "SourceSansPro-Bold", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif; background: #9e1d23; /* red background */ padding: 10px 46px 10px 12px; font-size: 110%; font-style: normal; font-weight: bold; text-align: left; text-indent: 0em; color: white; page-break-after: avoid; margin: 0em 0em 0em 0em; } p.sidebar-head { font-family: "SourceSansPro-SemiBld", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif; line-height: 130%; font-size: 85%; font-weight: bold; font-style: normal; text-indent: 0em; text-align: left; page-break-after: avoid; margin: 1em 1em .83em 1em; } p.sidebar { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 1em; margin: 0em 1em 0em 1em; orphans: 2; widows: 2; } p.sidebar-left { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 0em; margin: 0em 1em 0em 1em; orphans: 2; widows: 2; } p.sidebar-space { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 1em; margin: 1em 1em 0em 1em; orphans: 2; widows: 2; } p.sidebar-first { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 0em; margin: 1em 1em 0em 1em; orphans: 2; widows: 2; } li.sidebar-list-numbered-space { /* for OL code */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: 1em 0em 0em 0em; } li.sidebar-list-numbered { /* for OL code */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: .16em 0em 0em 0em; } li.sidebar-list-numbered-first { /* for OL code */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: .16em 0em 0em 0em; } li.sidebar-list-bulleted-space { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: 0em 0em 0em 0em; } li.sidebar-list-bulleted { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: 0em 0em 0em 0em; } li.sidebar-list-subentry-bullet { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: 0em 0em 0em -1.5em; } p.sidebar-list-numbered-no-num { /* non UL arabic number interrupted by sub-data */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-variant: normal; text-indent: -1em; padding-left: 1em; /* Hanging Indent */ text-align: left; margin: .16em 0em 0em 1em; orphans: 2; widows: 2; } p.sidebar-list-numbered-no-num-space { /* non UL arabic number interrupted by sub-data */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-variant: normal; text-indent: -1em; padding-left: 1em; text-align: left; margin: 1em 0em 0em 1em; orphans: 2; widows: 2; } p.sidebar-list-numbered-no-num-first { /* non UL arabic number interrupted by sub-data */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-variant: normal; text-indent: -1em; padding-left: 1em; text-align: left; margin: 0em 0em 0em 1em; orphans: 2; widows: 2; } p.sidebar-list-numbered-no-num-sub { /* sub-data beneath non UL numbered list */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-variant: normal; text-indent: -1.7em; padding-left: 1.7em; text-align: left; margin: .16em 0em 0em 2.5em; orphans: 2; widows: 2; } p.sidebar-list-unnumbered { /* no number or bullet */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; text-indent: -1em; padding-left: 1em; margin: 0em 0em 0em 1.24em; } p.sidebar-list-unnumbered-space { /* no number or bullet */ font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; text-indent: -1em; padding-left: 1em; margin: .75em 0em 0em 1.24em; } p.sidebar-extract-space { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 0em; margin: 1em 2em 0em 2em; orphans: 2; widows: 2; } p.sidebar-extract { font-family: "SourceSansPro", "Helvetica", "HelveticaNeue", "Arial", sans-serif; line-height: 130%; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 1em; margin: 0em 2em 0em 2em; orphans: 2; widows: 2; } /* TABLES */ table { /* default table structure */ margin-left: .5em; margin-top: 1em; margin-bottom: 1em; border-collapse: collapse; width: 95%; display: table; border-bottom: 1.25px solid black; /* add border-top if top of table needs rule */ /* table heading will add rule below headings */ } table.rule { /* adds a top rule to table when there are no heads */ border-top: 1.25px solid black; } td { padding: .33em; } th { padding: .33em; } p.table-title { font-size: 90%; font-style: normal; font-weight: bold; text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: center; page-break-after: avoid; margin: 1em 0em .5em 0em; } td.table-text { font-size: 90%; font-weight: normal; font-style: normal; text-indent: 0em; text-align: left; vertical-align: top; } /* GLOSSARY */ p.glossary { font-style: normal; font-weight: normal; text-indent: -1em; /* hanging indent */ padding-left: 1em; margin: .16em 0em .33em 0em; } /* SUBJECT or NAMES INDEX */ p.index-subj-main { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1.25em; padding-left: 1.25em; text-align: left; margin: 0em 0em 0em 0em; } p.index-space { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1.25em; padding-left: 1.25em; text-align: left; margin: 1.25em 0em 0em 0em; } p.index-subj-subentry { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1.25em; padding-left: 1.25em; text-align: left; margin: 0em 0em 0em 1em; } /* SCRIPTURE or ANCIENT SOURCES INDEX */ p.index-scrip-head { /* as Old Testament or New Testament */ border-bottom: thin solid gray; padding-bottom: .16em; font-style: normal; font-weight: bold; text-indent: -1.25em; padding-left: 1.25em; page-break-after: avoid; text-align: left; margin: 1em 0em .33em 0em; } p.index-scrip-main { /* each entry itself */ font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1.25em; padding-left: 1.25em; text-align: left; margin: 0em 0em 0em 0em; } p.index-scrip-head1 { /* Bible books that do not follow main head */ border-bottom: thin solid gray; padding-bottom: .16em; font-size: 90%; font-style: normal; font-weight: bold; text-indent: 0em; page-break-after: avoid; text-align: left; margin: 1em 0em .33em 0em; } p.index-scrip-head1-2 { /* as Genesis or Matthew when following scrip head */ border-bottom: thin solid gray; padding-bottom: .16em; font-size: 90%; font-style: normal; font-weight: bold; text-indent: 0em; page-break-after: avoid; text-align: left; margin: 0em 0em .33em 0em; } p.index-scrip-head2 { font-size: 90%; font-style: italic; font-weight: normal; text-indent: 0em; page-break-after: avoid; text-align: left; margin: 1em 0em .33em 1em; } p.index-scrip-head2-2 { /* follows head1 */ font-size: 90%; font-style: italic; font-weight: normal; text-indent: 0em; page-break-after: avoid; text-align: left; margin: 0em 0em .33em 1em; } /* BIBLIOGRAPHY */ p.bibliog { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1em; /* hanging indent */ padding-left: 1em; margin: .16em 0em .33em 0em; } p.bibliog-space { font-size: 90%; font-style: normal; font-weight: normal; text-indent: -1em; /* hanging indent */ padding-left: 1em; margin: 1.16em 0em .33em 0em; } /* FIGURES */ body.cover { margin:0; padding:0; font-size:0 } img { max-width: 100%; max-height: 100%; } p.captions { border-top: 2px solid #80421d; border-bottom: 2px solid #80421d; padding: 4px; font-family: "GentAlt-Rom", serif; line-height: 120%; font-size: 80%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: center; color: #624a31; page-break-before: avoid; margin: .16em 12% 2em 12%; } p.figure-marker { display: block; text-align: center; text-weight: bold; text-indent: 0em; margin-top: .75em; margin-bottom: .5em; } /* HYPERLINK STYLE DATA */ a:active { /* mouse button held down */ color: red; } a:hover { background: #e3ae84; } a:link { /* not visited */ color: blue; text-decoration: underline; } a:visited { color: #cc66ff; } span.hyperlink { font-style: normal; font-weight: normal; } /* CHARACTER STYLES */ span.boxed-head-bold-italic { font-family: "JosefinSlab-BoldItalic", serif; } span.sans-italic { font-family: "OpenSans-Ital", "Helvetica-Obique", "HelveticaNeue-Italic", "Arial-ItalicMT", sans-serif; font-weight: normal; font-style: italic; } span.sans_accent_roman_text { font-family: "GentAlt-Rom"; } span.accent_roman_extract { font-family: "GentAlt-Rom"; } span.accent_roman_notes { font-family: "GentAlt-Rom"; } span.accent_roman_text { font-family: "GentAlt-Rom"; } span.accent_italic_extract { font-family: "GentAlt-Ital"; font-style: italic; } span.accent_italic_notes { font-family: "GentAlt-Ital"; font-style: italic; } span.accent_italic_text { font-family: "GentAlt-Ital"; font-style: italic; } span.underdot-italic { font-family: "GentAlt-Ital"; font-style: italic; } span.box-italic { font-family: "GentAlt-Ital"; font-style: italic; } span.underdot-italic { font-style: italic; font-weight: bold; } span.regular { font-style: normal; font-weight: normal; letter-spacing: 0px; } span.italic { font-style: italic; font-weight: normal; } span.bold { font-style: normal; font-weight: bold; } span.bold-italic { font-style: italic; font-weight: bold; } span.small-caps { font-size: 80%; }