@charset "utf-8"; /* Podium CSS Document for epub - iPad/Nook Devices - Original Release: Rev 1.0, May 4, 2011 - Rev 1.1 - August 23, 2011 - 1. Updated body with margins - 2. Updated all font sizing to em sizing - 3. Updated heading sizes to make distinct for baseline text sizing - 4. Updated sidebar for enhanced display with border - 5. Added div.block as a container style */ @font-face { font-family: "TimesNewRoman"; font-style: normal; font-weight: normal; src:url(../Fonts/TimesNewRoman.otf); } span.symbol {font-family: "TimesNewRoman";} /*Cover page of ePub*/ img.cover { height: 100%; } /*Half Title*/ p.halftitle { font-weight: bold; text-align: center; font-size: 100%; margin-top: 3em; margin-bottom: 0em; font-style: italic; } /*Front Other*/ p.frontother { font-weight: bold; text-align: center; font-size: 100%; margin-top: 2em; margin-bottom: 1em; } p.frontother1 { font-weight: normal; font-style: italic; text-align: center; font-size: small; margin-top: 1em; margin-bottom: 1em; } /*Title Page - Title*/ p.title { font-weight: bold; text-align: center; font-size: 210%; margin-top: 0em; margin-bottom: 0.5em; font-style: italic; } /*Title Page - Subtitle*/ p.subtitle { font-style: normal; font-weight: bold; text-align: center; margin-top: 1em; margin-bottom: 1em; font-size: 90%; } /*Title Page - Author*/ p.aut { font-weight: bold; text-align: center; margin-top: 2em; margin-bottom: 0em; font-size: 80%; font-style: italic; } p.author { font-weight: bold; text-align: center; margin-top: 0em; margin-bottom: 0em; font-size: 120%; } p.aut1 { font-weight: bold; text-align: center; margin-top: 0em; margin-bottom: 0em; font-size: 80%; } /*Title Page - Publisher*/ p.publisher { margin-top: 7em; text-align: center; } body { margin-top: 10px; margin-bottom: 10px; margin-right: 10px; margin-left: 10px; font-size: 1.0em; } /*copyright*/ p.copy { text-align: justify; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; font-size: small; } p.copy1 { text-align: justify; margin-bottom: 0em; margin-top: 1em; text-indent: 0em; font-size: small; } p.copyindent { text-align: justify; margin-bottom: 0em; margin-top: 0em; text-indent: 1.5em; font-size: small; } p.copyindent1 { text-align: justify; margin-bottom: 0em; margin-top: 0em; text-indent: 2em; font-size: small; } /*Dedication*/ p.dedi { text-align: center; margin-bottom: 0em; margin-top: 5em; text-indent: 0em; font-size: small; font-style: italic; line-height: 1.5em; font-weight: bold; } /*Hierarchy of section headings*/ h1.front{ margin-top: 0.25em; margin-bottom: 2em; font-size: 150%; text-align: center; font-weight: bold; font-style: italic; } h1.num{ margin-top: 0.25em; margin-bottom: 0em; font-size: 150%; text-align: center; font-weight: bold; } h1.title{ margin-top: 2em; margin-bottom: 1.5em; font-size: 160%em; text-align: center; font-weight: bold; font-style: italic; } h1.note{ margin-top: 2em; margin-bottom: 1.5em; font-size: 160%; text-align: center; font-weight: normal; font-style: normal; } h2{ margin-top: 1.5em; margin-bottom: 0.5em; font-size: 100%; text-align: center; font-weight: bold; } h3{ margin-top: 0.25em; margin-bottom: 0.5em; font-size: 2.0em; text-align: center; font-weight: normal; } h4{ margin-top: 0.25em; margin-bottom: 0.5em; font-size: 2.0em; text-align: center; font-weight: normal; } h5{ margin-top: 0.25em; margin-bottom: 0.5em; font-size: 2.0em; text-align: center; font-weight: normal; } /*Standard text size of all paragraph*/ p { text-align: justify; margin-bottom: 0em; margin-top: 0em; text-indent: 0em; font-size: small; } /*Indented Paragraph*/ p.indentpara { text-align: justify; margin-bottom: 0em; margin-top: 0em; text-indent: 1.5em; font-size: small; } /*Block Paragraph*/ p.blockpara { text-align: justify; display: block; margin-bottom: 1em; margin-top: 1em; text-indent: 0em; margin-left: 2em; margin-right: 2em; font-size: small; } /*Blockquote text*/ p.blockquote { display: block; margin-bottom: 1em; margin-top: 1em; margin-left: 1.5em; margin-right: 1.5em; font-size: small; } /*Poem*/ .poem { margin-left: 2em; white-space: pre; } /*Drop Cap as Letter*/ span.dropletter { font-size: 3.0em; font-weight: bold; line-height: 1em; height: 1em; float: left; margin: -0.1em 0.25em -0.1em .25em; } /*Unordered List - no graphic*/ ul.blank { list-style-type: none; /*Values: circle/square/disc*/ } /*Ordered List*/ ol { list-style-type: decimal; /*Values: decimal/decimal-leading-zero/lower-alpha/lower-greek/lower-latin/lower-roman/upper-alpha/upper-latin/upper-roman */ } /*Sidebar articles floating on right or left*/ .sidebar{ float:right; /*or left based on position on source*/ margin-bottom: 2.0em; margin-top: 2.0em; margin-left: 2.0em; margin-right: 2.0em; width:250px; border: #000 thin; } /*Inline Images*/ p.img { text-align: center; margin-top: 1em; margin-bottom: 1em; } p.img26 { text-align: center; margin-top: 1em; margin-bottom: 2.5em; } /*Image Caption*/ p.caption{ text-align: left; font-size: 1.0em; margin-bottom: 1em; margin-top: 1em; } /*Display math*/ .display_math { text-align: center; margin-bottom: .5em; margin-top: .5em; height: 100%; } /*Numbered endnotes*/ .endnote { margin-top: .25em; margin-left: 2px; font-size: 0.9em; text-indent: -2px; } /*Citation with heading Reference or Bibliography - left aligned*/ p.references { text-align: justify; margin-top: 0em; margin-bottom: 0.5em; text-indent: 0em; font-size: small; } /*Citation with heading Reference or Bibliography - reverse aligned*/ .references_r { text-align: left; margin-top: 0em; margin-bottom: 0.5em; margin-left: 2px; text-indent: -2px; } /*Pagebreak*/ .pagebreak { page-break-before: always; } /*Superscript number*/ .sup { font-size: small; position: relative; bottom: 0.5em; } /*Subscript number*/ .sub { font-size: small; position: relative; top: 0.3em; } div.block { display: block; } /*spaceing*/ p.top { margin-top: 1em; } p.bot { margin-bottom: 1em; } /*alignment*/ p.center { text-align: center; } p.center10 { font-size: 1.1em; text-align: center; } p.right { text-align: right; } p.right1 { text-align: right; margin-top: 1em; } /*Back Cover of ePub*/ img.backcover { height: 100%; } .calibre2 { font-style: italic } .calibre3 { font-weight: bolder }