

.profile-tiles {
	min-height: 1px;
	position: relative;
	float: none;
	margin: 0 -30px 0 30px;
	}	
	.profile-tiles:after {		content: ".";		height: 0;		visibility: hidden;		clear: both;		display: block;		}
	* html .profile-tiles {	height: 1px; }
	

.profile-tiles li {
	width: 271px;
	height: 112px;
	float: left;
	margin: 0 25px 40px 0;
	padding: 15px 10px 15px 0;
	list-style: none;
	position: relative;	
	background: url(li.gif);
	color: #333;
	}
	
.profile-tiles .profile-name {
    font-family:'BurstMyBubbleRegular';
	color: #333;
	margin: 0 0 .2em 100px;
	font-weight: normal;
	font-size: 20px;
	text-transform:uppercase;
	}
	
	
.profile-tiles .fact-list {
	margin: 0 0 0 100px;
	padding: 0;
	}
	
	.profile-tiles .fact-list dt {
		font-size: .625em;
		line-height: 1.25em;
		text-transform: uppercase;
		color: #6f9116;
		padding: 1px 5px 0 0;	
		float: left;
		width: 60px;
		text-align: left;
		min-height: 1px;
		}
		
	.profile-tiles .fact-list dd {
		font-size: .75em;
		line-height: 1em;
		display: block;
		width: 100px;
		margin: 0;
		padding: 0 0 3px 0;
		min-height: 1px;
		float: left;
		}
		
		
.profile-tiles .photo {
	position: absolute;
	top: -7px;
	left: -8px;
	}
	
	.profile-tiles .frame {
		width: 81px;
		height: 88px;
		overflow: hidden;
		}
	
	.profile-tiles .photo .overlay {
		width: 110px;
		height: 118px;
		position: absolute;
		top: -10px;
		left: -9px;
		background: url(photo.overlay.png);
		}
		
/*
Full Profile
*/

.full-profile {
	color: #fff;
	padding: 20px 20px 20px 120px;
	text-shadow: 0 1px 0 rgba(0,0,0, .2);
	
	position: relative;
	
	display: none;
	top: -50px;
	}
	
	* html .full-profile {
		height: 1px;
		}

.full-profile-name {
	margin: 0;
	font-size: 2em;
	text-transform: none;
	color: #fff;
	}

.full-profile .fact-list {
	margin: .5em 0;
	padding: 0;
	width: 300px;
	}
	
	.full-profile .fact-list:after {		content: ".";		height: 0;		visibility: hidden;		clear: both;		display: block;		}
	* html .full-profile .fact-list {	height : 1px;}
	
	.full-profile .fact-list dt {
		font-size: .625em;
		line-height: 1.25em;
		text-transform: uppercase;
		color: #afc581;
		padding: 1px 5px 0 0;	
		float: left;
		width: 60px;
		text-align: left;
		min-height: 1px;
		}
		
	.full-profile .fact-list dd {
		font-size: .75em;
		line-height: 1em;
		display: block;
		width: 200px;
		margin: 0 0 3px 0;
		padding: 0 0 3px 0;
		min-height: 1px;
		float: left;
		}
		
.full-profile-bio {
	margin: .5em 0;
	line-height: 1.4em;
	}
	
	
.full-profile .photo {
	position: absolute;
	top: -7px;
	left: -8px;
	}

	
	* html .full-profile .photo {
		height: 1px;
		}
	
	.full-profile .frame {
		width: 81px;
		height: 88px;
		overflow: hidden;
		}
	
	.full-profile .photo .overlay {
		width: 110px;
		height: 118px;
		position: absolute;
		top: -10px;
		left: -9px;
		background: url(photo.overlay.png);
		}	
		
		
.button-viewfullprofile {
	display: block;
	width: 107px;
	height: 23px;
	
	text-indent: -9000px;
	background: url(button-viewfullprofile.gif) no-repeat 0 0;
	
	position: absolute;
	bottom: 4px;
	right: 10px;
	}		
