div.block h3 span#dates {
	font-size: 12px;
	float: right;
	text-transform: lowercase;
	position: relative;
	top: 5px;
}

div.block h3 span.location {
	color: #f7e6bb;
	font-size: 12px;
}

div.profile_right {
	width: 475px;
	float: right;
}

div.profile_left {
	width: 125px; 
	float: left;
}

div.edit {
	margin: 20px 0px 20px 0px;
}
div.edit a {
	font-size: 11px;
	color: #f7e6bb !important;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

div.signature {
	margin-bottom: 15px;
	font-size: 11px;
	height: expression( this.scrollHeight > 94 ? "95px" : "auto" ); /* sets max-height for IE */
	max-height: 95px;
	overflow: auto;
}

img#profile_photo {
	border: 3px solid #5e7179;
}


div.staff {
	background-color: #ec6413;
	color: white;
	text-align: center;
	font-size: 10px;
	padding: 3px;
	font-weight: bold;
}
div.staff img#profile_photo{
	border: none;
	padding-bottom: 3px;
}

table.friends a img,
table.friends a:hover img {
	border: 1px solid #5e7179;
}

div.connections table td img {
	border: 3px solid #5e7179;
	width: 16px;
	height: 16px;
	background-color: white;
	padding: 2px;
}

/* Feed styles */
ul#feed,
div#feed {
	margin: 0px;
	padding: 5px;
	padding-top: 10px;
	line-height: 1.5em;
}
ul#feed li {
	overflow: auto;
	list-style: none;
	margin-bottom: 5px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #b4a58e;
}
ul#feed li img {
	border: none;
	float: left;
	margin-right: 10px;
}
ul#feed li img.noborder,
ul#feed li div.comment img {
	border: none;
	background: none;
}
ul#feed li span.created {
	text-transform: uppercase;
	color: #999999;
	font-size: 10px;
}
ul#feed li div.comment {
	font-size: 11px;
	padding: 3px 3px 3px 5px;
	margin-top: 15px;
	margin-left: 25px;
	border-left: 3px solid #5e7179;
	position: relative;
	overflow: hidden;
}
ul#feed li span.via {
	color: #333333;
	font-size: 11px;
	font-style: italic;
}
ul#feed li span.via a { color: #333333; }
div#feed form label {
	width: 500px;
}
a.pages {
	padding: 5px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	color: #999999;
	text-decoration: none;
}
div#return_message {
	text-align: center;
	font-size: 14px;
	color: #386e9f;
	padding: 5px;
}
a#friend_button_small {
	padding: 5px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #53944e;
	border: 1px solid #666666;
	margin: 5px 0px 5px 0px;
	text-align: center;
	display: block;
}

a.isfriend {
	background: none !important;
	border: none !important;
}

a.mute_button,
a.remove_button {
	float: right;
	font-size: 12px; 
	background-color: #eeeeee;
	border: 2px solid #cccccc;
	color: #666666;
	text-decoration: none; 
	padding: 3px;
	margin-right: 10px;
}
span.mute_status { font-size: 18px; color: #999999; }
