/* 
British Comedy Guide - Stylesheet V3 (September 2006)
*/

BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px;
}

/* Links */

a {  
	color: #0000FF;
	text-decoration: none;
}

a:visited {  
	color: #0033FF;
	text-decoration: none;
}

a:hover {  
	color: #FF0000;
	text-decoration: none;
}

a.biglink {  
	font-size:16px;
	font-weight: bold;
}

a.boldlink {  
	font-weight: bold;
}

a.blacklink {
	color: #000;
}

a.sitcomtitle { /* THIS IS A LEGACY TAG */
	color: #000;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
}

.sitcomguide-icon { /* THIS IS A LEGACY TAG */
	border: 1px solid #000;
	margin-right: 3px;
	margin-left: 6px;
	margin-bottom: 5px;
}

.sitcomguide-menu { /* THIS IS A LEGACY TAG */
	text-align: center;
	font-weight:bold;
	margin: 4px;
	clear:both;
}

/* HTML Morph */

hr {
	height:1px;
	width:100%;
	color:#000000;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #000066;
	margin-bottom: 2px;
	padding: 3px;	
	clear: both;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	background-color: #F7D9DB;
	border-bottom: 1px solid #990000;
	margin-bottom: 2px;
	padding: 3px;	
	clear: both;
	text-align: left;
}

h3 {
	font-size: 1em;
	background-color: #CCD8E5;
	font-weight: bold;
	padding: 4px 0 4px 5px;
	margin: 0px;
	clear: both;
}

h4 {
	font-size: 1em;
	font-weight: bold;
}

.heading-side {
	background-color: #EEE;
	margin-bottom: 15px;
}

.small-text {
	font-size: 10px;
}

.bdr {
	border: 1px solid #000;
}

/* STYLE ----------------------------------------------------------------------- */

.dotted {
	border: 1px dashed #999;
}

.submitsmall {
	font-size: 9px;
}

.quote-big {
	font-family: Sylfaen, Verdana, Arial;
	font-size: 16px;
	padding: 4px 4px 0 10px;
	margin-bottom: 2px;
}

.quote-explain {
	margin-top: 0px;
	font-style: italic;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.dotted-area {
	padding: 0px 5px 0px 5px;
	margin: 2px;
	border: 1px dashed #999999;	
}

.arrowli {
  margin: 1px 1px 4px 1px;
  padding: 0px;
  list-style: none;
}

.arrowli li {
  background-image: url(http://www.sitcom.co.uk/graphics/arrow_li.gif);
  background-repeat: no-repeat;
  padding-left: 14px;
  margin-bottom: 4px;
}

td.tablehead {
	padding: 2px;
	background-image: url(http://www.sitcom.co.uk/graphics/bg_table_blue.gif);
	background-repeat: repeat-x;
	background-position: bottom center;
	color: #FF0;
	background-color: #083890;
}

.tablehead-awards-temp {
	padding: 2px;
	color: #FFFFFF;
	background-color: #FF6600;
	font-weight: bold;
}

.competition-table {
	background-color: #FFFFCC;
	border: 1px solid #000000;
}

.smart-box-gray {
	background: #EEE;
	border: 1px solid gray;
}

.ie-icon {	
	border: none;
	vertical-align: middle;
}

.dashed-table {
	border-top: 1px dashed #666;
}

.dashed-table td {
	border-bottom: 1px dashed #666;
}

#dotted-signup {
	margin: 8px;
	border: 1px dashed #666;
}

#dotted-signup td {
	padding-top: 4px;
	padding-bottom: 4px;
}

.error-title {
	font-size: 16px;
	color: #990000; 
	font-weight: bold;
}

.table-bar {
	font-weight: bold;
	background-color: #F7D9DB;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}


/* CSS FOR GUIDES (NEED IMPROVING)---------------------------------------------- */

.character-actor {
	font-size: 10px;
	font-style: italic;
	background-color: #EEE;
	border-bottom: 1px solid #DDD;
	padding: 2px 0px 2px 2px;
}

.character-title {
	margin-top: 4px;
}

.actorlink {
	color: #000;
}

.summary-table {
	width:90%;
	border-collapse: collapse;
}

.summary-table td {
	border-bottom: 1px dashed #666;
	padding: 10px;
}

.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;
}

.episode-broadcast {
	font-size: 10px;
	font-style: italic;
}

.episode-nav {
	font-weight: bold;
	text-align: center;
}

/* INLINE STYLES --------------------------------------------------------------- */

.inline-left {
	border: 1px solid #000;
	margin-right: 6px;
	margin-bottom: 1px;
	float: left;
}

.inline-right {
	border: 1px solid #000;
	margin-left: 12px;
	margin-bottom: 5px;
	float: right;
}

.inline-photo {
	border: 1px solid #000;
	margin-right: 2px;
	margin-bottom: 1px;
}

/* DIV / TABLE LAYOUT CSS --------------------------------------------------------------- */

.container-right {
	float: right;
	display: block;
	padding-right: 5px;
}

#content-nobars-full {
	margin: 10px;
	font-size: 0.8em;
}

#content-nobars {
	margin: 10px 50px 10px 50px;
	font-size: 0.8em;
}

#content-popup {
	padding: 0px 6px 2px 6px;
	font-size: 0.8em;
}

#content-layouttable {
	font-size: 0.8em;
}

.layout-table {
	width: 100%;
	padding: 0px;
	border-collapse:collapse;
}

.layout-table-bar {
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	background-color: #EEE;
	vertical-align: top;
	padding: 10px 20px 25px 10px;
}

.layout-table-content {
	vertical-align: top;
	padding: 10px 20px 25px 10px;
	text-align: justify;
	border-top: 1px solid #BBB;
	border-left: 1px solid #BBB;
}

#layout-bar-is-left {
	border-top: 1px solid #BBB;
}

.front-page-feature-paras p {	
	margin-top: 0px;
	margin-bottom: 8px;
}

.front-page-feature-paras .time-small {
	font-size:0.8em;
	font-style: italic;
}

#collingsherrin {
	padding: 0px;
	border: 1px solid #FF9900;
}

#collingsherrin-top {
	background-image:url(../graphics/various/collings_herrin_banner_bg.jpg);
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: 1px solid #000000;
}

#collingsherrin-bottom {
	padding: 0px 10px 1px 10px;
}

.new-merchandise-box {
	padding: 5px 10px;
	background-color: #FFCCFF;
}

/* NEW HEADER */

#header {
	margin: 0 auto;
	top: 0;
	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-height: 130px;
	min-width: 860px !important;
}

#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, #breadcrumbs {
	background-image: url(/graphics/furniture/crumb_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 0.9em;
	color: #000;
	background-color: #EEE;/*rgb(178, 9, 4);*/
	padding: 6px 6px 6px 6px;
}

#breadcrumb-bar, #breadcrumbs-nobars-new {
	border-bottom: 1px solid #CCC;
}

#breadcrumb-bar a, #breadcrumbs-nobars-new a, #breadcrumbs a {
	color: #00F;/*#ffffce;/*FBE201;/*#F1E1E1;*/
	font-weight: bold;
}

#breadcrumb-bar a:hover, #breadcrumbs-nobars-new a:hover, #breadcrumbs a:hover {
	color: #000;
}

#breadcrumb-bar-right a {
	font-weight: normal;
}


#footer, .bottombar, .bottombar-right {
	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 {
	color: #FBE201;
}

#footer a:hover, .bottombar a:hover, .bottombar-right a:hover {
	color: #DAA9A9;
}

#footer span, .bottombar span, .bottombar-right span {
	position: absolute;
	top: 5px;
	left: 4px;
}

#footer-right {
	position: absolute;
	top: 5px;
	right: 5px;
	float: right;
}

