/* Top area styles */

.toparea {
	background: #351d14 url(../img/wood-bg.jpg);
	height: 262px;
	position: relative;
	text-align: center;
	margin: 30px 0 60px 0;
}

.toparea .text {
	width: 325px;
	position: absolute;
	top: 3px;
	left: 55px;
}

.toparea .image {
	width: 506px;
	height: 327px;
	position: absolute;
	top: -30px;
	right: 50px;
	background: transparent url(../img/slide-show-bg.png);
}

.toparea .image img {
	position: absolute;
	top: 0;
	left: 0;
	margin: 9px 0 0 11px;
	padding: 0;
	opacity: 0;
	z-index: 8;
}
.toparea .image img.active {
	opacity: 1;
	z-index: 10;
}
.toparea .image img.last-active {
	z-index: 9;
}

.toparea .text h2 {
	color: #fff;
	font-size: 24px;
	line-height: 1;
	font-weight: normal;
	margin: 44px 0 3px 0;
}

.toparea .text h4 {
	color: #be9730;
	font: italic normal 14px/1 Cochin, "Adobe Jenson Pro", "Hoefler Text", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	padding: 0 0 20px 0;
	background: transparent url(../img/toparea-ornament.png) no-repeat 50% 2em;
	margin: 0;
	text-transform: lowercase;
}

.toparea .text {
	color: #e7e2d9;
}

.toparea .text a {
	color: #887a5a;
	font-style: italic;
}


#events {
	float: left;
	width: 494px;
	margin: -12px 13px 0 55px;
	position: relative;
}

#events h2 {
	font: italic normal 28px/1 Cochin, "Adobe Jenson Pro", "Hoefler Text", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #2e3851;
	font-weight: normal;
	font-style: italic;
	line-height: 68px;
	padding-left: 78px;
	background: transparent url(../img/ornament1.png) no-repeat 0 50%;
	white-space: nowrap;
	margin: 0;
}

#events.tabbed h2 {
	margin-bottom: 50px;
}

#events h2 span {
	color: #959595;
}

#events {
	padding-bottom: 36px;
	margin-bottom: 48px;
	background: transparent url(../img/terminal1.png) no-repeat center bottom;
}

#events ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#events li {
	border-bottom: 1px solid #e5e2dd;
	background: transparent url(../img/separator1.png) no-repeat center bottom;
}

#events li .image-horizontal {
	display: block;
	width: 494px;
	height: 90px;
	background-position: 0 40%;
	background-repeat: no-repeat;
	margin-top: -9px;
}

#events li .image-vertical {
	display: block;
	width: 80px;
	height: 120px;
	background-position: 50% 0;
	background-repeat: no-repeat;
	float: left;
	margin-right: 1em;
}

#events li .image-vertical + p:after {
	display: block;
	content: "";
	height: 0;
	overflow: hidden;
	clear: left;
}


#events h4 {
	font-size: 22px;
	margin: 26px 0 0 0;
}

#events h4 a {
	color: #1d2337;
}

#events .timestamp {
	color: #999;
	margin-bottom: 18px;
}

#events .timestamp span {
	color: #205ea8;
	font-variant: small-caps;
	font-size: 11px;
}

#events .read-more {
	font-style: italic;
	padding-left: 1em;
}

#events .archive {
	display: block;
	text-align: center;
	padding: 1.5em 0;
	font-size: 14px;
}


#events.tabbed h3 {
	position: absolute;
	top: 88px;
	left: 0;
	width: 50%;
	height: 18px;
	padding: 7px 0 0 0;
	margin: 0;
	background: transparent url(../img/home/tab.png) no-repeat;
	border-bottom: 1px solid #d5d3d0;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	color: #a1977f;
	cursor: pointer;
	font-family: "Hoefler Text", Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-style: normal;
}

#events.tabbed h3.upcoming {
	left: 50%;
	background-position: right top;
}

#events.tabbed h3.active {
	background-image: url(../img/home/tab-active.png);
	cursor: default;
	color: #fff;
}

#events li p {
	font-size: 1.1em;
}


.callout {
	float: right;
	clear: right;
	margin-right: 55px;
}


#board {
	position: relative;
}

#board h5 {
	position: absolute;
	top: 22px;
	right: 12px;
	margin: 0;
	font-weight: normal;
	color: #93877f;
	font-size: 12px;
}

#board h5 span {
	color: #5f402a;
}

#board .timestamp {
	color: #bab9b9;
}

#board .timestamp span {
	color: #205ea8;
	font-variant: small-caps;
	font-size: 11px;
}

#board p {
	margin: 0;
}
