/*   
The British Comedy Guide Global Stylesheet
Copyright www.sitcom.co.uk

Version 2 - transition to new Stylesheet

*/

/* TEMP STYLES FROM NEW S-SHEET FOR COMMON.INC */

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	margin-bottom: 2px;
	padding: 3px;	
	clear: both;
}

#content-nobars {
	margin: 10px 50px 10px 50px;
}

.container-right {
	float: right;
	display: block;
	padding-right: 5px;
}

/*   
------ MAIN BODY TAG ------
*/

HTML, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px;
}

TABLE, BODY, TD {
	font-face: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

/*   
------ DEFINE LINKS ------
*/

a {  
	color: #0000FF;
	text-decoration: none;
}

a:visited {  
	color: #0033FF;
	text-decoration: none;
}

a:hover {  
	color: #FF0000;
	text-decoration: none;
}

a:active {  
	color: #FF0000;
	text-decoration: underline;
}


a.blacklink {  
	color: #000000;
	text-decoration: none;
}

a.blacklink:visited {  
	color: #000000;
	text-decoration: none;
}

a.blacklink:hover {  
	color: #FF0000;
	text-decoration: underline;
}

a.blacklink:active {  
	color: #FF0000;
	text-decoration: underline;
}

a.actorlink {  
	color: #000000;
	text-decoration: none;
}

a.actorlink:visited {  
	color: #000000;
	text-decoration: none;
}

a.actorlink:hover {  
	color: #FF0000;
	text-decoration: underline;
}

a.actorlink:active {  
	color: #FF0000;
	text-decoration: underline;
}


a.biglink {  
	color: #0000FF;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}

a.biglink:visited {  
	color: #0099FF;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}

a.biglink:hover {  
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}

a.biglink:active {  
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}


a.biglink2 {  
	color: #0000FF;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}

a.biglink2:visited {  
	color: #0099FF;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}

a.biglink2:hover {  
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
}

a.biglink2:active {  
	color: #FF0000;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
}

a.sitcomtitle {
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

a.sitcomtitle:visited {  
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

a.sitcomtitle:hover {  
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-decoration: underline;
}

a.sitcomtitle:active {  
	color: #000000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}


/*   
------ HEADER LAYOUT STYLES ------
*/

.titlebar {
	border-bottom: 1px solid #000;
	background-color: #DDDDDD;
	padding: 5px;
	font-size:18px;
}

/*   
------ CONTENT LAYOUT STYLES ------
*/


.content {
	width: 100%;
}

.contentmiddle {
	background-color:#FFFFFF;
	vertical-align:top;
	padding: 10px 10px 25px 15px;
	font-size:12px;
}


.bottomright {
	text-align:right;
	margin : 0; 
	padding-left : 1%;
	float : right; 
}

.bottomleft {
	margin : 0;
	float : left;
}


.guide-menu { /* HACKED WITH NEW STYLE */
	border-right: 1px solid #BBB;
	background-color: #EEE;
	vertical-align: top;
	padding: 8px 0px;
	width: 20%;
}


.guide-menu-bottom { /* HACKED WITH NEW STYLE */
	border-right: 1px solid #BBB;
	background-color: #EEE;
	padding: 10px 0px;
	width: 20%;
	vertical-align: bottom;
}

/*   
------ VARIOUS ELEMENT STYLES ------
*/

hr {
	height:1px;
	width:100%;
	color:#000000;
}

.submitsmall {
	font-family: Verdana;
	font-size: 9px;
}

.headingStripe { /* REPLACED WITH H1 STYLES */
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	background-color: #CCD8E5;
	border-bottom: 1px solid #000066;
	margin-bottom: 2px;
	padding: 3px;	
	clear: both;
}

.headingStripeYellow { /* REPLACED WITH H1 STYLES */
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	background-color: #CCD8E5;
	border-bottom: 1px solid #000066;
	margin-bottom: 2px;
	padding: 3px;	
	clear: both;
}

.headingStripeGrey {
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	background-color: #CCD8E5;
	border-bottom: 1px solid #000066;
	margin-bottom: 2px;
	padding: 3px;	
	clear: both;
}

.heading-large {
	font-size: 18px;
	font-weight: bold;
}

.warningbox {
	padding: 5px;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	font-weight: bold;
}

.dottedbox {
	border: 1px dashed #999999;
	margin-bottom: 10px;
	padding: 0px 10px 1px 10px;
}

.dottedbox2 {
	border: 1px dashed #999999;
	margin: 0px 10px 10px 10px;
	padding-bottom: 1px;
	vertical-align: top;
}

.dottedboxName {
	background-color: #CCD8E5;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0px;
}

.dottedboxNameBig {
	background-color: #F7D6D8;
	font-weight: bold;
	padding: 4px 0px 4px 5px;
	margin: 0px;
}

#inlineImage {
	float:left;
	border: solid black 1px;
	margin-right: 5px;
}

.sitcomguide-icon {
	border: solid black 1px;
	margin: 0px 3px 10px 6px;
}

.sitcomguide-menu {
	text-align: center;
	font-weight: bold;
	margin: 4px;
	clear: both;
}

.sitcomguide-mainmenu {
	text-align: center;
	clear: both;
}

.summary-table {
	width:90%;
}

.summary-left {
	padding: 10px;
	text-align:right;
	font-weight:bold;
	vertical-align:top;
}

.summary-right {
	padding: 10px;
}

.summary-synopsis {
	background-color: #FFFFCC;
}

.summary-review {
	background-color: #FFF;
}

.summary-bottomtext {
	text-align: center;
	font-style: italic;
}

.series-title {
	font-size: 14px;
	background-color: #CCCCCC;
	padding: 10px 0px 10px 6px;
	color: #000;
	margin-bottom: 6px;
	border: none;
}

.episode-box {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	clear:both;
}

.episode-title {
	background-color: #CCD8E5;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin: 0px;
	clear:both;
}

.episode-title-special {
	background-color: #CC3300;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 0px 4px 5px;
	margin: 0px;
	clear:both;
}

.episode-broadcast {
	font-size: 10px;
	font-style: italic;
}

.episode-photo {
	margin: 1px 6px 6px 0px;
}

.episode-nav {
	font-weight: bold;
	text-align: center;
}

.character-box {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-bottom: 1px;
	clear:both;
}

.character-title {
	background-color: #CCD8E5;
	padding: 4px 0px 4px 5px;
	margin-bottom: 4px;
}

.character-name {
	font-size: 18px;
	font-weight: bold;
}

.character-name2 {
	font-size: 14px;
	font-weight: bold;
}

.character-actor {
	font-size: 12px;
	font-style: italic;
}

.character-photo {
	border: 1px solid #000000;
	margin-top: 1px;
	margin-right: 6px;
	margin-bottom: 4px;
}

.series-photo {
	border: 1px solid #000000;
	margin: 0px 6px 4px 0px;
	clear: both;
}

.character-break {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 10px 0px 10px 6px;
	clear: both;
	margin-bottom: 8px;
}

.quote-big {
	font-family: Sylfaen, Verdana, Arial;
	font-size: 16px;
	padding-top: 4px;
	padding-left: 4px;
	margin-left: 10px;
}

.quote {
	font-family: Sylfaen, Verdana, Arial;
	font-size: 12px;
	padding-top: 4px;
	padding-left: 4px;
	margin-left:10px;
}

.quote-explain {
	font-style: italic;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-left:10px;
}

.inline-photo {
	border: 1px solid #000000;
	margin: 0px 6px 6px 4px;
}

.inline-photo-clear {
	border: 1px solid #000000;
	margin: 4px 6px 6px 4px;
	clear: both;
}

.basic-title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.small-text {
	font-size: 10px;
}

.sitcom-pages-web-links {
	font-size: 12px;
	background-color: #EEEEEE;
	padding: 3px;
	border-top: 1px solid #CCCCCC;
	border-right: 0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px;
	font-weight: bold;
	text-align: center;
}

.smart-box-gray {
	background:#EEEEEE;
	border:1px solid gray;
}

.stepbystep-menu {
	background:#EEEEEE;
	border:1px solid gray;
	margin-bottom: 12px;
	margin-left: 12px;
}

.table-bar {
	font-weight: bold;
	background-color: #FFFFCC;
}


/*
Menu bar title
*/

	#prog_title  a {
		color: #000000; 
		font-weight: bold; 
		text-decoration:none;
		}
		
	#prog_title a:hover {
		color:#0000FF;
		}

/*
Menu bar links
*/

	#site_links  a {
		font:12px Verdana, Arial, Helvetica, Sans-Serif;
		}

/*
Top shows page
*/

	#top_shows  TD {
		font:15px Verdana, Arial, Helvetica, Sans-Serif;
		font-weight: bold;
		}

/*
Content
*/

	#cont_links  a {
		color: #000000; 
		text-decoration:none;
		}
		
	#cont_links a:hover {
		color:#0000FF;
		}

/*
Years
*/

	#year_links  a {
		color: #000000; 
		text-decoration:none;
		}
		
	#year_links a:hover {
		color:#0000FF;
		}

/*
Bottom Bar
*/

	#bottom_bar  TD {
		font:10px;
		}

/*
New Sitcom bar
*/

	#new_series {
		font:10px;
		}

	#new_series  a {
		font:16px;
		font-weight:bold;
		}

.new-merchandise-box {
	padding: 5px 10px;
	background-color: #FFCCFF;
}



/* NEW HEADER */

#header {
	margin: 0 auto;
	background-color: rgb(178, 9, 4);
	background-image: url(/graphics/furniture/header_bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 10px;
	min-width: 800px;
	font-size: 1.3em;
}

#header-inner {
	min-width: 800px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
}

#header h1 {
	display: inline;
	float: left;
	min-height: 80px;
	width: 320px;
	margin: 13px 0 5px 0;
	border: 0px;
	background-color: none !important;
}

#logo {
	border: 0;
}

#header li {
	display: inline;
	list-style: none;
}

#header-topbar {
	float: right;
	font-size: 0.6em;
	padding: 5px 0px;
}

#header-topbar ul {
	margin: 0;
}

#header-topbar li {
	padding: 0 2px 0 6px;
}

#header-topbar a {
	color: #DAA9A9;
}

#header-topbar a:hover {
	color: #FFF;
}

#header-topbar-skiplink {
	display: none;
	visibility: hidden;
	width: 0;
}

#header-topbar-login {
	padding: 0 0 2px 5px;
	font-size: 9px;
}

#header-topbar-links {
	margin-right: 2px;
}

#header-topbar-links-on {
	font-weight: bold;
	color: #FFF !important;
}

#header-topbar-links-last {
	padding-left: 4px;
	color: #AAA;
}


/* HEADER ADVERT */

#header-block-ad {
	padding: 5px;
	min-height: 60px;
	float: right;
	display: inline;
}


/* MAIN TAB/NAVIGATION BAR */

#header-tabbar {
	clear: both;
	min-width: 800px;
	min-height: 26px;
	padding-left: 10px;
	padding-top: 3px;
}

#header-tabbar-popup {
	background: #CCCCCC url(/images/furniture/bg_tabbar.jpg) repeat-x bottom left;
	overflow: hidden;
	border-top: 1px solid #999999;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	padding: 3px 0px 3px 6px;
}


/* ACTUAL TABS/LINKS */

#header-tabbar-navigation {
	float: left;
	font-size: 0.8em;
	margin: 4px 5px 0 0;
	padding: 0;
}

#header-tabbar-navigation a {
	padding: 3px 4px 4px 4px;
	color: #FBE201;
	text-decoration: none;
	font-weight: bold;
}

#header-tabbar-navigation a:hover {
	text-decoration: underline;
	color: #FFF;
}

#header-tabbar-navigation li.active a { 
	color: rgb(100, 15, 15);
	text-transform: uppercase;
	background-color: rgb(249, 249, 249);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 2px;
}

#header-tabbar-navigation li.active a:hover { 
	text-decoration: none;
	color: #000;
}


/* SEARCH BOX */

#header-tabbar-search {
	float: right;
	padding: 0 5px 0 0;
	margin: 0;
	font-size: 0.8em;
}

/* CRUMB BAR */

#breadcrumb-bar, #breadcrumbs-nobars-new {
	background-image: url(/graphics/furniture/crumb_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 0.8em;
	color: #000;
	background-color: #EEE;/*rgb(178, 9, 4);*/
	padding: 6px 6px 6px 6px;
	border-bottom: 1px solid #CCC;
	clear: both !important;
}

#breadcrumb-bar a, #breadcrumbs-nobars-new a {
	color: #00F;/*#ffffce;/*FBE201;/*#F1E1E1;*/
	font-weight: bold;
}

#breadcrumb-bar a:hover, #breadcrumbs-nobars-new a:hover {
	color: #000;
}

#breadcrumb-bar-right a {
	font-weight: normal;
}


#footer, .bottombar, .bottombar-right, #bottom_bar {
	position: relative;
	clear: both;
	background-color: rgb(178, 9, 4);
	background-image: url(/graphics/furniture/footer_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
	font-size: 10px;
	text-align: left;
	padding: 5px 0 5px 4px;
	color: #FFF;
}

#footer a, .bottombar a, .bottombar-right a, #bottom_bar a {
	color: #FBE201;
}

#footer a:hover, .bottombar a:hover, .bottombar-right a:hover, #bottom_bar a:hover {
	color: #DAA9A9;
}

#footer span, .bottombar span, .bottombar-right span, #bottom_bar span {
	position: absolute;
	top: 5px;
	left: 4px;
}

