/* first and second level headers are centered by default */ @font-face { font-family: 'DejaVu Sans'; src: url(Fonts/DejaVuSans.ttf); } h1 { text-align: center; color: #666666; } h2 { text-align: center; } h3.centered, h4.centered, h5.centered { text-align: center; } h1.rightAligned, h2.rightAligned, h3.rightAligned, h4.rightAligned, h5.rightAligned { text-align: right; } /* pull up and indent paragraphs which follow paragraphs */ p { text-indent: 0; margin: 0; } p + p { text-indent: 1.5em; margin-top: 0; } /* img caption */ div.imageCaption p { text-indent: 0; margin-top: .5em; text-align: center; font-size: 80%; } /* literallayout should render in default font */ pre { font-family: inherit; font-size: inherit; line-height: inherit; } /* backlinks in footnotes */ p.backLink { text-indent: 0; font-size: 80%; margin: 0 0 .5em 0; } /* images */ div.centeredImage { text-align: center; margin: 1em; } div.rightImage { float: right; margin: 0 0 0 1em; page-break-inside: avoid; } div.leftImage { float: left; margin: 0 1em 0 0; page-break-inside: avoid; } div.scaledBlockquoteParent { width: 100%; margin: 1em 0 1em 0; text-align: center; } div.scaledBlockquote { text-align: left; display: inline-block; } div.blockquote { margin: 1em 0 1em 2em; padding: 0; } div.background { background-color: #DDD; margin: 1em; padding: 1em; } div.sidebar { background-color: #DDD; width: 50%; float: right; margin: 1em; padding: 1em; } div.border { border: 1px solid #666; margin: 1em; padding: 1em; } span.drop { font-size: 5em; float: left; line-height: .90; margin: 0 .1em 0 0; padding: 0; font-weight: normal; } span.smallCaps { font-variant: small-caps; } /* lists */ ol.lowerAlpha { list-style-type: lower-alpha; } ol.upperAlpha { list-style-type: upper-alpha; } ol.lowerRoman { list-style-type: lower-roman; } ol.upperRoman { list-style-type: upper-roman; } ol.decimal { list-style-type: decimal; } ol.noStyle { list-style-type: none; } ul.disc { list-style-type: disc; } ul.circle { list-style-type: circle; } ul.noStyle { list-style-type: none; } ul.toc, ul.toc ul { list-style-type: none; } ul, ol { margin: 1.5em 0 1.5em 0; padding-left: 2em; } hr { margin: 1em 0; } li p { text-indent: 0; margin-top: 1em; } ol.footnotes li { font-size: 80%; } li p + p { margin-top: 0.5em; } /* blockquotes */ p.attribution { text-align: right; margin-top: 0.5em; } /* special paragraph roles */ p.noIndent { text-indent: 0; } p.extraIndent { text-indent: 1.5em; } p.doubleIndent { text-indent: 3em; } p.spaceAbove { margin-top: 1em; } p.extraSpace { margin-top: 2em; } p.alignCenter { text-align: center; text-indent: 0; } p.alignRight { text-align: right; text-indent: 0; } span.specialChar { font-family: 'DejaVu Sans' , serif; } span.bold { font-weight: bold; } span.italic { font-style: italic; } span.color-red { color: #ff0000; } span.color-green { color: #008000; } span.color-blue { color: #0000ff; } span.color-purple { color: #800080; } span.color-orange { color: #ffa500; } span.color-brown { color: #a52a2a; } span.underline { text-decoration: underline; } sup { font-size: 70%; vertical-align: text-top; } sub { font-size: 70%; vertical-align: text-bottom; }