/* /HOME/STYLES */


  	/* HEADINGS
		h1 span {visibility:hidden;}
		h1.home {background:url(/global/images/headings/welcome.png) no-repeat;}
		h1.welcome {background:url(/global/images/headings/welcome.png) no-repeat;}
		h1.recordings {background:url(/global/images/headings/recordings.png) no-repeat;}   
		h1.subtle.recordings {background:url(/global/images/headings/subtle/recordings.png) no-repeat;}
		h1.press {background:url(/global/images/headings/press.png) no-repeat;}   
		h1.subtle.press {background:url(/global/images/headings/subtle/press.png) no-repeat;}
		h1.shows {background:url(/global/images/headings/shows.png) no-repeat;}   
		h1.subtle.shows {background:url(/global/images/headings/subtle/shows.png) no-repeat;}   
		h1.gallery {background:url(/global/images/headings/gallery.png) no-repeat;}
		h1.biography {background:url(/global/images/headings/biography.png) no-repeat;}     
		h1.contacts {background:url(/global/images/headings/contacts.png) no-repeat;}  
		*/

	/* 	POSITIONING - Box Model	
		
		.main_content {width:870px;}
		
		.outside.box {width:868px; border:1px} 	/* 1b + 868 + 1b == 870 
		.outside.box .content {margin:14px;}
		
		COLUMNS: | 1b + 280 + 1b + 12m | 1b + 280 + 1b + 12m | 1b + 280 + 1b | == 870
		.outside.box.full-width {width:868px;} 	/* 1b + 868 + 1b == 870
		.outside.box.two-third {width:574px;}	/* 1b + 574 + 1b + 12m == 588
		.outside.box.one-third {width:280px;}	/* 1b + 280 + 1b + 12m == 294
		
	*/
		
	/* HOME SYTLS */
	
	#home h1 {margin-bottom:5px;}
	#home #default ul {width:252px;}
	
	
	#home .outside.box {min-height: 216px;}
	
	#home #default {height:446px;}
	
	
	#home #default #welcome_intro {
	position:absolute;
	top:0;left:0;
	width:574px; 
	height:216px; 
	margin-right:12px;
	/* margin-bottom:12px; /* not needed but */
	}


	#home #default #press {
	position:absolute;
	top:0;left:588px;
	width:282px; 
	height:446px; 
	}
	
	#home #default #recordings {
	position:absolute;
	top:230px; 
	left:0;
	width:280px; 
	height:216px; 
	margin-right:10px;
	}
	
	#home #default #shows {
	position:absolute;
	top:230px; 
	left:294px;
	width:280px; 
	height:216px; 
	margin-right:10px;
	}  
	
	#home #default #shows li.time {display:none;}  
	#home #default #shows li.reservations {display:none;} 
	#home #default #shows li.long.note {display:none;}

	#home #welcome {position:relative;} /* needed for arrows */

	
	
