/**
 *
 *	Game Connection
 *	Print CSS
 *	
 *	pages: all
 *	media: print
 *	
 *	@created: December 2008 by Phil Thompson hello@philthompson.co.uk
 *	@edited: 10/12/2008 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;
}
