/*
Orthopedic Associates
Section-Specific Styles

Karl Glasgow
code@keg4.com

Copyright 2013, Karl Glasgow.  All Rights Reserved.
*/


.SectionLink {
	color: #8AAD66;
}

.StaffTile {
	display: inline-block;
	float: left;
	margin: 0 0 20px 0;
	margin: 0 0 2.0rem 0;
	width: 50%;
	overflow: hidden;
	font-size: 10px;
	font-size: 1.0rem;
}
.Colleagues .StaffTile {
	margin: 0 0 40px 0;
	margin: 0 0 4.0rem 0;
	width: 25%;
	font-size: 11px;
	font-size: 1.1rem;
}
.Colleagues .FullWidth {
	width: auto;
}
.StaffTile img, 
.StaffDetail img {
	float: left;
	margin: 0 10px 5px 0;
	margin: 0 1.0rem 0.5rem 0;
	width: 124px;
	height: 150px;
}
.Colleagues .StaffTile img {
	float: none;
}
.Colleagues .FullWidth img {
	float: left;
}
.StaffTile .Name {
	margin: 0;
	color: #C99A62;
	font-weight: 700;
}
.StaffTile .More {
	color: #8AAD66;
}
.StaffTile .Specialty {
	margin: 0;
}

.StaffDetail .Name {
	font-size: 14px;
	font-size: 1.4rem;
}
.StaffDetail .Name {
	margin: 0;
	color: #C99A62;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
}
.StaffDetail .Specialty {
	margin: 0;
	font-size: 10px;
	font-size: 1.0rem;
}
.StaffDetail .AppointmentsPhone {
	margin: 10px 0;
	color: #8AAD66;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
}
.StaffDetail .PersonalWebsite {
	margin: 10px 0;
	color: #8AAD66;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 600;
}

.StaffDetail h3 {
	margin: 0;
	color: #BB813B;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}
.Colleagues .StaffTile h3 {
	margin: 0;
	color: #C99A62;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
}


/*
Awards thumbnails */
td.Column_3 .InfoItem .Award {
	display: block;
	margin: 7px 0;
	white-space: normal;
	text-decoration: none;
}
td.Column_3 .InfoItem a.Award:hover {
	text-decoration: underline;
}
img.Award {
	display: block;
	float: left;
	margin: 5px;
	margin: 0.5rem 0.5rem;
	width: 45%;
	height: auto;
}
