/* Styles specific only to about template */

#sectionheading {
	color: #01324b;
}
p#sectiontheme {
	background: #7eb1cb url("/assets/images/themes/about.jpg") no-repeat 0 0;
}
.mmhide_contentblurb {
	background-color: #f6f7f8;
}

/* MICROFORMATS vcard Sept 2007 */
#rightcolumn div.vcard {
	font-size: 0.75em;
	padding: 0.3em 0.5em;
	background-color: #f6f7f8;
	border-width: 0 1px 1px 1px;
	border-color: #8799A2;
	border-style: solid;
}
#rightcolumn div.vcard a {
	color: #01273a;
}
#rightcolumn div.vcard p {
	padding: 0.2em;
	margin-top: 0.4em;
	background-color: transparent;
}
#rightcolumn a#contactlink {
	background: url("/assets/images/icons/vCard.gif") no-repeat left;
	padding: 5px 2px 5px 25px;
	text-decoration: none;
	font-size: 0.9em;
}
/* styles for hCard contacts June 2007 */
div.vcard {
	padding: 0.3em 0.5em;
}
div.vcard a {
	font-weight: normal;
	color: #01273a;
}
div.vcard span.type {
	display: none;
}
div.vcard div.url {
	display: none;
}
div.vcard span.type {
	display: none;
}
div.vcard .url {
	display: none;
}

