.staff-member-box {
	display: block;
	line-height: 1.3em;
	margin-bottom: 1em;
	border-left: 5px solid transparent;
	border-color: #a32638;
	padding-left: 3px;
}

.staff-member-box span {
	display: block;
	color: #333;
}

.staff-member-box-content {
	background-color: #eaeaea;
	min-height: 240px;
	padding: 20px;
	position: relative;
}

.staff-member-name a {
	color: #333;
}    

.staff-member-biopic {
	margin-bottom: 0.5em;
}

.staff-member-biopic img {
	max-height: 125px;
	width: auto;
	/* fix for baseline problematic of inline elements:
	 * https://developer.mozilla.org/en-US/docs/Images,_Tables,_and_Mysterious_Gaps
	 */
	display: block;
	margin-bottom: 10px;
}

.staff-member-name {
	font-weight: bold;
	font-size: 1.125em;
	height: 2.3em;
}

.staff-member-desc {
	margin-top: 1.3em;
}

.staff-member-room {
	margin-top: 1.3em;
}

.short-box .staff-member-desc {
	display:none;
	visibility: hidden;
}
