/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Tahoma, Geneva, sans-serif;
    font-size           : 14px;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    font-weight     : bold;
    text-decoration : underline;
}

a:visited 
{
    font-weight     : bold;
    text-decoration : underline;
}

a:hover 
{
    font-weight     : bold;
    text-decoration : none;
}

table 
{
}

tr 
{
}

th 
{
    font-size       : 1em;
    text-transform  : uppercase;
    font-weight     : bold;
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

.content
{
   font-size            : 0;
}

.content > div
{
    font-size           : 14px;
}

.sidebar
{
    font-weight         : bold;
    font-size           : 1em;
}

.calendar
{
    text-align          : center;
}
/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

.updated
{
    font-size           : .8em;
    font-style          : italic;
}

/*___ H1 _________________________________________________________________*/
.main h1
{
    text-transform      : uppercase;
    font-size           : 2.3em;
    letter-spacing      : .2em;
    font-weight         : normal;
}
/*___ H2 _________________________________________________________________*/
.header h2
{
    font-family         : Georgia, "Times New Roman", Serif;
    font-size           : 1.3em;
    font-weight         : normal;
}

.main h2
{
    font-size           : 2.1em;
    font-weight         : normal;
}
/*___ H3 _________________________________________________________________*/
.main h3
{
    text-transform      : uppercase;
    font-size           : 1.2em;
    letter-spacing      : .1em;
}

.home h3
{
    text-transform      : none;
    letter-spacing      : normal;
    font-size           : 1.1em;
}

/*___ H4 _________________________________________________________________*/
.home .side h4
{
    font-size           : 1.4em;
    line-height         : normal;
    font-weight         : normal;
}

.main h4
{
    font-size           : 1.2em;
}

/*___ H5 _________________________________________________________________*/
.main h5
{
    font-size           : 1.1em;
    text-transform      : uppercase; 
    letter-spacing      : .1em;
}
/*___ H6 _________________________________________________________________*/
.main h6
{
}
/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
.home .side p
{
    font-size           : .95em;
}
/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.nav a
{
    font-size       : .9em;
    text-decoration : none;
}

.nav a:link,
.nav a:visited
{
    font-weight     : normal;
    font-size       : 1.1em;
    text-decoration : none;
}

.nav a:link:hover,
.nav a:visited:hover
{
    text-decoration : underline;
}

.home .side h4 a,
.home .side h4 a:hover,
.home .side h4 a:visited
{
    font-weight     : normal;
}

.sidebar .nav .active
{
    text-transform  : uppercase;
    font-weight     : bold;
    letter-spacing  : .15em;
}


/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

.mindfly
{
    font-size       : .8em;
}
