/*___ type.css: Typeography Styles ___*/

@font-face {
  font-family: 'TeXGyreAdventorRegular';
  src: url('fonts/texgyreadventor-regular.eot');
  src: local('TeX Gyre Adventor Regular'), local('TeXGyreAdventor-Regular'), url('fonts/texgyreadventor-regular.ttf') format('truetype');
}

@font-face {
  font-family: 'TeXGyreAdventorItalic';
  src: url('fonts/texgyreadventor-italic.eot');
  src: local('TeX Gyre Adventor Italic'), local('TeXGyreAdventor-Italic'), url('fonts/texgyreadventor-italic.ttf') format('truetype');
}

@font-face {
  font-family: 'TeXGyreAdventorBold';
  src: url('fonts/texgyreadventor-bold.eot');
  src: local('TeX Gyre Adventor Bold'), local('TeXGyreAdventor-Bold'), url('fonts/texgyreadventor-bold.ttf') format('truetype');
}

@font-face {
  font-family: 'TeXGyreAdventorBoldItalic';
  src: url('fonts/texgyreadventor-bolditalic.eot');
  src: local('TeX Gyre Adventor Bold Italic'), local('TeXGyreAdventor-BoldItalic'), url('fonts/texgyreadventor-bolditalic.ttf') format('truetype');
}

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
  font-family    : Arial, Helvetica, Sans-Serif;
  font-size    : 12px;
}

h1 
{
  font-family    : "FuturaLT Light", Tahoma, Geneva, Sans-Serif;
  font-size    : 26px;
  text-transform  : uppercase;
  font-weight    : normal;
}

h2 
{
  font-family    : TeXGyreAdventorRegular, "FuturaLT Light", Tahoma, Geneva, Sans-Serif;
  font-size    : 26px;
  text-transform  : uppercase;
  font-weight    : normal;
}

h3 
{
  font-family    : Verdana, Geneva, Sans-Serif;
  font-weight    : normal;
  font-size    : 18px;
}

h4 
{
  font-family    : TeXGyreAdventorRegular, Verdana, Geneva, Sans-Serif;
  font-weight    : normal;
  font-size    : 15px;
  font-style    : normal;
}

h5 
{
  font-family    : TeXGyreAdventorRegular, Verdana, Geneva, Sans-Serif;
  font-weight    : normal;
  font-size    : 16px;
}

h6 
{
  font-family    : TeXGyreAdventorRegular, Verdana, Geneva, Sans-Serif;
  font-weight    : normal;
  font-size    : 14px;
}

p 
{
  line-height    : 20px;
}

ul 
{
  line-height    : 20px;
}

ol 
{
  line-height    : 20px;
}

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 _________________________________________________________________*/

#footer
{
  font-size    : 10.5px;
  font-family    : Arial, Helvetica, Sans-Serif;  
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

.home #splash h2
{
  font-family    : TeXGyreAdventorRegular, Verdana, Geneva, Sans-Serif;
  text-transform  : none;  
  font-size    : 25px;
}

/*___ H3 _________________________________________________________________*/

#splash h3
{
  font-size    : 18px;
  font-weight    : bold;
  font-family    : TeXGyreAdventorRegular, Arial, Helvetica, Sans-Serif;  
}

#secondary h3
{
  font-family    : TeXGyreAdventorRegular, "FuturaLT Book", Tahoma, Geneva, Sans-Serif;
  font-size    : 22px;
  text-transform  : uppercase;
  font-weight    : normal;
}

#primary .aside h3
{
  font-family    : TeXGyreAdventorRegular, "FuturaLT Light", Tahoma, Geneva, Sans-Serif;
  text-transform  : uppercase;
  font-weight    : normal;
  font-size    : 24px;
}

#primary #alerts h3
{
  text-transform  : uppercase;
  font-weight    : normal;
  font-family    : TeXGyreAdventorRegular, "FuturaLT Light", Tahoma, Geneva, Sans-Serif;
  font-size    : 17px;
}

#controls h3
{
  font-weight    : normal;
  font-family    : TeXGyreAdventorRegular, "FuturaLT Light", Tahoma, Geneva, Sans-Serif;
  font-size    : 20px;
}

/*___ H4 _________________________________________________________________*/

#primary .aside h4
{
  font-weight    : bold;
  font-family    : Arial, Helvetica, Sans-Serif;
  font-size    : 12px;
  font-style    : normal;
}

#primary #alerts h4
{
  font-family    : Verdana, Geneva, Sans-Serif;
  font-weight    : normal;
  font-style    : normal;
  font-size    : 13px;  
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

#header .nav a.active
{
  text-decoration  : underline;  
}

.nav.shutter li a
{
  font-family    : Verdana, Geneva, Sans-Serif;
  font-size    : 13px;
}

.nav.shutter li a:hover
{
  text-decoration  : none;  
}

.nav.shutter ul li a
{
  font-family    : Arial, Helvetica, Sans-Serif;
  font-weight    : bold;
  font-size    : 12px;  
}

.nav.shutter ul li a:hover
{
  text-decoration: underline;  
}

.nav.splash a:first-child
{
  font-family    : Verdana, Geneva, Sans-Serif;
  font-size    : 18px;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h3 {

}

h4 {

}

