
/* Blog Page */

#main h2,
#main h1 a {
	font-size:				20px;
	text-transform:			uppercase;
	color:					#FFD300;
	text-align:				justify;
	margin-top:				0px;	/* for firefox v2 */
	text-decoration: 		none;
}

#main .blogDate {
	margin-top:				0px;	/* for firefox v2 */
	margin-bottom:			0px;
}

#main .blogTitle {
	margin-top:				0px;
}


#main .post p a,
#main .post p a:first-letter {
	color:					#FFD300;
	text-decoration: 		underline;
	font-size:				16px;
	font-weight:			normal;
}

#main .blogNav a {
	color:					#FFD300;
	text-transform: 		capitalize;
}

#main .blogNav .next {
	float:					right;	
}

#main .blogNav .prev {
	float:					left;
}

.blogArchives h3 {
	color:					#FFD300;
	font-size: 				16px;
}

.blogArchives a {
	color:					#FFD300;
}

#whereIsTheTeamNow {
	font-weight: 			bold;
}