HTML {
	background: none;
}

BODY {
	font: 13px "Palatino Linotype",Times New Roman,serif;
	background-image: url('../img/bg-long-line.gif');
	background-repeat: no-repeat;
	background-position: 0 427px;
}

H1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}

A IMG {
	border: 0;
}

#container {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
}

.front_title {
	margin-bottom: 0px;
	margin-left: auto;
  margin-right: 0px;
	display: block;
}

#theleft {
	float: left;
	width: 290px;
	background-image: url('../img/bg-grad.gif');
	background-repeat: no-repeat;
	background-position: 0px 357px;
	
}

#theright {
	background: white;
	min-height: 500px;
	width: 680px;
	float: right;
}

#content {
	padding-top: 45px;
	padding-left: 15px;
	line-height: 140% !important;
}

#navbar {
	padding-bottom: 10px;
}

#navbar IMG {
	float: right;
	display: inline;
	opacity: 1.0;
	filter: alpha(opacity=100);
	border-right: 1px solid white;
	border-left: 1px solid white;
}

#navbar IMG.active {
  border: 1px solid rgb(150, 0, 0);
	border-top: 0;
}

#navbar A:hover IMG {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

P {
	padding-bottom: 10px;
}

A:link {
	color: rgb(150, 0, 0);
}

A:link:hover {
	color: rgb(255, 0, 0);
}

A:visited {
	color: rgb(150, 0, 0);
}

.footer {
	margin-top: 50px;
	margin-bottom: 20px;
}

/* News Posts */

.post_title, .post_title A {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	color: black;
	text-decoration: none;
}

.post_date {
	padding-bottom: 10px;
	font-size: 11px;
	color: rgb(150, 150, 150);
}

.post_content {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgb(100, 100, 100);
}


/* Events */

.event_title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 5px;
}

.event_description {
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px dotted rgb(100, 100, 100);
}

/* Contact */

FORM LABEL.row {
	display: block;
	padding-top: 15px;
}

INPUT[type=text], TEXTAREA {
	border: 1px solid black;
	padding: 2px;
}

INPUT[type=submit] {
	background: rgb(200, 200, 200);
	color: rgb(0, 0, 0);
	padding: 1px;
	font-weight: bold;
	border: 1px solid rgb(100, 100, 100);
	text-transform: uppercase;
}


/* Media Items */

.media_title {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

.media_item {
  padding-bottom: 20px;
}
