/*
YUI reset (modified)
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
/*address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}*/
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

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: 3px;
	padding-left: 8px;
	padding-right: 8px;
	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;
}
