@charset "UTF-8"; /* blitz — CSS framework for reflowable eBooks Version 0.95 by Jiminy Panoz Codename: Blonde Rock & Roll License: MIT (https://opensource.org/licenses/MIT) */ /* NAMESPACES */ @namespace h "http://www.w3.org/1999/xhtml/"; @namespace epub "http://www.idpg.org/2007/ops"; /* if you need to style epub:type */ @namespace m "http://www.w3.org/1998/Math/MathML/"; /* if you need to style MathML */ @namespace svg "http://www.w3.org/2000/svg"; /* if you need to style SVG */ html { /* Don't use it for styling, used as selector which can take a punch if anything goes wrong above */ } /* Begin CSS */ /* Reset */ /* So here's the trick, we must reset to manage a number of problems once and for all: - HTML5 backwards compatibility (EPUB 3 file in EPUB 2 app); - user settings (e.g. line-height on Kobo and Kindle); - CSS bloat (DRY); - KFX for which a reset using `border: 0` seems to disable support; - etc. It all started as a normalize and became a reset given the magnitude of the task. */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding:0; /* RS may apply vertical padding to el such as p */ border: 0; /* Font size in pixel disable the user setting in legacy RMSDK */ line-height: inherit; /* Kindle ignores it, Kobo needs it. If you don’t use inherit, the user setting may be disabled on some Kobo devices */ vertical-align: baseline; -webkit-hyphens:none; epub-hyphens:none; -moz-hyphens:none; hyphens:none; adobe-hyphenate:none !important; } /* This is absolutely necessary for backwards compatibility */ article, aside, details, figure, figcaption, footer, header, hgroup, main, nav, section { display: block; } /* page margins for nook and kobo */ @page { margin:30px 20px 0 20px; } body { text-align: left; margin:0 auto; /* RS will override margins anyways */ padding: 0; widows: 2; /* iBooks and Kobo support widows and orphans */ orphans: 2; } @font-face { font-family: "Gotham-Book"; src: url(../fonts/Gotham-Book.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "Gotham-Bold"; src: url(../fonts/Gotham-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "PTSans"; src: url(../fonts/PTSans-BoldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "RotisSansSerif"; src: url(../fonts/RotisSansSerif-Bold.ttf); font-style: normal; font-weight: bold; } h1,h2,h3,h4,h5,h6 { page-break-after:auto; -epub-hyphens: none !important; adobe-hyphenate: none !important; hyphens: none !important; page-break-after: auto !important; } .h1 { font-weight: normal; font-size: 230%; line-height: 1.1em; margin-top: 1.5em; margin-bottom: 0em; text-align: center; } .subhead { font-family: "Gotham-Book", sans-serif; line-height: 1em; font-size: 85%; margin-top: 0em; margin-bottom: 2em; text-align: center; } .subtitle { line-height: 1.2em; font-size: 110%; margin-top: 0.1em; margin-bottom: 3em; text-align: left; text-indent: 0em; } .quote { line-height: 1.2em; font-size: 130%; margin-top: 3em; margin-bottom: 0.5em; margin-right: 2em; margin-left: 2em; text-align: center; color: #939598; font-weight: normal; } .author { font-family: "Gotham-Book", sans-serif; line-height: 1em; font-size: 115%; margin-top: 3em; margin-bottom: 1em; text-align: center; } .fore { font-size: 105%; margin-top: 1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .forea { font-family: "PTSans", sans-serif; line-height: 1em; font-size: 130%; margin-top: 0.5em; margin-bottom: 3em; text-align: center; } .pub { margin-top: 7em; margin-bottom: 0.3em; text-align: center; } .toc { font-family: "Gotham-Book", sans-serif; font-size: 75%; line-height: 1.2em; margin-top: 1.2em; margin-bottom: 0.2em; margin-left: 0em; text-align: left; text-indent: 0em; } .toc1 { font-family: "Gotham-Book", sans-serif; margin-top: 0.5em; margin-bottom: 0.2em; margin-left: 2em; text-align: left; text-indent: 0em; } .h2 { font-size: 200%; font-weight: normal; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: left; text-indent: 0em; } .h2b { font-size: 200%; font-weight: normal; line-height: 1em; margin-top: 1em; margin-bottom: 0.5em; text-align: left; text-indent: 0em; } .h2i { font-family: "Gotham-Book", sans-serif; font-size: 210%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-align: center; } .h2a { font-family: "Gotham-Book", sans-serif; font-size: 100%; font-weight: normal; line-height: 1em; margin-top: 1.2em; margin-bottom: 0.8em; text-indent: 0em; text-align: left; } .h2p { font-size: 300%; font-weight: normal; line-height: 1.2em; margin-top: 2.5em; margin-bottom: 0.2em; text-align: center; padding:0.7em; background-color: #000000; border: solid #FFFFFF 0.1em; color: #ffffff; } .h2c { font-size: 220%; font-weight: normal; line-height: 1.2em; margin-top: 0em; margin-bottom: 0em; text-align: center; padding: 0.5em; background-color: #000000; border: solid #FFFFFF 0.075em; color: #ffffff; } .h3 { page-break-before: always; font-family: "Gotham-Book", sans-serif; font-size: 180%; line-height: 1.2em; margin-top: 1em; margin-bottom: 0.7em; text-align: left; text-indent: 0em; font-weight: normal; } .h4 { page-break-before: always; font-family: "Gotham-Bold"; font-size: 105%; line-height: 1em; margin-top: 1em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .h5 { font-family: "Gotham-Book"; font-size: 90%; line-height: 1em; margin-top: 1em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .noindent { margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .noindent1 { margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .bquote { font-family: "Gotham-Book", sans-serif; font-size: 140%; margin-top: 1em; margin-bottom: 1em; margin-left: 3em; margin-right: 1.4em; text-align: left; text-indent: 0em; color: #58585a; } .ques { margin-top: 1em; margin-bottom: 1em; margin-left: 1.8em; text-indent: 0em; text-align: left; color: #58585a; } .ansi { font-family: "Gotham-Book", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 1em; margin-left: 1.8em; text-indent: -1.8em; text-align: left; } .ansa { font-family: "Gotham-Book", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 1em; margin-left: 1.8em; text-indent: 0em; text-align: left; } .bib { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 1em; text-indent: -1em; text-align: left; } .chtitle { font-family: "SerifaStd-Bold", sans-serif; line-height: 1em; font-size: 110%; margin: 0.1em 0em 0.5em 0em; text-align: center; } .b1 { font-family: "Gotham-Book"; font-size: 100%; margin-right: 0.1em; } .f1 { font-size: 170%; } .f2 { font-size: 120%; } .f3 { font-size: 70%; } .imagel { margin-top: 1em; margin-bottom: 0em; text-align: left; text-indent: 0em; } .indent { margin-top: 0.1em; margin-bottom: 0em; text-indent: 1.2em; text-align: left; } .caption { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1.2em; margin-top: 0.2em; margin-bottom: 1.5em; text-indent: 0em; text-align: left; } .credit { font-size: 80%; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .t1 { margin-top: 1em; margin-bottom: 1em; width: 100%; } .t2 { margin-top: 0.1em; margin-bottom: 1em; width: 100%; } .line1 { vertical-align: top; width: 60%; } .line2 { vertical-align: top; width: 40%; } .tdpara { margin: 0em; text-indent: 0.2em; text-align: left; } .sidebar1 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #d7a98c; color: #000000; text-align: left; } .sidebar2 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #95bab1; text-align: left; } .sidebar3 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #9dc8eb; text-align: left; } .sidebar4 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #84b5d4; text-align: left; } .sidebar5 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #d8aaae; text-align: left; } .sidebar6 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #a8c78e; text-align: left; } .sidebar7 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #edc9ae; text-align: left; } .sidebar8 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #7dacca; text-align: left; } .sidebar9 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #b0b68a; text-align: left; } .sidebar10 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #e9ceb0; text-align: left; } .sidebar11 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #ffd998; text-align: left; } .sidebar12 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #ae9dc1; text-align: left; } .sidebar13 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #eebc9f; text-align: left; } .sidebar14 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #9ab884; text-align: left; } .sidebar15 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #e4a596; text-align: left; } .sidebar16 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 1em; border: solid #FFFFFF 0.1em; background-color: #cca49e; text-align: left; } .indexmain { font-family: "Gotham-Book", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexlev1 { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; } .indexlev2 { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 2.5em; text-align: left; } .copya { margin-top: 0.7em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copy1 { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copy2 { font-size: 90%; margin-top: 0em; margin-bottom: 0.1em; margin-left: 1.5em; text-indent: -1.5em; text-align: left; } .ded { font-family: "Gotham-Book"; line-height: 1.5em; font-size: 90%; margin: 4em; text-align: center; } .hr { border: dotted 1px; text-align: center; margin: 1em 10em 1em 10em; } .hr1 { border: dotted #ffffff 1px; margin: 0.5em 0em 0.5em 0em; } .subtit { font-size: 110%; margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .stitle { font-family: "SerifaStd-Bold", sans-serif; font-size: 120%; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .spara1 { font-weight: bold; margin-top: 0em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .spara { font-weight: bold; margin-top: 0.5em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .sparai { font-weight: bold; margin-top: 0.1em; margin-bottom: 0em; text-indent: 1.2em; text-align: left; } .sparar { font-weight: bold; margin-top: 0.5em; margin-bottom: 0em; margin-right: 0.5em; text-align: right; } .list { margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0em; text-indent: 0em; text-align: left; } .nlist { margin-top: 0.2em; margin-bottom: 0.1em; margin-left: 1em; text-indent: -1em; text-align: left; } .star { text-align: center; margin-top: 0.5em; margin-bottom: 0.8em; } .right { margin-top: 0em; margin-bottom: 0em; margin-right: 0.5em; text-align: right; } .num1 { font-family: "SerifaStd-Bold", sans-serif; font-size: 150%; } .num { font-size: 80%; vertical-align: .5ex; } .den { font-size: 80%; } .sc { font-size: 62%; } aside { display: block; } table { border-collapse: collapse; } .group { page-break-inside: auto; } a { text-decoration: none; } ol { list-style-type:none; margin: 0em; } .hidden { display: none; visibility: hidden; } /* New Image Structure */ /* For Cover Images */ .imagefp { height: 98%; margin: 0em; text-align: center; } .imagefp:only-of-type { height: 98vh; margin: 0em; text-align: center; } .imagefc { width: 100%; } /* For Inline Images */ .in25 { width: 20%; } .in40 { width: 35%; } .in55 { width: 100%; } .in80 { width: 80%; } /* For Inline Images */ .ft50 { width: 40%; float: right; padding-left: 0.5em; margin: 0em; } .ft50 img { width: 100%; } /* For Landscape Images (width or without caption) */ .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } /* Portrait Images - width or without Caption */ .portvh80 { margin: 1em 0em 0em 0em; text-align: center; height: 80%; } .vh80 { height: 80%; } .vh80:only-of-type { height: 80vh; } .portvh98 { margin: 0em; text-align: center; height: 98%; } .vh98 { height: 98%; } .vh98:only-of-type { height: 98vh; } .portvh70 { margin: 1em 0em 0em 0em; text-align: center; height: 70%; } .vh70 { height: 70%; } .vh70:only-of-type { height: 70vh; } .portvh60 { margin: 1em 0em 0em 0em; text-align: center; height: 60%; } .vh60 { height: 60%; } .vh60:only-of-type { height: 60vh; } @media amzn-kf8 { span.dropcap { font-family: "PTSans", sans-serif; font-weight:normal; font-size:280%; float:left; margin-top:0.075em; margin-bottom:-0.3245em; } span.dropcap2 { font-family: "PTSans", sans-serif; font-weight:normal; font-size:320%; float:left; margin-top:0.075em; margin-bottom:-0.3245em; } } @media amzn-mobi { span.dropcap { font-size:3em; font-weight: bold; } span.dropcap2 { font-size:2.2em; font-weight: bold; } }