/* staff_profiles.php */

.no_profiles {
	font-size:12px;
}

.profile_card, .profile_card_leadership {
	font-family:Georgia, sans-serif;
	width:580px;
	margin:0px auto 15px auto;
	border:2px solid grey;
	background-color:#FEFDF5;
	padding:15px;
	font-size:12px;
}

.profile_card img, .profile_card_leadership img {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:2px solid #ccc;
	padding:9px;
	background-color:white;
}

/* top and bottom margins inside the card */

div.name {
	margin-bottom:0px;
}

.profile_card div, .profile_card_leadership div {
	margin-bottom:5px;
}

/* leadership card stuff */

.profile_card_leadership div.name {
	font-size:28px;
}

/* regular staff card stuff */

.profile_card td.name {
	font-size:16px;
	font-weight:bold;
}

.profile_card td.hometown {
	text-align:right;
	padding-right:10px;
}

.profile_card td.title {
	font-size:14px;
	padding-bottom:6px;
}

/* universal stuff */

.title {
	font-size:16px;
	color:#333;
}

span.hometown {
	font-size:14px;
}

.blurb{
	font-size:11px;
}

.group_photo {
	margin:0px 0px 10px 0px;
	border:2px solid #ccc;
	padding:9px;
	background-color:white;
}

.college_roster {
	font-size:11px;
	width:650px;
	margin-top:20px;
}

.college_roster tr td {
	width:215px;
}