
/*
 * The profile intro.
 */
div#content div.intro {
	padding-bottom: 1em;
	border-bottom: solid 1px;
}
div#contentdiv.intro_photo {
	float: right;
	margin: 0px 0px 0.5em 0.75em;
}
div#content div.intro_photo img {
	display: block;
	border: solid 1px;
}


/*
 * The profile list.
 */
div.profile div.list div.entry {
	padding-bottom: 1em;
	border-bottom: solid 1px;
	margin-bottom: 1em;
}
div.profile div.list div.entry div.photo {
	float: right;
	margin: 0px 0px 0.5em 0.75em;
}
div.profile div.list div.entry div.name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.profile div.list div.entry div.position {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.75em;
}
div.profile div.list div.entry div.description {
}
div.profile div.list div.entry div.more_link {
	font-size: 90%;
	margin-top: 0.5em;
	font-weight: bold;
}



/*
 * An individual profile.
 */

div.profile div.entry {
	margin-bottom: 1em;
}
div.profile div.entry div.photos_and_music {
	text-align: center;
	float: right;
	margin: 0px 0px 0.5em 0.75em;
}
div.profile div.entry div.photos_and_music div.thumbnail {
	padding-bottom: 1em;
	float: none !important;
}
div.profile div.entry div.photos_and_music div.tracks {
	font-size: 80%;
}
div.profile.entry div.photos_and_music div.tracks table {
	border: solid 1px;
	border-collapse: collapse;
	width: 160px;
}
div.profile div.entry div.photos_and_music div.tracks td {
	padding: 0.25em 1em;
	border: dotted 1px;
	border-collapse: collapse;
}
div.profile div.entry div.photos_and_music div.tracks td.link {
}
div.profile div.entry div.photo div.click_note {
	font-size: 90%;
	font-style: italic;
}
div.profile div.entry div.name {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.profile div.entry div.position {
	font-size: 90%;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0.75em;
}
div.profile div.entry div.website {
	font-size: 90%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.profile div.entry div.website span.label {
	font-weight: bold;
/*	margin: 0px 0.5em 0px 1em; */
	margin-right: 0.5em;
}
div.profile div.entry div.email {
	font-size: 90%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div.profile div.entry div.email span.label {
	font-weight: bold;
/*	margin: 0px 0.5em 0px 1em; */
	margin-right: 0.5em;
}


