/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 13px;
}

h1 
{
}

h2 
{
    font-family     : Book Antiqua, Georgia, Serif;
    font-size       : 22px;
}

h3 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 18px;
    font-weight     : normal;
}

h4 
{
    font-family     : Book Antiqua, Georgia, Serif;
    font-size       : 17px;
    font-variant    : small-caps;
    font-weight     : bold;
}

h5 
{
    font-family     : Arial, Sans-Serif;
    font-size       : 15px;
    font-weight     : bold;
}

h6 
{
    font-family     : Book Antiqua, Georgia, Serif;
    font-size       : 22px;
}	
}

p 
{
}

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 _________________________________________________________________*/

#admin
{
    font-size           : 10px;
}

/*___ SPAN _________________________________________________________________*/

.quickLinks li a span
{
    font-family         : Arial, Sans-Serif;
    font-size           : 22px;
    font-weight         : normal;
    display             : block;
}

.searchTerm
{
    font-size           : 20px;
    text-transform      : lowercase;
}

.search span
{
    font-size           : 18px;
    font-weight         : bold;
    font-family         : Book Antiqua, Georgia, Serif;
}

.caption
{
	font-size			: 18px;	
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

h2.returnHome
{
	font-size	: 20px;
	font-weight	: normal;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul.nav li li
{
    font-size           : 10px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.nav > li > a
{
    font-family         : Book Antiqua, Georgia, Serif;
    font-size           : 16px;
}

.quickLinks li a
{
    font-family     : Book Antiqua, Georgia, Serif;
    font-size       : 16px;
    font-weight     : normal;
}

.quickLinks a:hover
{
    text-decoration : none;
}

#secondary ul > li a
{
    font-family     : Book Antiqua, Georgia, Serif;
    font-size       : 16px;
    font-weight     : normal;	
}

#secondary ul ul li a
{
	font-size   : 14px;
}

#secondary ul li a.active,
#secondary ul li a:focus
{
    text-decoration : underline;
}

#footer a,
#footer a:visited,
p.mindfly a:hover
{
    text-decoration : underline;
}

a.folder
{
    text-decoration : none;
}

ul.pagination li a:hover
{
    text-decoration : none;
}

dt a
{
    font-size       : 18px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

#primary th
{
    font-variant    : small-caps;
}

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

.search input
{
    font-size       : 20px;
}

.refine input,
.refine select
{
    font-size       : 16px;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
