/*
Orthopedic Associates
Section-Specific Styles

Karl Glasgow
code@keg4.com

Copyright 2013, Karl Glasgow.  All Rights Reserved.
*/


.OurStory h2 {
	margin: 5px 0;
	margin: 0.5rem 0;
	color: #8AAD66;
	font-weight: 400;
	text-transform: uppercase;
}

/*
Content Areas */
#divFoundersList, 
#divAssociatesList {
	margin: 5px 0;
	margin: 0.5rem 0;
}
#aShowFoundersList, 
#aShowAssociatesList {
	color: #8AAD66;
}

.AreaToggle {
	display: block;
	margin: 5px 0 20px 0;
	margin: 0.5rem 0 2.0rem 0;
}


.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;
}
.FullWidth {
	width: auto;
}
.StaffTile img {
	float: left;
	margin: 0 10px 5px 0;
	margin: 0 1.0rem 0.5rem 0;
	width: 124px;
	height: 150px;
}
.StaffTile .Name {
	margin: 0;
	color: #C99A62;
	font-size: 12px;
	font-weight: 700;
}

.StaffDetail .Name {
	font-size: 14px;
	font-size: 1.4rem;
}

.StaffDetail h3 {
	margin: 0;
	color: #BB813B;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
}


/*
Community Section */
.Community {
	color: #8AAD66;
	font-size: 12px;
	font-size: 1.2rem;
}
.Community h2 {
	margin: 0 0 5px 0;
	margin: 0 0 0.5rem 0;
	color: #8AAD66;
	text-transform: none;
}
.Community .Photo {
	margin: 10px 0;
	margin: 1.0rem 0;
	padding: 0;
}
.Community .Photo .Caption {
	display: block;
	margin: 5px 0;
	margin: 0.5rem 0;
	text-align: center;
	color: #58595B;
	font-size: 11px;
	font-size: 1.1rem;
}
