/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-size       : 10pt;
    font-family     : Arial, Helvetica, Sans-Serif;
}

h1 
{
}

h2 
{
}

h3 
{
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration     : underline;
}

a:visited 
{
    text-decoration     : underline;
}

a:hover 
{
    text-decoration     : none;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/
.caption
{
    font-size           : .9em;
    font-weight         : bold;
}

.section.content blockquote
{
    font-style          : italic;
    font-family         : Georgia, Serif;
    font-size           : .9em;    
}

.button,
a.button
{
	font-family			: Arial,Helvetica,Sans-Serif;
	font-size			: 0.8em;
	text-decoration		: none;
	text-transform		: uppercase;	
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/
.section.main
{
    font-family         : Georgia, Serif;
    font-style          : italic;
}

.aside.fact,
.aside.sidebar
{
    font-family         : Georgia, Serif;
    font-style          : italic;
}

.aside.testimonials
{
    font-size           : .8em;
}

.footer
{
    font-family         : Georgia, Serif;
    font-size           : .7em;
    font-weight         : bold;
    font-style          : italic;
}
/*___ SPAN _________________________________________________________________*/
.header h2 span
{
    font-size           : .9em;
}

.caption span
{
    font-size           : .9em;
    font-weight         : normal;
}

.section.content h2 span
{
    font-weight         : bold;
}

.aside.sidebar .testimonials p span
{
    font-size			: 1.3em;
}

.aside.sidebar .testimonials .caption span
{
    font-size           : 1em;
}
/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.header h2
{
    font-family         : Georgia, Serif;
    font-size           : .8em;
    font-weight         : normal;
    font-style          : italic;
}

.section.content h2
{
    font-size           : 1.6em;
    font-weight         : normal;
}

/*___ H3 _________________________________________________________________*/
.aside.fact h3,
.aside.sidebar h3
{
    font-family         : Georgia, Serif;
    font-style          : italic;  
    font-weight         : normal;  
}

.header h3
{
    font-family         : Georgia, Serif;
    font-size           : .8em;
    font-weight         : normal;
    font-style          : italic; 
}

.section.content h3
{
    font-family         : Georgia, Serif;
    font-size           : 1.2em;
    font-weight         : normal;
    font-style          : italic; 
}
/*___ H4 _________________________________________________________________*/
.section.content h4
{
    font-family         : Georgia, Serif;
    font-size           : 1em;
    font-weight         : normal;
    font-style          : italic; 
}

.section.main h4
{
    font-size           : 1.3em;
}

.section.content .research h4
{
	font-weight			: bold;	
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
.section.main > p
{
    line-height         : 1.3em;
    font-size           : 1.2em;
}

.section.content p
{
    font-size           : 1em;
}

.aside.fact p
{
    font-size           : .9em;
}

.aside.sidebar .fact p
{
    font-size           : .8em;
}
.aside.sidebar .testimonials .caption
{
    font-size           : 1.2em;
    font-weight         : bold;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.ulMain > li a,
.ulMain > li a:hover,
.ulMain > li a:visited
{
   font-family      : Arial, Helvetica, Sans-Serif;
   text-transform   : uppercase;
   font-size        : .8em; 
   text-decoration  : none;
}

.ulMain ul a,
.ulMain ul a:hover,
.ulMain ul a:visited
{
    text-transform   : none;
}


/*___ TABLE _________________________________________________________________*/
.section.content table
{
    width           : 100%;
}
/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/
.section.content th
{
    font-size       : .9em;
    font-weight     : bold;
}
/*___ TD _________________________________________________________________*/
.section.content td
{
    text-align      : center;
}
/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
.form.search input
{
    font-size       : .65em;
    text-transform  : uppercase;
    font-weight     : bold;
}

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
sup
{
    font-size       : .8em;
}