

#forum-container
{
	width: 53em;
	margin: 0 auto;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.74em;
	color: #555555;

	/* defines container element */
}


#centre
{
	margin: 0;
	padding: 0;

	/* container for all blog content */
}

#content
{
	width: 35em;
	float: left;
	padding:0 0.94em 0 0;

	/* defines content element */
}

	#content h1
	{
		border-bottom: 0.06em solid #E4E4E4;
		margin: 0.31em 0em 0.63em 0em;
		padding: 0em 0em 0.31em 0em;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 1.56em;
		/*color: #BB6F02;*/

		/* defines generic h1 element */
	}

	#content h2
	{
		margin: 0.31em 0em;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 1.25em;
		text-transform: uppercase;
		text-align: left;
		color: #728C40;

		/* defines generic h2 element */
	}

	#content h3
	{
		margin: 0.31em 0em;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 0.88em;
		text-transform: uppercase;
		text-align: left;
		color: #728C40;

		/* defines generic h3 element */
	}

	#content a
	{
		color:#555555;
		text-decoration: underline;
	}

	#content a:hover
	{
		color:#555555;
		text-decoration: none;
	}

#subcontent
{
	width: 16em;
	margin: 0.31em 0.31em;
	float: right;

	/* defines subcontent element */
}

	#subcontent h1
	{
		margin: 0.31em 0em;
		padding: 0em;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 1.25em;
		text-align: left;
		color: #382E1F;

		/* defines generic h1 element */
	}

	#subcontent h2
	{
		margin: 0.31em 0em;
		padding: 0em;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 1.25em;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h2 element */
	}

	#subcontent h3
	{
		margin: 0.31em 0em;
		padding: 0em;
		font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 1.25em;
		text-transform: uppercase;
		text-align: left;
		color: #382E1F;

		/* defines generic h3 element */
	}

	#subcontent ul
	{
		margin: 0;
		padding: 0;

		/* defines generic list container element */
	}

	#subcontent ul li
	{
		list-style: none;

		/* defines generic list element */
	}

	#subcontent ul li a
	{
		padding: 0.31em 0em 0em 0em;
		text-decoration: underline;
		color: #6C534A;
		display: block;

		/* defines generic link element */
	}

	#subcontent ul li a:hover
	{
		text-decoration: none;
		color: #BB6F02;

		/* defines generic link hover state */
	}

#calender
{
	margin: 0em 0em 0.63em 0em;

	/* defines container for calender element */
}

	#calender table
	{
		background-color: #F4F4EC;
		border: 0.06em solid #C0C57F;
		width: 100%;
		height: 9.38em;
		text-align: center;

		/* define table for calender */
	}

	#calender table td
	{
		width: 14%;
		padding: 0.19em 0em;

		/* set column width */
	}

	#calender table .controls
	{
		background-color: #C0C57F;
		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: #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
{
	background-image: url(../images/Common/Sub-Background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #F4F4EC;
	margin-bottom: 0.63em;
	padding: 0em;

	/* defines container for categories element */
}

	#pages h1
	{
		background-image: url(../images/Common/Subheader-Background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0em;
		padding: 0.31em 0.63em;
	}

	#pages ul
	{
		background-image: url(../images/Common/Sublist-Background.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0em 0.63em 0.63em 0.63em;
	}

#categories
{
	background-image: url(../images/Common/Sub-Background.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #F4F4EC;
	margin-bottom: 0.63em;
	padding: 0em;

	/* defines container for categories element */
}

	#categories h1
	{
		background-image: url(../images/Common/Subheader-Background.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		margin: 0em;
		padding: 0.31em 0.63em;
	}

	#categories ul
	{
		background-image: url(../images/Common/Sublist-Background.jpg);
		background-position: bottom left;
		background-repeat: no-repeat;
		padding: 0em 0.63em 0.63em 0.63em;
	}

#archives
{
	width: 8.75em;
	overflow: hidden;
	float: left;
	clear: left;
}

	#archives h1
	{
		color: #BB6F02;

	}

	#archives ul
	{
		margin-bottom: 0.63em;
	}

	#archives ul li a
	{
		background-image: url(../images/icons/Archive.gif);
		background-position: 0em 0.44em;
		background-repeat: no-repeat;
		padding-left: 1.25em;
	}

#links
{
	width: 8.75em;
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for links element */
}

	#links h1
	{
		color: #BB6F02;
	}

	#links ul
	{
		margin-bottom: 0.63em;
	}

	#links ul li a
	{
		background-image: url(../images/icons/Link.gif);
		background-position: 0em 0.44em;
		background-repeat: no-repeat;
		padding-left: 1.25em;
	}

#feeds
{
	width: 10.00em;
	overflow: hidden;
	float: right;
	clear: right;

	/* defines container for feeds element */
}

	#feeds h1
	{
		color: #BB6F02;

	}

	#feeds ul
	{
		margin-bottom: 0.63em;
	}

	#feeds ul li a
	{
		background-image: url(../images/icons/Feed.gif);
		background-position: 0em 0.44em;
		background-repeat: no-repeat;
		padding-left: 1.25em;
	}

#forum-login
{
	overflow: hidden;
	float: left;
	clear: left;

	/* defines container for login element */
}

	#forum-login h1
	{
		color: #BB6F02;
	}

	#forum-login ul
	{
		margin-bottom: 0.63em;
	}

	#forum-login ul li a
	{
		background-image: url(../images/icons/Site.gif);
		background-position: 0em 0.44em;
		background-repeat: no-repeat;
		padding-left: 1.25em;
	}

#notification
{
	background-color: #FFFDFB;
	height: 100%;
	padding: 15% 10%;
	text-align: center;

	/* defines container for notification element */
}

	#notification h1
	{
		margin: 0.31em 0em;
		font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
		font-weight: normal;
		font-size: 1.56em;
		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(../images/Common/Screenshot-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0em auto;
	padding: 0.31em;
	text-align: center;
	text-align: center;
	color: #FFFFFF;
	overflow: visible;
}

	#screenshot img
	{
		background-color: #EFEFD6;
		border: 0.06em solid #542700;
		margin: 0.38em;
		padding: 0.19em;
	}

#forum-footer
{
	border-top: 0.06em solid #555555;
	height: 2.50em;
	padding: 0.63em 0.31em 0em 0em;
	margin: 0.63em 0em 0em 0em;
	text-align: right;

	/* style footer element */
}

	#forum-footer a
	{
		color: #4F5F34;
		text-decoration: underline;

		/* style footer links */
	}

	#forum-footer a:hover
	{
		color: #4F5F34;
		text-decoration: none;

		/* style footer links */
	}


#copyright
{
	visibility: visible;

	/* style copyright element */
}

/* 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 */
	}
	
	.details {
		margin-top:40px;
		color:#2A0000;
		font-size:1.1em;
	}

	.article .details li
	{
		margin: 0em 0.31em 0.63em 0em;
		display: inline;

		/* defines each detail part */
	}

	.article .introduction
	{
		border-bottom: 0.06em solid #E4E4E4;
		line-height: 1.25em;
		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: 0.06em solid #EEEEEE;
		padding: 0.19em;
		margin: 0.19em;
	}

/* begin comment style definitions */

#comments
{
	margin-bottom: 1.25em;
}

	#comments .details
	{
		margin-bottom: 0.63em;
	}

	#comments .details dt
	{
		background-image: url(../images/icons/Avatar.jpg);
		background-position: top left;
		background-repeat: no-repeat;
		float: left;
		height: 3.44em;
		width: 3.44em;
		margin-right: 0.31em;
	}

	#comments .details dd
	{
		margin: 0;
	}

	.comment
	{
		padding: 0.31em 0em;
		clear: both;
		margin-bottom:20px;
	}

	.whisper
	{
		background-color: #E4E4E4;
		padding: 0.31em 0.31em;
		clear: both;
	}

form
	{
	margin: 0;
	padding: 0;


	/* container for comment and search forms */
	}

	form #comment
	{
		width: 100%;
		height: 7.81em;

		/* comment textarea */
	}

	form #whisper
	{
		margin-left: 0em;

		/* whisper checkbox */
	}

	form #keywords
	{
		width: 32%;
	}

	form #date
	{
		width: 32%;
	}

	/*form #category
	{
		width: 100%;
	}*/

#paging
{
	text-align: right;

	/* container for paging controls */
}

	#paging a
	{
		padding: 0em 0.31em;
	}

/* begin events styling */

.event
{

}

	.event h1
	{

	}

	.event h2
	{

	}

	.event h3
	{

	}

	.event .details
	{
		margin: 0;
		padding: 0;
	}

	.event .details li
	{
		margin-right: 0.31em;
		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.

====================================== */