﻿html, body, h1, h2, h3, h4, h5, h6, p, form, table {
	margin: 0px; padding: 0px;
}

/* ELEMENT STYLES ***************************************************/
body {
	background: #000 url('/static/image/bg.gif') repeat-y center top;
	font: .7em Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

a:link, a:visited { color: #900; }

a:active, a:hover { color: #f00; }

h1, h2 { 
	color: #900; 
	font-family: Arial, Helvetica, sans-serif;
}

h1 { font-size: 180%; }
h2 { font-size: 160%; }

.hr {
	height: 1px;
	background: url('/static/image/dot-h.gif') repeat-x;
	margin: 1em 0px;
}
	.hr hr { display: none; }

img { border: 0px; }

input, textarea, select { font-family: Verdana, Arial, Helvetica, sans-serif; }
	textarea.w50, input.w50 { width: 400px; } /* about 50 chars */
	textarea.w30, input.w30 { width: 250px; } /* about 30 chars */

p { margin: 1em 0px; }

/* MAIN LAYOUT ******************************************************/
#wrapper {
	background: url('/static/image/topbg.jpg') no-repeat center top;
	padding-top: 225px;
	min-height: 300px;
	text-align: center;
}

#container {
	width: 888px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

#content_main {
	position: absolute;
	width: 636px;
	top: 0px;
	left: 172px;
}
	#content_1col {
		padding: 0px 10px;
	}
	
	#content_2col {
		background: url('/static/image/dot-v.gif') repeat-y center top;
	}
	
	#content_2col #content_left, #content_2col #content_right {
		width: 298px;
		float: left;
		padding: 0px 10px 10px 10px;
	}

#content_sub {
	position: absolute;
	width: 161px;
	top: 0px;
	left: 0px;
	color: #fff;
	text-align: right;
}

	#menu {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
		#menu a {
			border-bottom: solid 1px #666;
			display: block;
			padding: 2px 0px;
			text-align: right;
			color: #fff;
			font: bold 110% Arial, Helvetica, sans-serif;
			text-decoration: none;
			text-transform: uppercase;
		}
		
		#menu a:active, #menu a:hover, #menu a:selected { color: #f00; }
	
#footer {
	text-align: center;
	border-top: solid 1px #666;
	color: #000;
	font-size: 85%;
	padding: 1em 0px;
	clear: both;
}

/* CLASSES *****************************************/

/* general */

.alert {
	color: #cb230d;
	border: solid 1px #cb230d;
	padding: 5px 10px;
	background: #fcf1c3;
	margin: .5em 0px 1em 0px;
}

.aligncenter { text-align: center; }
.alignright { text-align: right; }

.change {
	font: normal 60% Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}

.clear { clear: both; }

.correct {
    color: green;
}

.errorlist { 
	margin: 0px; 
	padding: 0px 0px 0px 10px; 
	list-style: none; 
	color: #9399af; /* ERROR LIST COLOR */
	font-style: italic; /* ERROR LIST ITALIC */
	font-weight: bold;  /* ERROR LIST BOLD */
	float: right; 
}

.incorrect {
    color: red;
}

.infobox {
	width: 298px;
	background: url('/static/image/infoboxbg.gif') no-repeat bottom left;
	padding-bottom: 5px;
	margin-bottom: 1em;
}
	.infobox h2 {
		background: #000 url('/static/image/infobox-header.gif') no-repeat top left;
		color: #fff;
		font-size: 120%;
		text-transform: uppercase;
		padding: 3px 10px;
	}
	
	.infobox p {
		padding: 0px 10px;
	}
	
	.infobox ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.infobox li {
		border-top: solid 1px #888;
	}

.marginbottomtall { margin-bottom: 20px; }

.message {
	background: #fceca8;
	border: solid 1px #e0ba1b;
	padding: 5px 10px;
	margin: .5em 0px 1em 0px;
}

.pagenav {
	text-align: center;
	margin: 0px 0px 1em 0px;
	font-size: 110%;
	color: #999;
}
	.pagenav a { color: #999; }
	.pagenav a:hover { color: #f00; }
	.pagenav strong { color: #900; }

.photo {
	margin: 0px 0px 10px -10px;
}

.photocaption {
	font-size: 90%;
	color: #000;
}


.post h2 {
    border-bottom: solid 1px #cccccc;
    color: #333333;
    font: bold 120% Verdana, Arial, Helvetica, sans-serif;
    margin-top: 1em;
}

.post img {
    float: left;
    padding: 0px 10px 10px 0px;

}

.post .date {
	float: right;
	position: relative;
	top: -2.3em;
	margin-bottom: -2.3em;
	color: #999;
	font-size: 90%;
}


/* tables */

.detail table,
.listing table {
	border-collapse: collapse;
	border: none;
	margin: 1em 0px;
}
	.detail td, .detail th, .listing td, .listing th { padding: .5em 1.5em .5em 0px; }
	.detail th { vertical-align: top; width: 150px; text-align: right; }
	.detail td, .listing td { 
		vertical-align: top; 
		border-top: solid 1px #9399af; /* DETAIL TABLE BORDER */
		border-bottom: solid 1px #9399af;  /* DETAIL TABLE BORDER */
	}
	.border-top { 
		border-top: solid 1px #9399af; /* DETAIL TABLE BORDER */
	}

.gallery {
	border-collapse: collapse;
	border: none;
	margin: 1em 0px;
	width: 100%;
}

	.gallery td {
		padding: 0px 1em 1em 0px;
		vertical-align: top;
		border-bottom: solid 1px #ccc;
	}
	
	.gallery a img {
		border: solid 2px #c00;
	}
	
	.gallery a { text-decoration: none; }
	
	.gallerypic { width: 100px; }

.gallerydetail{
	border-collapse: collapse;
	border: none;
	margin: 1em 0px;
}
	.gallerydetail td {
		padding: .5em 1em .5em 0px;
		vertical-align: top;
		border-bottom: solid 1px #ccc;
	}
	.gallerydetail th {
		text-align: right;
		padding: .5em 1em .5em 1em;
	}

.paging table { 
	border-collapse: collapse;
	border: none;
	font-size: 80%;
	margin: 1em 0px;
}
	.paging td { padding: 0px .5em 0px 0px; }
	
/* actions, buttons, and icon links */

.action { height: 20px; }

	.action ul, .actionitem ul, .actionlink ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.actionitem {
		height: 14px;
		border-bottom: solid 1px #ccc;
		padding-bottom: 3px;
		margin-bottom: 10px;
	}
	
	.action li, .actionitem li, .actionlink li { display: inline; }
	
	.action a, .actionitem a, .actionlink a {
		display: block;
		height: 14px;
		color: #900;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 80%;
		padding: 0px 0px 0px 17px;
		margin-left: 10px;
	}

	.action a { 
		float: right;
	}
	
	.actionitem a {
		float: right;
		margin: 0px 10px 0px 0px;
	}
	
	.actionlink a {
		display: inline;
		padding: 1px 10px 2px 17px;
		margin: 0px;
		line-height: 2em;
	}

.add {
	background: url('/static/image/action-add.gif') no-repeat;
}
.download {
	background: url('/static/image/action-download.gif') no-repeat;
}
.edit {
	background: url('/static/image/action-arrow.gif') no-repeat;
}
.delete {
	background: Url('/static/image/action-delete.gif') no-repeat;
}


ul.iconlinks {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	list-style: none;
}
	ul.iconlinks li {
		background: url('/static/image/dot-h.gif') repeat-x bottom left;
		padding: 3px 0px;
		display: block;
	}
	
	ul.iconlinks h2 {
		padding: 8px 0px;
		margin: 0px;
	}
		.schedule h2 { background: url('/static/image/icon-calendar.gif') no-repeat; }
		.contact h2 { background: url('/static/image/icon-phone.gif') no-repeat 12px top; }
		.bulletinboard h2 { background: url('/static/image/icon-note.gif') no-repeat; }
		.news h2 { background: url('/static/image/icon-news.gif') no-repeat; }
	
	ul.iconlinks a {
		text-transform: none;
		padding-left: 37px;
	}
	

.more {
	background: url('/static/image/arrow-next.gif') no-repeat right center;
	padding-right: 13px;
	text-decoration: none;
	font-size: 90%;
	text-transform: uppercase;
}

ul.pdf {
	margin: 0px 0px 1em 0px;
	padding: 0px;
	list-style: none;
}
	ul.pdf a {
		display: block;
		text-decoration: none;
		background: url('/static/image/icon-pdf.gif') no-repeat left center;
		padding: 4px 0px 4px 22px;
	}
	
	ul.pdf a:active, ul.pdf a:hover {
		text-decoration: underline;
	}

/* calendar */
.calendar {
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom: 1em;
}

.calendar td { 
	vertical-align: top; 
	border: solid 1px #ccc;
	padding: 2px 4px;
	width: 80px;
}

.calendar .borderleft { border-left: solid 1px #787878; }
.calendar .borderright { border-right: solid 1px #787878; }
.calendar .borderbottom { border-bottom: solid 1px #787878; }
.calendar .lastrow td { border-bottom: solid 1px #787878; }

.calendar .month {
	border: solid 1px #787878;
	background: #eff7ff;
	height: 20px;
}
	.calendar .month h2 {
		color: #900;
		font: bold 130% Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		padding: 3px 0px 3px 20px;
		float: left;
	}
	
	.calendar .action {
		position: relative;
	}
	
	.calendar .arrow_left {
		font-weight: normal;
		text-transform: lowercase;
		background: url('/static/image/arrow-left.gif') no-repeat;
		float: left;
		padding: 0px 0px 0px 13px;
		position: absolute;
		top: 5px;
		right: 110px;
		font-size: 120%;
	}
	
	.calendar .arrow_right {
		font-weight: normal;
		text-transform: lowercase;
		background: url('/static/image/arrow-right.gif') no-repeat top right;
		padding: 0px 13px 0px 0px;
		position: absolute;
		top: 5px;
		right: 10px;
		font-size: 120%;
	}
	
	.calendar .star {
		font-weight: normal;
		text-transform: lowercase;
		position: absolute;
		top: 5px;
		right: 58px;
		font-size: 120%;
	}
	
.days {
	text-align: center;
	font: normal 110% 'Lucida Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #000;
	border-bottom: solid 1px #ccc;
}

.calendar td.week {
	border: none;
	width: 25px;
}

.day {
	text-align: right;
	margin: 0px;
	font: normal 110% 'Lucida Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
	color: #333;
}

.calendar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 80%;
}
	.calendar li {
		margin-bottom: .5em;
	}
	
	.calendar a, .calendar a:link, .calendar a:visited {
		text-decoration: none;
		color: #666;
	}

.event a, .event a:link, .event a:visited {
	font-size: 80%;
	background: url('/static/image/arrowsmall-right.gif') right .5em no-repeat;
	padding-right: 8px;
	color: #900;
}
	
.calendar .dim a, .calendar .dim a:link, .calendar .dim a:visited, .calendar .dim .day, .calendar .dim {
	color: #999;
}
	.calendar .dim .event a {
		background-image: url('/static/image/arrowsmall-right-dim.gif');	
	}

.eventlist {
	margin: 1em 0px; 
	padding: 0px;
	list-style: none;
}
	.eventlist li { 
		clear: both; 
		margin-bottom: 1em;
		margin-top: 0px;
	}
	
	.eventlist .date { /* h3.date */
		display: block;
		float: left;
		margin: 0px 3px 5px 0px;
		position: relative;
		width: 30px;
		border: solid 1px #ccc;
		padding: 2px;
		text-align: center;
	}
	
	.eventlist .month {
		font-size: 9px;
		font-weight: normal;
		text-transform: uppercase;
		line-height: 9px;
	}
	.eventlist .day {
		font-size: 20px;
		line-height: 20px;
	}
	
	.eventlist .eventdetails {
		margin-left: 35px;
	}

