/*
		Dynamic CSS that Controls Site Background image and heading colors
*/

body {
	background: #CCC url(/_images/design/backgrounds/7bb8bb.jpg) center top no-repeat;
}

#content_container h2, #content_container h3, #content_container h4, #content_container h5, #content_container h6,
 #lower_content h2, #lower_content h3, #lower_content h4, #lower_content h5, #lower_content h6 {
	color: #7bb8bb;
}

#page_title h3 span {
	color: #7bb8bb;
	font-weight: bold;
}

.event {
	border-top: 1px solid #7bb8bb;
  padding-top: 10px;
}

div.first {
	border-top: none;
 }

#events_nav {
	text-align: left;
	margin: 10px 20px;
	padding: 10px;
	border: 1px solid #7bb8bb;
}

#events_nav ul {
	margin: 0;
	padding: 0;
}

#events_nav .current_events li a:link, #events_nav .current_events li a:visited, #events_nav .current_events li a:focus, #events_nav .current_events li a:hover, #events_nav .current_events li a:active, #events_nav .archived_events li a:link, #events_nav .archived_events li a:visited, #events_nav .archived_events li a:focus, #events_nav .archived_events li a:hover, #events_nav .archived_events li a:active, #events_nav .archived_events span.heading, .news_item a:link, .news_item a:visited, .news_item a:focus, .news_item a:hover, .news_item a:active {
	font-size: 14px;
	font-weight: bold;
	color: #7bb8bb;
}

.content h2, .content h3, .content h4, .content h5, .content h6,
 .content h2 a:link, .content h2 a:visited, .content h2 a:focus, .content h2 a:hover, .content h2 a:active,
 .content h3 a:link, .content h3 a:visited, .content h3 a:focus, .content h3 a:hover, .content h3 a:active,
 .content h4 a:link, .content h4 a:visited, .content h4 a:focus, .content h4 a:hover, .content h4 a:active,
 .content h5 a:link, .content h5 a:visited, .content h5 a:focus, .content h5 a:hover, .content h5 a:active,
 .content h6 a:link, .content h6 a:visited, .content h6 a:focus, .content h6 a:hover, .content h6 a:active {
	color: #7bb8bb;
}

.news_item, .news_story {
	padding: 10px 0;
	border-bottom: 1px solid #7bb8bb;
}

.highlight {
	color: #7bb8bb;
	font-weight: bold;
}

#search input {
	background: #7bb8bb !important;
}

#search input#search_submit {
	padding: 2px;
}

#upcoming_events h2 {
	border-top: 1px solid #7bb8bb;
}
	

/* end of file */