@import url("global.css");

#homeGalleries h2 a, #homeCinema h2 a, #homeUpcomingEvents h2 a {
	display:block;
	height:100%;
	width:100%;
	text-indent:-999em;
	color:#ffffff;
	text-transform:uppercase;
	text-decoration:none;
}

#homeGalleries {
	position:relative;
	display:block;
	top:0px;
	left:0px;
	height:349px;
	width:501px;
}

#homeGalleries h2 {
	position:absolute;
	top:300px;
	left:10px;
	display:block;
	height:32px;
	width:420px;
	background:url(../images/home_inthegalleries.png) #666666;
}

#homeCinema {
	float:right;
	position:relative;
	margin:-349px 0 0 0;
	width:297px;
	height:192px;
	overflow:hidden;
}

#homeCinema h2 {
	position:absolute;
	top:145px;
	left:11px;
	display:block;
	height:29px;
	width:200px;
	background:url(../images/home_atthecinema.png) #666666;
}

#homeUpcomingEvents {
	float:right;
	clear:right;
	margin:-156px 0 0 0;
	position:relative;
	margin-left:1px;
	height:156px;
	width:297px;
	overflow:hidden;
}

#homeUpcomingEvents h2 {
	position:absolute;
	top:111px;
	left:11px;
	display:block;
	height:29px;
	width:200px;
	background:url(../images/home_upcomingevents.png) #666666;
}

#homeThisWeek {
	width:491px;
	padding:25px 0 0 10px;
}

#homeThisWeek h2 {
	display:block;
	height:13px;
	width:109px;
	line-height:1px;
	background:url(../images/home_thisweek.png);
	text-indent:-999em;
}

#homeThisWeek h3 {
	font-weight:bold;
	margin-top:10px;
}

#homeThisWeek .date {
	margin-bottom:10px;
}

#homeNowPlaying {
	position:absolute;
	top:350px;
	left:502px;
	padding:25px 0 0 20px;
	width:277px;
}

#homeNowPlaying h2 {
	display:block;
	height:10px;
	width:245px;
	line-height:1px;
	background:url(../images/home_nowplaying.png);
	text-indent:-999em;
}

#homeNowPlaying .date {
	margin:10px 0 0 0;
	font-weight:bold;
	font-size:10px;
	color:#666666;
}

#homeNowPlaying .movie {
	font-weight:bold;
	font-size:10px;
}

#homeNowPlaying .movie a {
	font-weight:normal;
}