/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/
@font-face {
	font-family: Kingthings;
	src: url('fonts/Kingthings_Exeter.eot');
	src: local('Kingthings Exeter Regular'), local('KingthingsExeter'), url('fonts/Kingthings_Exeter.ttf') format('truetype');
}

html 
{
}

body 
{
    font-family     : Verdana, Helvetica, Sans-Serif;
    font-size       : 13px;
}

h1 
{
    font-family     : Kingthings, Times New Roman, Times New Roman, Serif;
    font-size       : 60px;
    font-weight     : normal;
    letter-spacing  : 8px;
}

h2 
{
    font-family     : Kingthings, Times New Roman, Times New Roman, Serif;
    font-size       : 30px;
    font-weight     : normal;
}

h3 
{
    font-family     : Kingthings, Times New Roman, Times New Roman, Serif;
    font-size       : 24px;
    font-weight     : normal;
}

h4 
{
    font-family     : Kingthings, Times New Roman, Times New Roman, Serif;
    font-size       : 22px;
    font-weight     : normal;
}

h5 
{
    font-family     : Kingthings, Times New Roman, Times New Roman, Serif;
    font-size       : 20px;
    font-weight     : normal;
}

h6 
{
    font-family     : Kingthings, Times New Roman, Times New Roman, Serif;
    font-size       : 16px;
}

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 ___*/
.button
{
    font-family     : Kingthings, Times New Roman, Times, Serif;
    font-size       : 24px;
}

.button:hover
{
    text-decoration : none;
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/
h1 span
{
    font-family     : Verdana, Sans-Serif;
    font-size       : 14px;
    letter-spacing  : normal;
}

/*___ H2 _________________________________________________________________*/
#tertiary h2
{
    font-family     : Verdana, Helvetica, Sans-Serif;
    font-size       : 40px;
    text-transform  : uppercase;
}

/*___ H3 _________________________________________________________________*/


/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
#text p:first-of-type
{
    font-size       : 14px;
    line-height     : 22px;
}

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
#footer .main li
{
    font-size       : 11px;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#secondary .main a
{
    font-family     : Kingthings, Times New Roman, Times, Serif;
    font-size       : 24px;
}

#secondary .main a:hover,
#secondary .main .active
{
    text-decoration : none;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/
#primary img[style*="left"]
{
    margin-right     : 10px;	
}

#primary img[style*="right"]
{
    margin-left      : 10px;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
#footer cite
{
    font-size       : 14px;
}

#footer cite.mindfly
{
    font-size       : 10px;
}

/*___Group/Section/Class_________________________________________________________________*/