﻿
.edit_profile {
	display: block;
	float: right;
	width: auto;
	margin: 0.5em;
}
.profile_tagline {
	display: block;
	font-style: italic;
	color: #666;
	margin: 0.5em 0;	
}
#profile_photo {
	text-align: center;
}
#profile_photo img {
	border: 1px solid #ccc;
	margin: 0 auto;
}
#profile_about {
    width: 100%;
}
#profile_about dl {
	border-bottom: 1px solid #eee;
	float: left;
	width: 98%;
}
#profile_about dt {
	float: left;
	width: 130px;
	border-top: 1px solid #eee;
	padding: 5px;
	font-style: italic;
	clear: left;
	color: #333;
	font-size: 85%;
}
#profile_about dd {
	border-top: 1px solid #eee;
	padding: 5px 0;
	margin-left: 140px;
}


#profile h2 {
	display: block;
	clear: both;
	margin: 0.5em 0;
	padding: 0.1em 0.3em;
	font-size: 100%;
	color: #000;
}