/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family     : Trebuchet MS, Helvetica, Sans-Serif;
    font-size       : 14px;
}

h1 
{
    font-family     : Georgia, Serif;
}

h2 
{
    font-family     : Georgia, Serif;
    font-size       : 2.7em;
}

h3 
{
    font-family     : Georgia, Serif;
    font-weight     : normal;
    font-size       : 2em;
}

h4 
{
    font-family     : Georgia, Serif;
    font-weight     : normal;
    font-size       : 1.5em;
}

h5 
{
    font-family     : Georgia, Serif;
    font-weight     : normal;
    font-size       : 1.3em;
}

h6 
{
    font-family     : Georgia, Serif;
    font-size       : 1.1em;
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

blockquote
{
    font-style      : italic;
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ NAV _________________________________________________________________*/
#main
{
    font-family     : Georgia, Serif;
}

/*___ SECTION _________________________________________________________________*/
.twitter
{
    font-size       : 1.1em;
    font-weight     : bold;
}

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/
#main a > span
{
    font-size       : 1.4em;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

/*___ H4 _________________________________________________________________*/

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/
.welcome p
{
    line-height     : 1.5em;
}

.secondary p
{
    line-height     : 1.4em;
}

.about p
{
    font-size       : 1.1em;
    line-height     : 1.65em;
}

/*___ UL _________________________________________________________________*/
.galleryNav
{
    font-size       : 1.2em;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/
.footerNav li
{
    text-align      : center;
}

.findMe,
.rss
{
    font-family     : Georgia, Serif;
    font-size       : 1.2em;
}

.rss
{
    font-size       : 2em;
}

.about p:first-child:first-letter
{
    font-size       : 1.8em;
}

/*___ B _________________________________________________________________*/
b
{
    font-size       : 3em;
}

.welcome p b:first-child
{
    font-size       : 4em;
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/
.footerNav a
{
    font-size       : 1.1em;
    font-family     : Georgia, Serif;
}

.findMe a,
.rss a
{
    font-weight     : normal;
}

#main a
{
    font-weight     : normal;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/