/* cgp added SH */
.skip {
	position:relative;
   left: -999em; /* off the screen */
}
#logo {

}

/* begin unique elements */

#container
{


	/* defines container element */
}

#header
{


	/* defines header element */
}


#navigation
{

   /* SH - added to hide menu during development */


	/* define navigation element */
}

#centre
{

}

#content
{

}

#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: 200px;
	margin: 5px 0px;
	float: left;

	/* defines subcontent element */
}


#calender
{
	margin: 0px 0px 10px 0px;

	/* defines container for calender element */
}

	#calender table
	{
		background-color:;
		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: ;
		font-weight: bold;
		color: ;

		/* style event controls */
	}

	#calender table .controls a
	{
		color: ;
		text-decoration: underline;

		/* style control links */
	}

	#calender table .controls a:hover
	{
		color: ;
		text-decoration: none;

		/* style link controls */
	}

	#calender table .title
	{
		background-color: ;

		/* style calender titles */
	}

	#calender table .days td
	{
		background-color: ;

		/* style day columns */
	}

	#calender table .days a
	{
		color: ;
		text-decoration: none;
		border: none;

		/* style day links */
	}

	#calender table .days a:hover
	{
		color: ;
		text-decoration: none;

		/* style day links */
	}

	#calender table td.empty
	{
		background-color: ;

		/* style empty cells */
	}

	#calender table td.article
	{
		background-color: ;

		/* style article cells */
	}

	#calender table td.article_event
	{
		background-color: ;

		/* style article cells */
	}

	#calender table td.event
	{
		background-color: #fff;
		text-decoration: underline;

		/* style event cells */
	}

	#calender table td.event a, #calender table td.article a, #calender table td.article_event a
	{
		color: ;
		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: ;
		text-decoration: none;

		/* style item links */
	}

#pages
{
	background-image: url(Common/Sub-Background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #F4F4EC;
	margin-bottom: 10px;
	padding: 0px;

	/* defines container for categories element */
}

#archives
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1
	{
		color: #BB6F02;
      display: none;

	}

	#archives ul
	{
		margin-bottom: 10px;
	}

	#archives ul li a
	{
		background-image: url(Icons/Archive.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#links
{
	width: 140px;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for links element */
}

	#links h1
	{
		color: #BB6F02;
	}

	#links ul
	{
		margin-bottom: 10px;
	}

	#links ul li a
	{
		background-image: url(Icons/Link.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#feeds
{
	width: 160px;
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #BB6F02;

	}

	#feeds ul
	{
		margin-bottom: 10px;
	}

	#feeds ul li a
	{
		background-image: url(Icons/Feed.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#login
{
	width:  ;
	overflow: hidden;
	float: right;
	clear: left;
   margin-bottom: 4px;

	/* defines container for login element */
}

	#login h1
	{
		color: #BB6F02;
	}

	#login ul
	{
		margin-bottom: 10px;
	}

	#login ul li a
	{
		background-image: url(Icons/Site.gif);
		background-position: 0px 7px;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

#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-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;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 1px solid #542700;
		margin: 6px;
		padding: 3px;
	}

#footer
{


	/* style footer element */
}



#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
.article
{
	border-bottom: 1px solid #ebebeb;
	min-height: 50px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	/* container for each individual article */
}
.article h3 {
	color: #666;
	font-size: 100% !important;	
}
.article h3 a {
	color: #003756;
	font-size: 110% !important;	
}
	.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;

		/* 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;
	}
	.article img {
		float: none !important;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 10px;
}

	#comments .details
	{
		margin-bottom: 1px;
		padding: 4px 2px;
      border-bottom: 1px dashed #ccc;		
	}

	#comments .details dt
	{
		float: left;
		width: 100%;
		margin-right: 5px;
	}
	

	#comments .details dd
	{
		margin: 0;
		position: relative;
		left: 30px;
	}
	#comments .details .inset
	{
		position:relative;
		left: 50px;
		color: #666;
	}
	.comment
	{
		padding: 0px 0px 0px 10px;
		clear: both;
		color: #333;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 5px 5px;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 80%;
		height: 50px;

		/* 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
{
	
}
.eventcalendar
{
	width: 300px;
}
	.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;
}

/* ======================================

Thanks to the Glued Ideas team (http://www.gluedideas.com/) for the inspiration and the permission to use their design.

====================================== */