/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family     : Trebuchet MS, Geneva, Sans-Serif;
    font-size       : 12px;
}

h1 
{
}

h2 
{
    font-size       : 1.2em;
}

h3 
{
    font-size       : 1.9em;
}

h4 
{
    font-size       : 1.1em;
}

h5 
{
    font-size       : 1.1em;
}

h6 
{
}

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 ___*/
.profile
{
    line-height     : 1.1em;
}

.fresh,
.happenings,
.newsletter
{
    line-height     : 1.1em;
    font-size       : .9em;
}

.home
{
    line-height     : 1.5em;
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/
.footer
{
    font-size       : .8em;
}

/*___ SPAN _________________________________________________________________*/

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/
.home h2
{
    font-size       : 2.15em;
}

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/
.sidebar h4,
.ad h4
{
    font-size       : 1.5em;
}

.home h4
{
    font-size       : .9em;
}

.home .alternate
{
    font-size       : 1.8em;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

/*___ UL _________________________________________________________________*/
.download
{
    font-size       : .9em;
}

.vendors
{
    line-height     : 1.2em;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.footer ul + ul
{
    line-height     : 1em;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.subHead
{
    font-size       : .7em;
}

.download a
{
    font-size       : .9em;
    text-transform  : uppercase;
    text-decoration : none;
}

.footerNav a
{
    text-decoration : none;
    text-transform  : uppercase;
    font-weight     : bold;
}

.vendorNav a
{
   text-decoration  : none;
   font-weight      : bold;
}

.fresh a,
.happenings a,
.newsletter a
{
    text-decoration : underline;
    font-style      : italic;
}

#twitter_update_list a,
#twitter_update_list a:hover,
#twitter_update_list a:visited
{
    font-size       : 1.1em !important;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___ CITE _________________________________________________________________*/
cite
{
    text-transform      : uppercase;
    font-size           : .9em;
}

/*___Group/Section/Class_________________________________________________________________*/