ul.team {
	list-style: none;
	padding: 0px;
}

ul.team li {
	clear: both;
	display: block;
	margin: 0em 0em 3em 0em;
}

ul.team img {
	float: left;
	background-color: #e4e4e4;
	border: 8px solid #fff;
	margin-bottom: 1em;
	margin-right: 1.4em;
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.35);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.35);
}

ul.team:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.contact {
	float: right;
	font-size: 80%;
	text-transform: lowercase;
}

.contact a {
	padding-right: 0.5em;
	margin-right: 0.5em;
	border-right: 1px solid #999;
}

.contact a:last-child {
	padding-right: 0px;
	margin-right: 0px;
	border-right: none;
}
