/*  MEMBER CSS - PeachKit.com (Social)  */


 
/* My HomePage - Top
------------------------------------------------------------------------ */
#myHomePhotoArea{
	float: left;
	padding: 10px 6px;
	margin-right: 15px;
	}
	#myHomePhotoArea #profileEditOptions{
		margin-top: 12px;
		text-align: center;
		}
#otherMembers{
	float: right;
	width: 345px;
	background: #F7FAFB;
	color: inherit;
	padding: 6px 15px 12px;
	margin-top: 7px;
	border-top: 1px solid #DFE8EC;
	border-bottom: 1px solid #DFE8EC;
	}	
	.browseMemberLink a{
		display: block;
		float: left;
		width: 100%;
		font-size: 1.4em;
		margin-top: 10px;
		padding: 8px 0;
		border: 1px solid #DFE8EC;
		text-align: center;
		}
		.browseMemberLink a:hover{
			background-color: #e9f2f5;
			color: inherit;
			text-decoration: none;
			}
#firstLogin{
	padding:1em;
	font-weight: bold;
	color:#777;
	font-size:110%;
	background-color:#ffc;
	margin:1em;
	}
#firstLogin h3{
	font-size:120%;
	}
/* 
------------------------------------------------------------------------ */	







/* Member Index - Listing
------------------------------------------------------------------------ */
.memberListing{
	clear: left;
	float: left;
	width: 370px;
	padding-top: 16px;
	}
	.memberListing h2{
		margin-bottom: 8px;
		}
	.memberListing li{
		float: left;
		}
.memberListThumb{
	width: 90px;
	margin: 10px;
	}
	
