body
{
	background-color: #BCBCBC;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*line-height:18px;*/
	color: #000000;
}

/* begin unique elements */

#bookmark
{
	font-size: 10px;
	color: #7F7F7F;
	text-decoration: none;
	font-style:italic;
	position:relative;
	float:left;
}

#container
{
/*
	background-image: url(Common/Centre-Background.gif);
	background-repeat: repeat-y;
	width: 783px;
	margin: 0 auto;
	padding: 0px;
*/
	/* defines container element */
	background-color: #FFFFFF!important;
}

#header
{
	background-image: url(Common/Header-Background2.gif);
	background-position: 10px 31px;
	background-repeat: no-repeat;
	height: 270px;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 0px;	/* defines header element */
	width: 750px;
}
#headerTitle
{
	display:none;
}

#header h1
{
	display:none;
	/* define header h1 tag */
}

#header .blogDesc
{
	width: 450px;
	font:11px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding: 140px 0 0 290px;
	/*line-height:15px;*/
}

#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;
	*/
	display:none;
	/* 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: #C5D27F;
	color: #555555;

	/* set navigation hover link state */
}

#centre
{

	padding: 0px 0px 0px 0px;

	/* container for all blog content */
}

#content
{
	width: 450px;
	padding: 10px 0px 0px 10px;
	float: left;
	line-height:18px;
}

	#content h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight:normal;
		color: #F68001;

	}
	
	/*#content 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: #728C40;
	
		/* defines generic h2 element 
	}

	#content h3
	{
		font-family: "Century Gothic", "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 p
	{
	
	}*/
	#content .article img {
		float:none
	}
	
	#content .article a
	{
		color: #F68001;
		text-decoration: none;
	}
	
	#content .article a:hover
	{
		text-decoration: underline;
	}

	#content .article .details li
	{
		font-size: 11px;
		color: #7F7F7F;
		text-decoration: none;
	}

	#content .article .details li a
	{
		font-size: 11px;
		color: #7F7F7F;
		text-decoration: none;
	}

	#content .article .details .detailsTag
	{
		font-size: 11px;
		color: #7F7F7F;
		font-style:italic;
		text-decoration: none;
	}

#articleComments
{
	color: #F68001;
	width: 450px;
	height: 40px;
	text-align:right;
	margin-top: 20px;
	background:url(Common/Archives-Divider.gif) no-repeat bottom;
}

#breadcrumb
{
	display:none;
	/* defines breadcrumb element */
}

#breadcrumb a
{
	/*color: #4F5F34;
	text-decoration: underline;*/
	display:none;
}

#breadcrumb a:hover
{
	/*color: #4F5F34;
	text-decoration: none;*/
	display:none;
}

#search
{
	border: 1px solid #999999;
	margin-top: 10px;
	padding-bottom: 5px;
	/*height: 195px;*/
	/*height: 227px;*/
/*	background: url(Common/Search.gif) no-repeat; */
}

#searchField
{
	margin-left: 10px;
	margin-top: 0px;
}

#blogForm
{
	margin-top: 20px;
	height: 113px;
}

#subcontent
{
	width: 217px;
	margin-top: 0px;
	padding: 0px;
	font-size: 11px;
	color: #6C534A;
	float: right;

	/* 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: #003366;
	
		/* 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: #003366;
	
		/* 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: #003366;
	
		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;
	}

	#subcontent ul li
	{
		list-style: none;
	}

/*	#subcontent ul li a
	{
		background-position: 145px;
		background-repeat: no-repeat;
		width: 150px;
		padding: 5px 0px 0px 5px;
		text-decoration: underline;
		color: #6C534A;
		display: block;

		/* defines generic link element 
	}
	*/
	#subcontent ul li a
	{
		display: block;
	}
	
	#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 #4F5F34;
	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: #BAC994;
	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: #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 */
	}

#pages
{
	border-bottom: 5px solid #FFFFFF;
	padding: 5px 5px 10px 5px;
	margin-bottom: 5px;

	/* defines container for pages element */
}

#categories
{
	background:url(Common/CategoriesHeader.gif) top no-repeat;
	border-bottom: 1px solid #00BBFE;
	border-top: 1px solid #00BBFE;
	border-right: 1px solid #00BBFE;
	border-left: 1px solid #00BBFE;
	margin-top: 10px;
	width:217px;
	/*position:absolute;*/
}

#categoriesTitle
{
	display:none;
	/* defines container for categories element */
}

#categoriesContent
{
	margin-left:15px;
	padding: 35px 0px 7px 0px;
	width:185px;
}
	#categoriesContent ul li a
	{
		line-height: 24px;
		background-repeat:repeat;
		color:#000000;
		text-decoration:none;
	}
	#categoriesContent ul li a:hover
	{
		text-decoration:underline;
	}

#categoriesList
{
	background: url(Common/Categories_hover.gif);
}

#archives
{
	background:url(Common/ArchivesHeader.gif) top no-repeat;
	border-bottom: 1px solid #FE0012;
	border-top: 1px solid #FE0012;
	border-right: 1px solid #FE0012;
	border-left: 1px solid #FE0012;
	margin-top: 10px;
	width:217px;
	/* defines container for categories element */
}

#archivesTitle
{
	display:none;
	/* defines container for categories element */
}

#archivesContent
{
	margin-left:15px;
	padding: 35px 0px 7px 0px;
	width:185px;
}
	#archivesContent ul li a
	{
		line-height: 24px;
		background-repeat:repeat;
		color:#000000;
		text-decoration:none;
	}
	#archivesContent ul li a:hover
	{
		text-decoration:underline;
	}

#archivesList
{
	background: url(Common/Categories_hover.gif);
}

#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 */
	display:none;
	/*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: url(Common/Footer-Background3.gif) bottom center no-repeat;
	padding: 60px 20px 15px 0px;
	text-align: right;
	color: #7F7F7F;

	/* style footer element */
}

#footer a
{
	color: #7F7F7F;
	text-decoration: underline;

	/* style footer links */
}

#footer a:hover
{
	color: #7F7F7F;
	text-decoration: none;

	/* style footer links */
}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* begin article style definitions */
#articleFooter
{
	margin-top:50px;
}

.article
{
	/* container for each individual article */
}

	.article .details
	{
		margin: 0;
		padding: 0;
		list-style: none;
		/*display:none;*/
	}

	.article .details li
	{
		margin-right: 5px;
		list-style: none;
		display: inline;
		/* defines each detail part */
	}
	
	.article .details a
	{
	color: #F68001;
	text-decoration: none;
	}
	
	.article .introduction
	{
		border-bottom: 1px solid #EEEEEE;
		line-height: 20px;
		font-size: 115%;

		/* defines the article introduction container */
	}

	.article .body
	{
		float:right;
		width: 450px;

		/* 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;
	}
	
/*#articleDetails
{
	float:right;
	width: 400px;
	border: 2px solid #FF0000;
}

#articleBody
{
	float:left;
	width: 500px;
}

#articleDetails
{
	height: 34px;
	font-size: 11px;
	color: #7F7F7F;
	display:block;
}

	#articleDetails a
	{
		font-size: 11px;
		font-style:italic;
		color: #7F7F7F;
	}

	#articleDetails a:hover
	{
		text-decoration:underline;
	}
*/

/* 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;
}