/* -- THEME -- */

/* Main background colour for content area */
#Film .SiteContent {
	background-color: #16202a;
}

/* -- PRIMARY CONTENT - LEFT COL -- */

#Film .HeaderImg {
	background-image: url("header.jpg");
}

/* Background colour of headings for left column - Movie Synopsis, Photo Gallery, Wallpapers, Comments */
#Film .PrimaryContentHeader {
	background-color: #3399cf;
}

/* Colour of headings for left column - Movie Synopsis, Photo Gallery, Wallpapers, Comments */
#Film .PrimaryContentContainer h3 { 
	color: #ffffff;
}


/* Film Name & Comments Heading & Information about the film text - rating, distributor, released etc */
#Film .PrimaryContentContainer h2, #Film .PrimaryContentContainer h4, #Film .MovieInfoHeader {
	color: #3399cf;
}

/* Background colour of left column content areas - Movie Synopsis, Photo Gallery, Wallpapers */
#Film .MovieSynopsisBg, #Film .PhotoGalleryBg, #Film .WallpapersBg {
	background-color: #1d3e5d;	
}

/* -- SECONDARY CONTENT - RIGHT COL -- */

/* Right Column Headings - IMAX Session Times, Related News, Twitter Talk, Links & All the more link */
#Film .SecondaryContentContainer h4, #Film .SeeAll, #Film .SeeAll a:link, #Film .SeeAll a:visited, #Film .TwitterUsername {	
	color: #3399cf;
}

/* Background colour of session times */
#Film .Session {
	background-color: #1d3e5d;	
}

/* Sold Out session time text colour */
#Film .SoldOut {
	color: #3399cf;
}

/* Background colour for Teachers Preview Box */
#Film .TeacherPreviewsContainer {
	background-color: #1d3e5d;
}

/* Dividers */

#Film .NewsItem, #Film .TwitterFeed, #Film ul.Links li {
	border-top: 1px dotted #898989;
}

/* Images - Buttons/Arrows */

#Film .PrimaryContentHeaderBg, #Film .Extend, #Film .Collapse, #Film .BuyTicketsNowLight a:link, #Film .BuyTicketsNowLight a:visited, #Film .More .Arrow, #Film .BuyTicketsNowDark a:link, #Film .BuyTicketsNowDark a:visited, #Film .SpeechBubble {
	background-image: url("theme.gif");
}



















