/*____________________________
						 RESET
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}
del,ins{text-decoration:none;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
legend{color:#000;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}

/*____________________________
					TYPOGRAPHY
*/
body { font-family: "Andale Mono", Courier, monospace; font-size:10px; line-height:16px;}
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}
p {}
small {}
strong { font-weight:bold; }
em { font-style:italic; }

/*____________________________
					   GLOBALS
*/
html,body{ 
	width:100%;
	height:100%;
}
body{
	color:#fff;
	background:#000;
	overflow:scroll;
	[if lt IE 8] overflow:hidden;
}
a, a:hover, a:visited { text-decoration:none; outline:none; }
.clear { clear:both; }

#masthead {
	position:fixed;
	top:0;
	right:118px;
	width:280px;
	background:#000;
	height:18px;
	overflow:hidden;
}
	#masthead h1 {
		color:#fff;
		position:absolute;
		top:1px;
		left:10px;
	}
	#masthead a {
		color:#fff;
	}
	
#mainMenu {
	position:fixed;
	top:0;
	right:50px;
	width:66px;
	background:#000;
	height:18px;
	overflow:hidden;
}
	#mainMenu a {
		color:#fff;
		position:absolute;
		top:1px;
		left:12px;
	}
	
#mainMenuDropdown {
	display:none;
	position:fixed;
	top:20px;
	right:50px;
	background:#000;
	width:348px;
	color:#fff;

}
	#mainMenuDropdown .holder {
		margin:8px 0;
	}
	#mainMenuDropdown .section {
		margin:0 8px 8px 10px;
	}
	#mainMenuDropdown p {
		color:#fff;
		margin-right:12px;
		float:left;
	}
	#mainMenuDropdown a {
		color:#fff;
	}
	#mainMenuDropdown a:hover {
		text-decoration:underline;
	}
	#mainMenuDropdown .subhead {
		color:#777;
	}	
#overlayMask {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
}

/*____________________________
						  HOME
*/
#home_holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
}
#home_holder .sfa_logo {
	display:block;
	position:absolute;
	top:74px;
	right:62px;
}
#home_holder .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:99%;
}
#home_holder .overlay img {
	width:100%;
	height:100%;
}
#home_holder #yt_cover {
	width:105px;
	height:75px;
	background:#000;
	bottom:0;
	right:0;
	position:absolute;
}
#home_holder #player_holder {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*____________________________
						   ETC
*/
