/* 
-----------------------------------------------------------------
	Footnote Dance
	print.css
	
	Print styles
	Created 05.07.2007 by DS
	Last Updated: See SVN	
-----------------------------------------------------------------
*/


/*
-----------------------------------------------------------------
	Hidden
-----------------------------------------------------------------	
*/

	.access,
	.screen,
	hr,
	#primary-nav,	
	#secondary-nav .nav,
	#footer .nav,
	form,
	#search-hr,
	#header embed,
	#header object {
		display: none;
	}

/*
-----------------------------------------------------------------
	Text
-----------------------------------------------------------------	
*/
	
	body {
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	#shell #header {
		background: none;
	}
	h1 {
		padding-bottom: 1em;
		border-bottom: 1px solid #000;
		margin-bottom: 0;
	}
	#t-home .tour-date h4 em {
		font-style: normal;
	}	
	h2 {
		margin: 0;
	}
	a { 
		text-decoration: underline; 
	}
	#footer {
		font-size: 0.8em;
		padding-top: 1em;		
		border-bottom: 2px solid #ccc;		
		margin-top: 2em;		
	}
	#sponsors {
		margin-top: 2em;	
		text-align: center;
	}
	#sponsors div.clear {
		display: none;
	}
	#sponsors ul,
	#sponsors li {
		list-style: none;
		padding: 0;
		margin: 0;
		display: inline;		
	}
	#sponsors img {
		margin: 0 10px 10px 10px;
	}

/*
-----------------------------------------------------------------
	Images
-----------------------------------------------------------------	
*/

	a img {
		border: 0;
	}
	h1 img {
		margin: 0;	
	}

/*
-----------------------------------------------------------------
	Colour
-----------------------------------------------------------------	
*/

	body {
		background: #fff;
	}
	body,
	a {
		color: #000;
	}