/*  MEMBER_VIEW CSS - PeachKit.com (Social)  */


#profileLeft{
	float: left;
	width: 135px;
	}
	#profileLeft .profilePhoto{
		margin-bottom: 14px;
		}
		.profilePhoto h2,
		.profilePhoto h4{
			margin: 0 0 0 1px;
			color: #666666;
			width: 180px;
			}
		.profilePhoto h4{
			margin-bottom: 2px;
			}
	#profileLeft .network{
		clear: left;
		float: left;
		width: 170px;
		border: 1px solid #EEE;
		margin-top: 10px;
		padding: 6px;
		}
	#profileLeft #infoExtra{
		float: left;
		margin-top: 20px;
		}
	#profileLeft .viewFriendsLink{
		clear: left;
		text-align: right;
		margin: 14px 6px 16px;
		}

	
	
	
	
#profileRight{
	margin-top: 35px;
	float: right;
	width: 385px;
	}
	#profileRight #blogList, #profileRight #aboutMe p{
		margin-bottom: 16px;
		}
	#profileRight #profileContent{
		margin-bottom: 29px;
		}	
		#profileContent h3{
		margin-top: 12px;
			margin-bottom: 4px;
			}
		#profileContent p{
			margin-top: 0;
			
			}
	
.tagsList{
	background: #F7F7F7;
	border: #666666;
	padding: 4px 7px;
	}
	
/* Function Buttons */
.sendMessageButton a{
	background: url(../img/icon-send-message.gif) no-repeat 15px;
	}
.addFriendButton a{
	background: url(../img/icon-add-network.gif) no-repeat 15px;
	}
.addGroupButton a{
	background: url(../img/icon-add-group.gif) no-repeat 15px;
	}
.sendFriendButton a{
	background: url(../img/icon-send-friend.gif) no-repeat 15px;
	}
.rss a{
	float: right;
	background: url(../img/feeds/gif-light/feed-icon-16x16.gif) no-repeat 91px;
	padding-right: 25px;
	margin-right: 3px;
	color: #999;
	}
	
.sendMessageButton a:hover{
	background-color: #ECECFF;
	color:#6D7294;
	}
.addFriendButton  a:hover{
	background-color: #ECECFF;
	color:#6D7294;
	}
.addGroupButton a:hover{
	background-color: #ECECFF;
	color:#6D7294;
	}
.sendFriendButton a:hover{
	background-color: #ECECFF;
	color:#6D7294;
	}
li.rss a:hover{
	background-color: #ECECFF;
	color:#6D7294;
	}
	
	

	
	
/* override */	
#functionButtons{
	float: left;
	}
