/* Printer Friendly :-) */

/* General */

	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		color: #000000;
		height: 100%;
		text-align: left;
		font-size: 12px;
		line-height: 15px;
		font-family: Georgia, Garamond, serif;}
	
	p {
		font-size:12px;
		line-height: 1.5em;
		margin-bottom: 18px;
	}
	
	h3 {
		font-size: 1.8em;
		 margin-bottom: 18px;

	}
	
	h4 {
		font-size: 1.4em;
		 margin-bottom: 18px;
	}
	h5 {
		font-size: 1.2em;
		 margin-bottom: 9px;
	}
		
/* main layout */

	#content {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		position: relative;	
	}
	
	#header, #left, #right {
		display: none;
	}
	

	
/* links */
	
	.text_links { 
		list-style-type: none;
		text-decoration: underline;	
		color : #0000ff; 	
	}
	
	#news_links {
		display: none;
	}
	
/* Hidden Images */	

	.header_img {
		display: none;	
	}
	
	.album_img {
		display: none;
	}

	
	/*articles section */
	
	.article_quote {
		font-style: italic;
	}
	
	.article_cite {
		margin-top: -18px;	
		margin-left: 32px;
		margin-bottom: 18px;
		display: block;
	}
	
	.article_img {
		display: none;
	}



/* Footer Stuff */	

	#footer {
	}
	
	.footer_left {
		width: 800;
		text-align: left;
	}
	
	.footer_left_text a {
		display: none;
	}
		
	#site_links {
		display:none;
	}


	.company_text {
		color: #000000;
		font-size: 10px;
		line-height: 18px; 
		margin-top:18px;
	}

	
/* Misc. */

	#album_packshot_container {
		display: none
	}
	
	#ep_packshot_container {
		display: none
	}
	
	.reset {
		display: block;
		clear: both;
		margin: 0;
		line-height: 0;
		padding: 0;	
	}
	
	.track_list {
		list-style:none;
	}
		
	.track_list li {
		margin-bottom:9px;
		font-size: 12px;
	}

	.itemcontent {
		margin-bottom:36px;
	}
	
	.video_link {
		display: none;
	}
	
	#tour_item {
		margin-bottom:18px;
		margin-left: 90px;
		width: 162px;
		float: left;
	}
	
	.tour_h4 {
		margin-bottom: 0px;
	}
	
