/*
Theme Name: WP Default Modified to WPHM
Theme URI: http://wordpress.org/
Description: Modified default WP 1.6 theme
Version: 0.9
Author: icerabbit
Author URI: http://icerabbit.com/
Tags: custom, fixed width, two columns, widgets
*/

/* Print Style Sheet */

@media print {
	
body { 
	background:white; color:black; margin:0; 
	font-family: Arial, Helvetica, 'Lucida Grande', Verdana, Sans-Serif;
    font-size:10pt; 
	}

p
{ 
line-height: 105%
}  

#header { display:none }
#content { }

#menubar { display:none }

#comments { display: none }
#sidebar { display:none }
#footer { }

}
