/*

  Moral Volcano Universal CSS Font Stack v2012.01.21
  (c) V. Subhash, 2012.
  http://www.vsubhash.com

  Purpose: Native font support for HTML in Linux, Mac, and
           Windows operating systems
  License: Lesser General Public License
           http://www.gnu.org/copyleft/lesser.html

*/


a {
  color: navy;
  border-bottom: 1px dotted navy;
  font-weight: normal;
  text-decoration: none;
}


a:visited {
  border-bottom-color: purple;
}


blockquote {
  border-left: 5px solid whitesmoke;
  margin: 1em 5%;
  padding: 1em 2em;
}


body {
  /* Order: Special,
   *        Linux (CMU, Liberation, Free, DejaVu),
   *        Mac (Cyrillic, Central European, UI),
   *        Windows Vista UI, Windows XP UI,
   *        Windows (Non-Microsoft-Core-Web, Non-Microsoft-app-bundled, not
   *                 found in both Mac and Windows),
   *        phonetic,
   *        Mac Unicode fallback, Windows Unicode fallback,
   *        Adobe Standard Type 1, generic
   */
  font-family:  "Gentium Plus", "Gentium", "Droid Sans",
                "CMU Sans Serif", "Liberation Sans", FreeSans, "DejaVu Sans",
                "Helvetica CY", "Helvetica CE", "Lucida Grande",
                "Segoe UI", Tahoma,
                "Lucida Sans Unicode",
                "Doulos SIL", "TITUS Cyberbit Basic",
                "Last Resort", "Arial Unicode MS",
                Helvetica, sans-serif;
  padding: 1em;
}


code, pre, xmp {
  /* Order: Special,
   *        Linux (CMU, Liberation, Free, DejaVu),
   *        Mac, Vista, XP,
   *        Adobe Standard Type 1, generic
   */
  font: Lighter 1em "Anonymous Pro", "Droid Sans Mono",  
                    "CMU Typewriter Text", "Liberation Mono", FreeMono, "DejaVu Sans Mono",
                    Monaco, Consolas, "Lucida Console",
                    Courier, monospace;
}


code { background-color: #EFEFEF;  }


h1, h2, h3, h4, h5, h6 {
  /* Order: Special,
   *        Linux (CMU, Liberation, Free, DejaVu),
   *        Mac (Cyrillic, Central European, non-Windows, UI),
   *        Windows Vista UI, Windows XP UI,
   *        Windows (Non-Microsoft-Core-Web, Non-Microsoft-app-bundled, not
   *          found in both Mac and Windows),
   *        phonetic,
   *        Mac Unicode fallback, Windows Unicode fallback,
   *        Adobe Standard Type 1, generic
   */
  font-family:  "Gentium Plus", "Gentium", "Droid Serif", 
                "CMU Serif", "Liberation Serif", FreeSerif, "DejaVu Serif",
                "Times CY", "Times CE", Palatino, "Lucida Grande",
                "Segoe UI", Tahoma,
                "Lucida Sans Unicode",
                "Doulos SIL", "TITUS Cyberbit Basic",
                "Last Resort", "Arial Unicode MS",
                Roman, serif;
  font-weight: normal;
  margin: 1em auto;
}


h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 0.8em; font-weight: bold; }


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border-bottom-style: none;
}


li {
  line-height: 1.5em;
  margin: 1em;
}


ol { list-style-type: decimal; }
ol ol { list-style-type: lower-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: upper-alpha; }
ol ol ol ol ol { list-style-type: upper-roman; }


p {
  line-height: 1.5em;
  margin: 0.5em auto 1.5em;
}

pre {
  background-color: #EFEFEF;
  border: 1px dashed lightgrey;
  margin: 1em 5%;
  padding: 1em 2em;
  overflow-x: auto;
}


u { background-color: #EFEFEF; text-decoration: none; }

