/*
	Site: Kidwinks
	Part: Print styles
	Last modified: May 9, 2006
*/

/* Hide unnecessary elements
=====================================================================*/
#content-secondary, #content-tertiary, #nav ul, #profile, .print, #rater, .search { 
	display: none; }


/* Core layout
=====================================================================*/
#content .copy, #wide #content .copy { 
	background: none; min-width: 0; max-width: 100%; width: 100%; }
#content-primary-secondary, #content-primary, #wide #content-primary-secondary, .wide #content-primary { 
	background: none; float: none;
	width: 100%; }
	
#logo { 
	position: static;
	margin: 0; }
	
#nav, #nav .copy { 
	background: none; }


/* Content
=====================================================================*/

body { 
	font-size: 96%; }
ul { 
	list-style: disc; 
	margin-left: 2em; }
	
ul li { 
	background: none;
	padding: 0; }
