/************************************/
/* ProdigyPixel.com					*/
/* Typography Stylesheet			*/
/************************************/

/************************************/
/* General Formatting				*/


/************************************/
/*	Header							*/
#header #nav li a {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.83em;
	text-decoration: none;
	text-transform: uppercase;
}
#header #rss li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.70em;
	font-weight: bold;
	text-decoration: none;
}
#header #rss li a:hover {
	text-decoration: underline;
}

/************************************/
/*	Page Content					*/

	/* Content 						*/
	#content h1, #content h2, #content h3, 
	#content h4, #content h5, #content h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
	}
	#content a:link, #content a:visited {
		text-decoration: none;
	}
	#content a:hover, #content a:active 
	{
		text-decoration: underline;
	}
	#content p {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.75em;
		line-height: 1.30em;
	}
	#content blockquote p {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 0.79em;
		line-height: 1.30em;
	}
	#content ul, #content ol, #content dl {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.75em;
	}
	#content ul {
		list-style: disc;
	}
	#content ol {
		list-style: decimal;
	}
	#content ul ul, #content ul ol, #content ul dl,
	#content ol ol, #content ol ul, #content ol dl,
	#content dl ol, #contetn dl ul, #content dl dl {
		font-size: inherit;
	}
	#content li, #content dt, #content dd {
		line-height: 1.50em;
	}
	#content .archive small {
		font-size: 0.93em;
		font-weight: bold;
	}
	
	/* Sidebar						*/
	#sidebar h1, #sidebar h2, #sidebar h3, 
	#sidebar h4, #sidebar h5, #sidebar h6 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
	}
	#sidebar h1 {
		font-size: 1.50em;	
	}
	#sidebar h2 {
		font-size: 1.20em;	
	}
	#sidebar h3 {
		font-size: 1.00em;	
		font-weight: bold;
	}
	#sidebar h4 {
		font-size: 1.00em;	
	}
	#sidebar h5 {
		font-size: 0.89em;	
		font-weight: bold;
	}
	#sidebar h6 {
		font-size: 0.89em;
		font-style: italic;
	}
	#sidebar a {
		text-decoration: none;
	}
	#sidebar li {
		font-size: 0.89em;
	}
	#sidebar ul ul, #sidebar ul ol, #sidebar ul dl,
	#sidebar ol ol, #sidebar ol ul, #sidebar ol dl,
	#sidebar dl ol, #sidebar dl ul, #sidebar dl dl {
		font-size: inherit;
	}
	#sidebar #about {
		font-size: 0.89em;
		line-height: 1.30em;
	}
	#sidebar #rss_sidebar {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 0.83em;
	}
	#sidebar #rss_sidebar:hover {
		text-decoration: underline;
	}


/************************************/
/*	Footer							*/
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
}
