/*
 (c) V. Subhash, 2009.
 www.vsubhash.com
 
 Created:       19 May 2009
 Updated:       05 June 2009 
 Description:   Basic "print" stylesheet
 License:       GNU General Public License Version 3 - http://www.gnu.org/licenses/gpl-3.0.txt

*/

body {
  /* Order: Special,
            Linux (CMU, Liberation, Free, DejaVu), 
            Mac (Cyrillic, Central European, UI), 
            Vista UI, XP UI, (No Windows font also available in Mac. Only unlicensed UI fonts.)
            phonetic, 
            Unicode, 
            Adobe Type 1, generic */
  font-family: Honey Script SemiBold,
               "CMU Serif", "Liberation Serif", FreeSerif, "DejaVu Serif", 
               "Times CY", "Times CE", "Lucida Grande", 
               Segoe UI, Tahoma, 
               "Doulos SIL", "TITUS Cyberbit Basic", Gentium, 
               "Arial Unicode MS", "Lucida Sans Unicode", 
               Roman, serif; 
  margin: 1em auto;
  padding: 1em;
}

h1, h2, h3, h4, h5, h6 {
  /* Order: Special,
            Linux (CMU, Liberation, Free, DejaVu), 
            Mac (Cyrillic, Central European, UI), 
            Vista UI, XP UI, (No Windows font also available in Mac. Only unlicensed UI fonts.)
            phonetic, 
            Unicode, 
            Adobe Type 1, generic */
  font-family: Neige, ArabDances, Shanghai, Papyrus,
               "CMU Serif", "Liberation Serif", FreeSerif, "DejaVu Serif", 
               "Times CY", "Times CE", "Lucida Grande", 
               Segoe UI, Tahoma, 
               "Doulos SIL", "TITUS Cyberbit Basic", Gentium, 
               "Arial Unicode MS", "Lucida Sans Unicode", 
               Roman, serif;     
  font-weight: normal;
  margin: 1em 0 0.3em 0;
}

code, pre, xmp {
  /* Order: Special,
            Linux (CMU, Liberation, Free, DejaVu), 
            Mac, Vista, XP, 
            Adobe Type 1, generic */
  font: lighter 1em 
                   "CMU Typewriter Text", "Liberation Mono", FreeMono, "DejaVu Sans Mono", 
                   Monaco, Consolas, Lucida Console, 
                   Courier, monospace;
}


h1 { font-size: 2.5em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.45em; }
h5 { font-size: 1.35em; }
h6 { font-size: 1.3em; }

p {
  font-size: 1em;
  line-height: 1.6em;
  margin: 0.4em 0 1.2em 0;
}

pre, xmp {
  background-color: whitesmoke;
  border: 1px dashed lightgrey;
  margin: 1em 10%;
  padding: 1em 2em;
}

blockquote {
  border-left: 5px solid whitesmoke;
  margin: 1em 10%;
  padding: 1em 2em;
}

a {
  color: navy;
  border-bottom: 1px dotted navy;
  text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
  color: black; 
}

.Align_Right { float: right; }
.Align_Center { text-align: center; }

.Highlight_Yellow { background-color: yellow; }
.Highlight_Lime { background-color: lime; }

.Light_Top { margin-top: 0.01cm!important; }
.Light_Bottom { margin-bottom: 0.01cm!important; }

hr { 
  border-style: none;
  border-bottom: 1px solid black;
  height: 0px;
  margin: 0px 0;
}


div#content_main { 
  background-color: white;
  color: black;
  margin: 10px 0;
  padding: 10px 0;
}    
  
div#content_header {
}    

div#content_footer {
  border-top: 1px solid black;
  margin: 10px 0;
  padding: 0.3em 0;
}