body {
	background:#222211;
	color:#FFF;
	font-family:"Lucida Sans", Arial, Helvetica, sans-serif;
	font-size:75%;
}

h1, h2, h3, h4, h5, h6, #menu {
	color:#a1793c;
	font-family:Georgia, "Times New Roman", Times, serif;;
	margin-bottom:0.5em;
}
h1 {
	font-size:2em;
}
h2 {
	font-size:1.75em;
	margin-bottom:1em;
}
h3 {
	font-size:1.5em;
}
h4 {
	font-size:1.25em;
}
h5 {
	font-size:1.1em;
}
a {
	color:#d9531e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
hr {
	background-color:#a14f13;
	border:0;
	color:#a14f13;
	height:2px;
}
p {
	margin-bottom:1em;
}

.container {
	margin:auto;
	width:900px;
}

#header {
	padding-top:5px;
	position:relative;
}
#user-actions {
	font-size:0.9em;
	position:absolute;
	right:0;
	top:1em;
}
#facebook-link {
	background:url('../img/facebook.jpg') center left no-repeat;
	padding-left:20px;
}
#menu {
	background:url('../img/menu-bg.png') top left repeat-x;
	height:43px;
	margin:5px 0 2em 0;
	padding-top:5px;
}
#menu ul {
	height:43px;
	list-style:none;
}
#menu li:first-child {
	border-left:2px solid #766028;
}
#menu li {
	border-right:2px solid #766028;
	float:left;
	position:relative;
}
#menu a {
	color:#221;
	display:block;
	float:left;
	font-size:1.3em;
	height:35px;
	line-height:35px;
	text-decoration:none;
	padding:0 0.75em;
}
#menu li.active a, #menu a:hover {
	background:url('../img/menu-active-tab-bg.png') top left repeat-x;
}
#menu ul ul {
	background:#8c702f url('../img/menu-sub-bg.gif') 0 0 repeat-x;
	border:1px solid #000;
	border-top-width:0;
	display:none;
	height:auto;
	left:0;
	overflow:hidden;
	padding-top:3px;
	position:absolute;
	top:35px;
	width:150px;
	z-index:1000;
}
#menu ul ul li:first-child {
	border:0;
}
#menu ul ul li {
	border:none;
	background:none;
	display:block;
	float:none;
}
#menu ul ul li a {
	border-bottom:1px solid #9d753a;
	border-top:1px solid #746124;
	height:auto;
	line-height:2em;
	float:none;
	font-size:1.1em;
	padding:0;
	width:150px;
}
#menu ul ul li a span {
	display:block;
	padding:0 1em;
}
#menu li.active li a, #menu ul ul li.active a, #menu ul ul li a:hover {
	background:none;
}
#menu ul ul li a:hover {
	background:#7b5f2f;
	border-bottom-color:#7b5f2f;
}
#menu ul li:hover ul, #menu ul li.hover ul {
	display:block;
}


#home-photos {
	margin:auto;
	position:relative;
	width:920px;
}
#photo-frame {
	background:url('../img/photo-frame.png') top left no-repeat;
	height:253px;
	right:0;
	position:absolute;
	top:-175px;
	width:397px;
}
#photo-frame img {
	height:242px;
	margin:3px 10px 10px 3px;
	width:384px;
}

#content {
	margin-top:1em;
	min-height:200px;
	overflow:hidden;
}
#content-main {
	float:left;
	width:494px;
}
#content-sidebar {
	background-color:#8c702f;
	border:1px solid #111;
	float:right;
	padding:90px 15px 1em 15px;
	width:352px;
}
#content-sidebar a {
	color:#221;
}
#content-sidebar h3 {
	border-bottom:2px solid #a14f13;
	color:#221;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:0.5em;
}
#content-sidebar dl {
	margin:1em 0;
}
#content-sidebar dt {
	float:left;
	width:8em;
}
#content-sidebar dd {
	margin-left:8em;
	padding-bottom:0.25em;
}

#footer {
	border-top:2px solid #b40;
	font-size:0.9em;
	margin-top:2em;
	padding:1.5em 0;
	position:relative;
}
#footer .navigation {
	right:0;
	position:absolute;
	top:1.5em;
}
#footer .navigation li {
	float:left;
	margin-left:0.75em;
}

label {
	display:block;
	margin-top:0.5em;
}
#contact-form input, #contact-form select, #contact-form textarea {
	margin-bottom:0.5em;
	width:300px;
}
#contact-form textarea {
	width:100%;
	height:10em;
}

.post {
	margin-bottom:1.5em;
	padding-bottom:1.5em;
}
.posts .post {
	border-bottom:1px solid #4c4930;
}
.post h4 {
	font-size:1.75em;
	margin:0;
}
.post h4 a, .post h5 a {
	color:#a1793c;
}
.post h5 {
	color:#946f37;
	font-size:1.1em;
	margin:0 0 1em 0;
}
.post-body {
	margin-bottom:1em;
}
.post-links {
	font-size:0.9em;
}
.posts.category h2 {
	border-bottom:1px solid #4c4930;
	font-size:1.25em;
	margin-bottom:2em;
}

#location-info {
	float:left;
	width:380px;
}
#location-map {
	float:right;
	width:500px;
}
#map {
	color:#333;
	height:350px;
	width:500px;
}

.event {
	margin:1em 0 2em 0;
}
.event-date {
	float:left;
	margin-right:1em;
	text-align:center;
	text-transform:uppercase;
	width:3em;
}
.event-date em {
	background-color:#8c702f;
	color:#221;
	display:block;
	margin-bottom:2px;
	padding:2px 0;
}
.event-date strong {
	display:block;
	font-size:2em;
	line-height:1em;
}
.event-date span {
	font-size:0.9em;
}
.event h6 {
	color:#8c702f;
	font-size:1.35em;
	margin:0;
}
.event em {
	font-size:0.9em;
}
.event-brief {
	margin-top:0.5em;
}
.events-links {
	margin-top:1em;
}

#content-sidebar .event {
	margin:0;
}
#content-sidebar .event-date em {
	background-color:#221;
	color:#fff;
}
#content-sidebar .event h6 {
	color:#221;
}


#galleries li {
	margin-bottom:1em;
}
#photos {
	float:left;
	text-align:center;
	width:163px;
}
#gallery {
	background:#353423;
	float:right;
	width:732px;
}
#gallery img {
	border:1px solid #535240;
	margin:10px 0;
}
#controls {
	background:#221;
	border-bottom:1px solid #8c702f;
	overflow:hidden;
	padding-bottom:0.5em;
	width:732px;
}
#controls .ss-controls {
	float:left;
}
#controls .nav-controls {
	float:right;
}
#controls .nav-controls a {
	margin-left:1em;
}
div.slideshow-container {
	clear:both;
	height:520px;
	position:relative;
	width:732px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width:730px;
	height:500px;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display:block;
	width:730px;
	text-align:center;
}
div.slideshow a.advance-link:hover {
	text-decoration:none;
}
div.slideshow a.advance-link:focus {
	outline:none;
}
div.caption {
	line-height:1.3em;
	padding:1em;
}
ul.thumbs li {
	float:left;
	list-style:none;
	margin-bottom:0.5em;
	padding:0;
	width:154px;
}
ul.thumbs li a {
	display:block;
	text-align:center;
}
a.thumb img {
	background:#fff;
	border:1px solid #111;
	padding:2px;
	margin:auto;
}
a.thumb:focus {
	outline:none;
}
ul.thumbs img {
	border:none;
	display:block;
}

.pagination {
	clear:both;
}
.pagination li{
	border:solid 1px #8e3614;
	float:left;
	list-style:none;
	margin-right:0.25em;
}
.pagination .off {
	border-color:#4C4930;
	color:#4C4930;
}
.pagination .current {
	background-color:#d9531e;
	color:#221;
}
.pagination a, .pagination span {
	display:block;
	font-weight:bold;
	padding:0.25em 0.5em;
	text-decoration:none;
}

#photos .pagination a, #photos .pagination span {
	float:left;
}

#staff {
	border-top:1px solid #2f2f18;
}
.staff-member {
	border-bottom:1px solid #2f2f18;
	margin:1em 0;
	padding-bottom:1em;
	overflow:auto;
}
.staff-member-pic {
	float:left;
	margin-right:1em;
}
.staff-member h3 {
	margin:0;
}
.staff-member h3 a {
	color:#a1793c;
}
.staff-member h5 {
	font-size:1em;
	margin:0 0 1em 0;
}

.staff {
	overflow:auto;
	margin-bottom:2em;
}
.staff h2 {
	margin-bottom:0.25em;
}
.staff h3 {
	font-size:1.25em;
}
.staff img {
	float:left;
	margin:0 1em 1em 0;
}
.staff .staff-bio p {
	padding:0 0 1em 0;
}