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

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

html 
{
}

body 
{
	font-family			: Georgia, Serif;
	font-size			: 15px;
}

h1 
{
}

h2 
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 26px;
	font-weight			: normal;
	font-style			: italic;
}

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

h4 
{
}

h5 
{
	font-family			: Verdana, Sans-Serif;
	font-size			: 16px;
	font-weight			: normal;
	font-variant		: small-caps;
}

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

/*___ Section 3: Unique Element-Specific Typeography Styles ___*/

/*___ DIV _________________________________________________________________*/

.commentmetadata
{
	font-family		: georgia, serif;
	font-variant	: small-caps;
}

/*___ SPAN _________________________________________________________________*/

.postmeta li span
{
	font-size		: 15px;
	font-variant	: small-caps;
}

.postmeta li .link
{
	font-size		: 24px;
	font-variant	: normal;
}

/*___ H1 _________________________________________________________________*/

/*___ H2 _________________________________________________________________*/

/*___ H3 _________________________________________________________________*/

#secondary h3,
.related h3
{
	font-family		: verdana, sans-serif;
	font-size		: 24px;
	font-weight		: normal;
}


/*___ H4 _________________________________________________________________*/

#secondary h4
{
	font-family		: verdana, sans-serif;
	font-size		: 18px;
	font-weight		: normal;
}

#footer h4
{
	font-family		: verdana, sans-serif;
	font-size		: 27px;
	font-weight		: normal;
}
/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

.post p:first-of-type
{
	font-size		: 19px;
}

#footer .inner p.copyright,
.post .related p
{
	font-size		: 13px;
}

.commentlist p
{
	font-weight		: normal;
}

/*___ UL _________________________________________________________________*/

.postmeta
{
	font-family		: verdana, sans-serif;
	font-size		: 24px;
}

ul#twitter_update_list
{
	font-size		: 14.5px;
}

/*___ OL _________________________________________________________________*/

/*___ LI _________________________________________________________________*/

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

.menu a
{
	font-family			: verdana, sans-serif;
	font-size			: 16 px;
}

.menu a:hover
{
	text-decoration		: none;
}

#primary a
{
	text-decoration		: underline;
}

#primary a:hover,
#primary .postmeta li a,
#primary .postmeta li a:hover
{
	text-decoration		: none;
}

#primary .post h3 a
{
	text-decoration		: none;
}

#primary a.post-edit-link
{
	text-decoration		: none;
	font-size			: 12px;
}

#primary a.post-edit-link:hover
{
	text-decoration		: underline;
}

.commentlist cite, .commentlist cite a 
{
	font-family			: Georgia, Serif;
	font-size			: 16px;
}


/*___ TABLE _________________________________________________________________*/

/*___ TR _________________________________________________________________*/

/*___ TH _________________________________________________________________*/

/*___ TD _________________________________________________________________*/

/*___ IMG _________________________________________________________________*/

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/
