/* Author: Brian Baddour, http://www.neostc.org/
   Color palette: #333399, #FFEE99
*/

@media screen, print {
  body { background-color: #FFFFFF; margin: 0px; }

  /* Headings & footers */
  .header { background-color: #333399; width: 90%; vertical-align: bottom; }
  h1 { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; margin-bottom: 0px; margin-top: 0px; font-variant: small-caps; }
  h2 { font-size: 24px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333399; margin-bottom: 2px; margin-top: 10px; }
  h3 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333399; margin-bottom: 2px; margin-top: 10px; }
  h4 { font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333399; margin-bottom: 2px; margin-top: 10px; }
  h1 > h2, h2 > h3, h3 > h4 { margin-top: 0px; }
  th { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333399; font-size: 13px; }
  dt { font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #333399; font-size: 13px; }
  .runin { font-weight: bold; color: #333399; }
  .dropcap { font-size: 32px; font-weight: bold; float: left}
  cite, cite a, cite a:visited { font-size: 9px; color: #666666; font-style: normal; }

  /* Tables & lists */
  dl { margin-bottom: 0px; }
  ul { margin-bottom: 8px; }
  ol { margin-bottom: 0px; }
  dd { margin-left: 25px; }
  li { margin-left: -10px; }
  ol { list-style-type: decimal; }
  ol ol { list-style-type: upper-alpha; }
  ol ol ol { list-style-type: decimal; }
  ol ol ol ol { list-style-type: lower-alpha; }
  ol ol ol ol ol { list-style-type: decimal; }
  td { vertical-align: top; }

  /* Miscellany */
  form { margin-top: 0px; margin-bottom: 0px; }
  pre { font-family: "Courier New", Courier, mono; font-size: 12px; }
  acronym {border-bottom: 1px dotted; cursor: help; }
  .warn { color: #990000; font-weight: bold; }
  .greenbar { background-color: #DDDDDD; }
  hr { border-top: 1px dashed #333399; border-bottom: 1px dashed #333399; color: #fff; background-color: #fff; height: 3px; }

  /* Lines & Letters */
  .llarticle { background-color:#66CCFF; border-color:#006699; border-width:thin; margin: 5; padding: 5; }
}

@media screen {
  blockquote,body,dd,div,li,p,td,cite { font-family: Arial, Helvetica, sans-serif; }
  blockquote,body,dd,div,li,p,td { font-size: 13px; color: #000000; }

  /* Navigation */
  a,a:visited,a:hover { color: #333399; }
  a:hover { background-color: #FFEE99; }
  .navleft { vertical-align: top; white-space: nowrap; margin: 3px; width: 150px; color: #FFCC00; background-color: #333399; font-weight: bold; }
  .navleft a,.navleft a:visited { color: #FFFFFF !important; font-weight: normal; }
  .navleft a:hover { color: #333399 !important }
}

@media print {
  blockquote,body,dd,div,li,p,td,cite { font-family: "Times New Roman", Times, serif; }
  blockquote,body,dd,div,li,p,td { font-size: 12pt; color: #000000; }
  #content a:link:after, #content a:visited:after { content: " (" attr(href) ") "; }
  .navleft { display: none; }
}

