@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	background: url(images/bgpattern.gif); 
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}

a {
	color: #c42e29;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	background: url(images/bg.png) center repeat-y;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#footer {
	margin: auto;
	color: #999;
	font-size: 10px;
	padding: 10px;
	text-align: center;
}

	#footer a {
		color: #999;
	}

#footer_divider {
	background: url(images/footer-divider.png) center no-repeat;
	height: 53px;
	margin-top: 100px;
}

#container {
	width: 962px;
	margin: auto;
}

#banner {
	background: url(images/banner.jpg);
	height: 143px;
}

#nav {
	background: url(images/nav_bar.jpg);
	height: 50px;
	padding-left: 5px;
	color: #FFF;
	text-transform: inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	#nav a {
		background: url(images/navbtn.jpg) no-repeat right top;
		color: white;
		font-size: 16px;
		text-decoration: none;
		padding: 12px 20px 0 10px;
		display: inline-block;
	}
	
	#nav a:hover {
		color: #ff6767;
	}

#section_title {
	font-size: 32px;
	color: #CCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 20px;
	line-height: 1em;
}

#main {
	margin: 20px 100px 100px 100px;
}

#sidebar_left {
	width: 560px;
	float: left;
	padding: 20px;
	line-height: 1.4em;
}

#sidebar_middle {
        float: left;
        padding 20px;
        width: 280px;
}

#sidebar_right {
	float: left;
	width: 320px;
	padding: 20px;
}

.content_header {
	color: #707070;
	padding: 10px 0 10px 0;
	border-bottom: dotted 1px #999;
}

.news_item {
	margin: 20px 0 20px 0;
}

	.news_item .title {
		font-size: 18px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		color: #999;
		padding-bottom: 0.25em;
	}
	
	.news_item .title a:hover {
		text-decoration: none;
		color: #900;
	}
	
	.news_item .date {
		font-size: 10px;
		color: #999;
	}
	
	.news_item .body {
		margin-top: 10px;
	}
	
#featured_photo {
	width: 570px;
	overflow: hidden;
}

	#featured_photo img {
		border: solid 10px #333;
		margin: 10px 0 10px 0;
	}

.event_item {
	margin: 20px 0 20px 0;
}
	
	.event_item .title {
		font-size: 18px;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0.4em 0 0.4em 0;
		float: left;
	}
	
	.event_item .body {
		font-size: 10px;
	}

	.event_item .date {
		background: url(images/calendar.png) no-repeat left;
		width: 52px;
		height: 52px;
		float: left;
		margin: 10px 10px 10px 0;
		cursor: pointer;
		text-decoration: none;
	}

	.event_item .date .month {
		font-size: 12px;
		color: white;
		font-weight: bold;
		text-align: center;
	}
	
	.event_item .date .day {
		font-size: 30px;
		font-weight: bold;
		color: #c42e29;
		text-align: center;
	}
	
.linkto {
	float: right;
	font-weight: bold;
}

.bio {
	clear: both;
	padding: 30px 0 150px 0;
}

	.bio img {
		float: left;
		padding-right: 10px;
		border-right: 1px solid #eee;
		margin-right: 10px;
	}
	
	.bio br {
		margin-top: 2em;
	}

.album {
	margin: 20px 0 20px 0;
	clear: both;
	font-size: 16px;
	height: 100px;
	border: #EEE solid 1px;
	padding: 10px;
	cursor: pointer;
	display: block;
}

	.album:hover {
		background: #EEE;
		border: #CCC solid 1px;
		text-decoration: none;
	}

	.album img {
		margin-right: 10px;
		margin-bottom: 10px;
		padding: 5px;
		border: black solid 1px;
		background: #333;
		float: left;
	}
	
#contact_form {
	text-align: right;
	color: #999;
	margin: 40px 45px 0 0;
}
	#contact_form div {
		margin: 20px;
	}

	#contact_form #email {
		margin-left: 20px;
		width: 390px;
		padding: 5px;
		border: #999 1px solid;
		font-family: Tahoma, Geneva, sans-serif;
		color: #333;
		font-size: 11px;
	}
	
	#contact_form #subject {
		margin-left: 20px;
		width: 390px;
		padding: 5px;
		border: #999 1px solid;
		font-family: Tahoma, Geneva, sans-serif;
		color: #333;
		font-size: 11px;
	}
	
	#contact_form #body {
		margin-left: 20px;
		width: 390px;
		padding: 5px;
		height: 300px;
		vertical-align: top;
		border: #999 1px solid;
		font-family: Tahoma, Geneva, sans-serif;
		color: #333;
		font-size: 11px;
	}
	
#error_msg {
	text-align: center;
	color: red;
	margin: 20px;
}

#signature {
	text-align: right;
	padding-top: 20px;
	height: 20px;
}

	#signature img{
		border: 0;
	}