/*

 CSS BY:
 Maverick Blair
 http://www.maverickblair.net

 COLOR KEY:

*/


/*
	RESET
*/
*					{ margin: 0; padding: 0; }
html				{ overflow-y: scroll; }
html, body, 
#page-wrap			{ height: 100%; }
body				{ font-size: 62.5%; font-family: tahoma, arial, verdana; color: #7e7e7e; background-color: #121212; }
td, th				{ vertical-align: top; }
ul					{ list-style: none inside; }
p					{ font-size: 1.2 em; line-height: 1.8em; margin-bottom: 0.8em; }
a					{ outline: none; text-decoration: none; }
a img				{ border: 0px none; }
img					{ vertical-align: middle; }
img, div, input 	{ behavior: url("../inc/iepngfix.htc") }
table				{ border-collapse: collapse; }

/*
	UTILITY
*/
.floatLeft			{ float: left; }
.floatRight			{ float: right; }
.centered			{ text-align: center; margin: 0 auto; }
.clear				{ clear: both; }
.invisible			{ display: none; }
.button				{ border: 1px solid #FE9900; background: #474747; 
					  padding: 3px 8px; 
					  -moz-border-radius: 5px; 
					  -webkit-border-radius: 5px; 
					  color: #FE9900; }
.button:hover		{ background: #222222; color: white; }

	/* CLEAR FIX*/
	.clearfix:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	.clearfix 			{ display: inline-block; }
	/* Hides from IE-mac */
		* html .clearfix    { height: 1%; }
		.clearfix    		{ display: block; }
	/* End hide from IE-mac */

/*
	STRUCTURE
*/
#page-wrap			{ width: 1180px; margin: 0 auto -38px; min-height: 100%; height: auto !important; height: 100%; margin-top: 10px; }
#main-content		{ padding-bottom: 38px; } /* padding bottom must be same height at footer */
#header				{ margin: 10px; }
#footer				{ width:1180px; position: relative; margin-top: -38px; height: 38px; clear:both; background-color: #999; margin: 0 auto;
					  -moz-border-radius-topleft: 5px; 
					  -moz-border-radius-topright: 5px; 
					  -webkit-border-radius-topleft: 5px;
					  -webkit-border-radius-topright: 5px; }
#copyright			{ color: #FFF; font-size: 12px; line-height: 2.3em; padding: 7px 0px 0px 20px; width: 300px; float: left; text-align: left; }
#siteby a			{ color: #FFF; font-size: 12px; line-height: 2.3em; padding: 7px 20px 0px 0px; width: 200px; float: right; text-align: right; }}










