/*
/* -----------------------------------------------
Sidebar Creative v2.0 - Typographic Stylesheet
Authors: Bryan Veloso & Dan Rubin
Version: 2000-01-03
This stylesheet serves as the basis for all
the typography. Here, the base font and font 
sizes are declared as well as all 
typographic rhythm. Much will be based
off the teachings of Rich Rutter and Mark
Boulton, with some obvious deviations.
----------------------------------------------- */

body, ul, ol, dl, h1, h2, h3, h4, h5, h6, td, th, caption, pre, p, blockquote, input, textarea {
    font-family: Verdana, Tahoma, 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    color: #B0B0B0; /* smoke blue: #596877 */
}

h1, h2, h3, 
h4, h5, h6      { margin: 0; font-weight: bold; }
h1              { font-size: 36px; line-height: 36px; padding-top: 18px; padding-bottom: 18px; }
h2              { font-size: 28px; line-height: 36px; padding-top: 9px; padding-bottom: 9px; }
h3              { font-size: 18px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h4              { font-size: 14px; line-height: 18px; padding-top: 9px; }
h5              { font-size: 12px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }
h6              { font-size: 10px; line-height: 18px; padding-top: 9px; padding-bottom: 9px; }

a               { color: #99CCFF; text-decoration: none; } /* previous 007bd6 +  52a4e0 */
a:hover         { color: #596877; }
em              { font-style: italic; }
p               { margin: 0 0 18px 0; }
small           { font-size: 80%; }
strong          { font-weight: bold; }


ul, ol          { margin-top: 18px; margin-bottom: 18px; padding-left: 16px; list-style-position: outside; list-style-type: disc; }
ol              { list-style-type: decimal; padding-left: 17px; }
    
dl              { margin-top: 18px; margin-bottom: 18px; }
dl dt           { font-weight: bold; }

blockquote      { border-left: 1px solid #666; margin-top: 18px; margin-bottom: 18px; padding-left: 17px; font-style: italic; }
blockquote *    { color: #666; }

#explanation 	{ font-size: 16px; }
#footer p		{ font-size: 11px; color: #5c6772; }
}