			/* Reset.css */

			/* v1.0 | 20080212 */

			html, body, div, span, applet, object, iframe,
			h1, h2, h3, h4, h5, h6, p, blockquote, pre,
			a, abbr, acronym, address, big, cite, code,
			del, dfn, em, font, img, ins, kbd, q, s, samp,
			small, strike, strong, sub, sup, tt, var,
			b, u, i, center,
			dl, dt, dd, ol, ul, li,
			fieldset, form, label, legend,
			table, caption, tbody, tfoot, thead, tr, th, td {
				margin: 0;
				padding: 0;
				border: 0;
				outline: 0;
				font-size: 100%;
				vertical-align: baseline;
				background: transparent;
			}
			body {
				line-height: 1;
			}
			ol, ul {
				list-style: none;
			}
			blockquote, q {
				quotes: none;
			}
			blockquote:before, blockquote:after,
			q:before, q:after {
				content: '';
				content: none;
			}

			/* remember to define focus styles! */
			:focus {
				outline: 0;
			}

			/* remember to highlight inserts somehow! */
			ins {
				text-decoration: none;
			}
			del {
				text-decoration: line-through;
			}

			/* tables still need 'cellspacing="0"' in the markup */
			table {
				border-collapse: collapse;
				border-spacing: 0;
			}


/* Styles */

body {
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	color: #000;
	background: #edeade url(../images/bg.png) repeat-x;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	font-weight: bold;
	background-color: #000;
	color: #fff;
	padding: 0 8px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}

#tooltip h3, #tooltip div { margin: 0; }

/* The page */

#page {
	width: 935px;
	margin: 0 auto;
}

/* Page title */

#title * {
	margin: 0;
	padding: 0;
}

#title h1 {
	color: #FFFFFF;
	font-size: 36px;
	text-transform: uppercase;
	-moz-text-outline: 1px #000;
	text-shadow: 1px 1px #000;
	/* Image replacement */
	text-indent: -999px;
	width: 350px;
	height: 28px;
	overflow: hidden;
	background: url(../images/title_h1.png);
	margin: 10px auto 10px;
}

#title h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
	margin: 5px auto;
}

#title h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	margin: 5px auto;
}

/* TV */

#tv {
	background: url(../images/tv.png) no-repeat;
	width: 774px;
	height: 680px;
	overflow: hidden;
	margin: 60px auto 50px auto;
	margin-left: 160px;
	position: relative;
	
}

#video {
	position: absolute;
	left: 100px;
	top: 40px;
}

#buttons {
	position: absolute;
	left: 337px;
	top: 372px;
}

#buttons a {
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(../images/controls.png);
	height: 26px;
}

.btn_play {
	width: 45px;
	background-position: 0 -26px;
}

.btn_pause {
	width: 45px;
	background-position: 0 -0;
}

.btn_stop {
	width: 44px;
	background-position: -45px 0;
}


.btn_mute {
	width: 48px;
	background-position: -89px -26px;
}


.btn_unmute {
	width: 48px;
	background-position: -89px 0;
}

.btn_youtube {
	width: 40px;
	background-position: -137px 0;
}

.tvnav {
	width: 132px;
	position: absolute;
	top: 105px;
	right: 212px;
}

.tvnav a {
	text-indent: -9999px;
	display: block;
	width: 132px;
	height: 32px;
	background: url(../images/nav.png) no-repeat;
	margin-top: -3px;
}

.tvnav a.nav_about {
	background-position: 0 0;
	height: 32px;
}

.tvnav a.nav_cast {
	background-position: 0 -38px;
	height: 44px;	
}

.tvnav a.nav_reviews {
	background-position: 0 -90px;
	height: 29px;.
}

.tvnav .nav_blog {
	background-position: 0 -124px;	
	height: 32px;
	margin-top: -5px;
}

.tvnav .nav_book {
	background-position: 0 -163px;
	height: 32px;
}

.tvnav a.nav_about:active {
	background-position: -132px 0;
}

.tvnav a.nav_cast:active {
	background-position: -132px -38px;	
}

.tvnav a.nav_reviews:active {
	background-position: -132px -90px;	
}

.tvnav .nav_blog:active {
	background-position: -132px -124px;	
}

.tvnav .nav_book:active {
	background-position: -132px -163px;
}

.link_facebook {
	position: absolute;
	right: 250px;
	bottom: 10px;
}

.link_twitter {
	position: absolute;
	right: 400px;
	bottom: 40px;
}

/* Newspaper */

.newspaper {
	margin: 0 auto;
	text-align: left;
	margin-top: -780px;
	z-index: 100;
	width: 752px;
	position: relative;	
	
	zoom: 1;
	
	/* First background */
	padding-top: 29px;
	background: url(../images/newspaper.png) no-repeat;
}

.newspaper .sides {
	padding: 5px;
	background: url(../images/newspaper.png) repeat-y -752px 0;
}

.newspaper .content {
	background: #fff;
	min-height: 800px;
	padding: 0 11px 15px 11px;
	
	zoom: 1;
	overflow: hidden;
}

.newspaper .nav {
	padding: 0 0 10px 0;
	text-align: right;
}

.newspaper .nav .date {
	float: left;
}

.newspaper .nav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	margin: 0 10px;
}

.newspaper .nav a.current {
}

.newspaper .nav a.soon:hover {
	text-decoration: line-through;
}

/* About page */

.about_masthead {
	background: #ea2327;
	width: 408px;
	height: 135px;
	float: left;
	text-align: center;
	/* Image replacement */
	display: block;
	overflow: hidden;
	background: url(../images/about/about.png) no-repeat 0 -105px;
}

.about_masthead h1 {
	display: none;
}

.booking_info {
	font-size: 14px;
	line-height: 19px;
	float: right;
	width: 267px;
	height: 115px;
	margin-left: 15px;
	background: #e8e1c1;
	padding: 20px 0 0px 30px;
}

.story {
	overflow: hidden;
	margin: 10px 0;
	position: relative;
}

.story .left {
	float: left;
	width: 315px;
}

.story .left p {
	margin-bottom: 12px;
}

.story .left p:first-child {
	text-indent: 0;
}

.story .left .first-letter {
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
	float: left;
}

.story .right {
	float: right;
	width: 395px;
}

.story .right p {
	margin: 0 55px;
}

.story .right .lquote,
.story .right .rquote {
	float: left;
	width: 45px;
	height: 34px;
	overflow: hidden;
	background: url(../images/about/about.png) no-repeat -408px -105px;
}

.story .right .rquote {
	background-position: -408px -139px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.adverts {
	clear: both;
	zoom: 1;
}

.adverts .hr {
	width: 720px;
	height: 3px;
	background: url(../images/about/about.png) no-repeat 0 -240px;
	margin-bottom: 15px;
}

.adverts .facebook,
.adverts .twitter {
	display: block;
	float: left;
	width: 350px;
	height: 105px;
	text-indent: -9999px;
	background: url(../images/about/about.png) no-repeat;
}

.adverts .twitter {
	float: right;
	background-position: -350px 0;
}

/* Cast & Creative */

.cast_masthead {
	width: 720px;
	height: 107px;
	background: #336699 url(../images/castandcreative.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.cast_details {
	zoom: 1;
}
.cast_details .left {
	float: left;
	width: 490px;
	font-family: Georgia;
	font-size: 14px;
	line-height: 1.45;
}

.cast_details .left img {
	float: left;
	margin: 5px 15px 0 0;	
}

.cast_details .left p {
	overflow: hidden;
}

.cast_details .left em {
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
}

.cast_details .left .cast {
	border-top: 1px solid #000;
	padding-top: 10px;
	margin-bottom: 15px;
}

.cast_details .left h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

.cast_details .left .cast:first-child {
	padding-top: 0;
	border-top: 0;
}

.cast_details .right {
	float: right;
	width: 200px;
	padding-left: 15px;
	border-left: 1px solid #000;
	font-size: 12px;
	line-height: 1.45;
	margin: 0 0 15px 0;
	font-family: Georgia;	
}

.cast_details .right h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 3px 0 8px 0;
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
	margin: 0 0 10px 0;
}

.cast_details .right p {
	margin: 0 0 10px 0;
}

.designers {
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-top: 30px;
	padding: 6px 0 6px 0;
}

.designers dt,
.designers dd {
	display: inline;
}

.designers dd {
	font-weight: bold;
	margin-right: 5px;
}

/* Reviews */

.reviews {
	background: url(../images/buzz_bg.png) repeat-y 100% 0;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #000;
	border-width: 5px 0 1px 0;
	margin-bottom: 15px;
}

.reviews .right {
	float: right;
	width: 160px;
	padding: 20px;
}

.reviews .left {
	float: left;
	width: 500px;
	padding: 20px 0;
	margin-right: 20px;
}

.snippets li {
	border-top: 1px solid #000;
	padding-top: 15px;
	margin-bottom: 15px;
}

.snippets li:first-child {
	border-top: none;
	padding-top: 0;
}

.snippets h3 {
	font-size: 18px;
	line-height: 1.4;
	margin: 0 0 12px 0;
}

.snippets h5 {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: 0.1em;
	margin: 0 0 12px 0;
}

.snippets p {
	margin: 0 0 12px 0;
}

.head_buzz {
	width: 150px;
	height: 36px;
	background: url(../images/buzz.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin-bottom: 18px;
}

.head_reviews {
	width: 260px;
	height: 48px;
	background: url(../images/reviews.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	margin: 10px 10px 10px 0;
}

.reviews a {
	color: #014277;
}

.buzz {
	color: #666;
}

.buzz h4 {
	font-weight: bold;
	margin: 0 0 3px 0;
}

.buzz a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.buzz p {
	margin: 0 0 12px 0;
}