/*  CSS Print Document 
	Created for Blog.kyletunneyphotography.com
	Febuary 2009
	By Kyle Tunney
	At IT Devotion 	*/
	
/* Print Styles */
body { background:white; color:black; margin:0 }
#skip, #nav, .clients, #footer, #dropdown_blog, hr, .commentlist, form, #respond	{ display:none }
#container { 	display:block;
				margin-left:0; 
     			float:none; 
				width:auto; }

#header 	{ 	display:block; 
				height: 100px; 
				font-size: 150%; 
				color:black; }
	
				
#content 	{ 	margin-left:0; 
     			float:none; 
     			width:auto; 
     			color:black; 
     			font-size:12pt }

h1, h2, h3, h4, h5, h6 { page-break-after:avoid; page-break-inside:avoid }
img { page-break-inside:avoid; page-break-after:avoid; }
blockquote, table, pre { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }
				