/* You need to negate anything that's happening in the main css that you don't want to happen when it prints */

body {
	color: #333333;	
	font: 76%/140% Helvetica, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #ffffff; 
}

#printhead { 
	display: inline;
}

#page, #content, #printhead { 
	background: #ffffff; 
	width: auto;
	margin: 5px 0;
	padding: 0;
	position: relative; /* This stops the page getting cut off when printing */
	border: none;
}

head, #header, #artist, #navigation, #next, #nav, #footer { 
	display: none;
}

h1 { 
	color: #666699;
	font-size: 1.4em;
	background: none;
}

h2 { 
	color: #cc6666;
	font-size: 1.2em;
	margin-top: 30px;
	background: none;
}

a:link, a:visited, a:hover, a:active, a:focus { 
	color: #666699;
	text-decoration: none;
}

.break { 
	page-break-after: always; /* This won't work within fixed position elements */
}

ul {
	list-style-type: circle;
}
