/*
   New Perspectives on HTML and XHTML 5th Edition
   Tutorial 4
   Case Problem 1

   Willet Creek Print Style Sheet
   Author: Bradley Forney
   Date:   2012-01-09

   Filename:         print.css
   Supporting Files: 

*/

@page{
	size: 		8.5in 11in portrait;
}

h1, h2, h3{
	font-family:	sans-serif;
}

#head{
	margin-left:	10%;
	margin-right:	10%;
}

#hole_list, #flags{
	display: 	none;
}

#hole_stats{
	float:		left;
	margin-right:	0.2in;
	padding:	0.1in;
	border-right:	0.1in double black;
	border-bottom:	0.1in double black;
}

#hole_stats h2{
	font-size:	12pt;
}

#hole_image{
	position: 	absolute;
	left:		3in;
	top:		3in;
}

#hole_image img{
	width:		3.54in;
	height:		5in;
}

#hole_description span{
	display: 	block;
	font-size:	20pt;
	font-family:	sans-serif;
	font-weight:	bold;
}
	
/*Doesn't work in IE*/
#hole_description span:before{
	content:	"Hole"
}