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

html {
		height: auto;
}
body {
	font-family: arial, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #FFF;
	height: auto;
}

.expandForPrint {
	display: block;
}
.collapseForPrint {
	display: none;
}

a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
}
	
	h1, h2, h3, h4 {
		color: #000;
		font-family: arial, sans-serif;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited, 
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		color: #000;
	}
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover {
		color: #000;
	}


#container {
	height: auto;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}
#mainContent {
	padding: 0;
	clear: both;
	width: 100%;
}
#push {
	display: none;
}
#sidebar {
	display: none;
}


.section-home #sidebar {
	display: inline;
}
.section-home #featureBoxes .item .image {
	display: none;
}
#featureBoxes div.item {
	margin-right: 30px;
}


#header {
	height: 120px;
	padding-top: 20px;
}
#logo {
	display: none;
}
#logoPrint {
	width: 173px;
	height: 70px;
	float: left;
	display: inline;
}
	#logoPrint img {
		width: 173px;
	}
#url {
	float: right;
	clear: none;
	font-size: 14px;
	padding: 17px 0 0 0;
}
#footer {
	font-size: 15px;
	padding: 40px 0;
}
	#copyright {
			float: left;
			display: inline;
			width: 100%;
		}
		#copyright2 {
			float: right;
			display: inline;
			width: 100%;
			clear: both;
		}
		#photography {
			float: left;
			display: inline;
		}
		#artlogic {
			float: left;
			display: inline;
			clear: left;
		}
	
.image {
	background: #eaeaea;
}


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

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




#timetable {
	width: 100%;
}
#timetable ul {
	width: 500px;
}
#timetable ul li {
	width: 500px;
	margin-bottom: 0;
}
#timetable .image {
	
}	
#timetable ul li h3 {
	font-size: 16px;
	width: 350px;
}


#items div.item .additionalInfo {
	width: 230px;
}


.button {
	display: none !important;
}


/* Questionnaire 
----------------------------------------- */

#printButton {
	display: none !important;
}
#membersNav {
	margin-top: 20px;
	font-size: 13px;
}
#membersNav #username {
	font-size: 13px;
}
#membersNav .button {
	display: none;
}
#questionnaireForm .buttons .button {
	display: none !important;
}
#questionnaireForm .radio {
	text-indent: 0;
	background: none;
}
#questionnaireForm .radio.active {
	background: none;
}
*html #questionnaireForm .radio {
	background: none;
}
*html #questionnaireForm .radio.active {
	background: none;
}
#questionnaireForm .description {
	color: #555;
}
#questionnaireForm .note {
	color: #222;
}

#questionnaireForm.printVersion strong {
	color: #555;
}

textarea,
input,
select {
	background: #FFF;
	display: none;
}

#questionnaireForm .fieldReplace {
	display: block;
	padding: 6px;
	border: 1px solid #555;
}


