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

html {
	height: auto;
}
body {
	font-family: 'Gill Sans', 'Gill Sans MT', arial, sans-serif;
	color: #111;
	line-height: 1.5em;
	font-size: 14px;
	padding: 10px;
	height: auto;
	background: none;
}

.collapseForPrint {
	display: none;
}

a, a:visited {
		color: #000;
	}
	a:hover {
		color: #000;
	}
	
	
	/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #111;
		font-weight: normal;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited, 
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		text-decoration: none;
		color: #111;
	}
	h1 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 19px;
		margin-bottom: 26px;
	}
	h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	h4 {
		margin-bottom: 20px;
		font-size: 15px;
	}
	

#container {
	height: auto;
	padding: 0;
	width: 100%;
	background: none;
}
#mainContent {
	clear: both;
	width: 100%;
	padding-top: 0;
}
#push {
	display: none;
}
#sidebar {
	display: none;
}
#header {
	height: 120px;
	padding-top: 20px;
}
#logo {
	display: none;
}
#printLogo {
	width: 328px;
	display: block;
}
#printLogo img {
	width: 328px;
}

.dates, .subtitle, .subheading,
#records ul li .dates {
	color: #777;
}
#url {
	float: right;
	clear: none;
	font-size: 14px;
	padding: 17px 0 0 0;
}
#breadcrumb, #toolbar {
	display: none;
}
#heading {
	margin: 0  0 30px 0;
	display: none;
}
#footer {
	padding: 40px 0;
	color: #777;
	border-top: 1px solid #ccc;
}
#footer a, #footer a:visited {
	color: #777;
}
.image {
	background: #eaeaea;
}


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

#topNav, 
#subNav,
.link {
	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;
}




