@font-face { font-family: "SourceSansPro-Reg"; src:url("../Fonts/SourceSansPro-Regular.otf"); } @font-face { font-family: "SourceSansPro-Ital"; src:url("../Fonts/SourceSansPro-It.otf"); } @font-face { font-family: "SourceSansPro-Bold"; src:url("../Fonts/SourceSansPro-Bold.otf"); } /* BODY STYLES */ body { 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; 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 { page-break-after: avoid; -webkit-hyphens: none !important; hyphens: none !important; } 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; margin: 0em 0em 0em 0em; } p.copyright-first { font-size: 85%; text-indent: 0em; margin: 2em 0em 0em 0em; } p.copyright-space { font-size: 85%; text-indent: 0em; margin: 1em 0em 0em 0em; } /* TABLE OF CONTENTS */ p.contents1 { font-style: normal; font-weight: normal; text-indent: -2em; text-align: left; padding-left: 2em; margin: 0em 0em .5em 0em; } p.contents1-space { font-style: normal; font-weight: normal; text-indent: -2em; text-align: left; padding-left: 2em; margin: 1.25em 0em .5em 0em; } p.contents2 { font-style: normal; font-weight: normal; text-indent: -2em; text-align: left; padding-left: 2em; margin: 0em 0em .5em 1em; } p.contents2-space { font-style: normal; font-weight: normal; text-indent: -2em; text-align: left; padding-left: 2em; margin: 1.25em 0em .5em 1em; } p.contents3 { /* use when dividing part lines from chap lines */ 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; } /* PART SECTION */ span.part-number { border-top: 2px solid gray; border-bottom: 2px solid gray; font-style: normal; font-weight: normal; font-size: 60%; letter-spacing: 2px; font-variant: small-caps; /* normal or small-caps */ } h1.part-title { font-size: 200%; font-style: normal; font-weight: normal; letter-spacing: 2px; text-indent: 0em; text-align: right; padding-top: 0px; padding-bottom: 0px; margin: 0em .5em 3em 7%; } /* CHAPTER number/title */ span.chapter-number { font-size: 200%; font-style: normal; font-weight: normal; letter-spacing: 0px; color: #828b8a; /* gray screen */ } h1.chapter-title { font-size: 170%; font-style: normal; font-weight: normal; font-variant: normal; /* normal or small-caps */ letter-spacing: 2px; text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: center; margin: 1em 4% 3em 4%; } h2.chapter-title { font-size: 170%; font-style: normal; font-weight: normal; font-variant: normal; /* normal or small-caps */ letter-spacing: 2px; text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: center; margin: 1em 4% 3em 4%; } /* Various TEXT STYLES */ .drop-cap { font-size: 140%; font-weight: bold; color: #a9afaf; } 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-left-space { font-variant: normal; text-indent: 0em; margin: 1em 0em 0em 0em; orphans: 2; widows: 2; } p.text-centered { text-indent: 0em; text-align: center; margin: 0em 0em 0em 0em; 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-size: 110%; font-style: normal; font-weight: bold; font-variant: normal; /* options: normal, small-caps */ text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: left; page-break-after: avoid; margin: 1.83em 2em .83em 0em; /* (top, right, bottom, left) */ } p.heading-1-2 { /* heading-1 w/o space above (normally comes at beginning of a chapter) */ font-size: 110%; 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: left; page-break-after: avoid; margin: 0em 2em .83em 0em; } p.heading-2 { font-size: 110%; font-style: italic; font-weight: bold; font-variant: normal; /* options: normal, small-caps */ text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: left; page-break-after: avoid; margin: 1.33em 2em .5em 1em; } p.heading-2-2 { /* heading-2, follows a heading-1 (no space above) */ font-size: 110%; font-style: italic; font-weight: bold; text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: left; page-break-after: avoid; margin: 0em 2em .5em 1em; } p.heading-3 { font-style: normal; font-weight: normal; font-variant: normal; /* pseudo small-caps */ text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: left; page-break-after: avoid; margin: 1.16em 2em .33em 2em; } /* QUESTIONNAIRE */ p.questionnaire-heading { font-family: "SourceSansPro-Bold", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT," sans-serif; font-size: 110%; font-style: normal; font-weight: bold; font-variant: normal; /* options: normal, small-caps */ text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: left; page-break-after: avoid; margin: 1.83em 2em .83em 0em; /* (top, right, bottom, left) */ } p.questionnaire-text { font-family: "SourceSansPro-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; text-indent: 1em; text-align: left; margin: 0em 0em 0em 0em; orphans: 2; widows: 2; } p.questionnaire-text-space { font-family: "SourceSansPro-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; text-indent: 1em; text-align: left; margin: 1em 0em 0em 0em; orphans: 2; widows: 2; } p.questionnaire-text-first { font-family: "SourceSansPro-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; text-indent: 0em; text-align: left; margin: 1em 0em 0em 0em; orphans: 2; widows: 2; } p.questionnaire-list { font-family: "SourceSansPro-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; 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.questionnaire-list-space { font-family: "SourceSansPro-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; font-style: normal; font-weight: normal; font-variant: normal; text-indent: -1em; padding-left: 1em; margin: 1em 0em 0em 1em; orphans: 2; widows: 2; } /* LETTERS */ p.letter-opening-space { font-style: italic; font-weight: normal; text-indent: 0em; text-align: left; margin: 1em 1em .33em 1em; } p.letter { font-style: italic; font-weight: normal; text-indent: 1em; text-align: left; margin: 0em 1em 0em 1em; } p.letter-space { font-style: italic; font-weight: normal; text-indent: 1em; text-align: left; margin: 1em 1em 0em 1em; } /* EXTRACTS */ p.extract-space { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 0em; margin: 1em 1em 0em 1em; /* (top, right, bottom, left) */ orphans: 2; widows: 2; } p.extract { font-size: 90%; font-style: normal; font-weight: normal; text-indent: 1em; margin: 0em 1em 0em 1em; orphans: 2; widows: 2; } p.extract-source { font-size: 90%; font-style: normal; font-weight: normal; font-variant: normal; text-indent: 0em; text-align: right; page-break-before: avoid; margin: .33em 1em 0em 1.66em; } /* 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-space { font-style: normal; font-variant: normal; text-indent: 0em; text-align: left; margin: 1em 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; } /* SIDEBARS */ div.sidebar { /* lightly shaded box area w darker gray border */ border-top: 3px solid #d4d5d7; border-right: 3px solid #d4d5d7; border-bottom: 3px solid #d4d5d7; border-left: 3px solid #d4d5d7; padding: 1em; margin-top: 1em; margin-bottom: 1em; margin-left: 1em; margin-right: 1em; background-color: #e8e8e8; } p.sidebar-title { font-family: "SourceSansPro-Bold", "Helvetica-Bold", "HelveticaNeue-Bold", "Arial-BoldMT,"sans-serif; font-size: 95%; font-weight: bold; font-style: normal; text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: center; padding-top: .5em; page-break-after: avoid; margin: 0em 2% 1em 2%; /* (top, right, bottom, left) */ } p.sidebar-first { font-family: "SourceSansPro-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 0em; margin: 0em 0em 0em 0em; } p.sidebar { font-family: "SourceSansPro-Reg", "Helvetica", "HelveticaNeue", "Arial", sans-serif; font-size: 80%; font-style: normal; font-weight: normal; text-align: left; text-indent: 1em; margin: 0em 0em 0em 0em; } /* APPENDIX */ span.appendix-number { /* works on conjunction w chapter title */ font-size: 80%; font-style: normal; font-weight: normal; text-decoration: none; /* none, line-through, underline, etc. */ text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-align: center; text-indent: 0em; } h2.appendix-title { font-size: 170%; font-style: normal; font-weight: normal; font-variant: normal; /* normal or small-caps */ letter-spacing: 2px; text-transform: none; /* options: none, capitalize, uppercase, lowercase */ text-indent: 0em; text-align: center; margin: 1em 4% 1em 4%; } p.rule { border-bottom: thin solid black; margin-left: 2.5em; margin-right: 0em; margin-top: 1.16em; margin-bottom: 0em; text-indent: 0em; } p.chapter-copyright { font-style: normal; font-weight: normal; text-align: center; margin: 0em 0em 3em 0em; } /* ABOUT THE AUTHOR */ p.about-author-first { text-indent: 0em; margin: 3em 0em 0em 0em; orphans: 2; widows: 2; } /* BOOKS BY . . . list (i.e., other books by author) */ h1.books-by { /* style for title line of book list by author */ font-size: 130%; font-style: normal; font-weight: normal; text-indent: 0em; text-align: center; margin: 2em 0em 0em 0em; /* (top, right, bottom, left) */ } div.books-by-divider-rule { /* use in conjunction with the