--- layout: bodybackground: "#bbb" pagebackground: "#fff" herobackground: "#fff" textcolor: "#000" codecolor: "#000" headercolor: "#070764" heroheadercolor: "#BD1550" herotextcolor: "#000" linkcolor: "#4cbb17" textfonts: "'Lora', Georgia" headerfonts: "'Bree Serif', Georgia" codefonts: "'Inconsolata', monospace" --- /*---------------------------------------------------------------------------*/ /* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /*---------------------------------------------------------------------------*/ body { background: {{ page.bodybackground }}; color: {{ page.textcolor }}; } body, th, td, input, textarea { font-family: {{ page.textfonts }}; font-size: 12pt; color: {{ page.textcolor }}; } h1, h2, h3, h4, h5, h6 { font-family: {{ page.headerfonts }}; } h1, h2, h3 { margin-top: 0.5em; color: {{ page.headercolor }}; font-weight: normal; } h1 a, h2 a, h3 a { color: {{ page.headercolor }}; } h1 { font-size: 2.8em; } h2 { font-size: 2.1em; } h3 { font-size: 1.4em; } p, ul, ol { margin-top: 1em; line-height: 1.3em; font-size: 1.1em; } ul ul { margin-top: 0.5em; font-size: 1em; } ul p { font-size: 1em; } ul, ol { margin-bottom: 0.5em; margin-left: 3em; } ul { list-style-type: disc; } ol { list-style-type: decimal; } blockquote { margin-left: 3em; margin-right: 3em; } a { text-decoration: none; color: {{ page.linkcolor }}; } hr { border: none; border-top: solid black 1px; } #page { max-width: 800px; margin: 0 auto; background: {{ page.pagebackground }}; padding: 0 2em; } #header { padding-bottom: 2px; border-bottom: solid {{ page.textcolor }} 1px; } #header h2 { float: right; } #header a { font-variant: small-caps; } .historylinks { text-align: center; } .historylinks.bottom { margin-top: 10px; } .footnotes { border-top: dashed {{ page.textcolor }} 1px; font-size: 0.8em; margin-top: 2em; } .content { margin: 0; padding: 0 3em; min-height: 400px; } .content h1, .content h2, .content h3 { margin-left: -3rem; } .content .entry_footer { text-align: right; } .clear { clear: both; } .clearright { clear: right; } #footer { padding: 0.5em 0; margin-bottom: 1em; } #footer p { text-align: center; font-size: 8pt; color: {{ page.linkcolor }}; } div.sitemap_subcategory { margin-left: 2em; } .sitemap_categorylink { font-size: 1.1em; } .center { text-align: center; } img.sitelogo { float: left; margin: 15px; } .rightfloat, .leftfloat { margin: 0.3em; } a img { border: 0; } .cornerpic { float: right; width: 250px; padding: 1em; padding-right: 0; margin: 0; } .imagecenter { text-align: center; margin: 0.3em; } .leftfloat { float: left; margin-left: 0px; margin-right: 1em; } .rightfloat { float: right; margin-left: 1em; margin-right: 0px; } .topspace { margin-top: 2em; } table { margin-top: 1em; margin-bottom: 1em; } th, td { padding: 0.5em; font-size: 0.88em; } th { font-weight: normal; color: {{ page.headercolor }}; text-align: right; vertical-align: top; } td { text-align: left; vertical-align: top; } .mainmenu { margin: 0px; } .mainmenu ul { margin-top: 0; } .mainmenu ul li { display: inline; float: right; text-align: center; margin-left: 0.5em; margin-right: 0.5em; } pre { padding: 0.5em; margin-top: 0.5em; color: {{ page.codecolor }}; overflow: auto; } pre, code { font-family: {{ page.codefonts }}; font-size: 110%; } sup { line-height: 0; } small { font-size: 80%; } strong { font-weight: bold; } /*---------------------------------------------------------------------------*/ #page.frontpage blockquote h1, #page.frontpage blockquote h2 { text-align: center; margin-left: auto; margin-right: auto; color: {{ page.heroheadercolor }}; } #page.frontpage blockquote h1 { font-size: 5.6em; margin-top: 0; padding-top: 0.2em; } #page.frontpage blockquote h2 { font-size: 2.1em; } #page.frontpage blockquote { /* width: 75%; */ margin: 0 -2em; background: {{ page.herobackground }}; color: {{ page.herotextcolor }}; padding: 1em 2em; } div.linkbuttons { text-align: center; padding-top: 1em; }