@import url("screensavers.css");
@import url("episodes.css");
@import url("trivia.css");
@import url("quotes.css");
@import url("video.css");
@import url("downloads.css");
@import url("reviews.css");
@import url("news.css");

/* 
------------------------------------
DETAILS:
Title: show_defaults.css
Author: Steve Beck
URL: http://www.tv1.com.au/Shows/css/show_defaults.css
Born: July 2007
------------------------------------ */


#TVShow, #TVShow_LandingBG {
	padding-bottom: 10px;
	/*min-height: 605px;
	height:auto !important;
	height:605px;*/
}


#TVShow h2 {
	font-weight: normal;
}

#show_content_container ul {
	list-style: none;
}

#show_content_container h2 {
	font-size: 300%;
	margin-bottom: 5px;
	margin-left: 17px;
}

/* SHOW NAVIGATION */
#show_navigation_left {
	width: 141px;
	float: left;
	padding-top: 30px;

}

#TVShow_SubNavigation {
	padding: 0px 15px 20px 0px;
	font-size: 24px;
	text-align: right;
}

.Active a {
	text-decoration: underline;
	color: #000000;
}

#Episode_Series {
	padding: 0px 10px 10px 10px;
}

#shows_reminders h6 {
	width: 100px;
	float: left;
	height: 20px;
}

#shows_reminders img {
	margin: 0px 23px 0px 8px;
	float: left;
}

/* SHOW CONTENT */
#TVShow_Content_Container {
	width: 669px;
	float: left;
	margin: 143px 0px 0px 32px;
}
.LandingBG #TVShow_Content_Container {
	width: 669px;
	float: left;
	margin: 0px 0px 0px 0px;
}

#TVShow_Content_Container h1 {
	display: none;
}

#TVShow_Content_Container p {
	font-size: 110%;
}

#TVShow_Content {
	width: 522px;
	float: left;
}

/* Divider of shows content 2 column layout */
#Show_Container {
	min-height: 113px;
	height:auto !important;
	height: 113px;
	background: url(../images/show_container_bg.png) repeat-y left top;	
}

#TVShow_Content #more {
	padding: 10px 0px 10px 0px;
}

#TVShow_Content #more a:link, #TVShow_Content #more a:active, #TVShow_Content #more a:visited {
	font-weight: normal;
}

#TVShow_Content #more a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#TVShow_Content .show_more_icon {
	margin: 0px 5px -2px 0px;
}

/* EPISODES CONTENT - NO RIGHT COLUMN */
#TVShow_EpisodeUpcoming {
	float: left;
}

/* SHOW SERIES STYLES  */
#TVShow_Series ul {
	list-style:none;
}

#TVShow_Series li {
	display: inline;
}

/* NEXT SHOWING RIGHT COLUMN */
#TVShow_NextShowing {
	margin-top: 20px;
}

#TVShow_NextShowing h3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
}

#TVShow_NextShowing h4 {
	font-size: 120%;
	font-weight: bold;
	text-transform:uppercase;
}

#TVShow_NextShowing h5 {
	font-size: 110%;
	margin: 0px 0px 5px 0px;
}

#TVShow_NextShowing .Next_showing_Image {
	margin: 0px 0px;
	float: left;
	width: 119px;
	border: 0px #000000 solid;
}

#TVShow_NextShowing .Next_Showing_Content {
	padding: 10px 15px;
	float: left;
	width: 340px;
	border: 0px #fff solid;
	/*background: url(../../content/Shows/Themes/The4400/next_showing_bg.jpg) no-repeat left top;*/
	background: #000;
	min-height: 73px;
	height:auto !important;
	height:73px;
}

#TVShow_NextShowing .show_video_icon {
	margin: 0px 0px -2px 0px;
}

#TVShow_NextShowing .show_reminder_icons {
	margin: 0px 3px -2px 0px;
}

#TVShow_NextShowing p {
	color: #f0dbf6;
	margin: 0px;
}
#TVShow_NextShowing .ReminderIcons {
	margin-top: 5px;
	color: #939598
}

#TVShow_Synopsis {
	/*width: 502px;*/
	
	padding: 10px;
}

/* CAST */
#Show_Cast {
	float: right;
	width: 117px;
	padding: 12px;
	min-height: 250px;
	height:auto !important;
	height:250px;
	margin: 3px;
}

#Show_Cast li {
	padding: 8px 0px;
}

#Show_Cast .Title, #Show_Cast a {
	font-weight: bold;
	color: #ffffff;
}

#Show_Cast a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#TVShow_EpisodeUpcoming h2 {
	font-size: 160%;
	margin: 0px 0px 0px 0px;
}
#Show_Scroller_thumb {
	width: 140px;
	float: left;
}
#Show_Scroller {
	width: 725px;
	float: right;
}
#Main_Content {
	width: 865px;
}
#Episode_Series h5 {
	font-size: 12px;
	margin-top: 7px;

}

/* 2 column span widths */
#TVShow_EpisodeGuide,
#TVShow_Trivia, 
#TVShow_Quotes, 
#TVShow_Awards, 
#TVShow_Supplementary, 
#TVShow_Screensaver, 
#TVShow_Reviews {
	padding: 19px;
}

/* QUOTES DOTTED LINE DIVIDER */
#TVShow_Quotes .DottedLine {
	margin: 0px 10px 5px 0px;
}
