@CHARSET "ISO-8859-1";

/* General styling */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    background: #ffffff url('/images/site/body-bg.png') repeat-x 0 0;
}

/* Typography */
p, ul, ol {
    /* Should match line-height above */
    margin-bottom: 1.2em;
}

.big {
	font-size: 1.2em;
}

a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
    color: #2d5801;
}

h1 {
    margin-bottom: 0.5em;
}

h2, h3, h4, h5, h6 {
    margin-bottom: 0.1em;
    padding-top: 0.2em;
}

h1 {
    font-size: 2.5em;
    font-weight: bold;
}

h2 {
    font-size: 1.6em;
    font-weight: bold;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
}

h4 {
    font-size: 1.1em;
    font-weight: bold;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
}

li {
    list-style-position: outside;
    margin-left: 3em;
}

/* Container */
#container {
	width: 940px;
	padding: 15px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* Header */
#header {
	padding: 20px 0;
}

#logo {
	display: block;
	width: 340px;
	height: 42px;
	float: left;
	background: url('/images/site/logo.png') no-repeat 0 0;
}

#logo span {
	display: none;
}

.navigation {
	display: block;
	width: 540px;
	height: 40px;
	float: right;
	list-style: none;
	background: #f7f7f7 url('/images/site/nav-bg.png') no-repeat 0 100%;
}

.navigation li {
	display: block;
	width: 90px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	float: left;
	text-align: center;
}

.navigation li a {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	text-decoration: none;
	color: #2d5801;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li.active a {
	color: #990000;
	text-decoration: underline;
}

/* Banner */
#banner {
	margin-bottom: 40px;
	padding: 5px;
	background-color: #333333;
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

#banner p {
	width: 550px;
	padding: 30px 10px;
	margin: 0;
	line-height: 1.32;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
}

#banner p span {
	background: #1f2813;
}

/* Content */
#content {
	width: 620px;
	margin-right: 20px;
	float: left;
	background: #ffffff;
}

/* Sidebar */
#sidebar {
	width: 300px;
	float: left;
}

.sidebar-box {
	padding: 10px 20px 20px;
	background: #ffffff url('/images/site/sidebar-box-bg.png') no-repeat 0 0;
}

.sidebar-box h2 {
	margin-bottom: 20px;
}

.sidebar-event-date {
	width: 60px;
	height: 65px;
	float: left;
	margin: 0 0 15px 0;
	padding: 1px 3px 3px 1px;
	background: #2d5801 url('/images/site/sidebar-event-date-bg.png') no-repeat 0 0;
	text-align: center;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 40px;
	line-height: 1.1;
	color: #ffffff;
}

.sidebar-event-date span {
	display: block;
	font-size: 15px;
	text-transform: uppercase;
}

.sidebar-event-description {
	width: 186px;
	margin-left: 10px;
	float: left;
}

#sidebar-events-all {
	text-align: right;
}

.testimonial {
	background: url('/images/site/testimonial-quote.png') no-repeat 100% 100%;
}

.testimonial-by {
	font-style: italic;
	color: #666666;
}

.testimonial-by span {
	display: block;
}

/* Footer */
#footer {
	padding-top: 20px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Team page */
.team-member {
	margin-bottom: 30px;
}

.team-pic {
	width: 150px;
	height: 150px;
	margin-right: 17px;
	float: left;
	padding: 5px 8px 8px 5px;
	background: url('/images/site/team-pic-bg.png') no-repeat 0 0;
}

.team-profile {
	width: 440px;
	float: left;
}

/* Gallery */
.gallery-image-container {
	width: 300px;
	margin: 0 20px 20px 0;
	float: left;
	text-align: center;
}

.gallery-image-container.last {
	margin-right: 0;
}

a.gallery-image {
	display: block;
	padding: 5px;
	background-color: #333333;
}

a.gallery-image:hover {
	background-color: #454545;
}

a.gallery-image.last {
	margin-right: 0;
}

/* Events page */
.event {
	margin-bottom: 30px;
}

.event-date {
	width: 140px;
	height: 52px;
	float: left;
	margin: 0 17px 0 0;
	padding: 8px 3px 3px 0;
	background: #2d5801 url('/images/site/event-date-bg.png') no-repeat 0 0;
	text-align: center;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1.1;
	color: #ffffff;
}

.event-date span {
	display: block;
	font-size: 25px;
}

.event-description {
	width: 460px;
	float: left;
}

.event-details {
	color: #666666;
}

/* Contact page */
.contact-box {
	width: 260px;
	margin-right: 20px;
	padding: 10px 20px 20px;
	float: left;
	background: #ffffff url('/images/site/sidebar-box-bg.png') no-repeat 0 0;
}

.contact-box.last {
	margin-right: 0;
}

.contact-box h2 {
	margin-bottom: 20px;
}

#contact-form label {
	display: block;
	margin-bottom: 2px;
}

#contact-form .contact-text {
	width: 254px;
}

#contact-form .contact-textarea {
	width: 254px;
	height: 80px;
}

#contact-message {
	margin-bottom: 20px;
	padding: 10px 10px 0 10px;
	background-color: #ffe888;
	border: 1px solid #ffcc00;
}

#contact-message p {
	margin-bottom: 10px;
}

#contact-message ul {
	margin: 0 0 10px 0;
}

#contact-message ul li {
	margin: 0;
	list-style-position: inside;
}

#contact-map {
	width: 258px;
	height: 258px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

.alert {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ffe888;
	border: 1px solid #ffcc00;
}

.alert p {
	margin: 0;
}

/* Images */
img, img.img-center {
	display: block;
	margin: 0 auto 20px;
}

img.img-left {
	float: left;
	margin: 0 20px 20px 0;
}

img.img-right {
	float: right;
	margin: 0 0 20px 20px;
}