/*------------------------------
TYPOGRAPHY
------------------------------*/

/*General*/
h3{		
	color:#000000;
	text-transform:uppercase;
	font-size:15px;
	font-family: georgia, new york, serif;
	margin-bottom:3px;
	line-height: 14px;	
}

.subhead{
	font-size:10px;
	color:#000000;
	font-family: helvetica, arial, sans-serif;
	margin:8px 0px;
	text-transform:uppercase;
}

.category{
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000000;
}
	
.tags{
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-transform:uppercase;
}

.tags a{
	font-family: Helvetica, Arial, sans-serif;
	font-size:10px;
	color:#000000;
	text-transform:uppercase;
}

ul, li{		
	color:000000;
	list-style-type:none; 	
}

/*Main Posts*/
#postcontent a{
	text-decoration: none;
	color:#000000;
}

#postcontent a:visited{
	color:#0033CC;
}
	
#postcontent a:hover{
	color:#000000;
}

#postcontent h2{
	color:#000000;
	font-family:arial, sans-serif;
	font-size:24px;
	text-transform:;
	line-height:.95em;
	padding:0px 0px 10px 0px;
}

#postcontent p{
	color:#000000;
	padding-bottom:10px;
	font-family: sans-serif;
	line-height:1.5em;
	font-size:10pt;
	font-weight:normal;
}

/*Featured Posts*/
#featured p{
	color:#000000;
	font-family: sans-serif;
	font-size:10px;
	font-weight:normal;
text-transform:normal;
}


#featured h3{
	color:#000000;
	font-family:arial, sans-serif;
	font-size:12px;
	text-transform:normal;
}

/*Sidebar*/
#sidebar h3{
	color:#000000;
	text-transform:uppercase;
	text-align: left;
	font-size:10pt;
	font-family: georgia, new york, serif;
	margin-bottom:4px;
	line-height: 14px;
}

/*Blog Box*/
#blog_box h2{
	color:#000000;
	font-family:Georgia, New York, serif;
	font-size:24px;
	text-transform:uppercase;
	line-height:.95em;
	padding:3px;
}

#blog_box p{
	color:#000000;
	padding-bottom:4px;
	font-family: sans-serif;
	line-height:1.5em;
	font-size:12px;
	font-weight:normal;
}

/*Bio Box*/
#bio_box p, #bio_box a{		
	font-size:12px;
	color:#000000;
	font-family: helvetica, arial, sans-serif;
	padding: 6px 0px;
	border-bottom: 1px dotted #555555;	
}		
	
#bio_box a{
	display:block;
}
	
#bio_box a:hover{
	color:#000;
}
	
#bio_box strong{		
	text-transform:uppercase;	
}

/*Image Caption*/
.wp-caption-text{
	color:#000000;
	font-family: sans-serif;
	font-size:14px;
	font-weight:normal;
text-transform:normal;
}