/*

 CSS BY:
 Maverick Blair
 http://www.maverickblair.net

 COLOR KEY:
 Orange: #FE9900;
 Dark Gray: #161616;
 Light Gray: #474747;
*/


/*
	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: #c8c8c8; background: url(../images/body-bg.jpg) top center repeat-x #a6a6a6; }
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: 1024px; margin: 0 auto -208px; min-height: 100%; height: auto !important; height: 100%; }
#main-content		{ padding-bottom: 208px; } /* padding bottom must be same height at footer */
#header				{ background: url(../images/header.jpg) top center no-repeat; height: 362px;}
#header #fb_link	{
	padding-left: 380px;
	padding-top: 45px;
	text-align: center;
	height: 225px;
}
.fb_img{
	margin-right: 50px;
	margin-top: -35px;
}
.ss_img{
	margin-left: 100px;
}
#footer				{ width:1024px; position: relative; margin-top: -208px; height: 208px; clear:both; background-color: #999; margin: 0 auto; background: url(../images/footer-bg.png) top center no-repeat; }
#footer #subnav		{ padding-top: 20px; text-align: center; color: #fde185; line-height: 1.6em; }
#footer #copy		{ padding-top: 14px; }
#copyright			{ color: #FFF; font-size: 12px; line-height: 2.3em; padding: 0px 0px 0px 150px; width: 350px; float: left; text-align: left; }
#siteby a			{ color: #FFF; font-size: 12px; line-height: 2.3em; padding: 0px 150px 0px 0px; width: 200px; float: right; text-align: right; }
#referafriend 		{ padding-top: 45px; text-align: center; color: #fde185; padding-right: 35px; }

/*
	TYPOGRAPHY
*/
a, a.hover, a.visited { color: #fde185; }
