﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	background-color: #bdF;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;
	border-left: 2px solid #99CCFF;
	background-color: #A6D2FF;
}
#masthead {
	text-align: center;
	width: 780px;
	padding: 10px;
	background-color: #A6D2FF;
}
#navigation {
	position: relative;
	float: left;
	width: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px #111;
}
#content {
	float: left;
	width: 669px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	clear: both;
	width: 798px;
	border: 1px dotted #99CCFF;
}

/* Masthead Styles */
#masthead {
	font-size: 8pt;
}

#masthead table{
	padding: 0pt;
    margin: 0pt;
    border: 0pt;
}

/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px #111;
	background-color: #f00;
}
#navigation a {
	color: #0000FF;
	text-decoration: none;
	display: block;
	line-height: 100%;
	padding: 5px 5px 5px 5px;
	border-bottom: 1px #111;
	background-color: #99CCFF /*#A6E2FF*/;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #0066FF;
}

#navigation-rss-image a {
	background-color: #A6D2FF;
	padding: 0px;
}

#navigation-rss-image img {
	border-width: 0px;
}

/* Content Styles */
#content img {
	padding: 3px;
	border: 0px solid #111;
}

#content h1 {
	font-size: 1.6em;
}

#content h2 {
	font-size: 1.4em;
}

#content h3 {
	font-size: 1.2em;
}

/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}

/* Items specific to front pages */

.front-page-image-left {
	text-align: center;
	float: left;
	font-style: italic;
	font-size: 0.9em;
	margin: 0px 10px 3px 0px;
}

.front-page-image-right {
	float: right;
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
}

.front-page-image-center {
	text-align: center;
	font-style: italic;
	font-size: 0.9em;
}

.front-page-next-event {
	text-align: center;
	font-style: italic;
	padding: 0px 20px 10px 20px;
	text-decoration: none;
}

.front-page-next-event hr {
    color: black;
    background-color: black;
    height: 1px;
    border: 0px;
}

.front-page-event-title {
	text-align: center;
	font-size: 2.0em;
	font-weight: bolder;
}

.front-page-event-date {
	text-align: center;
	font-size: 0.8em;
	margin: -3px 0px 0px 0px;

}

/* Counter (page hits) */

#counter {
	width: 120px;
	padding: 0px;
	margin: 0px;
	border: 0px solid #111;
	background-color: #A6D2FF;
}

/* General Items */

.update {
	text-align: center;
	border: black dashed 2px;
	margin: 0em 2em 0em 2em;
	padding: 0em 1em 0em 1em;
	background-color: #FFFF88;
}

.update-span {
	text-align: center;
	border: black dashed 1px;
	background-color: #FFFF88;
}

a {
    color: #0000FF;
	text-decoration: underline;
}
a:hover {
	background-color: yellow;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}