/* 
 *	WordPress Theme 'Dylan'
 *	Print CSS
 *	
 *	pages: all
 *	media: print
 *	
 *	written by: Phil Thompson hello@philthompson.co.uk November 2007
 *	last edited: 29/11/07 by Phil Thompson
 *	
 *	
 *	Table of Contents
 *	
 *	Typography
 *	Hidden elements
 *	Colours
 *	Borders
 */

/* Typography */

body{
	font-size: 12pt;
}


/* Hidden elements */
div#header ul,
form,
div#commenting_rules{
	display: none;
}


/* Colours */
*{
	background: #FFF !important;
	color: #000;
}

/* Borders */
div#header,
div#content_container,
div#footer{
	border-bottom: 1px solid #DDD;
}