/* These get hidden from IE5 Mac,
and the funny import rule hides them from IE 5 Win \*/

@import "null?\"\{"; 
@import "cocho-screen.css";

/* Print styles */

@media print {

	#top {
		font: bold 18px/20px Arial, Helvetica, sans;	
		height: 2em !important;
		width: 800px;
		margin: 0 auto 1em;
		border-bottom: 1px solid #000;
		text-align: left;
	}
	
	#header h1 {
		text-indent: 0;
		position: static;
		height: 1em;
	}
	
	#header a {
		display: inline;
	}
	
	h2, h3 {
		color: #000 !important;
	}
	
	table.tours td {
		border-bottom: 1px solid #000;
	}
	
	ul#billboards, ul#nav, #jumpBox, .dropdown, .bands ul.videos, .home ul.videos, ul#funders, ul#social-links {
		display: none;
	}
	
	#footer p {
		text-align: left;
	}
	
	a.rss {
		padding: 0;
	}

}