body
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
}

/* begin unique elements */

#container
{
	width: 100%;
	margin: 0 auto;

	/* defines container element */
}

.error {
	color: #900;
	font-weight: bold;
	font-size: 15px;
}

#header
{
	background-image: url(../Images/Header-Background.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 125px;
	padding: 5px 10px;

	/* defines header element */
}

	#header h1
	{
		margin: 0;
		padding: 0;
		text-align: right;
		font-weight: normal;
		font-size: 360%;
		color: #808080;

		/* define header h1 tag */
	}

	#header h2
	{
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 120%;
		color: #808080;

		/* define header h2 tag */
	}

#centre
{
	background-image: url(Common/Centre-Background.gif);
	background-position: 0px 40px;
	background-repeat: no-repeat;
	padding: 5px 15px;

	/* container for all blog content */
}

#content
{
	width: 80%;
	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: #CC0000;
		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: #CC0000;

		/* 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: #728C40;

		/* defines generic h3 element */
	}

	#content p
	{

	}

	#content a
	{
		color: #CC0000;
		text-decoration: underline;
	}

	#content a:hover
	{
		color: #999999;
		text-decoration: none;
	}

#subcontent
{
	width: 17%;
	padding: 10px 0px 0px 0px;
	font-size: 95%;
	color: #6C534A;
	float: right;

	/* defines subcontent element */
}

	#subcontent h1
	{
		border-bottom: 1px solid #eeeeee;
		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: #CC0000;

		/* defines generic h1 element */
	}

	#subcontent ul
	{
		margin: 10px 0px;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		width: 100%;
		padding: 5px 0px 0px 5px;
		text-decoration: underline;
		color: #6C534A;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;

		/* defines generic link hover state */
	}

#footer
{
	border-top: 1px solid #555555;
	height: 40px;
	padding: 10px 5px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: right;

	/* style footer element */
}

	#footer a
	{
		color: #CC0000;
		text-decoration: underline;

		/* style footer links */
	}

	#footer a:hover
	{
		color: #999999;
		text-decoration: none;

		/* style footer links */
	}

#login
{

}

	#login 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 generic h1 element */
	}

	#login 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: #728C40;

		/* defines generic h2 element */
	}

	#login 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: #728C40;

		/* defines generic h3 element */
	}

	#login p
	{

	}

	#login a
	{
		color: #4F5F34;
		text-decoration: underline;
	}

	#login a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

.clear
{
	clear: both;

}

/* begin article style definitions */
.article
{

	/* container for each individual article */
}

	h1
	{

	}

	.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: 110%;

		/* 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;
	}

/* miscellaneous elements */
img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

	form .text
	{
		border: 1px solid #999999;
		clear: both !important;
		display :block;
		width: 97%;
		padding: 3px;
	}

	form .select
	{
		border: 1px solid #999999;
		clear: both !important;
		display: block;
		width: 98%;
		padding: 3px;
	}

	form .textarea
	{
		border: 1px solid #999999;
		clear: both !important;
		display: block;
		width: 97%;
		padding: 3px;
	}

	form .button
	{
		/*border: 3px double #666666;
		border-top-color: #CCCCCC;
		border-left-color: #CCCCCC;
		background-color: #FFFFFF;
		width: 100px;
		padding: 3px 0px;
		text-align: center;
		font-weight: bold;
		font-size: 75%;
		color: #333333;
		float: right; */
	}

	form .button:active
	{
		/*border: 3px double #666666;
		border-top-color: #999999;
		border-left-color: #999999;*/

		/* applies formatting to the form button classes for the click state */
	}

	form .clear
	{

	}

table
{
	width: 100%;
	padding: 0;
}

	table th
	{
		font-weight: bold;
		padding-bottom: 5px;
	}

	table td
	{
		padding: 3px 0px;
	}

	table .options
	{
		width: 18%;
		text-align: center;

		/* defines the optional details columns */
	}

	table .label
	{
		width: 20%;

		/* defines left hand column when displaying editing form */
	}

	table .details
	{
		width: 80%;

		/* defines right hand column in editing form */
	}

	table .details ul
	{
		width: 280px;
		margin: 0;
		padding: 0;
	}

	table .details li
	{
		display: block;
		width: 33%;
		float: left;
	}

	table .details li input, table .details li select
	{
		width: 95%;
	}

	table .details li.day
	{
		text-align: left;
	}

	table .details li.month
	{
		text-align: left;
	}

	table .details li.year
	{
		text-align: left;
	}

	table .details li.hour
	{
		text-align: left;
	}

	table .details li.minute
	{
		text-align: left;
	}

	table .parent
	{
		background-color: #CCCCCC;
	}

	table .date
	{
		width: 280px;
	}

span.active
{
	color: #339900;
	font-weight: bold;
}

span.banned
{
	color: #990000;
	font-weight: bold;
}