/* Print stylesheet
----------------------------------------------
Name: Holmesy
Date: 19 Jan 2011
*/ 


/* Index
----------------------------------------------
1. Typography
2. Layout
3. General Styles
*/


/* 1. Typography
----------------------------------------------*/

body
{
	margin: 20pt;
	color: black;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
}

form,
fieldset,
img
{
	border: 0;
}

a
{
	color: black;
}

ul.articles
{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* 2. Layout
----------------------------------------------*/

#content
{
}


/* 3. General Styles
----------------------------------------------*/

/* Hide here any elements not to be printed */

h1,
#sub-nav,
#nav,
.breadcrumb,
#print,
#right,
#extra,
#foot,
canvas
{
	display: none;
}