@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 30px 20px 30px; } 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-Book"; src: url(../fonts/Gotham-BookItalic.ttf); font-style: italic; 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: "Gotham-Medium"; src: url(../fonts/Gotham-Medium.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "Gotham-Medium"; src: url(../fonts/Gotham-MediumItalic.ttf); font-style: italic; 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-family: "Gotham-Bold", sans-serif; font-weight: bold; font-size: 290%; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.3em; text-align: center; } .pub { margin-top: 2em; margin-bottom: 0.3em; text-align: center; } .subtitle1 { font-family: "PTSans", sans-serif; font-size: 130%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 3em; margin-right: 3em; text-align: center; } .author2 { font-family: "PTSans", sans-serif; font-size: 85%; margin-top: 0.2em; margin-bottom: 0em; text-align: center; } .intro { font-family: "PTSans", sans-serif; font-weight: bold; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .bq { margin-top: 0em; margin-bottom: 0em; margin-left: 1.5em; margin-right: 1.5em; text-indent: 0em; text-align: left; } .bqi { margin-top: 0em; margin-bottom: 0em; margin-left: 1.5em; margin-right: 1.5em; text-indent: 1.2em; text-align: left; } .right { font-family: "PTSans", sans-serif; font-size: 85%; margin-top: 0.3em; margin-bottom: 1.5em; margin-left: 4em; text-indent: 0em; text-align: right; } .toc1 { font-size: 85%; margin-top: 0.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } small { font-size: 80%; } .toca { font-size: 85%; margin-top: 0.5em; margin-bottom: 1.2em; text-indent: 0em; text-align: left; } .toca1 { font-size: 85%; margin-top: 1.5em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .h2 { font-family: "PTSans", sans-serif; font-size: 160%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: left; text-indent: 0em; } .h2t { font-family: "Gotham-Medium", sans-serif; font-size: 150%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 0.3em; text-align: left; text-indent: 0em; } .h2c { font-family: "Gotham-Medium", sans-serif; font-size: 150%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .h2i { font-family: "Gotham-Medium", sans-serif; font-size: 170%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .h2a { font-family: "Gotham-Bold"; line-height: 1em; font-size: 160%; font-weight: bold; margin-top: 0.1em; margin-bottom: 0.5em; background-color: #000000; color: #FFFFFF; text-align: center; padding: 0.7em; border-bottom: solid #FFFFFF 0.2em; } .h2b { font-family: "PTSans", sans-serif; font-size: 150%; font-weight: bold; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .h3a { font-family: "Gotham-Bold", sans-serif; font-size: 110%; font-weight: bold; line-height: 1em; margin-top: 1em; margin-bottom: 0.1em; text-align: left; text-indent: 0em; } .h4 { font-family: "PTSans", sans-serif; font-size: 105%; margin-top: 0.5em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h4a { font-family: "PTSans", sans-serif; font-size: 100%; margin-top: 0.8em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .h4c { font-family: "PTSans", sans-serif; font-size: 105%; margin-top: 0.5em; margin-bottom: 0.3em; text-align: center; } img { max-width: 100%; } .hang { font-size: 80%; margin-top: 0em; margin-bottom: 0em; margin-left: 0.5em; text-indent: 0em; text-align: left; } .hang1 { font-size: 90%; margin-top: 1em; margin-bottom: 0em; margin-left: 1em; text-indent: 0em; text-align: left; } .hang1a { font-size: 80%; margin-top: 1em; margin-bottom: 1em; margin-left: 1em; text-indent: 0em; text-align: left; } .hang2 { margin-top: 0.5em; margin-bottom: 0em; margin-left: 4em; text-indent: 0em; text-align: left; } .hang1ai { font-size: 80%; margin-top: 0em; margin-bottom: 0em; margin-left: 1.5em; text-indent: 1em; text-align: left; } .hangb { margin-top: 0.3em; margin-bottom: 0em; margin-left: 2em; text-indent: -1em; text-align: left; } .hangbi { margin-top: 0.1em; margin-bottom: 0em; margin-left: 2em; text-indent: 1.5em; text-align: left; } .hangc { font-family: "PTSans", sans-serif; margin-top: 0em; margin-bottom: 0em; margin-left: 1em; text-indent: 0em; text-align: left; } .noindent { margin-top: 0.1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .noindenta { margin-top: 1em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .indent { margin-top: 0.1em; margin-bottom: 0em; text-indent: 1.2em; text-align: left; } .indenta { margin-top: 1em; margin-bottom: 0em; text-indent: 1.2em; text-align: left; } .indentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 1.2em; text-align: left; } .bhead1 { font-family: "PTSans", sans-serif; font-size: 150%; margin-top: 0.7em; margin-bottom: 0.5em; background:#000000; color:#ffffff; padding:0.3em; margin-left: 2em; margin-right: 2em; text-align: center; } .stitlec { font-family: "RotisSansSerif"; font-size: 120%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; text-align: center; } .center { font-family: "RotisSansSerif"; font-size: 90%; margin-top: 0em; margin-bottom: 0em; text-align: center; } .bcenter1 { font-size: 100%; margin-top: 1em; margin-bottom: 0em; text-align: center; } .bhead { font-family: "PTSans", sans-serif; font-size: 150%; margin-top: 0.25em; margin-bottom: 0.3em; text-indent: 0em; text-align: left; } .bauthor { font-family: "PTSans", sans-serif; font-weight:bold; font-size: 100%; margin-top: 0em; margin-bottom: 0.7em; text-indent: 0em; text-align: left; } .noindentb { font-size: 90%; margin-top: 0em; margin-bottom: 0em; text-indent: 0em; text-align: left; } .indents { font-size: 90%; margin-top: 0em; margin-bottom: 0em; text-indent: 1.2em; text-align: left; } .caption { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .caption1 { font-family: "RotisSansSerif", sans-serif; font-size: 90%; line-height: 1em; margin-top: 0.2em; margin-bottom: 0.2em; text-indent: 0em; text-align: left; } .credit { font-size: 80%; margin-top: 0.1em; margin-bottom: 0.5em; text-indent: 0em; text-align: left; } .ref { font-size: 90%; margin-top: 0em; margin-bottom: 1em; margin-left: 2em; text-indent: -1em; text-align: left; } .ref1 { font-size: 90%; margin-top: 1.5em; margin-bottom: 1em; margin-left: 2em; text-indent: -1em; text-align: left; } .dropcap { float: left; font-size: 320%; margin-top:-0.3225em; margin-bottom:-0.3245em; margin-right: 0.075em; line-height: 0.9em; } .sidebar { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #555555 0.2em; text-align: left; } .sidebars { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #FFFFFF 0.1em; background-color: #ead9c6; color: #000000; text-align: center; } .sidebars1 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #FFFFFF 0.1em; background-color: #e6e6e6; color: #000000; text-align: center; } .sidebars11 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #FFFFFF 0.1em; background-color: #e6e6e6; text-align: center; } .sidebars2 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #FFFFFF 0.1em; background-color: #f2edea; color: #000000; text-align: center; } .sidebars22 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #FFFFFF 0.1em; background-color: #f2edea; text-align: center; } .sidebar3 { page-break-before: always; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #f7d99d 0.1em; background-color: #f7d99d; text-align: center; } .sidebar33 { page-break-inside: auto; font-size: 90%; margin-top: 1.5em; margin-bottom: 1.5em; padding: 0.75em; border: solid #f7d99d 0.1em; background-color: #f7d99d; text-align: center; } .box { margin-top: -0.25em; margin-bottom: 0.1em; padding: 0.25em 0.75em 0.75em 0.75em; border: solid 3px #660c09; } .t1 { font-family: "PTSans"; font-size: 85%; margin-top: 1em; margin-bottom: 1em; width: 100%; } .v1 { vertical-align: top; } .tdpara { margin: 0em; text-indent: 0.2em; 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; } .copyi { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0.5em; text-align: left; } .copyii { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 1.6em; text-align: left; } .copyc { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-align: center; } .thead { font-family: "PTSans", sans-serif; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .stitleg { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #97B773; color: #000000; text-align: center; padding: 0.5em; } .stitler { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #D2232A; color: #000000; text-align: center; padding: 0.5em; } .stitlelg { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #c0db77; color: #000000; text-align: center; padding: 0.5em; } .stitlepp { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #ddc28a; color: #000000; text-align: center; padding: 0.5em; } .stitlem { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #DFC38A; color: #000000; text-align: center; padding: 0.5em; } .stitlep { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #cbb850; color: #000000; text-align: center; padding: 0.5em; } .stitley { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #E4E516; color: #000000; text-align: center; padding: 0.5em; } .stitleo { font-family: "Gotham-Bold"; line-height: 1.3em; font-size: 130%; font-weight: bold; margin-top: 0em; margin-bottom: 0.5em; background-color: #F15922; color: #000000; text-align: center; padding: 0.5em; } .stitleb { font-family: "RotisSansSerif"; font-size: 130%; text-align: center; margin-top: 0em; margin-bottom: 0.5em; background-color: #000000; color: #ffffff; padding: 0.2em; } .source { font-size: 80%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .sourcei { font-size: 80%; margin-top: 0em; margin-bottom: 0.1em; text-indent: 1em; text-align: left; } .indexmain { 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; } .indexlev1a { margin-top: 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; } .indexlev3 { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 3.5em; text-align: left; } .f1 { font-family: sans-serif; font-weight: bold; line-height: 1em; font-size: 100%; background-color: #FFFFFF; padding: 0.05em 0.3em 0.05em 0.3em; color: #000000; } .f2 { line-height: 1em; font-family: sans-serif; font-weight: bold; font-size: 70%; margin-top: 0em; margin-bottom: 0em; } .f3 { font-weight: bold; font-size: 120%; } .f3a { font-weight: bold; font-size: 120%; } aside { display: block; } table { border-collapse: collapse; } td { padding: 0.2em; } .group { page-break-inside: auto; } a { text-decoration: none; } ol { list-style-type:none; margin: 0em; } .hidden { display: none; visibility: hidden; } /* 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: 15%; } .in8 { width: 5%; vertical-align: middle; padding-left: 0.2em; } .in55 { width: 100%; } /* For Inline Images */ .ft30 { width: 30%; float: left; padding-right: 0.5em; margin: 0em; } .ft30 img { width: 100%; } .ft30r { width: 35%; float: right; padding-left: 0.5em; margin: 0em; } .ft30r 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%; } .land100i { page-break-before: always; margin: 0em; text-align: center; } .land100i img { width: 100%; } .land100a { margin: 0em; text-align: center; } .land100a img { width: 100%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .land70 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land70 img { width: 70%; } .land60 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land60 img { width: 60%; } .land50 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land50 img { width: 50%; } .land40 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land40 img { width: 40%; } /* Portrait Images - width or without Caption */ .portvh80 { margin: 1em 0 0 0; margin-bottom: 0em; text-align: center; height: 80%; } .vh80 { height: 80%; } .vh80:only-of-type { height: 80vh; } .portvh60 { margin: 1em 0 0 0; text-align: center; height: 60%; } .vh60 { height: 60%; } .vh60:only-of-type { height: 60vh; } .portvh40 { margin: 1em 0 0 0; text-align: center; height: 40%; } .vh40 { height: 40%; } .vh40:only-of-type { height: 40vh; }