@charset "UTF-8";

/* ---------------------------------------------------------- Guest Bloggers Index ---------------------------------------------------------- */
#guest_bloggers ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#guest_bloggers li {
	list-style-type: none;
	position: relative;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#guest_bloggers img.headshot {
	float: left;
	margin-right: 10px;
	height: auto;
	width: 150px;
	display: inline;
	margin-bottom: 10px;
}
#guest_bloggers img.button {
	float: right;
	margin-left: 10px;
	height: auto;
	width: 125px;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#guest_bloggers p.data {
	float: left;
	height: auto;
	width: 265px;
	display: inline;
	margin-top: 0px;
}
#guest_bloggers p.intro {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #6a6a6a;
	display: inline;
	margin-bottom: 10px;
	padding: 0px;
}
#guest_bloggers h4.name {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	display: inline;
	margin-bottom: 4px;
	padding: 0px;
}
#guest_bloggers p.external {
	float: left;
	height: auto;
	width: 100%;
	font-size: 11px;
	font-style: italic;
	color: 6a6a6a;
}




