/* Page Titles */
.article .headline h1.title,
h1.pagetitle,
.contentheading h2 {
	font-size:			30px;
	color:				#FFFFFF;
	margin:				-50px 0 40px 16px;	
	font-family:		tradegothicextflir, Helvetica, Arial, sans-serif;
	text-transform:		uppercase;
	font-weight:		normal;
}


/* In-page article titles */
.blog h1.title {
	font-family:		"Geneva", "Franklin Gothic", "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	font-size:			12px;
	color:				#85C342;	
	font-weight:		normal;
	margin:				0 0 .25em 0;
	text-transform:		uppercase;
}

/* Blog Article Layout */

/* Articles */
.item {
	margin:				0 0 4em 0;
	display:			block;
	clear:				both;
}

.item-img {
	float:				left;
	width:				113px;
}


/* Dates */
.created {
	font-size:			9px;
}