/* Global Stuff */

body {
	background: #8a130f url(/images/site/body-bg.png) repeat-x center top;
}

#container {
	background: transparent url(/images/site/container-bg.png) repeat-y left top;
}

#branding {
	background: transparent url(/images/site/branding-bg.png) no-repeat left top;
	text-indent: -9999px;
}

#siteinfo-credits {
	background: transparent url(/images/site/siteinfo-credits-bg.png) no-repeat left top;
	padding: 15px 20px 10px;
}

/* Navigation */

#navmain ul {
	list-style: none;
}

/* Content */

#content-pictures a#video-youtube {
	position: relative; display: block;
}
#content-pictures a#video-youtube img { float: none; margin: 3px 0 5px; border-color: #b2b2b2; }
#content-pictures a#video-youtube span {
	position: absolute; left: 1px; top: 1px; width: 164px; height: 123px; text-indent: -9999px; opacity: 0.8;
	background: transparent url(/images/site/bg-play-video.png) no-repeat center center; }
#content-pictures a#video-youtube span:hover { opacity: 1; }

#content-pictures p {
	background: #e9e9e4;
	border: 1px solid #b2b2b2;
	overflow: auto;
	color: #333;
	padding: 4px 7px;
	margin: 0 0 15px; 
}
#content-pictures p a { color: #333; font-weight: normal; }
#content-pictures p img {
	float: left;
	border: none;
	margin: 5px 10px 0 5px;
}

#content-pictures img {
	border: 1px solid #000000;
	margin: 0 0 5px 0;
}

#nav-supp {
}
.nav-supp-newsitem {
	border-bottom: 1px solid #a4a4a0;
}

.headlines {
	width: 190px;
	margin-right: 10px;
	float: right;
}

/* Picturebox */

#content-picturebox {
	background: transparent url(/images/site/content-picturebox-bg.jpg) repeat-x left top;
}
#content-picturebox p {
	background: transparent url(/images/site/content-picturebox-img-bg-bordered.png) repeat-x right top;
	text-indent: -9999px;
}

/* Gallery Page */

.gallery #content-main a {
	display: block;
	margin: 0;
}
#content-gallery {
	margin-left: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	overflow: auto;
}
#content-gallery .galleryitem {
	float: left;
	width: 168px;
}
#content-gallery .galleryitem p {
	margin: -4px 9px 12px;
	text-align: center;
}
#content-gallery .galleryitem.lastinline {
	clear: left;
}
.gallery #content-main img {
	margin: 6px;
	border: 1px solid #000000;
}

/* Calendar Page */

#content-main #calendarlisting,
#content-main #calendarlisting ul {
	list-style: none;
	margin-left: 20px;
}
#calendarlisting span.date {
	float: left;
	width: 30px;
	border: 1px solid #b2b2b2;
	background-color: #e9e9e4;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.0;
	padding: 10px;
}
#calendarlisting span.datenumber {
	font-size: 1.5em;
}
#calendarlisting li.activitydate {
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
}
#calendarlisting ul {
	border-top: 1px solid #b2b2b2;
	padding-top: 12px;
	margin-right: 20px;
}
#calendarlisting li li {
	float: right;
	width: 430px;
	clear: right;
	margin-bottom: 5px;
	background-color: #efefe9;
}
#calendarlisting li li h2 {
	font-size: 13px;
	font-weight: normal;
	font-family: "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}
#calendarlisting li li .activitydesc {
	margin: 0 2px 2px;
	padding: 1px 0;
	background: #ffffff;
	font-size: 0.71em;
}

#content-main #calendarlisting li li ul { border-top: none; margin-left: 40px; padding-top: 0; list-style: disc; }
#calendarlisting li li li {
	background: transparent;
	clear: none;
	float: none;
	margin-bottom: 0;
	width: auto;
	font-size: 12px;
	line-height: 1.3;
}

p.error { border: 2px solid #f00; background: #fee; color: #f00; padding: 10px; font-weight: bold; }

body#account.login #nav-supp { margin-top: 48px; }
body#account.login #nav-supp p { font-size: 1.2em; }