﻿/* Colors:
Light Gray: #f0f0f0;
Dark Gray: #999999;
Light Blue: #00b5cc;
Medium Green: #33adad; ("Riverspace Blue")
Photo Sizes:
Home Page (event_image_home): 100x100
Calendar Page (event_image_calendar): 175x130
Featured Event (event_image_feature): 365x300
Archive Thumbnails: 100x129
*/
html {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	height: 101%;
}
body {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 0px 0px 0px 0px;
}
td {
	font-size: 1.0em;
	vertical-align: top;
	text-align: left;
}
td.calendar {
	text-align: center;
	vertical-align: middle;
	width: 45px;
	height: 30px;
	color: #ffffff;
	font-weight: 800;
	font-size: 16px;
}
td.calendar_header {
	text-align: center;
	vertical-align: middle;
	width: 45px;
	height: auto;
	color: #ffffff;
	font-weight: 800;
	font-size: 14px;
}
td.calendar_spacer {
	width: 3px;
}
td.dotted_line {
	height: 1px;
	line-height: 1px;
	background-image: url('../images-v2/dotted-line-horizontal.jpg');
	background-position: left center;
	background-repeat: repeat-x;
}
td.footer {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
td.home_list {
	text-align: left;
	font-size: 18px;
	line-height: 21px;
}
td.upcoming_events_blue {
	background-image: url('../images-v2/tile-blue-10.jpg');
}
td.upcoming_events_gray {
	background-image: url('../images-v2/tile-gray-40.jpg');
}
a {
	text-decoration: none;
	color: #33adad;
}
a:hover {
	text-decoration: underline;
	color: #33adad;
}
a.calendar {
	text-decoration: none;
	color: #000000;
}
a.calendar:hover {
	text-decoration: underline;
	color: #000000;
}
a.calendar_nav {
	text-decoration: none;
	color: #ffffff;
}
a.calendar_nav:hover {
	text-decoration: underline;
	color: #ffffff;
}
a.home_01 {
	text-decoration: none;
	color: #999999;
}
a.home_01:hover {
	text-decoration: none;
	color: #33adad;
}
a.footer {
	text-decoration: none;
	color: #ffffff;
}
a.footer:hover {
	text-decoration: underline;
	color: yellow;
}
a.menu {
	font-size: 16px;
	line-height: 19px;
	text-decoration: none;
	font-weight: 800;
	color: #33adad;
}
a.menu:hover {
	text-decoration: underline;
	font-weight: 800;
	color: #33adad;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	line-height: 19px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #33adad;
}
.list_bullet {
	list-style-position: outside;
	list-style-type: disc;
}
.subtitle_blue {
	font-size: 14px;
	font-weight: 800;
	line-height: 17px;
	color: #33adad;
}
.subtitle_black {
	font-size: 14px;
	font-weight: 800;
	line-height: 17px;
	color: #000000;
}
.subtitle_blue_12 {
	font-size: 12px;
	font-weight: 800;
	line-height: 15px;
	color: #33adad;
}
.news_date {
	font-weight: 800;
}
.news_title {
	font-size: 14px;
	font-weight: 800;
	line-height: 17px;
	color: #33adad;	
}
.this_week_title {
	font-size: 18px;
	font-weight: 800;
	line-height: 21px;
	color: #33adad;
}
.this_week_title_black {
	font-size: 18px;
	font-weight: 800;
	line-height: 21px;
	color: #000000;	
}
.press_title {
	font-size: 16px;
	font-weight: 800;
	line-height: 19px;
	color: #33adad;
}
.press_subtitle {
	font-size: 14px;
	font-weight: 800;
	line-height: 17px;
	color: #999999;
}

