/*
  (c) V. Subhash, 2009.
  www.vsubhash.com

  Created:
    19 May 2009
    
  Updated:       
    26 December 2009
    
 Description:   
    Basic "screen" stylesheet with "Moral Volcano Universal CSS Font Stack"
    
 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 10%;
  padding: 1em 2em;
}


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


code, pre, xmp {
  /* Order: Special,
   *        Linux (CMU, Liberation, Free, DejaVu),
   *        Mac, Vista, XP,
   *        Adobe Standard Type 1, generic
   */
  font: Lighter 1em "Anonymous Pro", Anonymous,
                    "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 (Non-Microsoft-Core-Web, Non-Microsoft-app-bundled, not 
   *          found in both Mac and Windows),
   *        Windows XP UI,
   *        phonetic,
   *        Mac Unicode, Windows Unicode,
   *        Adobe Standard Type 1, generic
   */
  font-family: "CMU Serif", "Liberation Serif", FreeSerif, "DejaVu Serif",
               "Times CY", "Times CE", Palatino, "Lucida Grande",
               "Segoe UI", 
               "Palatino Linotype",
               Tahoma,                
               "Doulos SIL", "TITUS Cyberbit Basic",
               "Last Resort", "Arial Unicode MS",
               Roman, serif;
  font-weight: normal;
  letter-spacing: 2;
  margin: 1em auto 0.2em auto;
}


h1 { font-size: 2.8em; }
h2 { font-size: 2.5em; }
h3 { font-size: 2.2em; }
h4 { font-size: 1.8em; }
h5 { font-size: 1.5em; }
h6 { font-size: 1.2em; }


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

li {
  font-size: 1em;
  line-height: 2em;
  margin: 0.2em auto 1.2em auto;
}


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 {
  font-size: 1em;
  line-height: 2em;
  margin: 0.2em auto 1.2em auto;
}


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

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