body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	line-height: 1.5;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #6d6e71;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #6d6e71;
	
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#navigation a {
	color: #fbedd2;	
	font-weight: normal;
	display: block;		
}

#subcontent-1, #subcontent-2 {
	font-size: 1em;
}

#maincontent {
	font-size: 1.1em;
}

/*Basic Layout and backgrounds*/

#outer-container {
/*		background: #fff url("../images/struct/bg-header.png") top left repeat-x;*/
}

#container {
	width: 74em;
	margin: 0 auto;
	overflow: hidden; /*  hack to make the background of short cols go all the way down */
}


#footer {
	clear: both;
	width: 74em;
	margin: 0 auto;
	background: #5e1216;
	height: 2em;
	color: #fbedd2;
	padding: 0.25em;
}

/*Form Styles*/

.formrow {
	clear: both;
	margin: 0.5em 0;
}

label {
	float: left;
	text-align: right;
	width: 35%;
	padding-right: 0.5em;
	font-weight: bold;
}

input, textarea {
	width: 58%;
	border: 1px solid #6d6e71;
}

textarea {
	height: 8em;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5;
}

input.button {
	width: auto;
	float: right;
	border: auto;
	font-weight: bold;
}

/* Header styles */

#header {
	height: 12.8em;
/*	height: 128px;*/
	background: #5e1216 url("../images/struct/bg-header.png") top left repeat-x;
}

#logo {
	height: 128px;
	width: 118px;
	background: transparent url("../images/struct/bg-logo.png") top left no-repeat;
	text-indent: -10000em;
	margin: 0 -118px 0 0;
	padding: 0;
	float: left;
}

#strap {
	background: transparent url("../images/struct/bg-strap.png") top right no-repeat;
	text-indent: -10000em;
	height: 98px;
	width: 600px;
	float: right;
}

/* Nav styles, including hover stuff */

#navigation {
	float: left;
	clear: right;
	list-style: none;
	margin: 0 0 0 8.8em;
	height: 30px;
	text-transform: lowercase;
}
		
#navigation li {
	float: left;
	margin-left: 1.5em;
	font-size: 1.2em;
	padding-top: 0.8em;
	position: relative;
}

#navigation li.current a {
	color: #fff;
}

#navigation li ul {
  	display: none;
	background: #4a0103;
	position: absolute;
	/* TODO - add 0.333em margin here, but still get the hover to work*/
	padding: 0 0.5em;
	list-style: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 8em;
}

#navigation li ul li {
	float: none;
	font-size: 1em;
	padding: 0.25em 0;
	margin: 0;
	display: block;
}

#navigation li:hover ul, #navigation li.hovered ul {
	display: block;
	z-index: 10000;
}

#breadcrumbs {
	color: #d5a6aa;
	font-size: 0.9em;
}

#breadcrumbs a {
	font-weight: normal;
	color: #d5a6aa;
}

/*Subcontent 1 - left-hand side*/
#subcontent-1 {
	float: left;
	width: 10.8em;
	padding: 9.05em 1.9em;
}

#subcontent-1 #gallery-images {
	list-style: none;
	margin: 0;
	padding: 0;
}

#gallery-images li {
	float: left;
	margin-left: 3px;
}

/* Subcontent 2 - right-hand side */
#subcontent-2 {
	float: right;
	width: 14em;
	padding: 9.05em 3em 10000em 3em;
	background: #ffefd6;
	margin-bottom: -9993em;
}

#subcontent-2 strong {
	font-size: 1.1em;
}

#subcontent-2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subcontent-2 li {
	margin: 1em 0;
}

#subcontent-2 ul a {
	display: block;
}

/* Main content */

#maincontent {
	float: left;
	width: 32.6em;
/*	text-align: justify;*/
	padding-right: 3em;
	padding-bottom: 3em;
}

#maincontent h2 {
	font: 5em serif;
	margin: 0.1em 0;
	font-weight: normal;
	text-transform: lowercase;
	color: #d5a6aa;
	z-index: -10;
}

/* Homepage layout */

.aggregated {
	background: #f1e7ea;
}

.aggregated h3 {
	background: #65070c;
	padding: 0.25em 1em;
	margin: 0;
}

.aggregated h3 a {
	color: #f6e3b3;
	font-weight: normal;
}

.aggregated span {
	display: block;
	font-size: 0.95em;
}

.aggregated strong {
	margin-top: 1em;
}

.aggregated ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.2em;
}

.aggregated ul li {
	margin: 0;
	padding: 0;
}

.aggregated img {
	float: right;
	margin-left: 3em;
}

/* A simple summary of a child page, with optional image*/
.aggregated-simple-summary {
	background: #e9dbdb;
}

.aggregated-simple-summary img {
	float: left;
	margin: 5px 15px;
}

.aggregated-simple-summary span {
	display: block;
}
/* Events summary page layout */
#date-choice {
	margin: 1em auto;
}

.event-summary {
	width: 100%;
	font-size: 0.95em;
	padding-bottom: 1em;
	background: #f1e7ea url("../images/struct/bg-dots-trans.png") bottom left repeat-x;
}

.supplementary-event {
	padding: 1em 0;
	background: #f1e7ea;	
} 

.last-event {
	background: #f1e7ea;
}

.event-summary h3 {
	background: #65070c;
	padding: 0.25em 1em;
	margin: 0;
	color: #f6e3b3;
	font-weight: normal;
	clear: both;
}

.event-summary-info {
	width: 21em;
	float: left;
	margin-left: 1em;
}

.event-summary-meta {
	float: right;
	clear: right;
	width: 8.25em;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

.event-summary-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.event-summary-meta li {
	margin: 0.5em 0;
}

.event-summary-meta a {
	font-weight: normal;
	text-decoration: underline;
	display: block;
}

.event-summary-info span, .event-summary-meta a span {
	display: block;
	font-size: 0.9em;
}

.event-summary-meta strong {
/*	margin: 0.25em 0;*/
}

.event-summary-meta ul.event-summary-images li {
	float: left;
	margin-right: 3px;
}

/* Page meta elements */

.page-meta ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-meta ul li {
	padding: 0;
}

.page-meta a {
	font-weight: normal;
	text-decoration: underline;
}

.page-meta a span {
	display: block;
	font-size: 0.9em;
}

/* Article list elements */
.article {
	padding: 1em 0;
	background: transparent url("../images/struct/bg-dots-trans.png") bottom left repeat-x;
}

.article h3 {
	margin: 0;
}

/* media list (table) styles */
#podcast-list {
	background: #e7d1d3;
	border-collapse: collapse;
}

#podcast-list thead {
	background: #65070c;
	color: #f6e3b3;
	font-size: 1.1em;
}

#podcast-list th {
	font-weight: normal;
}

#podcast-list object {
	float: left;
	margin-right: 4px;
}

#podcast-list td {
	padding: 0.5em;
}

#podcast-list td.date {
	width: 8em
}

#podcast-list td.speaker {
	width: 7em
}

#podcast-list td.functions {
	width: 5em
}

/* Filetype icons */
.pdf {
	padding-left: 20px;
	background: transparent url("../images/struct/pdf-icon.png") center left no-repeat;
	display: block;
}

.doc {
	padding-left: 20px;
	background: transparent url("../images/struct/doc-icon.png") center left no-repeat;
	display: block;
}

.rtf {
	padding-left: 20px;
	background: transparent url("../images/struct/rtf-icon.png") center left no-repeat;
	display: block;
}

.xls {
	padding-left: 20px;
	background: transparent url("../images/struct/xls-icon.png") center left no-repeat;
	display: block;
}

.ppt {
	padding-left: 20px;
	background: transparent url("../images/struct/ppt-icon.png") center left no-repeat;
	display: block;
}

.mpg, .mp3 {
	padding-left: 20px;
	background: transparent url("../images/struct/mpg-icon.png") center left no-repeat;
	display: block;
}

.save {
	padding-left: 20px;
	background: transparent url("../images/struct/save-icon.png") center left no-repeat;
	display: block;
}

/* Hacks */
.cf:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cf {display:inline-block;}
/* Hide from IE Mac \*/
.cf {display:block;}
/* End hide from IE Mac */