/* 
------------------------------
Author and Bio Display Styles = Boxed Gray
------------------------------

*/

/* gpp_data = outer div */
#gpp_data {
	font-family:"Courier New", Courier, monospace;
	background:none repeat scroll 0% 0% #f9f9f9;
	border-top:1px solid #777;
	border-bottom:1px solid #777;
	border:1px solid #777;
	padding:4px;
	margin-bottom:10px;
}
/* Author Bio <span> Style */
.gpp_bio {
	font-size:12px;
	color:#000;
}
/* Author name link style */
#gpp_data a.gpp_link {
	font-size:16px;
	font-family:"Courier New", Courier, monospace;
	text-decoration:none;
	color:#000;
}
