/* 

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

/* Typography */

body{
	font-size: 12pt;
}


/* Hidden elements */
div#menu 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;
}

div#header{
	min-height: 0px;
}

#logo, #description{
	display: block !important;
}

/* Footer links */
div#footer a{
	color: #AC1A2F !important;
	text-decoration: underline !important;
}