/* 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 { word-wrap: normal; -webkit-hyphens: none !important; -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: .75em; text-indent: 0em; text-align: left; margin: 0em 0em 0em 0em; } p.copyright-first { font-size: .75em; text-indent: 0em; text-align: left; margin: 2em 0em 0em 0em; } p.copyright-space { font-size: .75em; 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%; } /* SOURCE */ p.source { font-size: .83em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; text-indent: 0em; text-align: right; margin: .33em 0em 0em 0em; /* (top, right, bottom, left) */ } /* TABLE OF CONTENTS */ p.contents1 { font-size: .9em; font-weight: normal; font-style: normal; text-align: center; text-indent: 0em; margin: 0em 0em 0em 0em; } p.contents1-space { font-size: .9em; font-weight: normal; font-style: normal; text-align: center; text-indent: 0em; margin: 1em 0em 0em 0em; } p.contents-bullet { font-size: .9em; font-weight: normal; font-style: normal; text-align: center; text-indent: 0em; margin: 0em 0em 0em 0em; } /* CHAPTER number/title */ h1.chapter-title { font-size: 1.83em; font-weight: normal; font-style: normal; font-variant: normal; letter-spacing: 2px; text-indent: 0em; text-align: center; color: #228c42; margin: 2em 15% 3em 15%; /* (top, right, bottom, left) */ } h1.chapter-title-w-sub { font-size: 1.83em; font-weight: normal; font-style: normal; font-variant: normal; letter-spacing: 2px; text-indent: 0em; text-align: center; color: #228c42; margin: 2em 15% 0em 15%; } p.chapter-author { font-size: 1.08em; font-weight: normal; font-variant: normal; /* set small caps inline due to variations in text */ font-style: normal; text-indent: 0em; text-align: center; color: #228c42; margin: 0em 20% 3em 20%; } /* Various TEXT STYLES */ .drop-cap { font-size: 140%; font-weight: bold; color: #228c42; } p.text { text-indent: 1em; text-align: left !important; margin: 0em 0em 0em 0em; orphans: 2; widows: 2; } p.text-space { text-indent: 1em; text-align: left !important; margin: 1em 0em 0em 0em; orphans: 2; widows: 2; } p.text-first { text-indent: 0em; text-align: left !important; margin: 0em 0em 0em 0em; orphans: 2; widows: 2; } p.text-left-space { font-variant: normal; text-indent: 0em; text-align: left !important; margin: 1em 0em 0em 0em; orphans: 2; widows: 2; } /* EXTRACTS */ p.extract-space { font-size: .916em; font-style: normal; font-weight: normal; text-indent: 0em; text-align: left; margin: 1em 1em 0em 1em; /* (top, right, bottom, left) */ } /* ABOUT THE AUTHOR */ p.about-author-first { font-variant: normal; text-indent: 0em; text-align: left !important; margin: 3em 0em 0em 0em; orphans: 2; widows: 2; } /* FIGURES */ img { max-width: 100%; max-height: 100%; } body.cover { margin:0; padding:0; font-size:0 } p.figure-marker { display: block; text-align: center; text-weight: bold; text-indent: 0em; margin-top: 1.16em; margin-bottom: 1.16em; } /* DIVIDER */ p.divider { font-size: medium; font-style: normal; font-weight: normal; text-align: center; text-indent: 0em; margin: 1.16em 0em 1.16em 0em; } p.divider1 { font-size: medium; font-style: normal; font-weight: normal; text-align: center; text-indent: 0em; margin: 1.16em 0em .5em 0em; } p.divider-sub { text-align: center; text-indent: 0em; font-size: small; letter-spacing: -1px; color: #ccc; margin: 1.16em 0em 1.16em 0em; } /* HYPERLINK STYLE DATA */ a:active { /* mouse button held down */ color: red; } a:hover { background: #49bb6c; } a:link { /* not visited */ color: blue; } a:visited { color: #cc66ff; } /* CHARACTER STYLES */ span.regular { font-weight: normal; font-style: normal; } span.italic { font-weight: normal; font-style: italic; } span.bold { font-weight: bold; font-style: normal; } span.small-caps { font-variant: small-caps; } span.small-text { font-size: small; } p.bethany { font-size: 1.25em; font-weight: normal; text-align: center; font-variant: small-caps; margin-bottom: 1em; } p.center { font-style: italic; text-align: center; }