/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;color:#000;background:none;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
img {margin:0;}
a img {border:none;}
p img.top {margin-top:0; display: block; }
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:none; color: #CF4290;}
a:link:after, a:visited:after {content:" (" attr(href) ") ";font-size:90%;}

/* Remove unwanted elements */
#header, #right-cols, #search, #lightwindow, #lightwindow_overlay, #footer, .tabbed-menu, h2#sub-header, .dontPrint	{
	display: none;
}

/* Add images */
#bubbletext .printHeader	{
	position: relative;
	margin: 0 0 2px 0;
	height: 60px;
	width: 720px;
	padding: 0;
}
#bubbletext .subsequentPage	{
	page-break-before: always;
}

/* Position elements */
#overview-image	{
	width: 100%;
	height: 200px;
	margin-top: 10px;
	padding: 0; 
}
.butler	{ 
	position: absolute;
	height: 120px;
	width: 80px;
	top: 800px;
	left: 580px;
	z-index: -5;
}
div#overview-content-text > p	{ 
	background-color: #fff; 
	position: relative; 
	z-index: 1;
} /* ensures that text can be read even if over the butler img */

ul#picture_browse	{
	display: inline;
	white-space: nowrap;
	padding-left: 0;
}
ul#picture_browse li	{ display: inline;}

/* custom print styles */
h3#title	{ 
	font-family: "Gill Sans";
	font-weight: 100;
	font-size: 25pt; 
	color: #CF4290; 
}
h4.overview	{ margin-top: 50px; } /* xtra margin from images */
h4.infoHighlight	{
	font-size: 14pt;
	color: #CF4290;
	font-weight: bold;
	margin: 25px 0 5px 0;
}
p.info	{
	font-weight: bold;
}

/* Ensure the content spans the full width */
#container, #wrapper	{
	width: 100%; 
	margin: 0; 
	float: none;
}

/* Change light-coloured text to black */

/* Improve colour contrast of links */
a:link, a:visited	{
	color: #781351;
}

table.venue-detail	{
	margin-top:10px;
	border-spacing: 0px;
	border-collapse: collapse; 
	width:501px;
	border-collapse: collapse;
}
td.center	{
	text-align:center;
}
table.venue-detail td, 
table.venue-detail th { 	border: 1px solid #CF4290; border-spacing: 0; padding: 10px 10px 10px 15px; }
tr	{
	display: table-row;
	vertical-align: inherit;
}