body
{
	background-image: url(Common/Page-Background.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 0.74em;
	color: #555555;
}

/* begin unique elements */

#container
{
	width: 720px;
	margin: 0 auto;
	
	/* defines container element */
}

#header
{
	height: 100px;
	
	/* defines header element */
}

#header h1
{
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
	text-align: left;
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 300%;
	color: #736451;
	
	/* define header h1 tag */
}

#header h2
{
	border-bottom: 1px solid #EEEEEE;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	text-align: right;
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #000000;
	
	/* define header h2 tag */
}

#centre
{
	background-image: url(Common/Centre-Background.gif);
	background-position: 0px 40px;
	background-repeat: no-repeat;
	padding: 5px 10px;
	
	/* container for all blog content */
}

#content
{
	width: 535px;
	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: #728C40;
	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: #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: 155px;
	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: right;
	color: #728C40;
	
	/* 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: 150px;
	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: #4F5F34;
	text-decoration: underline;
	
	/* style footer links */
}

#footer a:hover
{
	color: #4F5F34;
	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
{
	
}

h1.articleheader
{

}

ul.articledetails
{
	margin: 0;
	padding: 0;
}

ul.articledetails li
{
	margin-right: 5px;
	list-style: none;
	display: inline;
}

#articleintroduction
{
	border-bottom: 1px solid #EEEEEE;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: 110%;
	color: #99B198;
}

p.articledetails
{
	background-image: url(Icons/Icon-Extra.gif);
	background-position: 460px 4px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-size: 110%;
	text-align: right;
}



/* miscellaneous elements */
img
{
	border: none;
}

form
{
	margin: 0;
	padding: 0;
}

form .text
{
	width: 297px;
}

form .browse
{
	width: 302px;
}

form .select
{
	width: 303px;
}

form .textarea
{
	width: 295px;
}

form .button
{
	margin-right: 72px;
	float: right;
}

form .clear
{
	
}

table 
{
	width: 100%;
	padding: 0;
}

table th
{
	font-weight: bold;
}

table .options
{
	width: 18%;
	text-align: center;
	
	/* defines the optional details columns */
}

table .label
{
	width: 30%;
	
	/* defines left hand column when displaying editing form */
}

table .details
{
	width: 70%;
	
	/* 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;
}
