body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font: 0.8em/1.2 Helvetica, arial, sans-serif;
}

a:link, a:visited {
	color: #54221b;
}

a:hover {
	text-decoration: none;
}

#header .inner, #nav .inner, #main .inner, #slideshow .inner, #content .inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header .inner {
	position: relative;
}

#top {
	background-image: url(/img/head-bg.jpg);
}

#header {
	background-image: url(/img/black-opaque.png);
	text-align: right;
	border-bottom: 1px solid #381815;

}

#header a#home {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0.6em 0 0.3em 0;
	color: #fff;
}

#header ul {
	margin: 0;
	padding: 0.6em 0 0.3em 0;
	list-style: none;
}

#header li {
	display: inline;
	color: #fbdac8;
}

#header li a:link, #header li a:visited {
	color: #fbdac8;
	text-decoration: none;
}

#header li a:hover {
	text-decoration: underline;
	color: #fff;
}

#nav {
	border-top: 1px solid #8c5536;
	padding: 10px 0 10px 0;
	line-height: 1.1;
	
}

#nav .inner {
	
}

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

#nav li {
	width: 190px;
	float:left;
	font-size: 110%;
}

#nav li span {
	font-size:140%;
	display: block; 
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav li a:hover {
	color: #FBDAC8;
}

#slideshow {
	background-image: url(/img/slideshow-gradient.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	
}

#slideshow .imgcontainer {
	border: 10px solid #fff;
	width: 960px;
	float:left;
	background-image: url(/img/pattern.jpg);
}

#slideshow .imgcontainer #slider {
	float: right;
	width: 640px;
	border-left: 10px solid #fff;
}

#slideshow .imgcontainer #slider img {
	display: block;
}

#slideshow .imgcontainer #headline {
	float: left;
	width: 260px;
	padding: 10px;
	color: #fff;
	line-height: 1.3;
}

#slideshow .imgcontainer #headline h1 {
	font-size: 140%;
	font-weight: normal;
	line-height: 1.2;
}

#slideshow .imgcontainer #headline h1 span {
	display: block;
	font-size: 180%;
}

.clear {
	height: 1px;
	line-height: 1;
	margin: 0;
	padding: 0;
	clear: both;
}

#main .col {
	float:left;
	width: 310px;
	margin: 0 0 0 10px;
	padding: 20px 0 0 0;
}

#main .col h2 {
	font-size: 140%;
	font-weight: normal;
	color: #430215;
	margin: 0;
	padding: 0 0 0.3em 0;
}

#main .col ul.dates, #main .col ul.home-events {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4;
}

#main .col ul.home-events li .date {
	color: #999;
}

#main .col ul.home-events li {
	padding-bottom: 0.8em;
}

#main .col ul.home-events li h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 100%;
}

#main .col ul.home-events li .description p {
	padding: 0;
	margin: 0;
}

#main .col ul.dates ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main .col ul.dates ul li {
	border: 0;
}

#main .col ul.dates li h4 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

#subnav {
	background-color: #ebebeb;
	width: 100%;
	float: left;
	border-bottom: 1px solid #ccc;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#subnav li {
	float: left;
	width: 120px;
	text-align: center;
}

#subnav li a:link, #subnav li a:visited {
	color: #000;
	text-decoration: none;
	padding: 0.8em 0 0.6em 0;
	display: block;
}

#subnav li.selected a:link, #subnav li.selected a:visited, #subnav li a:hover {
	color: #0A86D2;
	text-decoration: underline;
}

#content {
	border-top: 1px solid #fff;
	background-image: url(/img/inner-gradient.gif);
	background-repeat: repeat-x;
	clear: both;
	padding: 20px 0 0 0;
}

#content .inner {
	padding: 10px 0 0 0;
	background-color: #fff;
	
}

#content .col {
	float:left;
	width: 310px;
	margin: 0 0 0 20px;
	
}

#content .twocol {
	float:left;
	width: 610px;
	margin: 0 0 0 10px;
	line-height: 1.3;
}

#content .widecol {
	width: 900px;
	margin: 0 10px 0 10px;
	line-height: 1.3;
}

#content h1 {
	margin: 0;
	padding: 0 0 0.6em 0;
	font-size: 200%;
	font-weight: normal;
}

#content h2 {
	margin: 0;
	padding: 0 0 0.6em 0;
	font-size: 160%;
	font-weight: normal;
}

#content h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: bold;
}

#content p {
	margin: 0;
	padding: 0 0 1em 0;
}

table.calendar {
	border-collapse: collapse;
	margin: 10px;
	clear: left;
	width: 900px;
}

table.calendar td {
	border: 1px solid #ccc;
	vertical-align: top;
	width: 75px;
	height: 75px;
}

table.calendar td.today {
	background-color: #ebeff7;
}

table.calendar td.today span.day {
	font-weight: bold;
	color: #0a86d2;
}

table.calendar td.weekend {
	background-color: #efefef;
}

table.calendar td.notinmonth {
	border: none;
}

table.calendar td.past {
	text-decoration: line-through;
}

table.calendar td.notinmonth.weekend {
	background-color: transparent;
}

table.calendar td span.day {
	display: block;
	color: #ccc;
}

table.calendar td div.event {
	display: block;
	background-color: #bed6ec;
	color: #0a86d2;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #fff;
}

ul.calendar-nav {
	width: 900px;
	list-style: none;
	margin: 10px;
	padding: 0;
}

ul.calendar-nav li {
	width: 33.3%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
	text-align: center;
}

ul.calendar-nav li:first-child {
	text-align: left;
}

ul.calendar-nav li:last-child {
	text-align: right;
}

/* --- LISTING --- */

ul.events {
	width: 546px;
	list-style: none;
	margin: 10px;
	padding: 0;
	border-top: 1px solid #bed6ec;
}

ul.events li {
	border-right: 1px solid #bed6ec;
	border-bottom: 1px solid #bed6ec;
	vertical-align: top;
	background-color: #bed6ec;
	clear: left;
}

ul.events li ul {
	list-style: none;
}

ul.events li li {
	border: none;
	border-bottom: 1px dotted #999;
	min-height: 0;
	margin-left: 25px;
	padding: 10px;
	background-color: #fff;
	clear: none;
}

ul.events li li:last-child {
	border-bottom: 0;
}

ul.events li li span.time {
	color: #999;
	font-style: italic;
	font-size: 90%;
	width: 60px;
	text-align: right;
	display: inline-block;
}

ul.events li li div.description {
	margin: 5px 0 0 63px;
	font-size: 86%;
	color: #555;
}

ul.events li li div.description p {
	margin: 0 0 1em 0;
}
 
ul.events li span.day {
	font-weight: bold;
	font-size: 250%;
	float: left;
	color: #0a86d2;
	text-align: right;
	width: 50px;
	margin: 0 0 0 1px;
	padding: 0 15px 0 0;
	line-height: 1;
	border-top: 1px solid #fff;
}

ul.events li:first-child span.day {
	border-top-color: #bed6ec;
}

ul.event-listing-nav {
	width: 546px;
	list-style: none;
	margin: 10px;
	padding: 0;
	clear: both;
}

ul.event-listing-nav li {
	width: 33.3%;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
	display: block;
	float: left;
	text-align: center;
}

ul.event-listing-nav li:first-child {
	text-align: left;
}

ul.event-listing-nav li:last-child {
	text-align: right;
}

ul.event-listing-nav:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

ul.simplelist {
	border-top: 1px solid #bed6ec;
	margin: 0 0 1em 0;
	padding: 0;
	list-style: none;
}

ul.simplelist li {
	border-bottom: 1px solid #bed6ec;
	padding: 0.4em 0 0 0;
}

ul.simplelist li span.time {
	color: #999;
	font-style: italic;
	font-size: 100%;
	text-align: right;
	display: block;
}

div.vcard .contacts {
	padding: 1em 0 0 0;
}

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

ul.hfeed li {
	padding: 0 0 1em 0;
	margin: 0 0 1em 0;
	border-bottom: 1px solid #ebebeb;
	
}

ul.hfeed li .date, .hentry .date {
	color: #666;
}

.news-latest {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	border: 1px solid #e9e9e9;
	background-color: #efefef;
	margin: 0 0 1em 0;
}

.news-latest ul.hfeed li{
	padding: 0;
	margin: 0;
	border: 0;
}

.hentry h1 a:link, .hentry h1 a:visited, .hentry h1 a:hover {
	color: #000;
	text-decoration: none;
}

.cats ul, .tags ul {
	list-style:  none;
	margin: 0;
	padding: 1em 0 1em 0;
}

ul#sitemap {
	line-height: 1.8;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#sitemap ul {
	margin: 0 0 1em 2em;
	padding: 0;
	list-style: disc;
}

div.footer {
	clear: both;
	text-align: right;
	margin: 4em 0 1em 0;
	color: #999;
	padding-top: 1em;
	border-top: 1px solid #eee;
	font-size: 90%;
	
}

div.footer a:link, div.footer a:visited {
	color: #999;
	text-decoration: none;
}
