/*
* Author: 		Trevor Morris, Creation Design & Marketing
* Contact:		trevor@creation.uk.com, leigh@creation.uk.com
* Version:		0.5
* Created:		06/03/2008
* Notes:		CSS specific to the members section
--------------------------------------------------------------------------------------------------*/
body.members h2#page-heading {
	height: 350px;
	background-position: -120px 0;
}
body.profile h2#page-heading {
	height: 400px;
	background-position: -180px 0;
}


/* general members page */
body.members #content .vcard {
	clear: left;
	min-height: 70px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
body.members #content .vcard img {
	float: left; overflow: hidden;
	width: 60px; height: 60px;
	background-color: #ccc; text-align: center;
}
body.members #content .vcard h3,
body.members #content .vcard p {
	margin-top: 0;
	margin-left: 80px;
}

body.members #content .vcard a {
	text-decoration: underline;
}
body.members #content .vcard a:hover {
	text-decoration: none;
}


body.members #secondary .testimonial {}
body.members #secondary .testimonial dl {
	margin: 0 0 20px;
}
body.members #secondary blockquote {
	margin-bottom: 1em;
}
body.members #secondary p.cite cite {
	font-style: italic;
}
body.members #secondary p.cite span.given-name,
body.members #secondary p.cite span.family-name {
	font-weight: bold;
}
body.members #secondary p.cite .org {
	display: block; font-weight: normal;
}
body.members #secondary blockquote {
	margin-bottom: 2em;
}
body.members #secondary blockquote p {
	margin: 0;
}



/* profile specific */
body.profile {}
body.profile #content dl.vcard dd {
	margin-bottom: 15px;
}
body.profile dl.vcard dd.fn,
body.profile dl.vcard dd.org,
body.profile dl.vcard dd.description {
	color: #000;
}
body.profile dl.vcard dd.description ul {
	padding-left: 16px; list-style-type: disc;
}
body.profile dl.vcard dd.fn,
body.profile dl.vcard dd.org {
	font-weight: bold;
}
body.profile div#secondary img {
	display: block;
	min-height: 200px;
	margin-bottom: 20px;
}
body.profile div#secondary dl img {
	margin-bottom: 3px;
}
body.profile #content .vcard h3,
body.profile #content .vcard p {
	margin-left: 0;
}

body.profile #secondary {
	margin-top: 50px;
}
body.profile #secondary p.back {
	position: absolute; top: -50px;
}


body.profile .contact-details address {
	margin-bottom: 20px;
}
body.profile .contact-details dl {
	font-weight: bold;
	margin-top: 5px;
}
body.profile .contact-details dl dt {
	float: left;
	margin-right: 3px;
	color: #693;
}
body.profile #content .contact-details dl dd {
	margin: 0;
}
body.profile #content .contact-details dl dd.l {
	margin-top: 20px;
}
body.profile .contact-details dl dd a {
	color: #000;
}
body.profile #content .contact-details dl dd a.email {
	text-decoration: none;
}
body.profile #content .contact-details dl dd a.email:hover,
body.profile #content .contact-details dl dd a.email:focus {
	text-decoration: underline;
}
