/* -- Updated 02/12/14, Chronicle Books LLC: Digital Production -- */ /* -- CB MAIN CSS -- */ /* ---- GENERAL ---- */ html, body { margin: 5px; padding:0; border-width: 0; -webkit-hyphens:none; -epub-hyphens:none; } /* ---- EMBEDDED FONTS ---- */ /* ---- normal is for regular text and should always be listed first. Do not use span classes for bold and italics, only and tags ---- */ /* ---- ALL MAIN P STYLES ARE HERE, NO NEED TO DUPLICATE ATTRIBUTES ---- */ p { margin: 0; text-align:left; font-size: small; text-indent: 0em; line-height: 1.2em; /* -- EPUB 3 -- */ widows: 3; orphans: 3; word-wrap: break-word; overflow-wrap: normal; } /* ---- LINKS ---- */ a { text-decoration: none; } /* ---- COPYRIGHT ---- */ div#copyright { font-size: 0.7em; text-align: center; line-height: 1.1em; } /* ---- HEADER STYLES - Do not apply margins greater than 2em. Headers that follow text should have a top margin ----*/ h1, h2, h3, h4, h5, h6 {text-align: center; font-style:normal; font-weight:normal;} h2.h2f { font-size:xx-large; margin-top:2em; margin-right:0em; margin-bottom:0em; text-indent:0em; text-align:center; font-weight:bold; font-style:italic; } h2.h2fa { font-size:large; margin-top:2em; margin-right:0em; margin-bottom:2em; text-indent:0em; text-align:center; } h2.h2 { font-size:xx-large; margin-top:2em; margin-right:0em; margin-bottom:0em; text-indent:0em; text-align:center; font-weight:bold; font-style:italic; } h2.h2a { font-size:small; font-weight:normal; margin-top:0.5em; margin-right:0em; margin-bottom:0em; text-indent:0em; text-align:center; } /* ---- TEXT STYLES : do not apply margins greater than 2em ---- */ /* no indent styles, p.text_noindent is the default p tag for no indent with a bottom margin */ p.text_noindent { text-align:justify; text-indent:0em; margin-top:0em; margin-bottom:0em; } p.text_noindentl { font-size:small; margin-top:0em; margin-bottom:0em; text-indent:0em; } .halftitle { font-size:x-large; font-weight:bold; font-style:italic; margin-top:10%; margin-right:0em; margin-bottom:2em; text-indent:0em; } p.toc1 { font-size:small; margin-top:0.5em; margin-bottom:0em; text-indent:0em; } .copyright1 { font-size:x-small; margin-top:1.5em; margin-bottom:0em; text-indent:0em; } .copyright2 { font-size:x-small; margin-top:2em; margin-bottom:0em; text-indent:0em; } .copyright { font-size:x-small; margin-top:0.2em; margin-bottom:0em; text-indent:0em; } .copyrighta { font-size:x-small; margin-top:1em; margin-bottom:0em; text-indent:0em; } .copyrightc { font-size:x-small; margin-top:0em; margin-bottom:0em; text-indent:0em; text-align:justify; } .center { font-size:small; margin-top:5em; margin-bottom:0em; text-align:center; text-indent:0em; } .centera { font-size:small; margin-top:0.5em; margin-bottom:0em; text-align:center; text-indent:0em; } /* indent styles, p.text_indent is the default p tag for indent with a bottom margin */ p.text_indent { font-size:small; margin-top:0em; margin-bottom:0em; text-indent:1.5em; text-align:justify; } p.text_indentl { font-size:small; margin-top:0em; margin-bottom:0em; text-indent:1.5em; } /* ---- Index ---- */ p.index { font-size: small; text-align: justify; margin-left:1.5em; margin-top:0.5em; margin-bottom:0em; text-indent:-1.5em; } .med { font-size:medium; font-weight:bold; } div.block { margin-top:1em; margin-bottom:1em; } div.block3 { margin-top:10%; margin-bottom:0em; } div.blockl { margin-top:15%; margin-bottom:0em; } div.blockl1 { margin-top:10%; margin-bottom:0em; } .space1 { padding-left:2em; } .space5 { padding-left:10.8em; } /* -- all images should have p tag -- */ /* ---- IMAGES ---- */ /* ---- Large images have no margin ---- */ div.wrap { vertical-align: top; text-align: center; margin:0; } /* ---- smaller images will have a margin ---- */ div.wrap_small { text-align: center; margin: 2em 0 2em 0; } div.wrap_small1 { text-align: center; margin: 1em 0 1em 0; } /* -- all images should have p tag -- */ p.image { text-align: center; margin-top:0em; margin-bottom:0em; } p.imagec { font-size:small; margin-top:0em; margin-bottom:0.5em; text-indent:0em; text-align:center; } div.pagebreak { page-break-before:always; } .hide { display:none; } .rhide { display:block; } @media amzn-mobi { .hide { display:block; } .rhide { display:none; } p.index { font-size:small; margin-top:10px; margin-bottom:0em; margin-left:0em; text-indent:-30px; } h2.h2 { font-size:xx-large; margin-top:2em; margin-right:0em; margin-bottom:0em; text-indent:0em; text-align:center; font-weight:bold; font-style:italic; } h2.h2a { font-size:small; font-weight:normal; margin-top:0em; margin-right:0em; margin-bottom:0em; text-indent:0em; text-align:center; } }