.st-author h3{
	color:#1B1B1B;
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
}
.st-author h3 span{
	color:#eb1c15;
}
.st-author .images{
	float:left;
	margin:15px 0 0 11px;
}
.st-author h4{
	font-family:"Quicksand_Book";
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin: 16px 0 0 0;
}

.st-author h5{
	font-family:"Quicksand_Book";
	font-size: 13px;
	color: #999999;
	font-weight: normal;
	margin:0;
	line-height: 1.4;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 7px;
}
.st-author ul{
	float: right;
	position: absolute;
	right: 0;
	top: 0;
	list-style:none;
}
.st-author li{
	display:inline-block;
}
.st-author{
	position: relative;
	background:#f5f5f5;
	border:1px solid #e2e2e2;
	border-radius: 2px;
	min-height: 130px;
}
.st-author .social{
	margin:27px 20px 0 0;
}
.st-author a{
	font-family:"FontAwesome";
	font-size: 17px;
	background: white;
	width: 27px;
	height: 27px;
	display: block;
	text-align: center;
	line-height: 2;
	border: 1px solid #e2e2e2;
}
.st-author a,
.st-author a:link,
.st-author a:visited{
	color: #cccccc;
	text-decoration:none;
}
.st-author a:hover{
	background: #ff0000;
	color:white;
}
