/* This is the base style sheet for the BlueGill Flame Website*/
/* Site content is © to BlueGill Studios and Jeff McArthur */
/* ----- BASIC ELEMENTS ----- */
body{
	background:    url(media/interface/bg.gif);/*places the background image that tiles over the entire web browser window*/
	}
a:link {
	color: #4E8AA4;
	text-decoration: none;
	}
a:visited {
	color: #4E8AA4;
	text-decoration: none;
	}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
a:active {
	color: #000000;
	text-decoration: none;
	}
li {
	list-style-type: square;
	font: 12px/16px Georgia, serif;
	color: #1A2A1D;
	padding: 0px 12px 7px 0px;
	}
/* ----- MAIN CONTAINERS (these are IDs) ----- */
#holder {
	width: 946px;/* sets the width of the page area*/
	margin: auto auto;
	}
#banner {
	width: 946px;/*sets the width of the banner image*/
	height: 148px;/*sets the hight the div will be locked too*/
	background:    url(media/interface/ban.jpg) top left no-repeat;/*sets the banner image as the divs background (makes image unselectable)*/
	}
#maintext {
	width: 946px; 
	margin: auto auto;
	background: #ffffff;/*places the image that fills in your page area's background*/
	}
/* ----- SUB CONTAINERS (these are IDs) ----- */
/* The image for a page and its caption is placed in the Left column */

#nav {
		width: 751px;
		height: 26px;
		background-image:url(media/interface/nav.jpg);
		padding-left: 195px;
		padding-top: 5px;
		font: 19px Arial, Helvetica, sans-serif;
	}
	
#contentholder {
		width: 946px;
		min-height: 526px;
		background-color:#FFFFFF
	}
#leftban {
		float: left;
		width: 179px;
		height: 526px;
		background-image: url(media/interface/leftban.jpg);
		font: 15px Arial, Helvetica, sans-serif;
		text-align: center;
	}
#rightban {
		float:right;
		width: 751px;
		min-height: 526px;
	}
.news {
		width: 731px;
		font: 17px Arial, Helvetica, sans-serif;
		color: #3f586a;
		padding-left: 10px;
		padding-right: 10px;
	}
#footer {
		float: left;
		width: 946px;
		height: 17px;
		margin: auto auto;
		background:    url(media/interface/footban.jpg);
		/*formating for the text in the footer*/
		font: 11px/15px Arial, Helvetica, sans-serif;
		text-align: center;
		padding: 7px 0px;
		color: #4E8AA4;
	}
.smalltext {font: 12px Arial, Helvetica, sans-serif;}
	
	
/* ----- cusome links ----- */

.nav A:link {color: #FFFFFF; text-decoration: none;}
.nav A:visited {color: #FFFFFF; text-decoration: none;}
.nav A:hover {color: #c9c2b7; text-decoration: none;}
.nav A:active {color: #c9c2b7; text-decoration: underline;}


/* ----- HACKS USED ----- */
/* clearing hack by Tony Aslett for CONTENT area divs */
.clearfix:after {
    content: "."; display: block; height: 0; 
    clear: both; visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */