/* =========================================================================== BESPOKE CSS (optional styles crafted specifically for this epub, delete and populate) ============================================================================ */ @font-face { font-family: "BemboStd"; font-style: normal; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "CourierStd"; font-style: normal; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "CourierStd-Oblique"; font-style: italic; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "FournierMTStd"; font-style: italic; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "FournierMTStd"; font-style: normal; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "TimesLTStd-Italic"; font-style: italic; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "TimesLTStd-Roman"; font-style: normal; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "Unitext"; font-style: normal; font-weight: bold; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "Unitext"; font-style: italic; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } @font-face { font-family: "Unitext"; font-style: normal; font-weight: normal; src: url(XXXXXXXXXXXXXXXX); } body { } div.unitext_font { font-size:0.9em; } div.font_2 { } div.font_3 { } blockquote + p { text-indent: 1em; } blockquote p { text-indent: 1em; } /* CSS for DIALOGUE */ .dialogue_wrapper { display: block; font-size: 0.95em; margin: 0 0 1em 5em; clear: both; } .dialogue_wrapper p { text-indent:0em; margin-bottom: 0.1em; } .dialogue_speaker { display: inline-block; width: 5em; text-indent: 0; text-align: left; } .dialogue_wrapper1 { display: block; font-size: 0.95em; margin: 0 0 0em 1em; clear: both; } .dialogue_wrapper1 p { margin-bottom: 0.1em; } .dialogue_speaker1 { display: inline-block; width: 10em; text-indent: 0; text-align: left; } .dialogue_wrapper2 { display: block; font-size: 0.95em; margin: 0 0 1em 7em; clear: both; } .dedication p { font-style: normal; }