body{}
#container{width: 770px;margin: 0 auto;}
#header{}
	#header h1{margin: 0;padding: 0;text-align: left;font-weight: normal;font-size: 360%;color: #FFFFFF;}
	#header h2{margin: 0;padding: 0;text-align: left;font-weight: normal;font-size: 120%;color: #FFFFFF;}
#navigation
{
	height: 25px;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	display: block;
}

	#navigation ul
	{
		margin: 0;
		padding: 0;
	}

	#navigation ul li
	{
		list-style: none;
		float: left;
	}

	#navigation ul li a
	{
		height: 20px;
		width: 100px;
		padding: 5px 0px 0px 0px;
		margin-right: 10px;
		text-decoration: none;
		text-align: center;
		color: #ffffff;
		display: block;
	}

	#navigation ul li a:hover
	{
		background-position: top left;
		background-repeat: repeat-x;
		color: #555555;
	}

#centre
{
	margin: 0;
	padding: 0;
}

#content
{
	float: left;
}

	#content h1
	{
		border-bottom: 1px solid #E4E4E4;
		margin: 5px 0px 10px 0px;
		padding: 0px 0px 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		color: #709E18;
	}

	#content h2
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #709E18;
	}

	#content h3
	{
		margin: 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 14px;
		text-transform: uppercase;
		text-align: left;
		color: #709E18;
	}

	#content a
	{
		color: #666;
		text-decoration: underline;
	}

	#content a:hover
	{
		color: #709E18;
		text-decoration: none;
	}

#breadcrumb
{
	height: 10px;
	padding: 10px 0px;
	margin-bottom: 20px;

	/* defines breadcrumb element */
}

	#breadcrumb a
	{
		color: #4F5F34;
		text-decoration: underline;
	}

	#breadcrumb a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#subcontent
{
	width: 300px;
	margin: 5px 0px;
	float: right;

	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-align: left;
		color: #382E1F;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 5px 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		padding: 5px 0px 0px 0px;
		text-decoration: underline;
		color: #6C534A;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #BB6F02;

		/* defines generic link hover state */
	}

#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 1px solid #C0C57F;
		width: 100%;
		height: 150px;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 3px 0px;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #C0C57F;
		font-weight: bold;
		color: #FFFFFF;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: #CBD6AD;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: #DEE6CC;

		/* style day columns */
	}

	#calender table .days a
	{
		color: #728C40;
		text-decoration: underline;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: #728C40;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: #E4E4E4;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: #669900;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #009980;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #006699;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: #FFFFFF;
		text-decoration: underline;

		/* style item links */
	}

	#calender table td.event a:hover, #calender table td.article a:hover, #calender table td.article_event a:hover
	{
		color: #FFFFFF;
		text-decoration: none;

		/* style item links */
	}

#links{width: 180px;overflow: hidden;float: left;clear: left;}
	#links h1{color: #666;margin: 0px;padding: 5px 0px;font-size:15px;}
	#links ul{padding: 0px 10px 10px 10px;}
	#links ul li a{padding-left: 2px;}
#feeds{width: 180px;overflow: hidden;float: left;clear: left;}
	#feeds h1{color: #666;margin: 0px;padding: 5px 0px;font-size:15px;}
	#feeds ul{padding: 0px 10px 10px 10px;}
	#feeds ul li a{padding-left: 2px;}
#pages{width: 180px;overflow: hidden;float: left;clear: left;}
	#pages h1{color: #666;margin: 0px;padding: 5px 0px;font-size:15px;}
	#pages ul{padding: 0px 10px 10px 10px;}
	#pages ul li {padding-left: 1px;}
	#pages ul li a{ text-decoration:underline;}
#categories{width: 180px;overflow: hidden;float: left;clear: left;}
	#categories h1{color: #666;margin: 0px;padding: 5px 0px;font-size:15px;}
	#categories ul{padding: 0px 10px 10px 10px;}
	#categories ul li {padding-left: 1px;}
	#categories ul li a{text-decoration:none;color:#666;}
	#categories ul li a:hover{text-decoration:underline; color:#709E18;}
#archives{width: 180px;overflow: hidden;float: left;clear: left;}
	#archives h1{color: #666;margin: 0px;padding: 5px 0px;font-size:15px;}
	#archives ul{padding: 0px 10px 10px 10px;}
	#archives ul li {padding-left: 1px;}
	#archives ul li a{text-decoration:none;color:#666;}
	#archives ul li a:hover{text-decoration:underline; color:#709E18;}
#login{width: 180px;overflow: hidden;float: left;clear: left;}
	#login h1{color: #666;margin: 0px;padding: 5px 0px;font-size:15px;}
	#login ul{padding: 0px 10px 10px 10px;}	
	#login ul li {padding-left: 1px;}
	#login ul li a{text-decoration:none;color:#666;}
	#login ul li a:hover{text-decoration:underline; color:#709E18;}
	

#notification
{
	background-color: #FFFDFB;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 5px 0px;
		font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #728c40;
		text-transform: uppercase;

		/* defines notification h1 element */
	}

	#notification a
	{
		color: #4F5F34;
		text-decoration: underline;

		/* defines notification link styles */
	}

	#notification a:hover
	{
		color: #4F5F34;
		text-decoration: none;

		/* defines notification link hover styles */
	}

#screenshot
{
	
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}


.article{}
	.article .details{margin: 0;padding: 0;list-style: none;}
	.article .details li{margin: 0px 5px 10px 0px;display: inline;}
	.article .introduction{border-bottom: 1px solid #E4E4E4;line-height: 20px;font-size: 12px;}
	.article .link{font-size: 12px;text-align: right;}
	.article .gallery{}
	.article .gallery img{border: 1px solid #EEEEEE;padding: 3px;margin: 3px;}
#comments{margin-bottom: 20px;}
	#comments .details{margin-bottom: 10px;}
	#comments .details dt{background-position: top left;background-repeat: no-repeat;float: left;height: 55px;width: 55px;margin-right: 5px;}
	#comments .details dd{margin: 0;}
	.comment{padding: 5px 0px;clear: both;}
	.whisper{background-color: #E4E4E4;padding: 5px 5px;clear: both;}
form{margin: 0;padding: 0;}
	form #comment{width: 100%;height: 125px;}
	form #whisper{margin-left: 0px;}
	form #keywords{width: 32%;}
	form #date{width: 32%;}
	form #category{width: 32%;}
#paging{text-align: right;}
	#paging a{padding: 0px 5px;}
.event{}
	.event h1{}
	.event h2{}
	.event h3{}
	.event .details{margin: 0;padding: 0;}
	.event .details li{margin-right: 5px;list-style: none;display: inline;}
.clear{clear: both;}
img{border: none;}

