@charset "utf-8";
/* CSS Document */
.wp-about-author-containter h3, .wp-about-author-containter p{
	margin:0 0 10px 0;
	padding:0;
	line-height: 1.286em;
}
.wp-about-author-containter-top{
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-containter-around{
	background: #f2f7fc;
	border: 1px solid #000;
	clear: both;
	margin: 10px 0;
	overflow: hidden;
	padding: 2.5px;
}
.wp-about-author-containter-none{
	background: #f2f7fc;
	border-top:none;
	clear: both;
	margin: 20px 0;
	overflow: hidden;
	padding: 20px;
}
.wp-about-author-pic{
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 50px;
	width: 50px;
	margin: 0 -122px 0 0;
	padding: 2.5px;
}
.wp-about-author-pic img{
	width: 50px;
        height: 50px;
        max-width: 100px;
}
.wp-about-author-text{
	/* Comment out - EHG - 05142012
float: left;
*/
	margin: 0 0 0 70px;
}
.wp-about-author-text p {
        margin: 0 0 5px 0;
	font-size: 85%;
}
.wp-about-author-text p.wpa-nomargin {
        margin: 0;
}
.wpa-social-icons{
        margin:0 3px;
}