
/* ----------------------------------------- 
 ---------- Print CSS
----------------------------------------- */

html {
		height: auto;
}
body {
	color: #000;
	margin: 0;
	padding: 0;
	background: #FFF;
	height: auto;
}

.collapseForPrint {
	display: none;
}

	a, a:visited {
		color: #000;
	}
	a:hover {
		color: #000;
	}
	
	
	
	
	body #container h1 {
		background: none;
		min-height: auto;
		height: auto;
		text-indent: 0;
		margin-bottom: 25px;
		padding-top: 20px;
	}
	

#container {
	height: auto;
	padding: 0;
	width: 100%;
}

#heading {
	background: none;
	display: none;
}
	#headingInner {
		background: none;
	}
	
#mainContent {
	padding: 0;
	clear: both;
	width: 100%;
}
#push {
	display: none;
}
#sidebar {
	display: none;
	margin-left: 0;
}
#header {
	height: 90px;
	background: none;
}
#contactInformation {
	padding: 0;
	margin: 0;
}
#logo {
	display: none;
}
#logoPrint {
	width: 260px;
	height: 88px;
	float: left;
	display: inline;
}
	#logoPrint img {
		width: 260px;
	}
#url {
	float: right;
	clear: none;
	font-size: 14px;
	padding: 17px 0 0 0;
}
#footer {
	font-size: 15px;
	padding: 30px 0 20px 0;
}
	
.image {
	background: #eaeaea;
}


#content {
	float: left;
	display: inline;
	width: auto;
}

#topNav, 
#subNav,
.link,
#previousNext {
	display: none;
}

.section-kids-events #content,
.section-community-events #content {
	width: 490px !important;
}
.section-kids-events #sidebar,
.section-community-events #sidebar {
	display: inline;
	width: 140px;
	
}

.section-information #sidebar,
.section-information #content {
	width: 100%;
	display: block;
	float: none;
}


#records ul li {
	margin-right: 5px;
	width: 210px;
}

body #wrapper #mask {
	display: none !important;
}
body #wrapper #popupContainer {
	position: static;
	margin: 0;
	width: 100%;
}
body #wrapper #popupContainerInner, 
body #wrapper #popupFooter {
	background: none;
	padding: 0;
}
body #wrapper #closePopup,
body #wrapper .closePopup {
	display: none;
}
body #wrapper .filmPopup .image {
	display: inline;
	float: right;
	margin: 0 0 20px 20px;
}
body #wrapper .filmPopup h3,
body #wrapper .filmPopup h2 {
	font-size: 26px;
	padding-top: 20px;
	margin-bottom: 15px;
}
body #wrapper .filmPopup .description,
body #wrapper .filmPopup .subheading.ticketDetails {
	display: inline;
}


#listTable .col1 {
	width: 150px;
}
#listTable .col2 {
	width: 220px;
}
#listTable .col3 {
	width: 130px;
}







