/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family     : Verdana, Geneva, Sans-Serif;
    font-size       : 12px;
}

h1 
{
}

h2 
{
    font-size       : 8.5em;
    text-transform  : uppercase;
}

h3 
{
    font-size       : 3.7em;
    text-transform  : uppercase;
    line-height     : .7em;
}

h4 
{
    font-size       : 1.9em;
    font-family     : Georgia, Serif;
}

h5 
{
    font-family     : Verdana, Geneva, Sans-Serif;
    font-size       : 1.6em;
}

h6 
{
    font-family     : Georgia,Serif;
    font-size       : 1.6em;
}

p 
{
    line-height     : 1.5em;
}

b
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration : none;
}

a:visited 
{
}

a:hover 
{
    text-decoration : underline;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/
.primary b
{
    font-size       : 1.3em;
    font-weight     : normal;
    line-height     : 1.3em;
}

.sidebar figure
{
    font-size       : 1.3em;
}

.sidebar b
{
    font-weight     : normal;
    font-size       : .8em;
}

.home h2, .home h3, .home h4, .home h5,
h2.home, h3.home, h4.home, h5.home
{
    font-size       : 1em;
    font-weight     : normal;
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ ADDRESS _________________________________________________________________*/
address
{
    font-family     : Georgia,Serif;
    font-size       : 1.4em;
    font-weight     : bold;
}

/*___ SECTION _________________________________________________________________*/

/*___ DIV _________________________________________________________________*/
#twitter
{
    font-size       : 1.1em;
    line-height     : 1.5em;
    font-style      : italic;
}

.twitter
{
    line-height     : 1.4em;
}

/*___ SPAN _________________________________________________________________*/
.org
{
    font-size       : 1.3em;
}

#login span
{
    font-size       : 1.5em;
    text-transform  : capitalize;
    font-weight     : bold;
    font-family     : Georgia, Serif;
}

.required
{
    font-size       : .8em;
}

/*___ ASIDE _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
h2.home
{
    font-size       : 2.25em;
    line-height     : .9em;
}

.sidebar h2
{
    font-size       : .21em;
}

/*___ H3 _________________________________________________________________*/
h3.home
{
    font-size       : 1.7em;
    line-height     : normal;
}

/*___ H4 _________________________________________________________________*/
.sidebar h4
{
    text-transform  : uppercase;
}

.sidebar h4:first-child
{
    text-transform  : capitalize;
    font-family     : Verdana, Geneva, Sans-Serif;
}

.home h4
{
    font-size       : 1.7em;
    text-transform  : uppercase;
}

.featured h4
{
    font-size       : 1.7em;
}

/*___ H5 _________________________________________________________________*/
.home h5
{
    font-family     : Georgia,Serif;
    font-size       : 1.3em;
    text-transform  : uppercase;
}

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.filmstrip li
{
    font-weight     : bold;
}


/*___ DT _________________________________________________________________*/
dt
{
    font-size       : 1.4em;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
#main a:hover
{
    text-decoration : none;
}

#main .active a
{
    font-weight     : bold;
    font-style      : italic;
}

#staff a:hover
{
    text-decoration : none;
}

.email,
.email:hover,
.email:visited
{
    font-weight     : normal;
    font-family     : Verdana, Geneva, Sans-Serif;
    font-size       : .9em;
}

.button,
.button:hover,
.button:visited
{
    font-size       : 1.3em;
}

#footerNav a:hover
{
    text-decoration : none;
}

.average,
.average:hover,
.average:visited,
.more,
.more:hover,
.more:visited
{
    font-size       : 1.3em;
}

.many,
.many:hover,
.many:visited,
.most,
.most:hover,
.most:visited
{
    font-size       : 1.8em;
}

.tellMore
{
    font-weight     : bold;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/
input
{
    font-size       : 1.3em;
}

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
cite
{
    font-size       : .8em;
}

/*___Group/Section/Class_________________________________________________________________*/