body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #8d8173;
	margin: 0;
	background-image:none url(../images/Wro-pattern.gif);
	background-position:top left;
	background-repeat:repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Customise the standard HTML
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
a:link, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px dotted #b3cb5b;
}
a:hover {
	color: #b3cb5b;
	text-decoration: none;
	font-weight:normal;
	border-bottom:1px dotted #b3cb5b;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #603;
	border: 0;
	border-top: 1px solid #b3cb5b;
	height: 1px;
}

p {
	color:#FFF;
	font-size:12px;
	padding:3px 0;
	margin:3px 0 3px 0;
	}

/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #b3cb5b;font-weight:bold; font-family:Geneva, Arial, Helvetica, sans-serif;}
h1  	{font-size:30px;color:#FFF; font-family:"Papyrus",Geneva, Arial, Helvetica, sans-serif;border-bottom:1px solid #b3cb5b;font-weight:normal; padding:0;margin:0 0 0px 0;}
h2  	{font-size:18px;padding:0;margin:20px 0 2px 0;font-weight:normal; }
h3  	{font-size:14px;padding:0;margin:10px 0 2px 0;font-weight:normal;}

form {margin: 0;}

blockquote 	{
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	color: #666;
	border-left: 1px solid #b3cb5b;
	padding-left: 10px;
	font-size: 1.2em;
}

abbr			{}
acroynm			{}
cite			{}
address			{}
strong			{}
em				{}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main { /* Holds the page items in place */
	width: 800px;
	margin: 20px auto 0 auto;
	padding: 0;
	background: transparent;
	border:0;
}

#banner {
	padding: 0px;
	text-align: left;
	background: #000;
	font-weight: bold;
	border: 0px;
}
* html #banner {clear:both;height:295px;} /* ie6 misbehaves again */

#banner ul, #banner li{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

#contentContainer {
	background-color:black;
	border:0;
	padding-bottom:10px;
	}

#sideColumn { /* Currently holds the login box */
	float: right;
	width: 250px;
	margin: 75px 0 5px 5px;
	padding: 0 30px 10px 20px;
	text-align: justify;
	height:auto;
}
#sideColumn img{ 
	border:1px solid #b3cb5b;
}

#content { /* main content from the WYSIWYG goes in here */
	margin:20px 20px 0 0;
	padding: 15px 10px 10px 30px;
	text-align: justify;
	background-color:#000000;
     min-height:500px;
     height:auto !important;
     height:500px; 
 }
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border:0;
	padding: 5px 5px 5px 30px;
	clear: both;
	background: #b3cb5b;
	margin-top:20px;
}

#footer p{ 
	color:black;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #534741;
	text-decoration: none;
	font-weight:bold;
	border-bottom:1px solid #b3cb5b;
}
#footer a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	border-bottom:1px solid #FFF;
}

#powered_by, #coding 	{text-align:right;}
#powered_by a, #coding a {color:#ddd; text-decoration:none; border-bottom: 1px dashed #ddd;}
#powered_by a:hover, #coding a:hover {color:#fff; border-bottom: 1px dashed #fff;}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	#### Header Menu #####
	#######################

	Horizontal Drop-Down Menu based off :
	http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
	
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border:0;font-weight:normal;}


/* Remove List Formattings
~~~~~~~~~~~~~~~~~~~~  */
 ul.menu, li.menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

/* Header menu */	 
#header_menu {position: absolute; margin-left: 0px;background:#000;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
	height: 30px;
	background: #000;
	border: 0;
	padding: 0 10%;
	width:auto;
}
#nav ul {
	list-style-type: none; 
	margin:0;
	padding: 0; 
	font-size: 100%; 
	width: 100%;
	text-align:centre;
/*
	(Disappearing List-Background)
	http://www.positioniseverything.net/explorer/ie-listbug.html
	*/
	position: relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #b3cb5b; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #000; padding: 5px 15px; padding-bottom: 4px; font-weight: normal;border-right:1px solid #b3cb5b; border-bottom:0;color: #b3cb5b; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #8d8173; color: #fff;border-right:1px solid #b3cb5b; border-bottom:0;}
#nav li a:active, #nav ul li a.active {background: #8d8173; color: #fff;border-right:1px solid #b3cb5b; border-bottom:0;}

/* Current page Customisations*/
#nav li.menu-current a		{background: #b3cb5b; color: #000; border-right:1px solid #b3cb5b; border-bottom:0;}
#nav li.menu-current a		{font-weight: bold;} 

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border-bottom:1px solid #b3cb5b; font-size: 100%;font-weight:normal;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .6em; font-weight:normal;background: #000; color: #fff; border: 0;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #b3cb5b; background: #000; border: 0;font-weight:normal; }

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 11.5em; padding: .6em .1em .6em .4em; background: #000; color: #fff; font-weight:normal;}

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}




/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* Customise the Login Box */
#login-box { background: #eee; text-align: center;	line-height: 140%; margin: 1em 0 0.3em 0; border: 1px solid #ddd;}
#login-box fieldset {border:0;text-align:center;}
#login-box legend		{
	font-size: 90%;
	text-transform: uppercase;
	font-family:"Times New Roman", Times, serif;
	color: #333;
	font-weight: normal;
	letter-spacing: 0.15em;
}
.username {color: #009;} /* Color of name when logged in*/
.topboxbody {font-size:0.8em;padding:2px;}

#login-box input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*  \*/
* html #clearfix {
	height: 1%;
}
/*  */

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */



/* Inline font Styles */
/* Pretty styles for changing text in the WYSIWYG editor */

.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	jQuery Innerfade
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

ul#portfolio li img{
	border: 0;
	padding: 0px;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	News/Blog CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.post_title, .post_date {
	border-bottom: 1px solid #b3cb5b;
}

.post_title {
	font-weight: bold;
	font-size: 16px;
	color: #b3cb5b;
	margin-top:10px;
}
.post_title a:link, .post_title a:visited, .post_title a:active {
	font-weight: normal;
	font-size: 18px;
	color: #b3cb5b;
	margin-top:15px;
	font-style:italic;
}
.post_title a:hover {
	font-weight: normal;
	font-size: 18px;
	color: #FFF;
	margin-top:15px;
	font-style:italic;
}
.post_date {
	text-align: right;
	font-weight: bold;
}

.post_short {
	text-align: justify;
	padding-bottom: 5px;
}

.comment_title {
	font-weight: bold;
}

.comment_text {
	font-weight: bold;
	background-color: #000;
	border-bottom: 1px solid #FFF;
	padding-bottom: 15px;
}

.comment_title, .comment-text {
	border-left: 1px solid #FFF;
}

.comment_info {
	text-align: right;
	border-right: 1px solid #FFF;
}

.comment_title, .comment_info {
	border-top: 1px solid #FFF;
	background-color: #000;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}

.loop-header {
	width: 100%;
}

.page-header {
	width: 100%;	
}
.post-header {
	width: 100%;	
}

.page-left {
	text-align: left;	
}
.page-center {
	text-align: center;
}

.page-right {
	text-align: right;	
}

.comment-header {
	width: 100%;
}

.public-info {
	text-align: right;
}

.group-page {
	text-align: center;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Form CSS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.required {
	color: #b3cb5b;
}
.field_title {
	font-size: 11px;
	width: 100px;
	vertical-align: top;
	text-align:right;
}
.textfield {
	font-size: 11px;
	width: 200px;
	border: 1px solid #b3cb5b;
	padding: 2px;
}
.textarea {
	font-size: 11px;
	width: 200px;
	height: 100px;
	border: 1px solid #b3cb5b;
	padding: 2px;
}
.field_heading {
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	color: #666666;
}
.select {
	font-size: 12px;
}
.checkbox_label {
	font-size: 11px;
	cursor: pointer;
}
.radio_label {
	font-size: 11px;
	cursor: pointer;
}
.email {
	font-size: 11px;
	width: 200px;
	border: 1px solid #b3cb5b;
	padding: 2px;
}

.submit {
	color: #000;
	padding:4px;
	background-color:#b3cb5b;
	margin: 2px 0 5px 3px;
	border:0;
	font-size:90%;
	}

