@charset "UTF-8";
/*RESET ###############################################*/

body,div,dl,dt,dd,ul,/*ol,li,*/h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
	}
	
td {
	vertical-align: top;
		}


/*LAYOUT ###############################################*/

html, body {
	text-align: center;
		}
		

body  {
	margin: 0; 
	padding: 0;
	text-align: center; 
	
}



#container, #elevator{ 
	width: 701px; 
}

#container { 
	margin: 0 auto;
	text-align: left; 
} 


#elevator{ /*overlay of "shut up and listen" distressed text above white background  - duplicates lower bkg_textdistress*/
	padding: 0px 10px 10px;
	position:absolute;
	z-index: 5;
	border-right: thin dashed #999999;
	border-bottom: thin dashed #999999;
	border-left: thin dashed #999999;
	visibility: visible;
	}
		



/*overlay of "shut up and listen" distressed text above white background  - duplicates lower bkg_textdistress*/
	


#bkg_textdistress {
	width: 100%;
	position: absolute;
	top: 168px;
	z-index: 3;
	height: 120px;
	visibility: visible;
	}
		
			
				
#bkg_bodyback {
	width: 100%;
	position: absolute;
	top: 82px;
	left: 0px;
	z-index: 1;
	height: 408px;
	}
			








#header {
	margin-top: 10px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header{
	height: 180px; /*: 0px 0px 8px;*/
} 




#actionbar, #navbox, #logobox {
	float: right;
	padding: 0;
}

#actionbar, #logobox {
	width: 222px;
}

 #navbox {
	width: 214px;
}

/*#actionbar>*, #navbox>*, #actionbar>div>*, #navbox>div>*{
	margin: 10px;
	width: 100%;
}*/



#actionbar>div, #navbox>div {
	margin: 0;
}

#actionbar>div {
	margin-bottom: 8px;
}


#player.tracklisted {
	height:220px;
	}



#navbox {
	height: 160px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	}

#navbox-inner {
	/*padding: 3px 3px 8px 5px;*/
	}
	
	
#nav-main{
	margin-top: 10px;
} 




#nav-main, #content-uber{
	min-height: 75px;/*consider IE conditional overide*/
	margin-top: 10px;
} 



#logobox{
	height: 15px;
	/*position: relative;*/
} 



.left { 
	width: 460px;
	float: left; /*fix for dropped right float in nav-main*/
} 


#content-uber {
	display: none;
} 

#content-main { 
	margin: 0 240px 0 0; /* creates the column down the right side of the page - no matter how much content the actionbar div contain.  remove  if  #content-main div's text is to fill the #actionbar space when the content in #actionbar ends. */
	padding: 0px; 
} 







#footer { 
	padding: 0px 10px 0px 0px; 
} 

footer p {
	margin: 0; /* zeroing the s of the first element in the footer will avoid the possibility of  collapse - a space between divs */
	padding: 0 10px ; /* padding on this element will create space, just as the the  would have, without the  collapse issue */
}









/*SNIPPETS*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.pix_celled, .content_celled {
	padding: 5px;
}

div.fade,
#rattlestore {
	display:none;
	}
