@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	Ghostface Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		gf_home.css
	Date:			Sept 08, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav li.navHome a {
		background-position:-6px -45px;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		background:#000 url(../../images/bg_home.jpg) top center no-repeat;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#homeLogo Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#homeLogo {
		width:290px; height:197px;
		top:58px; margin-left:330px;
		background:url(../../images/logo.png) 0 0 no-repeat;
		position:absolute;
		z-index:5;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#main Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#main {
		width:962px;
		background:#000 url(../../images/bg_home.jpg) top center no-repeat !important;
		position:relative;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	#bg Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#bg {
		width:962px;
		padding:0;
		background:url(../../images/chain.png) top center no-repeat;
		position:relative;
	}
		#bg #mediaPlayer {
			width:229px; height:63px;
			margin:0 0 61px 698px;
			float:none;
		}
			#bg #mediaPlayer #audioPlayer {
				margin:0;
			}
				#bg #mediaPlayer p {
					padding:35px 0 0 0;
				}
					#bg #mediaPlayer p a {
						color:#cef87c;
					}
						#bg #mediaPlayer p a:hover {
							color:#aad950;
						}
		#bg #stage {
			width:962px; height:624px;
			text-align:center;
		}
			#bg #stage #flash {
				width:962px; height:624px;
			}
				#bg #stage #flash p {
					padding:280px 0 10px 0;
					font:bold 16px Georgia, "Times New Roman", Times, serif;
					color:#ba7b00;
				}
		#bg #fblike {
			position:absolute;
			top:40px; left:0;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	#footerHome Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#footerHome {
		width:420px; height:145px;
		margin:0 auto; padding:65px 0 0 0;
		text-align:center;
	}
		#footerHome #icon1 {
			width:48px; height:59px;
			background:url(../../images/footer_icon2.png) 0 0 no-repeat;
			display:inline-block;
			float:left;
		}
		#footerHome #text {
			width:315px;
			padding:12px 0 0 0;
			font:normal 10px Verdana, Arial, Helvetica, sans-serif;
			color:#6f665c;
			line-height:18px;
			display:inline-block;
			float:left;
		}
			#footerHome #text a {
				color:#fff;
			}
				#footerHome #text a:hover {
					color:#639638;
				}
			#footerHome #text a.btn_siteBy {
				width:108px; height:11px;
				margin:6px auto 0 auto;
				background:url(../../images/siteByHaloMedia.png) 0 0 no-repeat;
				display:block;
			}
				#footerHome #text a.btn_siteBy:hover {
					background-position:0 -16px;
				}
		#footerHome #icon2 {
			margin:10px 0 0 0;
			display:inline-block;
			float:left;
		}
			#footerHome #icon2 a {
				width:57px; height:45px;
				background:url(../../images/footer_icon1.png) 0 0 no-repeat;
				display:inline-block;
			}