/* Print CSS for the University of Bristol Spelaeological Society */
/* Author: Simon Lee                                                           */

/*-----------------------------------*/
/*    TYPOGRAPHY and LOOKS    */
/*                SECTION               */

body {
	color: #000000;
	background: transparent;
	font-size: 12pt;
	line-height: 16pt;
	}

h1, h2, h3, h4 ,h5, h6 {
	color: #333333;
	margin: 0;
	padding: 5pt 2pt 2pt 2pt;
	line-height: 1.2pt;
	font-weight: bold;
	letter-spacing: 0.1pt;
	}

h1, h2 {
	clear: both;
	text-align: center;
	}

h1 {
	font-size: 20pt;
	}

h2 {
	font-size: 15pt;
	}

h3 {
	font-size: 13pt;
	}

h4 {
	font-size: 11pt;
	}

h5 {
	font-size: 9pt;
	}

h6 {
	font-size: 0.8pt;
	}


/*----------------------------------*/
/*                 LAYOUT              */
/*                SECTION             */

#navigation { 
	display:none !important;
	}

#events {
	display:none !important;
	}
	
#content {
	left: 0;
	right: 0;
	float: none !important;
	}

#logo {
	display: none !important;
	}

a {
	color: #000000;
	text-decoration: underline;
	}

/* create initially hidden field with page url in it for printing */