/* @group PEOPLE LIST */
#people {
	margin-top: 2em;
	margin-left: 17px;
}

#people .person {
	margin-bottom: 1em;
	min-height: 18em;
	*height: 18.6em;
}

.edit #people .person {
	min-height: 19em;
	*height: 19em;
}

#people a,
#people img {
	display: block;
}

#people .in-edit img,
.in-edit .swcmsRepeaterImageDelete {
	display: none !important;
}

#people a {
	width: 100px;
}

#people img {
	margin-bottom: 0.6em;
	width: 100px;
}

#people div.person p {
	margin: 0;
}

.person li {
	margin: 0;
}

/* @group Default Grid */
.pane .grid.row{
	clear: both;
	float: none;
}
.pane .grid{
	float: left;
	display: block;
	position: relative;
}
.pane .grid.first{
	background-color: #fc0;
}
.pane .grid.last{
	background-color: #0cf;
}
/* Getting the margin for a grid: 
	How many equal parts divided in to 100 
	Then deduct your total margin from that to get width
	i.e. 100/2 = 50%, margin is .5% - so width is 49%
*/
.pane .grid.medium{
	width: 32.33%;
	*width: 32.22%;
	_width: 32.1%;
	margin: 0 .5%;
}
.pane .grid.small{
	width: 10.11%;
	margin: 0 .5%
}
.pane .grid.large{
	width: 49%;
	margin: 0 .5%;
}
.pane .grid.full{
	width: 99%;
	margin: 0 .5%
}
/* @end */
/* @end PEOPLE LIST */