/* 

CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/
.member{
	max-width:460px; min-height:160px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ddd;
	background-color: #ffffff;
	padding:25px 25px 0px 25px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	   -moz-box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
	        box-shadow:1px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.member-img img{
	width: 101%;
	max-width: 101%;
	height:auto;
}
.member-img {
	margin:-25px -25px 15px -25px;
}
.member h4{
	text-align: center;
	text-transform: uppercase;
	margin:0;
	padding:0;
}
.member .member-role{
	color:#bfbfbf;
	font-size:11px;
	margin-bottom:10px;
}
.member p{
	margin:0;
}