body
{
	background-color: #000000;
	margin: 10px;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
}

/* begin unique elements */

#container
{
	background-image: url(Common/Centre-Background.jpg);
	background-repeat: repeat-y;
	width: 980px;
	margin: 0 auto;

	/* defines container element */
}

#header
{
	background-image: url(Common/Header-Background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 230px;
	padding: 0 10px;

	/* defines header element */
}

#header h1
{
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 0px;
	text-align: left;
	font-family:"Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 400%;
	color: #CC0000;

	/* define header h1 tag */
}

#header h2
{
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: right;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;

	/* define header h2 tag */
}

#navigation
{
	background-color: #009933;
	width: 155px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 11px;
	color: #ffffff;
	float: right;

	/* define navigation element */
}

#navigation ul
{
	margin: 0;
	padding: 0;

	/* remove padding and margin from navigation list */
}

#navigation ul li
{
	display: inline;

	/* set list elements to display inline */
}

#navigation ul li a
{
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	background-color: #B6B69C;
	width: 140px;
	height: 28px;
	padding: 12px 0px 0px 10px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;

	/* set dimensions of navigation links */
}

#navigation ul li a:hover
{
	background-color: #FFCC00;
	color: #555555;

	/* set navigation hover link state */
}

#centre
{

	padding: 0px 5px 0px 5px;

	/* container for all blog content */
}

#content
{
	width: 620px;
	padding: 5px 5px 5px 5px;
	float: left;

	/* defines content element */
}

#content h1
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 25px;
	color: #990000;
	text-transform: uppercase;

	/* defines generic h1 element */
}

#content h2
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #000099;

	/* defines generic h2 element */
}

#content h3
{
	margin: 5px 0px;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #000099;

	/* defines generic h3 element */
}

#content p
{

}

#content a
{
	color: #000066;
	text-decoration: underline;
}

#content a:hover
{
	color: #000099;
	text-decoration: none;
}

#breadcrumb
{
	background-color: #FFFFFF;
	height: 15px;
	padding: 5px 5px 5px 10px;

	/* defines breadcrumb element */
}

#breadcrumb a
{
	color: #660000;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #990000;
	text-decoration: none;
}

#subcontent
{
	width: 180px;
	padding: 0;
	margin: 0 0 10px 5px;
	font-size: 95%;
	color: #6C534A;
	float: left;

	/* defines subcontent element */
}

#subcontent h1
{
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #660000;

	/* defines generic h1 element */
}

#subcontent h2
{
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #660000;

	/* defines generic h2 element */
}

#subcontent h3
{
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	color: #660000;

	/* 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
{
	width: 170px;
	padding: 5px 0px 0px 0px;
	text-decoration: underline;
	color: #6C534A;
	display: block;

	/* defines generic link element */
}

#subcontent ul li a:hover
{
	text-decoration: none;

	/* defines generic link hover state */
}

#calender
{
	border-bottom: 5px solid #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;

	/* defines container for calender element */
}

#calender table
{
	border: 1px solid #660000;
	background-color: #FFFFFF;
	width: 100%;
	height: 150px;
	text-align: center;

	/* define table for calender */
}

#calender table td
{
	width: 14%;

	/* set column width */
}

#calender table .controls
{
	background-color: #CF9E5C;
	font-weight: bold;

	/* 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: #D7AE77;

	/* style calender titles */
}

#calender table .days td
{
	background-color: #F0E6D2;

	/* style day columns */
}

#calender table .days a
{
	color: #663300;
	text-decoration: underline;

	/* style day links */
}

#calender table .days a:hover
{
	color: #663300;
	text-decoration: none;

	/* style day links */
}

#calender table td.empty
{
	background-color: #F0E6D2;

	/* style empty cells */
}

	#calender table td.article
	{
		background-color: #FFCC00;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: #F0C000;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #E1B500;

		/* 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 */
	}

#pages
{
	border-bottom: 5px solid #FFFFFF;
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

	/* defines container for pages element */
}

#categories
{
	border-bottom: 5px solid #FFFFFF;
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

	/* defines container for categories element */
}

#archives
{
	border-bottom: 5px solid #FFFFFF;
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

	/* defines container for categories element */
}

#feeds
{
	border-bottom: 5px solid #FFFFFF;
	padding: 5px 5px 0px 5px;
	margin-bottom: 5px;

	/* defines container for feeds element */
}

#feeds ul
{
	margin-bottom: 10px;
}

#links
{
	border-bottom: 5px solid #FFFFFF;
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

	/* defines container for links element */
}

#login
{
	/* defines container for login element */

	border-bottom: 5px solid white;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
}

#notification
{
	width: 100%;
	height: 100%;
	background-color: #D3D5C9;
	padding: 15% 0;
	margin: -botton: -15px;
	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-image:url(Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px auto;
	padding: 5px;
	text-align: center;
	text-align: center;
	overflow: visible;
}

#screenshot img
{
	background-color: #EFEFD6;
	border: 1px solid #542700;
	margin: 6px;
	padding: 3px;
}

#footer
{
	background-image: url(Common/Footer-Background.jpg);
	background-position: top left;
	background-repeat: top left;
	height: 32px;
	padding: 14px 15px 0px 0px;
	text-align: right;
	color: #CC9900;

	/* style footer element */
}

#footer a
{
	color: #663300;
	text-decoration: underline;

	/* style footer links */
}

#footer a:hover
{
	color: #CC9900;
	text-decoration: none;

	/* style footer links */
}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	.article .details
	{
		margin: 0;
		padding: 0;
		list-style: none;

		/* defines the container for the article details */
	}

	.article .details li
	{
		margin: 0px 5px 10px 0px;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		border-bottom: 1px solid #EEEEEE;
		line-height: 20px;
		font-size: 115%;

		/* defines the article introduction container */
	}

	.article .link
	{
		font-size: 110%;
		text-align: right;

		/* defines the container for the full information link */
	}

	.article .gallery
	{
		/* defines the container for article gallery */
	}

	.article .gallery img
	{
		border: 1px solid #EEEEEE;
		padding: 3px;
		margin: 3px;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 20px;
}

	#comments .details
	{
		margin-bottom: 10px;
	}

	#comments .details dt
	{
		background-image: url(Icons/Avatar.jpg);
		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;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 100%;
		height: 125px;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0px;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	form #category
	{
		width: 32%;
	}

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0px 5px;
	}

/* begin events styling */

.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;

}

/* miscellaneous elements */
img
{
	border: none;
}
