/* 
Title: ASH
Owner: ASH
Developer Agency: Beat Fly Lab
URL: http://www.beatfly.com

Created: April 09
Copyright: ASH

All rights reserved including rights of reproduction and use in any form or by any means, including the making of copies by any photo process or by any electronic or mechanical device (printed, written, or oral), or recording for sound or visual reproduction, or for use in any knowledge or retrieval system or device, unless permission in writing is obtained from the copyright proprietor.
*/

@import "design.css";
@import "form.css";

*{
	padding:0;
	margin:0;}
	
body{
	cursor:default;
	text-align:center;
	font:x-small/1.5 Arial, Helvetica, sans-serif;
	background:#000 url(../../splash_library/bg.jpg) no-repeat center top;
	color:#F4EEDD;
	height:100%;}
	
	html, body{height:100%;}
	
	html>body #page{
		height:auto;
		min-height:100%;}
	
#page{
	margin:0;
	padding:0;
	width:100%;
	min-height:100%;
	height:100% !important;}
	
#container{
	text-align:left;
	width:1000px;
	margin:0 auto;}
	
#header{
	width:1000px;
	height:300px;
	clear:both;}
	
#logo{
	width:400px;
	height:130px;
	display:block;
	float:left;}
	
	#logo h1{
		width:400px;
		line-height:130px;
		text-indent:-9000px;}
		
		#logo h1 a {
			display:block;
			width:400px;}
	
/*menu*/
#menu{
	width:400px;
	background:#0A0A0A;
	border-left:1px solid #A52229;
	text-align:right;
	margin:80px 0 0 0;
	padding:3px;
	float:right;}

	#menu ul{
		margin:0;
		padding:0;
		list-style-type:none;}
	
	#menu li{
		display:inline;}
	
	#menu li a{
		text-decoration:none;
		margin:0 8px 0 0;
		padding:2px;
		color:#eee;}
		
	#menu li a:hover, #menu li .current{
		color:#A52229 !important;}
		
/*submenu*/
#submenu{
	text-align:right;
	margin:40px 0 0 0;
	padding:3px;
	float:right;}

	#submenu ul{
		list-style-type:none;}
	
	#submenu li{
		background:#0A0A0A;
		display:block;
		margin:0 0 4px 0;
		padding:4px 6px 4px 10px;}
	
	#submenu li a{
		text-decoration:none;
		background:#0A0A0A;
		color:#eee;
		margin:0 8px 0 0;}
		
	#submenu li a:hover{
		color:#A52229 !important;
		background:#170C13;}
		
	span.count{
		color:#6E6F62;}
	
/*intro*/
#intro{
	width:400px;
	background:#0A0A0A;
	border-right:1px solid #5A99B8;
	text-align:right;
	margin:20px 0 0 0;
	padding:3px;
	float:right;}
	
#content{
	float:left;
	height:100%;
	width:100%;
	margin-bottom:20px;}
	
#left{
	width:550px;
	margin:0 15px 0 0;
	float:left;}
	
#center{
	width:100%;
	margin:0 15px 0 0;
	float:left;}
	
#right{
	width:360px;
	float:right;}
	
#footer{
	border-top:1px solid #0A0A0A;
	width:100%;
	min-height:150px;
	height:auto !important;
	height:150px;}
			
	#subleft{
		width:390px;
		background-color:#040404;
		float:left;}
		
		#subleft h3, #subright h3{color:#6E6F62;}
		
			#subleft p{color:#5C5D52;}
			
				#subleft p#credit{color:#5C5D52; padding:5px 0;}
				
	#subright{
		width:400px;
		text-align:right;
		border-right:1px solid #66645F;
		float:right;}
	
	#scrollup{
		width:390px;
		height:30px;
		position:relative;
		overflow:hidden;}
		
	.headline {
		position:absolute;
	  	top: 210px;
	  	left: 5px;
	  	height:35px;
	  	width:380px;}
								
#player{
	padding:5px 0;}