header, section, footer, article, details, dialog, aside, nav
{
	display: block;
}

body
{
	background-color: #fff;
	color: #000;
	margin: 0;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 76%;
}

section
{
	position: relative;
		top: 0;
		left: 0;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0 auto;
}

	section header
	{
		position: relative;
			top: 0;
			left: 0;
		width: 100%;
		height: 90;
		margin: 0;
		padding: 0;
	}

		section header h1
		{
			position: relative;
				top: 0;
				left: 0;
			width: 100%;
			height: 51px;
			margin: 0 auto;
			padding: 0;
			color: #000;
			text-align: left;
			font-size: 1.8em;
			border-bottom: 1px solid #000;
			background: #960 url('../i/logo.png') no-repeat top left;
			text-indent: -9999em;
		}

		section header nav
		{
			position: relative;
				top: 0;
				left: 0;
			width: 100%;
			height: 36px;
			margin: 0;
			padding: 0;
			background-color: #063;
			color: #000;
			font-size: 1em;
		}

			section header nav ul
			{
				clear: both;
				list-style: none;
				padding: 0 8px;
				margin: 0;
				line-height: 36px;
			}

				section header nav ul li
				{
					float: left;
					margin-right: 10px;
				}

					section header nav ul li a
					{
						background-color: transparent;
						color: #f3f802;
						padding: 5px;
						text-decoration: none;
						letter-spacing: 1px;
					}

					section header nav ul li a:hover
					{
						color: #fff;
					}

	section section.content
	{
		position: relative;
			top: 0;
			left: 0;
		width: 775px;
		height: auto;
		padding: 14px 10px;
		margin: 0 auto;
	}

		section section.content article h2,
		section section.content article h3,
		section section.content article h4
		{
			font-family: Georgia, "Times New Roman", Times, serif;
		}

		section section.content article
		{
			position: relative;
				top: 0;
				left: 0;
			width: 775px;
			height: auto;
			padding: 0;
			margin: 0 auto;
			line-height: 1.7em;
		}

		section section.content article a,
		section section.content aside a
		{
			background-color: #fff;
			color: #2e8a2e;
			font-weight: bold;
			text-decoration: none;
		}

		section section.content article a:hover,
		section section.content aside a:hover
		{
			text-decoration: underline;
		}

		section section.content aside
		{
			position: relative;
				top: 0;
				left: 0;
			width: 775px;
			height: auto;
			padding: 0;
			margin: 0 auto;
		}

			section section.content aside ul
			{
				list-style: none;
				padding: 0;
				margin: 0;
			}

				section section.content aside ul li
				{
					padding: 5px 10px;
					margin: 0;
					float: left;
				}

					section section.content aside.gallery ul li a
					{ 	
						text-decoration: none;
						display: block;
						text-align: center;
						font-weight: normal;
					}

						section section.content aside.news ul li a
						{
							display: block;
							padding: 5px;
							width: 100px;
							color: #000;
						}

						section section.content aside.gallery ul li a img
						{
							border: 4px solid #fff;
						}

						section section.content aside.news ul li a:hover
						{
							background: #9c6;
							color: #fff;
						}

						section section.content aside.gallery ul li a:hover img
						{
							border: 4px solid #9c6;
						}

		section section.content article.two-column
		{
			width: 500px;
			float: left;
		}

		section section.content aside.two-column
		{
			width: 220px;
			float: right;
		}

			section section.content aside.two-column dialog
			{
				position: relative;
					top: 0;
					left: 0;
				width: 200px;
				height: auto;
				padding: 10px;
				margin: 0 auto 20px;
				border: 1px solid #000;
				background-color: #9c6;
				color: #000;
				font-size: .95em;
			}

			section section.content aside.two-column h4
			{
				clear: both;
				padding: 0 0 4px;
				margin: 0;
			}

			section section.content aside.two-column ul
			{
				clear: both;
				padding: 0;
				margin: 0 0 10px;
			}

				section section.content aside.two-column ul li
				{
					clear: both;
					padding: 2px 0;
					margin: 0;
					float: none;
				}

	section footer
	{
		position: relative;
			top: 0;
			left: 0;
		width: 940px;
		height: auto;
		padding: 30px 10px;
		margin: 0 auto 20px;
		background: #fcfcfc;
		color: #333;
		border-top: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
	}

		section footer ul
		{
			list-style: none;
			padding: 0;
			margin: 0;
			text-align: center;
		}

			section footer ul li
			{
				
			}

				section footer ul li a
				{
					background-color: #fff;
					color: #2e8a2e;
					text-decoration: none;
				}

	section .clear
	{
		clear: both;
		display: block;
		height: 1px;
	}

	section address
	{
		background-color: #e7f9f3;
		color: #111;
		border: 1px solid #d2f4e9;
		font-weight: bold;
		letter-spacing: .2em;
		padding: 10px;
		margin: 5px;
	}

aside.attachments
{
	background: #f0f0f0;
	margin-top: 30px!important;
	padding: 5px 10px!important;
	-moz-border-radius: 10px!important;
	-webkit-border-radius: 10px!important;
	border-radius: 10px!important;
}

	aside.attachments h3
	{
		margin: 0 0 10px;
		padding: 0;
	}

	aside.attachments a
	{
		background: transparent!important;
		text-decoration: underline!important;
		color: #333!important;
		font-weight: normal!important;
		padding: 0 0 0 7px;
	}

	aside.attachments ul
	{
		margin: 0px!important;
		padding: 0;
		float: none!important;
		display: block;
	}

		aside.attachments ul li
		{
			float: none!important;
			display: block;
		}

.year
{
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
}

.month
{
	margin-left: 10px;
	font-size: 1.1em;
	font-style: italic;
	margin-bottom: 0;
}

.event_list
{
	margin-top: 2px;
}
