@import url(//fonts.googleapis.com/css?family=Lora:400,700,400italic);
@import url(//fonts.googleapis.com/css?family=IM+Fell+English+SC);

#SubsiteActions { display: none !important; }

body { font-family: Lora, Georgia, "Times New Roman", Times, serif; }

.typography {
	font-size: 13px;
	font-family: Lora, Georgia, "Times New Roman", Times, serif;
}

.typography h1, .typography h2, .typography h3, .typography h4 {
	font-weight: normal;
	padding-top: 0;
	margin-top: 0;
	color: #786F68;
	font-family: "IM Fell English SC", Lora, Georgia, "Times New Roman", Times, serif;
}

.typography h1 {
	font-size: 3em;
	background: url(../images/decor1.png) 0 0 no-repeat;
	min-height: 45px;
	padding: 9px 0 0 34px;
	line-height: 1;
	letter-spacing: -0.025em;
}
.typography h2 {
	font-size: 2em;
	margin-bottom: 0.5em;
	line-height: 1;
	letter-spacing: -0.025em;
}
.typography h3 {
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Lora, Georgia, "Times New Roman", Times, serif;
}
.typography h4 {
	font-size: 1em;
	font-family: Lora, Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1em;
}

.typography p {
	margin-bottom: 1em;
}

.typography ul,
.typography ol {
	margin-bottom: 1em;
	padding-left: 1.1em;
}

#events .details {
	padding-bottom: 1em;
}

#events .title,
.article .title,
.typography h2.title,
.typography h3.title,
.typography h4.title {
	font-size: 1.2em;
	margin-bottom: 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: inherit;
}
#events .title a,
.article .title a {
	text-decoration: none;
}

.dates-times dd,
.typography .date {
	color: #AD7C00;
	font-style: italic;
}

.typography blockquote {
	font-style: italic;
	margin: 0 0 1em 0;
	color: #997A51;
}

.typography p.quote-source {
	text-transform: uppercase;
	color: #997A51;
}

.typography .caption {
	font-size: 0.9em;
	font-style: italic;
	margin-top: 0.5em;
	text-align: center;
}

.typography .normal-title {
	font-variant: normal;
	margin-bottom: 0;
	font-size: 1.25em;
	font-weight: bold;
}

.plain {
	font-weight: normal;
	color: #372E27;
}

.date span {
	text-transform: uppercase;
	font-size: 0.9em;
	color: #372E27;
}

.other-dates .date span {
	font-weight: bold;
	display: inline-block;
}

.typography .no-vertical-space {
	margin-top: 0;
	margin-bottom: 0;
}

.typography td.currency,
.typography span.currency,
.typography .quantity span.readonly {
	font-family: "Courier New", Courier, monospace;
}

.typography form fieldset h3 {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

.typography .alert {
	background: url(../images/alert_icon.png) 0 center no-repeat;
	font-size: 1em;
	padding-left: 40px;
	margin-bottom: 2em;
	min-height: 32px;
	padding-top: 0.2em;
}

.typography .error {
	color:#CC0000;
}

.typography .required-fields-notice {
	text-transform: uppercase;
	font-size: 0.9em;
	margin-bottom: 2em;
	letter-spacing: 0.05em;
}

.typography .space-before {
	margin-top: 1.8em;
}