/* -------------------------------------------------------------- typography.css * Sets up some sensible default typography. -------------------------------------------------------------- */ /* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */ html {} body { } /* Headings -------------------------------------------------------------- */ .mod_content_99 h1,.mod_content_99 h2,.mod_content_99 h3,.mod_content_99 h4,.mod_content_99 h5,.mod_content_99 h6 { font-weight: normal;} .mod_content_99 h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; } .mod_content_99 h2 { font-size: 2em; margin-bottom: 0.75em; } .mod_content_99 h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; } .mod_content_99 h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; } .mod_content_99 h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; } .mod_content_99 h6 { font-size: 1em; font-weight: bold; } .mod_content_99 h1 img, .mod_content_99 h2 img, .mod_content_99 h3 img, .mod_content_99 h4 img, .mod_content_99 h5 img, .mod_content_99 h6 img { margin: 0; } /* Text elements -------------------------------------------------------------- */ .mod_content_99 p { margin: 0 0 1.5em; } /* These can be used to pull an image at the start of a paragraph, so that the text flows around it (usage:

Text

) */ .mod_content_99 .left { float: left !important; } .mod_content_99 p .left { margin: 1.5em 1.5em 1.5em 0; padding: 0; } .mod_content_99 .right { float: right !important; } .mod_content_99 p .right { margin: 1.5em 0 1.5em 1.5em; padding: 0; } .mod_content_99 a:focus, .mod_content_99 a:hover {} .mod_content_99 a {} .mod_content_99 blockquote { margin: 1.5em; color: #666; font-style: italic; } .mod_content_99 strong,.mod_content_99 dfn { font-weight: bold; } .mod_content_99 em,.mod_content_99 dfn { font-style: italic; } .mod_content_99 sup,.mod_content_99 sub { line-height: 0; } .mod_content_99 abbr, .mod_content_99 acronym { border-bottom: 1px dotted #666; } .mod_content_99 address { margin: 0 0 1.5em; font-style: italic; } .mod_content_99 del { color:#666; } .mod_content_99 pre { margin: 1.5em 0; white-space: pre; } .mod_content_99 pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } /* Lists -------------------------------------------------------------- */ .mod_content_99 li ul, .mod_content_99 li ol { margin: 0; } .mod_content_99 ul, .mod_content_99 ol { margin: 0 1.5em 1.5em 0; padding-left: 1.5em; } .mod_content_99 ul { list-style-type: disc; } .mod_content_99 ol { list-style-type: decimal; } .mod_content_99 dl { margin: 0 0 1.5em 0; } .mod_content_99 dl dt { font-weight: bold; } .mod_content_99 dd { margin-left: 1.5em;} /* Tables -------------------------------------------------------------- */ /* Because of the need for padding on TH and TD, the vertical rhythm on table cells has to be 27px, instead of the standard 18px or 36px of other elements. */ .mod_content_99 table { margin-bottom: 1.4em; width:100%; border-collapse: collapse;} .mod_content_99 th { font-weight: bold; } .mod_content_99 thead th { background: #d6cdb8; } .mod_content_99 th,.mod_content_99 td,.mod_content_99 caption { padding: 4px 10px 4px 5px; border: 1px #444 solid;} /* You can zebra-stripe your tables in outdated browsers by adding the class "even" to every other table row. */ .mod_content_99 tbody tr:nth-child(even) td, .mod_content_99 tbody tr.even td { background: #d6cdb8; } .mod_content_99 tfoot { font-style: italic; } .mod_content_99 caption { background: #beb6a2; } /* Misc classes -------------------------------------------------------------- */ .mod_content_99 .small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; } .mod_content_99 .large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; } .mod_content_99 .hide { display: none; } .mod_content_99 .quiet { color: #666; } .mod_content_99 .loud { color: #000; } .mod_content_99 .highlight { background:#ff0; } .mod_content_99 .added { background:#060; color: #fff; } .mod_content_99 .removed { background:#900; color: #fff; } .mod_content_99 .first { margin-left:0; padding-left:0; } .mod_content_99 .last { margin-right:0; padding-right:0; } .mod_content_99 .top { margin-top:0; padding-top:0; } .mod_content_99 .bottom { margin-bottom:0; padding-bottom:0; }