/* ------------------------------------
The Buzz Style Sheet (Print)
version: 1.0
author: jane mcdevitt
email: jane@maraid.co.uk
website: http://www.maraid.co.uk
------------------------------------- */


/*-----------
green #a6bf25
blue #3d9ad3
dark blue #568099
pink #c53b86

notes: footer bkg image has a white margin due to IE peekaboo bug I need 'lowerfooter' to seperate the floats from float container
-----------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	color: #000;
	font-size: small;
	}
	
p {
	line-height:1.8em;
	}	
	
h1, h2 {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size:140%;
	}	
	
#intro h1 {
	font-size:140%;
	}

#intro h1 span {	
	color:#0066CC;
	}	
	
h3 {
	font-size:100%;
	}	
	
a {
	color:#0066CC;
	}
	
h1 a, h2 a, h3 a {
	text-decoration:none;
	color:#000;
	}	
	
img {
	border:none;
	}	
	
p img {
	border:2px solid #EDEDED;
	max-width:95%;
	padding:7px;
}	
	
.hidden, #mainnav, #subnav, .footercolumn, #sidebar {
	display:none;
	}		
					
	
