/*-------------------------*//* print stylesheet *//*-------------------------------------*/
/*----------------------------------------------------------------------------------------*/

body {
	font: normal 62.5%/1 verdana,arial,helvetica,san-serif;
	background: white;
	font-size: 10pt;
	}
	
/* link specific styles 
-------------------------------------------------------------*/

a:link, a:visited {
	color: #999;
	background: transparent;
	font-weight: bold;
	text-decoration:none;
	}
	
/*css 3 styles for gecko browsers*/
#content a:link:after, #content a:visited:after {
   content:" ("attr(href)")";
   }
	
#content a[href^="/"]:after {
  content:" (http://www.yvonne-arnaud.co.uk"attr(href)")";
   }
	
body#whatsonID.glance #content a:link:after, body#whatsonID.glance #content a:visited:after {
   content:"";
   }
	
body#whatsonID.glance #content a[href^="/"]:after {
  content:"";
   }
	
/*content specific styles 
-------------------------------------------------------------*/

#container, #content {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}

div#header {
	border-bottom:1px solid #999;
	padding-bottom:5px;
	}
	
#header_logo a img{
	border: none;
}

h2, h3, h4{
	margin:7px 0 5px 0;
}

h2{
	margin-bottom:10px;
}

p{
	line-height: 1.4;
}

body.glance table{
	width:95%;
	border-collapse: collapse;
}

body.glance table th{
	text-align: left;
	border-bottom:1px solid #999;
}
body.glance table th.main span, body.glance table th.mill span, body.glance table th.children span{
	font-size:13px;
	padding:5px 0;
	display:block;
}



body.glance table td{
	border-bottom:1px solid #999;
}

body.glance h3 a {
	float:none;
	font-size:11px;
}

body.glance h3 span{
	clear:left;
	float:none;
	display:block;
	font-size:10px;
}



/* hidden page sections 
-------------------------------------------------------------*/	
	
#nav, #nav_sub, #header_tickets, #links, #content_dates a, h1, #header_banner, img.loz, .caption p, .caption img, form, body.access #content img, body.tickets #content img, body.items #content table, body.glance #content img, body.glance div.linkwrapper, #homeID #content_quicklinks, #content #content_image img{
	display: none;
	}
	
/* footer specific styles 
-------------------------------------------------------------*/	
#footer{
	font-size: 9pt;
	margin:20px 0 0 0;
	border-top:1px solid #999;
}

div#footer ul{
	display:none;
}