body
{
	background-image: url(Common/Page-Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.74em;

}

/* begin unique elements */

#container
{
	background-image: url(Common/Container-Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 780px;
	margin: 0 auto;
	padding: 0;
	
	/* defines container element */
}

#header
{
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-image: url(Common/Header-Background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 145px;
	width: 778px;
	margin: 0 auto;
	
	/* defines header element */
}

#header h1
{
	display: none;
	
	/* define header h1 tag */
}

#header h2
{
	display: none;
	
	/* define header h2 tag */
}

#centre
{

	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
	width: 778px;
	margin: 0 auto;
	
	/* container for all blog content */
}

#navigation
{
	background-image:	url(Common/Navigation-Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #558823;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	height: 27px;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	
	/* 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
{
	height: 23px;
	width: 90px;
	padding: 4px 0px 0px 0px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	float: left;
	
	/* set dimensions of navigation links */
}

#navigation ul li a:hover
{
	background-image: url(Buttons/Navigation-Hover.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #FFFFFF;
	
	/* set navigation hover link state */
}

#content
{
	width: 560px;
	margin: 20px 5px 10px 15px;
	float: left;
	display: inline;
	
	/* defines content element */
}

#content h1
	{
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 5px 0px;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 25px;
		color: #BB6F02;
		
		/* defines generic h1 element */
	}
	
	#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: #728C40;
		
		/* defines generic h2 element */
	}
	
	#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: #728C40;
		
		/* defines generic h3 element */
	}
	
	#content a
	{
		color: #728C40;;
		text-decoration: underline;
	}
	
	#content a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#breadcrumb
{
	height: 22px;
	margin-bottom: 20px;	
	
	/* defines breadcrumb element */
}

#breadcrumb a
{
	color: #4F5F34;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #4F5F34;
	text-decoration: none;
}

#subcontent
{
	width: 170px;
	margin: 10px 10px 10px 0px;
	font-size: 95%;
	color: #6C534A;
	float: right;
	display: inline;
	
	/* defines subcontent element */
}

#subcontent h1
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	color: #000000;
	
	/* defines generic h1 element */
}

#subcontent h2
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	color: #000000;
	
	/* defines generic h2 element */
}

#subcontent h3
{
	margin: 5px 0px;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	color: #000000;
	
	/* defines generic h3 element */
}

#subcontent ul
{
	margin: 0px 0px 10px 0px;
	padding: 0;
	
	/* defines generic list container element */
}

#subcontent ul li
{
	list-style: none;
	
	/* defines generic list element */
}

#subcontent ul li a
{
	width: 165px;
	padding: 3px 0px 3px 5px;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
	color: #6C534A;
	display: block;
	
	/* defines generic link element */
}

#subcontent ul li a:hover
{
	background-color: #EAEAEA;
		
	/* defines generic link hover state */
}

#calender
{
	margin: 0px 0px 10px 0px;
	
	/* defines container for calender element */
}

#calender table
{
	border: 1px solid #000000;
	width: 100%;
	height: 150px;
	text-align: center;
	
	/* define table for calender */
}

#calender table td
{
	width: 14%;
	
	/* set column width */
}

#calender table .controls
{
	background-color: #5F922D;
	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: #99CC67;

	/* 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.event
{
	background-color: #669900;
	
	/* style event cells */
}

#calender table td.blue
{
	background-color: blue;
	
	/* style event cells */
}

#calender table td.event a
{
	color: #FFFFFF;
	text-decoration: underline;
	
	/* style event links */
}

#calender table td.event a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	
	/* style event links */
}

#pages
{

	/* defines container for pages element */
}

#categories
{
	
	/* defines container for categories element */
}

#feeds
{
	
	/* defines container for feeds element */
}

#links
{
	
	/* defines container for links element */
}

#login
{
	display: none;
	
	/* defines container for login element */
}

#notification
{
	padding: 15% 0;
	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: #CCCCCC;
	border: 1px solid #542700;
	margin: 6px;
	padding: 3px;
}

#footer
{
	border-top: 1px solid #000000;
	background-image: url(Common/Footer-Background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 20px;
	padding: 10px 5px 10px 0px;
	text-align: right;
	
	/* style footer element */
}

#footer a
{
	color: #4F5F34;
	text-decoration: underline;
	
	/* style footer links */
}

#footer a:hover
{
	color: #4F5F34;
	text-decoration: none;
	
	/* style footer links */
}


/* 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 #E4E4E4;
		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 #search
	{
		float: right;
		margin-right: 5px;		
	}
	
	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;
}




/* download table styles */
.downloads
{
	border: 1px solid #333333;
	border-top: none;
	width: 100%;
}

table .category
{
	background-image: url(Common/Navigation-Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #558823;
}

table .category td
{
	border-top: 1px solid #333333;
	padding: 4px 5px 3px 5px;
	font-weight: bold;
	color: #FFFFFF;
}

table .nofile td
{
	border-top: 1px solid #333333;
	padding: 5px 5px;
}

table .file td
{
	border-top: 1px solid #333333;
	padding: 5px 5px;
}

table .title
{
	width: 60%;
}

table .type
{
	width: 20%;
}

table .size
{
	width: 10%;
}

table .download
{
	width: 10%
}

a.info
{
	position: relative;
	z-index: 24;
}

a.info:hover
{
	z-index: 25;
	background-color: #FFFFFF;
}

a.info span
{
	display: none;
}

a.info:hover span
{
	display: block;
	position: absolute;
	top: 1.5em;
	left: 1.5em;
	width: 250px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #EAEAEA;
	color: #000000;
	text-align: left;
}

/* contact form styles */
#contact
{
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	padding: 5px;
}

#contact p
{
	margin: 2px 0px;
}

#contact .text
{
	padding: 2px;
	width: 350px;
}

#sent
{
	border: 1px solid #336601;
	background-color: #CFEBB4;
	padding: 5px;
	margin-bottom: 10px;
}

#sent h1
{
	color: #336601;
	margin: 5px 0px;
	border: none;
}

#unsent
{
	border: 1px solid #990000;
	background-color: #FF9B9B;
	padding: 5px;
	margin-bottom: 10px;
}

#unsent h1
{
	color: #990000;
	margin: 5px 0px;
	border: none;
}

/* purchase styles */
#purchase
{
	border: 1px solid #CCCCCC;
	background-color: #EAEAEA;
	padding: 5px;
}

#purchase h1
{
	font-size: 16px;
	border: none;
}	

#purchase p
{
	margin: 2px 0px;
}

#purchase .text
{
	padding: 2px;
	width: 350px;
}

#purchase .select
{
	width: 359px;
}

#purchase textarea
{
	width: 355px;
}

#confirm
{
	border: 1px solid #336601;
	background-color: #CFEBB4;
	padding: 5px;
	margin-bottom: 10px;
}

#confrm h1
{
	color: #336601;
	border: none;
}

#error
{
	border: 1px solid #990000;
	background-color: #FF9B9B;
	padding: 5px;
	margin-bottom: 10px;
}

#error h1
{
	color: #990000;
	border: none;
}