/*___ type.css: Typeography Styles ___*/

/*___ Section 1: Global Typeography Styles ___*/

html 
{
}

body 
{
    font-family         : Verdana, Sans-Serif;
    font-size           : 12px;
}

h1 
{
}

h2 
{
    font-family         : Book Antiqua, Georgia, Serif;
    font-size           : 18px;
    text-transform      : uppercase;
}

h3 
{
    font-family         : Book Antiqua, Georgia, Serif;
    font-size           : 16px;
    text-transform      : uppercase;
    font-weight         : normal;
}

h4 
{
}

h5 
{
}

h6 
{
}

p 
{
}

ul 
{
}

ol 
{
}

li 
{
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
    text-decoration         : underline;
}

a:visited 
{
    text-decoration         : underline;
}

a:hover 
{
    text-decoration         : none;
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Typeography Modules ___*/

legend
{
    font-family         : Book Antiqua, Georgia, Serif;
    font-size           : 16px;
    text-transform      : uppercase;
}

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

/*___ SPAN _________________________________________________________________*/

span.apiInfo
{
    font-family         : Verdana, Sans-Serif;
    font-size           : 12px;
    line-height         : 24px;
}

p.status.reply span.apiInfo
{
    font-family         : Georgia, Serif;
    font-size           : 12px;
    line-height         : 24px;
}


span.note
{
    font-style          : italic;    
}

.featured span
{
    font-family         : Book Antiqua, Georgia, Serif;
    font-size           : 24px;
}


/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

.list.recent li h3,
.list.posts li h3,
.list.rss li h3
{
    font-family         : Book Antiqua, Serif;
    font-size           : 18px;
    text-align          : center;
}

/*___ H4 _________________________________________________________________*/

.list.rss li h4
{
    font-family         : Georgia, Serif;
    font-size           : 18px;
    line-height         : 36px;
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

.list.recent li p,
.list.posts li p
{
    font-family         : Georgia, Serif;
    font-size           : 18px;
    line-height         : 36px;
}

.list.recent li p.status.reply
{
    font-family         : Georgia, Serif;
    font-size           : 12px;
    line-height         : 24px;
}

/*___ UL _________________________________________________________________*/

ul.nav.menu
{
    font-family         : Book Antiqua, Georgia, Serif;
    font-size           : 18px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

ul.nav.menu li:after,
ul.nav.menu li:first-child:after
{
    font-family         : Verdana, Sans-Serif;
    font-size           : 12px;  
    text-align          : center;  
}


/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

ul.nav.menu a
{
    text-decoration     : none;
    text-transform      : uppercase; 
}

ul.rss a,
ul.rss a:visited,
ul.blogroll a,
ul.blogroll a:visited,
ol.calendar a,
ol.calendar a:visited
{
    text-decoration     : none;
}

ul.rss a:hover,
ul.blogroll a:hover,
ol.calendar a:hover
{
    text-decoration     : underline;
}
.secondary a,
.secondary a:visited
{
    text-decoration     : none;
}

.secondary a:hover
{
    text-decoration     : underline;
}

ol.nav.pager a,
ol.nav.pager a:visited,
ol.nav.pager a:hover
{
    text-decoration     : none;
    text-align          : center;
}

.nav.utility a,
.nav.utility a:visited,
.nav.utility a:hover
{
    text-decoration     : none;
}

.article h2 a
{
    text-decoration     : none;
}

ul.blog.admin li a,
ul.blog.admin li a:visited
{
    text-decoration     : none;
}

ul.blog.admin li a:hover
{
    text-decoration     : underline;
}

/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

.pseudoLabel label
{
    font-style          : italic;
}

/*___Group/Section/Class_________________________________________________________________*/