/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Verdana, Geneva, Sans-Serif;
    font-size           : 12px;
}

h1 
{
}

h2 
{
    font-family         : Georgia, Serif;
    font-size           : 2.5em;
    font-style          : italic;
    font-weight         : normal;
}

h3 
{
    font-family         : Georgia, Serif;
    font-size           : 3em;
    font-weight         : normal;
}

h4 
{
    font-family         : Georgia, Serif;
    font-size           : 2em;
    font-weight         : normal;
}

h5 
{
    font-family         : Georgia, Serif;
    font-size           : 1.3em;
    font-weight         : normal;
}

h6 
{
    font-family         : Georgia, Serif;
    font-size           : 1.1em;
    font-weight         : normal;
}

p 
{
    line-height         : 1.42em;
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration     : none;
}

a:visited 
{
    text-decoration     : none;
}

a:hover 
{
    text-decoration     : underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/
.footerText
{
    font-size       : .9em;
}

.tertiary
{
    font-family     : Georgia, Serif;
    font-size       : 1.2em;
}

.didYouKnow,
.specials
{
    font-size       : .95em;
}

/*___ SPAN _________________________________________________________________*/
.header h2 span
{
    font-size       : 2em;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/
.tertiary h3
{
    font-size       : 1.67em;
}

/*___ H4 _________________________________________________________________*/
.tertiary h4
{
    font-size       : 1.42em;
}

.didYouKnow h4,
.specials h4
{
    font-style      : italic;
}

h4.alt
{
 font-size          : 1.3em; 
 font-variant       : small-caps; 
}

/*___ H5 _________________________________________________________________*/
.tertiary h5
{
    font-size       : 1.1em;
}

.didYouKnow h5,
.specials h5
{
    font-size       : 1.4em;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
.download
{
    font-family     : Georgia, Serif;
    font-size       : 1.2em;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/
.header h2 strong
{
    font-weight     : normal;
    font-style      : normal;
}

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.main a,
.main a:hover,
.main a:visited
{
    font-family         : Georgia, Serif;
    font-size           : 1.33em;
    text-decoration     : none;
}

.main .folder,
.main .folder:hover,
.main .folder:visited
{
    font-family         : Georgia, Serif;
    font-size           : 1.75em;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
cite
{
    font-size           : .85em;
    font-style          : italic;
}

.footer cite
{
    font-style          : normal;
    font-weight         : bold;
}

/*___Group/Section/Class_________________________________________________________________*/