body {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: #cdd url('images/mainbg.png') center repeat-y;
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
}

a:link {
	font-weight: bold;
}
a:link.hover {
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	color: white;
}
a:link, a:visited, a:hover {
	color: white;
}
a:focus {
	outline: none;
}

form {
	margin: 20px;
}

img {
	border: 0;
}

div {
	margin: 0;
	padding: 0;
}

a img{
	border: 0;
}

.admincms {
	width: 300px;
	margin: 10px;
	text-align: left;
	color: blue;
}

.admincms a{
	color: white;
	font-weight: bold;
	background-color: #333333;
	padding: 5px;
	border: 1px solid white;
}

img.gallery_thumb {
	float: left;
	margin: 6px;
	border: 1px solid black;
	width: 150px;
	height: auto;
}



.clear {
	clear: both;
}

.system_message {
	color: red;
	padding: 6px;
	margin: 16px;
	border: 1px solid black;
	background-color: white;
}

.system_message a{
	color: blue;
}

#header {
	margin-top: 0px;
	height: 199px;
	background: url('images/header.png');
}

#toolbar {
	background: black url('images/toolbarbg.png') left center no-repeat;
	padding: 0; margin: 10px 4px 0;
	float: left;
}

#toolbar a {

}

#toolbar a:hover {

}

#nav {

	padding: 15px 20px 30px;
	margin: 0;
	background: url('images/navbg.png') right center no-repeat;
text-transform: lowercase;
font-family: "helvetica", sans-serif;
font-size: 16px;
}

#nav li {
	display: block;
	float: left;
	text-align: center;
}

#nav li a {
	padding: 0px 30px;
	color: #white;
	font-weight: normal;
}

#nav li a:before {content:'> '}

#nav li a:hover, #nav li:hover a, #nav li.on {
color: #a06;
}

#nav li ul {
  display: none;
  position: absolute;
	padding: 13px 0 0 15px;
}

#nav li:hover ul {
  /*  display the other topics when
      their parent is hovered */
  display: block;
  z-index: 6000;
  margin-top: -4px;
}

#nav li:hover ul li a {
background: #000028;
display: block;
padding: 6px 40px 6px 10px;
border: 0;
border-top: 2px solid #000028;
border-bottom: 2px solid #000028;
color: #bbf;
font-size: 14px;
}


#nav li:hover ul li a:before {content:''}

#nav li:hover ul li a:hover {
color: #38f;
background: #004;
border: 2px solid #518293;
border-right: 0;
border-left: 0;
}

#nav li ul li {
	float: none;
	padding: 0;
	text-align: left;
	border: 0;
}


#main {
}

#leftbar{
	float: left;
	margin: 20px;
	width: 240px;
border: 2px solid black;
}

#leftbar div.side {
	margin: 10px 0px;
	padding: 8px;
	background: url('images/side.png') repeat-y center;
	font-size: 14px;
}

#leftbar div.side a{
	color: blue;
	font-size: 10pt;
}

#leftbar h1 {
	text-align: center;
	font-weight: normal;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	color: black;
	padding: 10px;
	margin: 0;
	margin-bottom: 15px;
}

#leftbar div.side h1{
	font-weight: bold;
	border-bottom: 4px double #080;
	padding: 0px 10px 3px;
}

#leftbar h2 {
background: #222;
	font-weight: normal;
	font-family: Century Gothic, sans-serif;
	font-size: 12px;
	color: #cdd;
	padding: 3px 10px;
	margin: 2px -10px 5px;
border-top: 1px solid black;
}

#leftbar #next_event {
padding: 10px;
font-family: Trebuchet MS;
}

#leftbar #next_event span {
text-align: center;
display: block;
}

#leftbar #next_event span.title {
font-weight: bold;
font-size: 1.1em;
}

#leftbar #next_event span.date {
font-size: 0.9em;
}

#leftbar #next_event span.venue {
font-size: 0.9em;
}

#leftbar #next_event div.description {
padding-top: 4px;
font-size: 0.9em;
}

#leftbar #next_event a {
background: #222;
padding: 1px 5px;
color: white;
font-size: 11px;
border: 1px solid black;
font-family: Andale Mono;
}

#leftbar #next_event a.prev {
float: left;
}

#leftbar #next_event a.next {
float: right;
}

#calendar table{
width: 215px;
margin: 5px;
border-spacing: 0;
border: 1px solid #333;
}

#calendar table thead tr td{
height: 20px;
text-align: center;
border: 1px solid #333;
border-spacing: 0;
background: #222;
color:white;
}

#calendar table tbody tr td{
height: 40px;
text-align: center;
vertical-align: top;
border: 1px solid #333;
border-spacing: 0;
background: #B9FF8B;
}

#calendar table tbody tr td.blank{
}

#calendar table tbody tr td.month_name{
vertical-align: middle;
font-weight: bold;
background: #39BF1B;
}

#calendar table tbody tr td span.info{
}

#cal_legend {
color: #aaa;
padding: 10px 0px;
font-size: 12px;
text-align: center;
}

#cal_legend div {
display: inline;
border: 1px solid black;
margin: 0 0px 0 18px;
padding: 3px 10px;
}

#cal_legend div.home{
margin-left: 3px;
}

#calendar .home{
background: #e3d23E;
color: black;
}

#calendar .away{
background: #524222;
color: white;
}

#calendar .event{
background: #daffdf;
color: black;
}

#calendar .today{
border: 2px inset #9191Ae;
border-right: 2px inset #004;
border-bottom: 2px inset #004;
}

#content{
	margin-left: 285px;
	padding: 15px;
	padding-left: 0;
}

#content div.full, #content div.half, #content div.alt {
	margin: 10px 15px 40px;
	font-family: Times, serif;
	line-height: 20px;
}

#content div.full p, #content div.half p, #content div.alt p {
	padding: 8px 22px;
}

#content div.full{
background: url('images/full.png') repeat-y;
color: #bcc;
}

#content div.alt{
background: url('images/alt.png') repeat-y;
color: #211;
}

#content div.full:before {content:url('images/beforefull1.png');}

#content div.full div.blurb:after {content:url('images/afterfull1.png'); position: relative; left: -20px; top: 14px;}

#content div.alt:before {content:url('images/beforealt1.png'); position: relative; left: 1px;}

#content div.alt div.blurb:after {content:url('images/afteralt1.png'); position: relative; left: -19px; top: 14px;}

#content div h1 {
	background: url('images/toolbar.png') no-repeat center center;
	font-weight: bold;
	font-size: 16px;
	color: #eff;
	padding: 0 20px 5px 20px;
	border-bottom: 5px double #cdd;
}

div.blurb {
margin: 20px;
margin-top: 0;
}

#content div.alt h1{
color: #100;
border-bottom: 5px double #100;
}

#content div.full h1, #content div.half h1, #content div.alt h1{
	margin: -8px 20px 0px 11px;
}

#content div.full, #content div.alt {
	width: 690px;
	clear: right;
}

#content div.half {
	width: 300px;
	float: right;
}

#footer {
	font-size: 10pt;
	padding-top: 10px;
	border-top: 2px solid #999999;
	color: #999999;
	text-align:center;
	background-color: #000000;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #999999;
	text-decoration: underline;
}

.slideshow-image {
	width: 400px;
	height: 300px;
	padding: 0;
	overflow: hidden;
	margin-left: 5px;
}

.slideshow-description {
	background-color: white;
	padding: 8px;
	color: #333333;
	font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
	height: 300px;
	overflow: auto;
}

.slideshow-toolbar {
	height: 30px;
	background-color: black;
	background-image: url(images/slideshow-toolbar.png);
	background-repeat: repeat-x;
	border-top: 1px solid black;
	overflow: hidden;
}

.slideshow-toolbar a {
	border-right: 1px solid black;
	font-size: 14px;
	padding: 8px;
	display: block;
	float: left;
	color: black;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(images/slideshow-toolbar-a.png);
}

.success {
	border: 2px solid white;
	padding: 6px;
	margin: 25px;
	text-align: center;
}

#oldbrowser {
	background-color: #f3d067;
}

/*
===================================================
	Fixes floated content in containers
===================================================
*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#content div.full table.events_list {
width: 628px;
color: white;
}

#content div.full table.events_list tr td {
padding: 5px;
text-align: center;
}

#content div.full table.events_list thead tr td {
text-align: center;
background: #333;
color: white;
}

#content div.full table.events_list tbody tr {
background: #EA2079;
}



#content div.full table.events_list tbody tr.odd {
background: #CA0069;
}
