body
{
	margin: 0;
	padding: 0;
	text-align: left;
	color: #555555;
	background: #C5CDCF url(../../../images/background-4.jpg) repeat-x left top;
	font: 12px "Trebuchet MS", Arial, Verdana;
}

/* begin unique elements */

#container
{
	width: 960px;
	margin: 0 auto;

	/* defines container element */
}

#header
{
	height: 104px;
	background: url(../../../images/hdr_bkgd.jpg) no-repeat;
	/* defines header element */
}

	#header h1
	{
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #355D80;
	text-decoration: none;
	float: left;
	width: 200px;
	margin: 77px 0px 0px 20px;
	padding: 0px;
	display: block;
	line-height: 12px;
		
		
/*		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 360%;
		color: #FFFFFF;

		/* define header h1 tag */
	}

	#header h2
	{
		margin: 0;
		padding: 0;
		text-align: left;
		font-weight: normal;
		font-size: 120%;
		color: #FFFFFF;

		/* define header h2 tag */
	}

#centre
{
	margin:5px auto;
	width: auto;
	padding:10px;
	
/*	margin: 0;
	padding: 0;
*/	border:1px solid #819198;
	background: #FFFFFF;

	/* container for all blog content */
}

#content
{
	width: 75%;
	float: left;

	/* defines content element */
}

	#content h1
	{
	margin:0px 0px 15px;
	color:#FFFFFF;
	text-align:left;
	font: bold 140% Arial, Helvetica, sans-serif;
	background: #355D7F;
	border-bottom: 2px solid #92B1CC;
	padding: 12px 10px 6px;

/*		border-bottom: 1px solid #E4E4E4;
		margin: 5px 0px 10px 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: "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
	{
		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: #4F5F34;
		text-decoration: underline;
	}

	#content a:hover
	{
		color: #4F5F34;
		text-decoration: none;
	}

#subcontent
{
	width: 20%;
	padding: 10px;
	font-size: 95%;
	color: #6C534A;
	float: right;
	background: #f1f1f1;	/* defines subcontent element */
}

	#subcontent h1
	{
	margin:0px 0px 15px;
	color:#FFFFFF;
	text-align:left;
	font: bold 140% Arial, Helvetica, sans-serif;
	background: #355D7F;
	border-bottom: 2px solid #92B1CC;
	padding: 12px 10px 6px;

		/* 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
{
	background:#819198;
	text-align:center;
	color:#FFFFFF;
	clear:both;
	padding: 10px;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	width: auto;
	
/*	border-top: 1px solid #555555;
	height: 40px;
	padding: 10px 5px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: right;
*/
	/* style footer element */
}
#footer #copyright {
	text-decoration: none;
	float: left;
	width: 280px;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: left;
	height: auto;
}


#footer a {
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

#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;
}