@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: 1.2em; } body { font-size: 100%; text-align: left; margin:0 auto; /* RS will override margins anyways */ padding: 0; widows: 2; /* iBooks and Kobo support widows and orphans */ orphans: 2; } small { font-size: 80%; } /* Styling is improved to prevent sub from affecting line-height */ .sub { font-size: 75%; line-height: 1.2; vertical-align: sub; /* Fallback */ vertical-align: -15%; } /* Styling is improved to prevent sup from affecting line-height */ .sup { font-size: 75%; line-height: 1.2; vertical-align: super; /* Fallback */ vertical-align: 25%; } @font-face { font-family: "ACaslonPro"; src: url(../fonts/ACaslonPro-SemiboldItalic.ttf); font-style: italic; font-weight: bold; } @font-face { font-family: "ACaslonPro"; src: url(../fonts/ACaslonPro-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "ACaslonPro"; src: url(../fonts/ACaslonPro-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "ACaslonPro"; src: url(../fonts/ACaslonPro-Italic.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "ACaslonPro-Semi"; src: url(../fonts/ACaslonPro-Semibold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "SourceSansPro-Light"; src: url(../fonts/SourceSansPro-Light.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-Bold.ttf); font-style: normal; font-weight: bold; } @font-face { font-family: "SourceSansPro-Light"; src: url(../fonts/SourceSansPro-LightIt.ttf); font-style: italic; font-weight: normal; } @font-face { font-family: "SourceSansPro"; src: url(../fonts/SourceSansPro-Regular.ttf); font-style: normal; font-weight: normal; } @font-face { font-family: "Satisfy"; src: url(../fonts/Satisfy.ttf); font-style: normal; font-weight: normal; } h1,h2,h3,h4,h5,h6 { -epub-hyphens: none !important; adobe-hyphenate: none !important; hyphens: none !important; page-break-after: auto !important; } .h1 { font-family: "ACaslonPro", sans-serif; font-size: 170%; font-weight: normal; line-height: 1em; margin-top: 15%; margin-bottom: 0.2em; text-align: center; } .pub { margin-top: 4em; margin-bottom: 0.3em; text-align: center; } .subtitle { font-family: "SourceSansPro", sans-serif; font-size: 100%; margin-top: 0.8em; margin-bottom: 1em; margin-left: 2em; margin-right: 2em; text-align: center; } .edit { font-family: "SourceSansPro", sans-serif; font-size: 85%; margin-top: 1em; margin-bottom: 0em; text-align: center; } .toc11 { font-family: "ACaslonPro", sans-serif; font-size: 85%; margin-top: 0em; margin-bottom: 0em; margin-left: 1.5em; text-indent: 0em; text-align: left; } .toc1 { font-family: "ACaslonPro", sans-serif; font-size: 85%; margin-top: 0em; margin-bottom: 0.5em; margin-left: 1.5em; text-indent: 0em; text-align: left; } .toc1a { font-family: "ACaslonPro", sans-serif; font-size: 85%; margin-top: 0em; margin-bottom: 0.5em; margin-left: 1.5em; text-indent: 0em; text-align: left; } .tocb { font-family: "ACaslonPro", sans-serif; font-size: 85%; margin-top: 0em; margin-bottom: 1em; text-indent: 0em; margin-left: 1.5em; text-align: left; } .h2 { font-family: "Satisfy", sans-serif; font-weight: normal; font-size: 170%; line-height: 1em; margin-top: 1.5em; margin-bottom: 1em; text-align: left; text-indent: 0em; } .h2f { font-family: "Satisfy", sans-serif; font-size: 170%; font-weight: normal; line-height: 1em; margin-top: 0.1em; margin-bottom: 1em; text-align: center; } .h2f1 { font-family: "ACaslonPro", sans-serif; font-size:120%; font-weight: normal; line-height:1.25; margin-bottom: 1.5em; margin-top: 0.5em; text-align: center; } .h2ff { font-family: "Satisfy", sans-serif; font-size: 150%; font-weight: normal; line-height: 1em; margin-top: 0.1em; margin-bottom: 0.5em; text-align: center; } .h2fs { font-family: "ACaslonPro", sans-serif; font-size: 130%; font-weight: normal; line-height: 1em; margin-bottom: 1.5em; margin-left: 2em; margin-top: 0.5em; text-align:left; text-indent:0em; } .h2a { font-family: "Satisfy", sans-serif; font-size: 130%; font-weight: normal; line-height: 1em; margin-top: 0.1em; margin-bottom: 0.25em; text-align: center; } .h2b { font-family: "ACaslonPro", sans-serif; font-size: 160%; font-weight: normal; line-height: 1em; margin-top: 0.25em; margin-bottom: 1.5em; text-align: center; } .h2ba { font-family: "ACaslonPro", sans-serif; font-size: 150%; font-weight: normal; line-height: 1em; margin-top: 0.1em; margin-bottom: 1.5em; text-align: center; } .h2bs { font-family: "ACaslonPro", sans-serif; font-size: 160%; font-weight: normal; line-height: 1em; margin-top: 0.5em; margin-bottom: 0.3em; text-align: center; } .h2bss { font-family: "ACaslonPro", sans-serif; font-size: 105%; font-weight: normal; line-height: 1em; margin-top: 0.3em; margin-bottom: 1.5em; text-align: center; } .h3 { font-family: "ACaslonPro", sans-serif; font-size: 105%; margin-top: 2em; margin-bottom: 0.3em; text-align: left; text-indent: 0em; } .h3ba { font-family: "ACaslonPro", sans-serif; font-size: 130%; margin-bottom: 0.5em; margin-left: 2em; text-align: left; page-break-before: always; } .h3bs { font-family: "ACaslonPro", sans-serif; font-size: 110%; margin-bottom: 0.5em; margin-left: 2.8em; text-align: left; page-break-before: always; } .h3bl { font-family: "SourceSansPro", sans-serif; font-size: 120%; margin-bottom: 0.5em; text-align: left; page-break-before: always; } .h3bla { font-family: "SourceSansPro", sans-serif; font-size: 120%; margin-top: 1.5em; margin-bottom: 0.5em; text-align: left; } .h3a { font-family: "ACaslonPro", sans-serif; font-size: 110%; margin-top: 2em; margin-bottom: 0.5em; text-align: center; } .h3ab { font-family: "ACaslonPro", sans-serif; font-size: 100%; margin-top: 2em; margin-bottom: 0.5em; margin-left: 2.5em; text-align: left; } .h4 { font-family: "ACaslonPro", sans-serif; font-size: 105%; margin-top: 1.3em; margin-bottom: 0.3em; text-align: left; text-indent: 0em; } .noindent { margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindenttb { margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindentt { margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb { margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindents { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .noindentb1 { margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .noindentm { margin-top: 2em; margin-bottom: 0.5em; margin-left: 1.5em; text-indent: 0em; text-align: left; } .noindentm1 { margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 2.5em; text-indent: 0em; text-align: left; } .f1 { font-size: 60%; } .f2 { font-family: "Satisfy", sans-serif; } .stitle { font-family: "Satisfy", sans-serif; font-size: 170%; font-weight: normal; line-height: 1em; margin-top: 0.25em; margin-bottom: 0.25em; text-align: center; } .caption { font-family: "ACaslonPro", sans-serif; font-size: 85%; margin-top: 0.1em; margin-bottom: 1.5em; margin-left: 1.5em; text-indent: -1.5em; text-align: left; } .copy { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .copyh { font-size: 90%; margin-top: 0.1em; margin-bottom: 0.1em; margin-left: 0.7em; text-indent: -0.7em; text-align: left; } .copya { font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; text-indent: 0em; text-align: left; } .indexhead { font-family: "ACaslonPro", sans-serif; margin-top: 1em; margin-bottom: 0.1em; text-indent: -1.5em; margin-left: 1.5em; text-align: left; font-weight: bold; } .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; } span.normal { font-style:normal; font-weight:normal; } span.uline { text-decoration:underline; } span.inline { vertical-align: middle; } .ded { font-family: "ACaslonPro", sans-serif; font-style:italic; margin-bottom: 1.2em; margin-left: 3.5em; margin-right: 3.5em; margin-top: 1em; text-align: center; } .deda { font-family: "ACaslonPro", sans-serif; font-style:italic; margin-bottom: 1em; margin-left: 3em; margin-right: 3em; margin-top: 3em; text-align: center; } .intro { font-family: "ACaslonPro", sans-serif; font-style:italic; line-height:1.25em; margin-bottom: 1.2em; margin-left: 5%; margin-right: 5%; margin-top: 1em; text-align:left; text-indent:0em; } .sidebar { page-break-inside: auto; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; padding: 0.75em; background-color: #eceded; border: solid #eceded 0.1em; } .sidebara { page-break-before: always; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; padding: 0.75em; background-color: #eceded; border: solid #eceded 0.1em; } .sidebar1 { page-break-before: always; font-size: 90%; margin-top: 1em; margin-bottom: 1em; text-indent: 0em; text-align: left; padding: 0.75em; background-color: #dcdddf; border: solid #dcdddf 0.1em; } .poem { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-bottom: 1.2em; margin-top: 1em; text-align:center; } .poemhd { font-family: "Satisfy", sans-serif; font-size: 120%; margin-bottom: 2em; margin-top: 1.3em; margin-left: 1em; text-align: left; } .h2pp { font-family: "ACaslonPro", sans-serif; font-size: 160%; font-weight: normal; line-height:1.229; margin-bottom: 0.5em; margin-top: 1em; margin-left: 1em; margin-right: 1em; text-align:center; } .h2p { font-family: "ACaslonPro", sans-serif; font-size: 140%; font-weight: normal; line-height: 1.5; margin-bottom: 1.2em; margin-top: 0.2em; text-align:center; } .blockquote { font-family: "ACaslonPro", sans-serif; font-size: 100%; font-style:italic; font-weight: bold; line-height:1.167; margin-bottom: 0.7em; margin-top: 1.2em; text-align:center; } .blockquote1 { font-family: "ACaslonPro", sans-serif; font-size: 100%; font-style:italic; line-height:1.167; margin-bottom: 0.7em; margin-top: 1.2em; text-align:center; } .blockquote2 { font-family: "ACaslonPro", sans-serif; font-size: 100%; font-style:italic; font-weight: bold; line-height:1.167; margin-bottom: 0.7em; margin-top: 3em; text-align:center; } .bqr { font-family: "SourceSansPro", sans-serif; font-size: 90%; line-height:1.167; margin-bottom: 1.2em; margin-top: 0.5em; margin-right: 2em; text-align: right; } .bqr1 { font-family: "ACaslonPro", sans-serif; font-size: 90%; line-height:1.167; margin-bottom: 1.2em; margin-top: 0.5em; margin-left: 2.5em; text-align: center; } .number { margin-bottom: 0.4em; margin-top: 0.4em; margin-left: 1em; text-indent: -1em; text-align: left; } .number1 { line-height:1.167; margin-bottom: 0.4em; margin-top: 0.4em; margin-left: 1.5em; text-indent: -1.5em; text-align: left; } .sbhead { font-family: "ACaslonPro", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 1em; text-align: center; } .sbhead1 { font-family: "Satisfy", sans-serif; font-weight: normal; font-size: 220%; margin-top: 0.5em; margin-bottom: 1em; text-align: center; } .spara { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .sidebull { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 0.7em; text-indent: -0.7em; text-align: left; } .spara1 { font-family: "ACaslonPro", sans-serif; font-size: 90%; margin-top: 1em; margin-bottom: 0.1em; margin-left: 0.7em; text-indent: -0.7em; text-align: left; } .snum { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-bottom: 0.4em; margin-top: 0.7em; margin-left: 0.9em; text-indent: -0.9em; text-align: left; } .snum1 { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-bottom: 0.5em; margin-top: 0.7em; margin-left: 1.25em; text-indent: -1.25em; text-align: left; } .bull { line-height:1.167; margin-bottom: 0.7em; margin-top: 0.7em; margin-left: 0.7em; text-indent: -0.6em; text-align: left; } .sbull { font-family: "SourceSansPro", sans-serif; line-height:1.167; margin-bottom: 0.5em; margin-top: 0.5em; margin-left: 0.6em; text-indent: -0.6em; text-align: left; } .sbull1 { font-family: "SourceSansPro", sans-serif; line-height:1.167; margin-bottom: 0.7em; margin-top: 0.7em; margin-left: 0.7em; text-indent: -0.6em; text-align: left; } .rechead { font-family: "SourceSansPro", sans-serif; page-break-before: always; font-size: 110%; line-height:1.143; margin-bottom: 1em; margin-top: 1em; text-align:left; text-indent:0em; } .rechead1 { font-family: "SourceSansPro", sans-serif; font-size: 110%; line-height:1.143; margin-bottom: 1em; margin-top: 1em; text-align:left; text-indent:0em; } .recheada { font-family: "SourceSansPro", sans-serif; font-size: 110%; line-height:1.143; margin-bottom: 1em; margin-top: 0.3em; text-align:left; text-indent:0em; } .item { font-family: "ACaslonPro", sans-serif; font-size: 85%; line-height:1.474; margin-bottom: 0.1em; margin-left: 3.5em; margin-top: 0.1em; text-align:left; text-indent: -1em; } .itemt { font-family: "ACaslonPro", sans-serif; font-size: 85%; line-height:1.474; margin-bottom: 0.1em; margin-left: 3.5em; margin-top: 1.2em; text-align:left; text-indent: -1em; } .method1 { font-size: 90%; margin-bottom: 0.4em; margin-top: 1.3em; margin-left: 1em; text-indent: -1em; text-align: left; } .method { font-size: 90%; margin-bottom: 0.4em; margin-top: 0.4em; margin-left: 1em; text-indent: -1em; text-align: left; } .yield { font-family: "ACaslonPro", sans-serif; font-size: 90%; margin-bottom: 0.4em; margin-top: 0.7em; text-indent: 0em; text-align: left; } .yield strong { font-family: "ACaslonPro-Semi", sans-serif; } .spacer { line-height:1.474; margin-bottom: 1em; margin-top: 1em; text-align: center; } .tabhead { font-family: "ACaslonPro", sans-serif; font-size: 80%; margin-top: 0.3em; margin-bottom: 0.3em; margin-left: 0.5em; margin-right: 0.5em; text-align: center; } .tabtxtc { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.5em; margin-bottom: 0.5em; margin-left: 0.5em; margin-right: 0.5em; text-align: center; } .tabtxt { font-family: "SourceSansPro", sans-serif; font-size: 90%; margin-top: 0.1em; margin-bottom: 1em; margin-left: 0.5em; margin-right: 0.5em; text-indent: 0em; text-align: left; } .bordertb { border-top: solid 0.1em; border-bottom: solid 0.1em; } table { font-size: 90%; margin-top: 1em; margin-bottom: 1em; border-collapse: collapse; width: 100%; } .h3s { font-family: "Satisfy", sans-serif; font-size: 130%; font-weight:normal; line-height: 1.25em; margin-bottom: 0.2em; margin-top: 1em; text-align:center; page-break-before: always; } .h3ss { font-family: "ACaslonPro", sans-serif; font-size:160%; font-style:italic; line-height: 1.25em; margin-bottom: 1.5em; margin-top: 0.2em; text-align:center; } .planttxt { font-size:90%; line-height:1.368; margin-bottom: 0.2em; margin-top: 0.2em; text-align:left; text-indent:0em; } .planttxtt { font-size:90%; line-height:1.368; margin-bottom: 0.2em; margin-top: 1em; text-align:left; text-indent:0em; } .plantbull { font-size: 90%; line-height:1.167; margin-bottom: 0.5em; margin-top: 0.5em; margin-left: 0.7em; text-indent: -0.6em; text-align: left; } .restxt { font-size: 90%; margin-top: 0.1em; margin-bottom: 1em; text-indent: 0em; text-align: left; } .group { page-break-inside: auto; } .groupa { page-break-before: always; } small { font-size: 80%; } a { text-decoration: none; } ol { list-style-type:none; margin: 0em; } .hidden { display: none; visibility: hidden; } aside { display: block; } img { max-width: 100%; } /* 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 */ .in6 { width: 6%; } .in7 { width: 8%; } .in10 { width: 10%; } .in15 { width: 15%; } .in20 { width: 20%; } .in25 { width: 25%; } .in30 { width: 30%; } .in50 { width: 50%; } .in80 { width: 75%; } .in100 { width: 100%; } /* For Float Images */ .ft50 { width: 50%; float: right; padding-left: 0.5em; margin: 0em; } .ft50 img { width: 100%; } .ft40 { width: 40%; float: right; padding-left: 0.5em; margin: 0em; } .ft40 img { width: 100%; } /* For Landscape Images (width or without caption) */ .land30 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land30 img { width: 30%; } .land40 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land40 img { width: 40%; } .land60 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land60 img { width: 60%; } .land80 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land80 img { width: 80%; } .land85 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land85 img { width: 85%; } .land100 { margin-top: 1em; margin-bottom: 0.1em; text-align: center; } .land100 img { width: 100%; } .land100a { margin: 0em; text-align: center; } .land100a img { width: 100%; } /* Portrait Images - width or without Caption */ .portvh40 { margin: 1em 0 0 0; text-align: center; height: 40%; } .vh40 { height: 40%; } .vh40:only-of-type { height: 40vh; } .portvh50 { margin: 1em 0 0 0; text-align: center; height: 50%; } .vh50 { height: 50%; } .vh50:only-of-type { height: 50vh; } .portvh60 { margin: 1em 0 0 0; text-align: center; height: 60%; } .vh60 { height: 60%; } .vh60:only-of-type { height: 60vh; } .portvh70 { margin: 1em 0 0 0; text-align: center; height: 70%; } .vh70 { height: 70%; } .vh70:only-of-type { height: 70vh; } .portvh80 { margin: 1em 0 0 0; text-align: center; height: 80%; } .vh80 { height: 80%; } .vh80:only-of-type { height: 80vh; } .portvh90 { margin: 1em 0 0 0; text-align: center; height: 90%; } .vh90 { height: 90%; } .vh90:only-of-type { height: 90vh; } .portvh98 { margin: 1em 0 0 0; text-align: center; height: 98%; } .vh98 { height: 100%; } .vh98:only-of-type { height: 98vh; } .portvh99 { margin: 0em; text-align: center; height: 98%; } .vh99 { height: 100%; } .vh99:only-of-type { height: 98vh; }