/* @override http://dvlp.ca/~twin/style/plugin/staff.css */

.staff-details {}

.staff-details .meta-data {
	padding-bottom:10px;
}

.staff-details .content {}

.staff-details .content .profile-picture {
	max-width:30%;
}
.staff-details .content .profile-picture img {
	display: block;
	margin: 0 10px 10px 0;	
	float: left;
}
.staff-details .content .description {
	/*float: right;*/


	font-family: 'Gentium Basic', serif;
	color: #000;
		font-size: 18px;
		line-height: 1.75em;
}
#side .staff-details .content .profile-picture {
	float: none;
	max-width: none;
}
#side .staff-details .content .profile-picture img {
	margin-bottom: 10px;
}
#side .staff-details .content .description {
	float: none;
    padding: 0;
    width: auto;
	font-size: 16px;
	line-height: 1.65em;
}
@media all and (max-width: 540px)  {
	.staff-details .content .profile-picture {
		float:none;
		width: auto;
	}
	.staff-details .content .profile-picture img {
		margin-bottom: 10px;
	}
	.staff-details .content .description {
		width: auto;
		padding: 0;
		float: none;
	}
}

