/*
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, BODY {
	padding: 0;
	margin: 0;
	height: 100%;
}

HTML {
	background: black;
}

BODY {
	/* font: 10pt Verdana, Tahoma, Geneva, sans-serif; */
	font-family: Georgia,Palatino,Times,serif;
	font-size: 15px;
	background-color: black;
	color: white;
	padding-bottom: 50px;
}

A IMG {
	border: 0;
}

.cleaner {
	clear: both;
}

#container {
	margin-top: 5px;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 970px;
	
	position: relative;
	padding-bottom: 50px;
}

.footer {
	height: 45px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-color: black;
}

.footer_bg {
	background-color: rgb(150, 0, 0);
	opacity: 0.5;
	filter: alpha(opacity = 50);
	height: 100%;
	width: 100%;
	padding-top: 10px;
}

.footer_content {
	margin-left: auto;
	margin-right: auto;
	width: 970px;
	padding-left: 20px;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.footer_content .spacer {
	font-weight: 100;
	font-size: 10px;
	padding-left: 8px;
	padding-right: 8px;
}

.footer_content A:link, .footer_content A:visited {
	color: white;
	text-decoration: none;
	letter-spacing: 2px;
}

.footer_content A:hover, .footer_content A:link:hover, .footer_content A:visited:hover {
	text-decoration: overline;
	color: rgb(255, 0, 0);
}

H1 {
	color: rgb(200, 0, 0);
	font-weight: bold;
	font-size: 22px;
	padding-bottom: 15px;
	font-family: Verdana;
	letter-spacing: 3px;
}

H3 {
	color: rgb(200, 0, 0);
	font-weight: bold;
	font-size: 18px;
	font-family: Verdana;
	letter-spacing: 1px;
}


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

#theleft {
	float: left;
	width: 290px;
}

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

#content {
	padding-top: 15px;
	line-height: 140% !important;
	margin-bottom: 50px;
}


P {
	padding-bottom: 10px;
}

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

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

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




/* News Posts */

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

.post_title A:link, .post_title A:visited, .post_title A:hover {
	text-decoration: none;
	color: white;
}

.post_title A:hover {
	color: rgb(150, 0, 0);
}

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

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

.post_coda {
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Events */

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

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

/* Links */

.link_list_item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.link_list_item H2 {
	font-size: 13px;
	color: rgb(150, 150, 150);
	font-weight: bold;
}

.link_list_item .link_url {
	font-size: 11px;
}

.link_list_item .link_description {
	
}

/* Contact, Comment Forms */

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

FORM DIV.form_row {
	padding-top: 10px;
}

FORM DIV.form_row LABEL {
	display: block;
	padding-bottom: 2px;
}

UL.errorlist LI {
	color: rgb(200, 0, 0);
	padding-top: 2px;
	padding-bottom: 2px;
}

INPUT[type=text], TEXTAREA {
	border: 1px solid rgb(150, 0, 0);
	padding: 2px;
}

INPUT[type=submit] {
	background: rgb(150, 0, 0);
	color: rgb(150, 150, 150);
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	border: 1px solid rgb(100, 100, 100);
	text-transform: uppercase;
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	cursor: pointer;
}

INPUT[type=submit]:hover {
	color: white;
}

FORM#comment_form {
	padding-bottom: 50px;
}

FORM#comment_form INPUT[type=text] {
	width: 250px;
}

FORM#comment_form TEXTAREA {
	width: 400px;
	height: 200px;
}

/* Comments */

.comment {
	margin-top: 10px;
	padding: 5px;
	border: 1px dotted rgb(150, 150, 150);
}

.comment .comment_name {
	font-size: 15px;
}

.comment .comment_posted_on {
	font-size: 12px;
	color: rgb(150, 150, 150);
	padding-left: 20px;
}

.comment .comment_body {
	
}


/* Media Items */

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

.media_item {
  padding-bottom: 20px;
}

/* Main Page */

.main_thirdsign {
	text-align: center;
}

.main_spacer {
	height: 10px;
	padding-bottom: 5px;
}

.main_thirdsign .caption {
	font-family: Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
}





.giant-quote {
  font-size: 200%;
}


