@charset "utf-8";

/* global styles */

a, a:link {
	color: #900;
}

a:visited {
	
}

a:hover {
	background-color: #900;
	color: #fff;
}

a:active {
}

h2, h3, h4, h5 {
}

#PageInfo_header h2 {
	font-family:Georgia,"Times New Roman",Times,serif!important;
	color: #900;
}







/* helper styles */

.clear {
	clear: both;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}


.attribution {
	text-align: right;
	font-size: 80%;
}

.feature {
	border: 1px solid #999;
	padding: 3px;
}

.left {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}


.newsletter_date a {
	color: #333;
}

.newsletter_date {

}


.extra_info {
	margin-left: 1em;
}

.extra_info p {
	margin: 0.25em 0;
}



.info_list h2, .schedule h2 {
	border-top: 1px dotted #600;
	margin-top: 2em;
	padding-top: 0.5em;
	color: #900;
}

.info_list h3 {
	border-top: 1px dotted #543;
	border-bottom: 1px dotted #543;
	color: #554433;
	background-color: #eaeaea;
	padding: 0.1em 0.25em;
	margin-top: 3em;
}
.info_list h4 {
	color: #500;
	margin-bottom: -1em;
	margin-top: 1.5em;
}

.bquote {
	border-top: 1px dotted #4d4d89;
	border-bottom: 1px dotted #4d4d89;
	background-color: #F2DCAE;
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #362B13;
	padding: 0 1em;
}

.pullquote {
	font-size: 150%;
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 1.5em;
	font-style: italic;
	position: relative;
}

.pullquote2 {
	font-size: 135%;
	font-family: Georgia, Times, 'Times New Roman', serif;
	line-height: 1.5em;
	font-style: italic;
	position: relative;
}

.lquo, .pullquote .lquo,
.rquo, .pullquote .rquo {
	font-size: 250px;
	position: absolute;
	color: #e0e0e0;
	z-index: 8;
}

.lquo, .pullquote .lquo {
	left: -50px;
	top: 80px;
}

.rquo, .pullquote .rquo {
	bottom: -65px;
	right: 15px;
}

.pullquote .box_inner {
	position: relative;
	z-index: 9;
}

.pullquote.left, .pullquote.right {
	width: 40%;
}







img.highlight_nav {
	border: 3px solid #e9d7b3;
	width: 74px;
}

.end_text {
	font-size: 85%;
}

div.img {
	font-size: 80%;
}

div.img img, div.img .caption {
	display: block;
}

.byline {
	color: #996533;
	margin-top: -1em;
	font-size: 90%;
}



/* layout */

#HighlightedInfo_links .innertube {
	padding-left: 0;
}

#HighlightedInfo_header {
	text-transform: none;
}

#HighlightedInfo h3 {
	font-size: 14px;
}

.newsletter_date, .newsletter_date h3 {
	font-size: 1.5em!important;
	color: #333;
}


.subscribe, .subscribe input {
	font-size: 11px;
}

.subscribe {
	text-align: right;
	padding-right: 1em;
}

.subscribe h4 {
	color: #600;
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
}

.subscribe input.text {
	width: 105px;
}

.subscribe label, .subscribe input.submit {
	font-weight: bold;
	font-size: 11px;
}








#Other .subscribe {
	text-align: left;
}

#Other .subscribe label {
	display: block;
}

#Other .subscribe input.text {
	margin-right: 0.5em;
}



#PageInfo {
	line-height: 1.4em;
}

#PageInfo_header h2 {
	line-height: 24px;
}

#PageInfo_header .SubHeader {
	display: block;
	margin-top: 0.25em;
}


#PageInfo .footer {
	margin-top: 5em;
	border-top: 1px dotted #900;
}


