/*
#
# Site:		 Initial
#
# File:		 site.css
#
# Author:	   Paul Wilkins / Evergreen Computing Ltd
#
# Date:		 January 2010
#
# Copyright:	(c) 2010 Evergreen Computing Ltd
#
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url('gfx/background-banner.png') #fff top center repeat-x;
	font-family: Arial,Helvetica,Garuda,sans-serif;
}

h2 {
	font-style:normal;
	color: #536579;
}

h3 {
	color: #536579;
}

img {
	border: none;
}

ul.menu {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
ul.menu li {
	/*ackground-image: url('gfx/menu_button_pink.png');*/
	background-repeat: no-repeat;	
	/*height:30px;*/
	margin-top: 5px;
	
		
}
ul.menu li a {
  	display: block;
  	width: 134px;
	height: 25px;
	line-height:25px;
  	text-decoration: none;
	color: #fff;
	font-size:small;
	padding-left: 28px;
	

}
ul.menu li a:hover {
	background-image: url('gfx/menu_button_pink.png');
	background-repeat: no-repeat;	
	/*height:30px;*/
	color: #fff;
}

#container {
	/*background: url('gfx/background-banner-sides.png') #fff repeat-y;*/
	position: relative; 
	width: 1024px;
	min-height: 572px;
	left: 50%;
	margin-left: -512px;
	float: left;
}

#header {
	position:relative;
	width:1024px;
	height:107px;
	left: 0px;
	float: left;
	font-size: 0px;
}

#banner_a {
	position: absolute;
	left:767px;
	top: 17px;
}


#menu {
	position:relative;
	width: 195px;
	left:25px;
	min-height: 566px;
	float: left;
	top: 19px;
}


#content {
	position: relative;
	width: 780px;
	float: right;
	top: 21px;
	right: 25px;
	padding-bottom:40px;
}

#home_block_1 {
	position: relative;

	width: 530px;
	height: 114px;
	float: left;
}

#latest_forum_posts {
	position:absolute;
	left: 540px;

	background: #f4f2f0;
	width: 240px;
	float: left;

}

#articles_tease{
	position: absolute;
	top: 125px;
	left: 10px;

	background: #f4f2f0;
	width: 260px;
	float: left;
	font-size:small;
}
	

#about_mel_tease {
	position: absolute;
	top: 125px;
	left: 275px;

	background: #f4f2f0;
	width: 260px;
	float: left;
}

#wow_tease{
	position: absolute;
	top: 270px;
	left: 540px;

	background: #f4f2f0;
	width: 240px;
	float: left;
}

#footer_container {
	background: url('gfx/footer-background.png') repeat-x;
	width: 100%;
	float: left;
}

#footer {
	background: url('gfx/footer.png') center no-repeat;
	left: 50%;
	margin-left: -510px;
	margin-top: 0px;
	width: 1020px;
	height: 140px;
	position: relative;
	font-size: 12px;
	font-family: Arial,Helvetica,Garuda,sans-serif;
	color: #999;
	float:left;
}

#banner_b {
	position: absolute;
	left:125px;
	top: 50px;
}
#banner_c {
	position: absolute;
	left:265px;
	top: 50px;
}
#banner_d {
	position: absolute;
	left: 753px;
	top: 50px;
}


#body_container {
	position: relative;
	color: #545454;
	width: 530px;
	min-height: 566px;
	float: left;
}

#body_container li {
	list-style-image: url('gfx/posh_li.png');
	list-style-position:inside;
	text-decoration:none;
}

#body_container a {
	color: #cc3366;
	text-decoration:none;
}

#body_container a:hover {
	text-decoration:none;
	color: #b32d59;
}



#body_search #site_content {
	font-size: small;
}

#body_search #search_form {
	font-size:small;
}

#body_search #results_table {
	font-size:x-small;
}

#body_search #results_table th,
#body_search #results_table td {
	border-right: 1px solid #b32d59;
	border-bottom: 1px solid #b32d59;
	padding: 2px;
	
}

#body_search #results_table table {
	border-left: 1px solid #b32d59;
	border-top: 1px solid #b32d59;
	
}

#paginator {
	font-size: small;
}

#previous_article_list li {
	list-style-image: url('gfx/posh_li.png');
	text-decoration:none;
}

#previous_article_list a {
	color: #cc3366;
	text-decoration:none;
}

#previous_article_list a:hover {
	text-decoration:none;
	color: #b32d59;
}


#articles_results li {
	list-style-image: url('gfx/posh_li.png');
	text-decoration:none;
}

#articles_results a {
	color: #cc3366;
	text-decoration:none;
}

#articles_results a:hover {
	text-decoration:none;
	color: #b32d59;
}


#container input.submit_button {
	position: relative;
	left: 10px;
	border: 0px;
	margin-top: 8px;
	background: url('gfx/submit_button.jpg') no-repeat;
	width: 91px;
	height: 31px;
}
#container input.submit_button:hover {
	background-position: 0px -31px;
	cursor: pointer;
}
#container input.submit_button:focus,
#container input.submit_button:link {
	background-position: 0px -31px;
	cursor: pointer;
}

#container #body_search input.reset_button {
	position: relative;
	left: 10px;
	border: 0px;
	margin-top: 8px;
	background: url('gfx/reset_button.png') no-repeat;
	width: 137px;
	height: 31px;
}
#container #body_search input.reset_button:hover {
	background-position: 0px -31px;
	cursor: pointer;
}
#container #body_search input.reset_button:focus,
#container #body_search input.reset_button:link {
	background-position: 0px -31px;
	cursor: pointer;
}

#container  input.return_button {
	position: relative;
	left: 10px;
	border: 0px;
	margin-top: 8px;
	background: url('gfx/return_button.png') no-repeat;
	width: 137px;
	height: 31px;
}
#container  input.return_button:hover {
	background-position: 0px -31px;
	cursor: pointer;
}
#container  input.return_button:focus,
#container  input.return_button:link {
	background-position: 0px -31px;
	cursor: pointer;
}

.read_more {
	color: #444444;
	text-decoration: none;
	font-weight: bold; 
	text-align: right;
	font-size: x-small;
}

.home_title {
	font-size:small;
	color: #536579;
}
.home_text {
	font-size:small;
	color: #545454;
}



/* set millions of background images */
.rbroundbox { 
	background: url('gfx/nt.gif') repeat; 
}
.rbtop div { 
	background: url('gfx/tl.gif') no-repeat top left; 
}
.rbtop { 
	background: url('gfx/tr.gif') no-repeat top right; 
}
.rbbot div { 
	background: url('gfx/bl.gif') no-repeat bottom left; 
}
.rbbot { 
	background: url('gfx/br.gif') no-repeat bottom right; 
}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent { 
	margin: 0 7px; 
}
.rbroundbox { 
	width: 50%; margin: 0em auto; 
}

hr.doubleline {
	border: none 0; 
	border-top: 3px double #cc3366;
	width: 100%;
	height: 3px;
	margin: 5px 0 0 0;

}
.stretch {
	clear:both;
	width:100%;
	height:1px;
}
