/* Styles specific only to about template */

#contentlayout {
	background: #d7e4eb url("/assets/images/colFades/about.jpg") repeat-x bottom;
}
#leftcolumn h3 {
	background-color: #069;
	color: #fff;
}
#sectionheading {
	color: #01324b;
}
p#sectiontheme {
	background: #7eb1cb url("/assets/images/themes/about.jpg") no-repeat 0 0;
}
.mmhide_contentblurb {
	background-color: #f6f7f8;
}
#rightcolumn h3 {
	background: #00699c url("/assets/images/effects/rightcolhdrbg.gif") repeat-x bottom left;
	color: #fff;
	border-top: 1px solid #002638;
	border-bottom: 1px solid #002638;
}
/* styles for calendar page from 2007 - 2009 */
div#calendar img {
	float: right;
	margin: 0 0 0.5em 1em;
}
div#calendar p.top {
	border-bottom: 1px dashed #aaa;
}
div#currentweek {
	background-color: #ebeef0;
	padding: 0.4em;
}
div#currentweek h2 {
	color: #01324b;
}
div.vevent abbr {
	border: 0;
}

/* 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;
}


