/* Reset CSS
   =========================================================================*/
/*** reset *****************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
  margin:0;
  padding:0;
}
/*center{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
	width:100%;
	text-align:center;
}*/
table {
  /*border-collapse:collapse;
  border-spacing:0;*/
}
fieldset,img { 
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
ol,ul {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,q:after {
  content:'';
}
abbr,acronym { border:0;}


/* Global
   =========================================================================*/
/* {
    font-family: Arial, Helvetica, sans-serif;
}*/
body {
    height: 100%;
    font-size:12px;
    color:#515151;
	background: #310300;
	font-family: Arial, Helvetica, sans-serif;
}

a { 
    color: #003ba7;
    text-decoration:none;
	cursor: pointer;
}

a:link, a:visited, a:active{
    outline: 0;
}

a:hover {
    text-decoration:underline;
}

p {
    font-size: 12px;
    line-height: 16px;
}

.clear { clear:both; }

strong,b {
	font-weight: bold;
}

em,i {
	font-style: italic;
}

/* Home Page 
   =========================================================================*/

body
{
    background: #310300 url(../images/canvas2.jpg) 0px 34px repeat-x;
    margin:0px auto;
}

#canvas {
	background: transparent url(../images/curtains-bg.jpg) no-repeat top center;
	width:100%;
	margin-top: 34px;
	position: absolute;
}


/*center {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 150;
	width: 100%;
}*/

#base-container {
    width: 982px;
    margin: 0px auto;
    margin-bottom:20px;
	position: relative;
}

#rockwiz-logo {
	position: absolute;
	left: 357px;
	top: 16px;
}

#julia {
	position: absolute;
	left: 254px;
	top: 36px;
}

#brian {
	position: absolute;
	left: 629px;
	top: 19px;
}

/* Header
   =========================================================================*/

#header {
	width: 100%;
	height: 235px;
	display: block;
	position: relative;
	background: transparent url(../images/bg-header.jpg) 6px 0px no-repeat;	
}

#sign-in {
	position: absolute;
	top: 64px;
	left: 0px;
	width: 98px;
	color: #c7a270;
	font-size: 12px;
}

#sign-in a {
	color: #c7a270;
}

#sign-in span {
	color: #430500;
}


#sign-in-button {
	position: relative;
	width: 98px;
	height: 23px;
	margin-bottom: 5px;
}

#sign-in-button a {
	width: 98px;
	height: 23px;
	display: block;
	background: transparent url(../images/btn-sign-in.gif) left top;
	color: #c7a270;
	font-family: Georgia, Arial, Sans-Serif;
	line-height: 21px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#sign-in-button a:hover {
	background-position: left bottom;
	text-decoration: none;
}


#search {
	position: absolute;
	top: 64px;
	/*left: 775px;*/
	right:0;
	width: 220px;
	color: #c7a270;
	font-size: 12px;
	text-align: right;
}

#search form {
	height: 23px;
	margin-bottom: 5px;
}

#search a {
	color: #c7a270;
}

#search input.text {
	width: 113px;
	height: 21px;
	vertical-align: middle;
	background-color: #fff;
	border: solid 1px #540600;
	font-size: 13px;
	margin-right: 4px;
	padding: 2px 0 0 2px;
	
}

#search button {
		width: 78px;
		height: 23px;
		vertical-align: middle;
		font-family: Georgia, Arial, Sans-Serif;
		font-weight: bold;
		font-size: 16px;
		line-height: 23px;
		border: 0px;
		color: #fff;
		cursor: pointer;
		background: #fff url(../images/btn-search.gif) left top no-repeat;
		padding-bottom: 2px;
}

#search button:hover {
	background-position: left bottom;
}

/* Header - Navigation
   =========================================================================*/
#navigation-container {
	position: absolute;
	top: 171px;
	width: 982px;
	height: 48px;
}

#navigation {
	height: 48px;
	width: 100%;
	overflow: hidden;
}

#navigation li {
	float: left;
}

#navigation a {
	height: 48px;
	display: block;
	text-decoration: none;
	color: #3b0901;
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 19px;
	font-size: 14px;
	padding-left: 9px;
	padding-top: 6px;
	vertical-align: middle;
	
}

#navigation #nav-home {
	width: 82px;
}

/* first is a little different, pad more! */
#navigation #nav-home a {
	padding-left: 20px;
}

#navigation #nav-column a {
	padding-left: 14px;
}


#navigation #nav-watch {
	width: 142px;
	left: 82px;
}

#navigation #nav-past {
	width: 161px;
	left: 224px;
}

#navigation #nav-virtual {
	width: 142px;
	left: 387px;
}

#navigation #nav-column {
	width: 122px;
	left: 529px;
}

#navigation #nav-forums {
	width: 81px;
	left: 651px;
}

#navigation #nav-about {
	width: 141px;
	left: 732px;
}

#navigation #nav-contact {
	width: 101px;
	left: 873px;
}

/* HOVER */
#navigation li:hover a {
	color: #e3bd92;
}

#navigation #nav-home a:hover {
	background: transparent url(../images/navigation.gif) 0px -48px no-repeat;
}

#navigation #nav-watch a:hover {
	background: transparent url(../images/navigation.gif) -82px -48px no-repeat;
}

#navigation #nav-past a:hover {
	background: transparent url(../images/navigation.gif) -225px -48px no-repeat;
}

#navigation #nav-virtual a:hover {
	background: transparent url(../images/navigation.gif) -387px -48px no-repeat;
}

#navigation #nav-column a:hover {
	background: transparent url(../images/navigation.gif) -529px -48px no-repeat;
}

#navigation #nav-forums a:hover {
	background: transparent url(../images/navigation.gif) -651px -48px no-repeat;
}

#navigation #nav-about a:hover {
	background: transparent url(../images/navigation.gif) -732px -48px no-repeat;
}

#navigation #nav-contact a:hover {
	background: transparent url(../images/navigation.gif) -873px -48px no-repeat;
}

/* NAVIGATION ON */

#navigation li.on a {
	color: #e3bd92;
}

#navigation .on#nav-home a {
	background: transparent url(../images/navigation.gif) 0px top no-repeat;
}

#navigation .on#nav-watch a {
	background: transparent url(../images/navigation.gif) -82px top no-repeat;
}

#navigation .on#nav-past a {
	background: transparent url(../images/navigation.gif) -225px top no-repeat;
}

#navigation .on#nav-virtual a {
	background: transparent url(../images/navigation.gif) -387px top no-repeat;
}

#navigation .on#nav-column a {
	background: transparent url(../images/navigation.gif) -529px top no-repeat;
}

#navigation .on#nav-forums a {
	background: transparent url(../images/navigation.gif) -651px top no-repeat;
}

#navigation .on#nav-about a {
	background: transparent url(../images/navigation.gif) -732px top no-repeat;
}

#navigation .on#nav-contact a {
	background: transparent url(../images/navigation.gif) -873px top no-repeat;
}

/* ie doesn't like elements to be on, need to force */

#navigation #nav-home.on a:hover, #navigation #nav-home.on a:link, #navigation #nav-home.on a:visited {
	background-position: 0px top;
}

#navigation #nav-watch.on a:hover, #navigation #nav-watch.on a:link, #navigation #nav-watch.on a:visited {
	background-position: -82px top;
}

#navigation #nav-past.on a:hover, #navigation #nav-past.on a:link, #navigation #nav-past.on a:visited {
	background-position: -225px top;
}

#navigation #nav-virtual.on a:hover, #navigation #nav-virtual.on a:link, #navigation #nav-virtual.on a:visited {
	background-position: -387px top;
}

#navigation #nav-column.on a:hover, #navigation #nav-column.on a:link, #navigation #nav-column.on a:visited {
	background-position: -529px top;
}

#navigation #nav-forums.on a:hover, #navigation #nav-forums.on a:link, #navigation #nav-forums.on a:visited {
	background-position: -651px top;
}

#navigation #nav-about.on a:hover, #navigation #nav-about.on a:link, #navigation #nav-about.on a:visited {
	background-position: -732px top;
}

#navigation #nav-contact.on a:hover, #navigation #nav-contact.on a:link, #navigation #nav-contact.on a:visited {
	background-position: -873px top;
}



#content-outer-container {
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/bg-content-outer.jpg) repeat-y;
}

#content-inner-container {
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/bg-content-inner.jpg) no-repeat;
}

#content-inner-virtual-container {
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/bg-content-virtual-inner.jpg) no-repeat;
}

#content-outer-virtual-container {
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/bg-content-virtual-inner.jpg) no-repeat;
}


#content-lhs {
	float: left;
	vertical-align: top;
	width: 620px;
	padding: 15px;
}

#content-rhs {
	float: right;
	vertical-align: top;
	width: 300px;
	padding: 15px;

}

/* South Ad
   =========================================================================*/
#south-ad {
	text-align: center;
	padding: 30px 0px 30px 0px;
}


/*** sponsor_links *******************************************/

#sponsor_links{
    padding:12px 2px 4px 16px;
    background-color: #270200;
    height:149px;
    margin-bottom:24px;
    font-size:11px;
    color:#f6f1ea;
}

#sponsor_links h3{
    font-size:18px;
    padding-bottom:10px;
	color: #c44400;
}
#sponsor_links li.item{
/*    border:1px solid #ccc; */
    float:left;
    width:230px;
}

#sponsor_links li.item img{
    float:left;
}
#sponsor_links ul{
}
#sponsor_links li.item ul{
    padding-left:86px;
    list-style-image: url("../images/blt-disc.gif");
}
#sponsor_links li.item ul li{
}

#sponsor_links a{
	color: #fff;
}


/****************************************************************
  footer
****************************************************************/
/*** general ***/
#footer{
    height:240px;
/*    border: 1px solid #ccc; */
    border-top:4px solid #b11819	;
    padding-top:10px;
    background: transparent url(../images/logo-footer_sbs.gif) no-repeat scroll 0pt 16px;
    position:relative;
}
#footer_logo{
    position: absolute;
    top:10px;
    left:0px;
    width:100px;
    height:80px;
}

#footer_bottom{
    background: transparent url(../images/bg-base_container_bottom.gif) no-repeat bottom;
    width:988px;
    height:5px;
/*    margin-bottom:20px; */
}
#footer a:link, #footer a:visited, #footer a:active {
    color: #f6f1ea;
    font-size: 11px;
/*    text-decoration: none; */
}
#footer a:hover {
/*    text-decoration: underline; */
}

#footer_links li, #sbs_online_links li {
    background: transparent url(../images/blt-arrow_grey.gif) no-repeat scroll 0pt 50%;
    padding-left: 10px;
    line-height: 16px;
}

/*** items ***/
#sbs_online_links {
    float: left;
    margin-top: 90px;
}

#footer_links {
    float: right;
    background: transparent url(../images/dv-gray_dot.gif) repeat-x scroll 0pt 28px;
/*    margin-top: 10px; */
}

#sbs_online_links h3 {
    color: #f6f1ea;
    font-size: 11px;
    font-weight: bold;
    line-height:16px;
}

#footer_links h3 {
    color: #af0001;
    font-size: 11px;
    font-weight: bold;
    line-height:34px;
}
#programme_links_set, #services_link_set, #sitemap_link_set {
    float: left;
}

#programme_links_set, #services_link_set{
    width:164px;
}

#sitemap_link_set{
    width: 288px;
}

#sitemap_link_set ul li{
    float: left;
    width: 200px;
}

#copyright {
    font-size: 11px;
    color: #f6f1ea;
    margin-top: 24px;
}

/* Article image deets
   =========================================================================*/
#article_flash {
	float:right;
	margin:0;
	padding:0 0 5px 14px;
	text-align:right;
}

/* Hero Module
   =========================================================================*/
#hero {
	position:relative;
	width: 622px;
	height: 284px;
}

#hero p {
	position: absolute;
	bottom: 10px;
	left: 80px;
	padding-top: 5px;
	margin-right: 5px;
	font-size: 13px;
	color: #feebd3;
}

#hero strong a {
	display:block;
	margin-left: 60px;
	margin-bottom: 7px;
	font-size: 18px;
	color: #a3b9cd;
}

#hero .hero-shadow {
	left: 0px;
	bottom: 0px;
	background-color: #2e0501;
	width: 622px;
	height: 81px;
	opacity: 0.8;
}

.hero-image{
	width: 622px;
	height: 284px;
}

#hero img#mikes {position: absolute; top: 181px; left: 10px;}
#hero img#watch {position: absolute; top: 213px; left: 75px;}
#hero a {color: #feebd3;}

#hero a.video {
	background: transparent url(../images/ico-video-hero.gif) no-repeat;
	padding-left: 18px;
	margin-left: 15px
}

/* LHS MODULES
   =========================================================================*/

#content-lhs .module {
	position: relative;
	overflow: hidden;
	width: 620px;
	color: #000;
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: transparent url(../images/dv-lhs-bottom.gif) no-repeat left bottom;
}

#content-lhs div#btyb {
	position: absolute;
	background: transparent url(../images/bg-coopers-cap.gif) no-repeat top right;
	right: 350px;
	top: 237px;
	height: 41px;
	width: 150px;
	color: #351c12;
	font-size: 12px;
	line-height: 16px;
	padding-top: 20px;
	vertical-align: bottom;
}

#content-lhs .module.no-scroll, #content-lhs .module.past-performance{background: transparent url(../images/bg-dashed.gif) left bottom repeat-x;}
#content-lhs .module.past-performance{ padding-top:10px;}
.module a {
	color: #000;
}

.module a.comments {
	background: transparent url(../images/ico-comments.gif) no-repeat;
	padding-left: 15px;
}

#content-lhs .module .image {
	float: left;
	width: 200px;
}

#content-lhs .module .detail {
	float: left;
	width: 400px;
	margin: 0 10px 0 10px;
	
}

#content-lhs .module h3 {
	margin-top: 0px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.module h4, .module h4 a {
	margin: 10px 0 0 0;
	color: #b11819;
	font-size: 14px;
	font-weight: bold;
}

.module h5 {
	margin: 0;

	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.module h5 a {
	color: #000;
}

/* rockwiz column module */
#content-lhs #rockwiz-column{
	padding-top: 10px;
}

#content-lhs #rockwiz-column ul{
	margin-top: 5px;
	float: left;
	width: 400px;
}

#content-lhs #rockwiz-column ul li{
	float: left;
	width: 185px;
	background: transparent url(../images/ico-document.gif) no-repeat left center;
	padding-left: 15px;
	line-height: 16px;
}

#content-lhs .module #column-title {position: absolute; top: 50px; left: 8px;}


/* 3x1 modules */

#content-lhs .module .header {
	width: 100%;
	overflow: hidden;
}

#content-lhs .module .header .title {
	float: left;
}

#content-lhs #last-episode {
	width: 120px;
}

#content-lhs #previous-episode {
	width: 158px;
}

#content-lhs #firsts-n-faves {
	width: 87px;
}

#content-lhs #the-column, #content-rhs #the-column {
	width: 220px;
}

#content-lhs #the-column {
	position: absolute;
	top: 25px;
}

#content-lhs #rockwiz-column .image {
	margin-top: 25px;
}

#content-lhs #rockwiz-column .detail {
	margin-top: 25px;
}

.module .title div {
		padding-left: 10px;
		height: 28px;
		margin-bottom: 10px;
}

.module .title div h2 {
	padding-top: 3px;
	padding-right: 10px;
	height: 28px;
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: bold;
	color: #e3bd92;
	font-size: 15px;
	line-height: 20px;
}

#content-lhs .module .title div.dark {
	background: transparent url(../images/bg-sd-dark-left.gif) no-repeat left top;
}

#content-lhs .module .title div.dark h2 {
	background: transparent url(../images/bg-sd-dark-right.gif) no-repeat right top;
}

#content-lhs .module .title div.light {
	background: transparent url(../images/bg-sd-light-left.gif) no-repeat left top;
}

#content-lhs .module .title div.light h2 {
	background: transparent url(../images/bg-sd-light-right.gif) no-repeat right top;
}

#content-lhs .module .header .watch {
	background: transparent url(../images/bg-watch-entire-episode.gif) no-repeat left top;
	width: 154px;
	height: 28px;
}

#content-lhs .module .header .watch a {
	color: #402200;
	line-height: 26px;
}

#content-lhs .module .header .options {
	float: right;
	vertical-align: middle;
	text-align: center;
	line-height: 23px;
	color: #A77747;
	font-size: 13px;
}

#content-lhs .module .header a.video {
	background: transparent url(../images/ico-video-module.gif) no-repeat left top;
	padding-left: 18px;
}

#content-lhs .module .body.heading {
	clear: both;
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/dv-lhs-top.gif) left top no-repeat;
}

#content-lhs .module .body.heading.thin{
	clear: both;
	width: 100%;
	overflow: visible;
	background: transparent url(../images/dv-lhs-top-thin.gif) left top no-repeat;
}


#content-lhs .module .body .inner-column {
	width: 198px;
	float: left;
}

#content-lhs .module .body .left {
	padding-right: 5px;
}

#content-lhs .module .body .middle {
	padding-left: 7px;
	padding-right: 7px;
}

#content-lhs .module .body .right {
	padding-left: 5px;
}

#content-lhs .module .footer {
	padding-top: 5px;
	vertical-align: middle;
	height: 19px;
	line-height: 19px;
}
#content-lhs .left {float: left;}
#content-lhs .right {float: right;}

/* Mark */

ul#star-rating{
	margin:0px;
	padding:0;
	position:absolute;
	right:0px;
	top:1px;
	background:transparent;
}

ul#star-rating li{
	 float:left;
	 height: 19px;
	 width: 17px;
	 display:block;
	 line-height: 19px;
	 text-align: center;
 }
 ul#star-rating li a,
 ul#star-rating li a:visited {
	 height: 19px;
	 width: 17px;
	 display:block;
	 line-height: 19px;
 }
 
div.four_half-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -190px; height: 19px; width: 87px;}
div.three_half-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -171px; height: 19px; width: 87px;}
div.two_half-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -152px; height: 19px; width: 87px;}
div.one_half-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -133px; height: 19px; width: 87px;}
div.half-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -114px; height: 19px; width: 87px;}
div.zero-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -95px; height: 19px; width: 87px;}
div.one-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -76px; height: 19px; width: 87px;}
div.two-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -57px; height: 19px; width: 87px;}
div.three-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -38px; height: 19px; width: 87px;}
div.four-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px -19px; height: 19px; width: 87px;}
div.five-stars_black {background: transparent url(../images/ico-star-rating_black.gif) no-repeat 0px 0px; height: 19px; width: 87px;}

div.four_half-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -190px; height: 19px; width: 88px;}
div.three_half-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -171px; height: 19px; width: 88px;}
div.two_half-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -152px; height: 19px; width: 88px;}
div.one_half-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -133px; height: 19px; width: 88px;}
div.half-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -114px; height: 19px; width: 88px;}
/* /Mark */

div.zero-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -95px; height: 19px; width: 88px;}

div.one-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -76px; height: 19px; width: 88px;}

div.two-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -57px; height: 19px; width: 88px;}

div.three-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -38px; height: 19px; width: 88px;}

div.four-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px -19px; height: 19px; width: 88px;}

div.five-stars {background: transparent url(../images/ico-star-rating.gif) no-repeat 0px 0px; height: 19px; width: 88px;}

#content-lhs .module#who-can-it-be-now {
	background: transparent url(../images/bg-who-can-it-be-now.png) no-repeat left top;
	position: relative;
	height: 360px;
}

#content-lhs #who-can-question-one {
	position: absolute;
	width: 168px;
	top: 130px;
	left: 20px;
	padding-right: 10px;
	
}

#content-lhs #who-can-question-two {
	position: absolute;
	width: 168px;
	top: 150px;
	left: 230px;
	padding-right: 10px;

}
#content-lhs #who-can-question-three {
	position: absolute;
	width: 168px;
	top: 130px;
	left: 438px;
	padding-right: 10px;
}

#content-lhs #who-can-it-be-now-footer {
	position: absolute;
	top: 361px;
	left: 0px
}

.module .header div#main-heading {
	float: left;
	width: 100%;
}

.module .header div#episode-detail {
	float: right;
	font-size: 13px;
	color: #000;
	line-height: 24px;
	margin-top: 6px;
}

#content-lhs .module .body .sub-menu #browse-performances h3 a:hover,
#content-lhs .module .sub-menu #browse-performances h3 a:hover {
	text-decoration: underline;
}

.module .header div#main-heading h2 {
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 24px;
	color: #351c12;
}

#content-lhs .module .sub-menu {
	margin-top: -15px;
	height: 27px;
}
#content-lhs .module .sub-menu.with-heading {
	margin-top:0px;
	padding: 15px 0px 0px;
	background-repeat: no-repeat;
}
#content-lhs .module .sub-menu.mb10 {
	margin-bottom: 10px;
}

#content-lhs .module .sub-menu div.hand-left {
	background: transparent url(../images/ico-lhs-hand-left.gif) no-repeat left top;
	width: 35px;
	height: 16px;
	margin-top: 5px;
}	

#content-lhs .module .sub-menu div.hand-right {
	background: transparent url(../images/ico-lhs-hand-right.gif) no-repeat left top;
	width: 35px;
	height: 16px;
	margin-top: 5px;
}	


#content-lhs .module .sub-menu div, #content-lhs .module .sub-menu ul {
	float: left;
}

#content-lhs .module .body .button-off,
#content-lhs .module .sub-menu .button-off {
	background: transparent url(../images/bg-lhs-button-left.gif) no-repeat left top;
	margin-left: 5px;
}

#content-lhs .module .body .button-off h3, #content-lhs .module .body .button-off li,
#content-lhs .module .sub-menu .button-off h3, #content-lhs .module .sub-menu .button-off li {
	background: transparent url(../images/bg-lhs-button-right.gif) right top no-repeat;
	height: 27px;
	margin-left: 4px;
}

#content-lhs .module .body .button-on {
	background: #e3bd92 url(../images/bg-sd-light-left.gif) no-repeat left top;
	margin-left: 5px;
}

#content-lhs .module .body .button-on.over, #content-lhs .module .body .button-off.over {
	background: transparent url(../images/bg-pp-dark-left.gif) no-repeat left top;
	margin-left: 5px;
}

#content-lhs .module .body #season-performances.button-off.over li a{
	color: #e3bd92;
	background: transparent url(../images/icon-arrow.gif) 75px -3px no-repeat;
}

#content-lhs .module .body .button-on h3, #content-lhs .module .body .button-on li {
	background: #e3bd92 url(../images/bg-sd-light-right.gif) right top no-repeat;
	height: 27px;
	margin-left: 4px;
}
#content-lhs .module .body .button-off.over h3, #content-lhs .module .body .button-on.over h3, #content-lhs .module .body .button-off.over li {
	background: #e3bd92 url(../images/bg-pp-dark-right.gif) right top no-repeat;
	height: 27px;
	margin-left: 4px;
}

#content-lhs .module .body .button-off h3 a, #content-lhs .module .body .button-off li a,
#content-lhs .module .sub-menu .button-off h3 a, #content-lhs .module .sub-menu .button-off li a {
	font-size: 13px;
	line-height: 27px;
	color: #3b0901;
	font-family: Georgia, Arial, Sans-Serif;
	margin-left: 2px;
	font-weight: bold;
	text-decoration: none;
}

#content-lhs .module .body .button-off.over h3 a, #content-lhs .module .body .button-on h3 a, #content-lhs .module .body .button-on.over h3 a, #content-lhs .module .body .button-on li a {
	font-size: 13px;
	line-height: 27px;
	color: #e3bd92;
	font-family: Georgia, Arial, Sans-Serif;
	margin-left: 2px;
	font-weight: bold;
	text-decoration: none;
}

#content-lhs #browse-performances {
	width: 170px;
}

/* Past Performances Sub Menu */



#content-lhs .module .body #past-performances div{
	margin: 0 9px 0 9px;
}

#content-lhs .module .body #past-performances div.hand-right {
	margin: 5px 0 0 0;
}


#content-lhs .module .body #past-performances div#newest-performances{
	margin-left: 2px;
}
#content-lhs #newest-performances{width: 67px;}
#content-lhs #popular-performances {width: 72px;}
#content-lhs #picks-performances, #content-lhs #duets-performances, #content-lhs #solos-performances {width: 53px;}
#content-lhs #artists-performances {width: 78px;}
#content-lhs #season-performances{width: 95px;}
#content-lhs .module .body #past-performances #season-performances.button-off{ margin-right: 0px; margin-left: 5px;}
#content-lhs .module .body #season-performances.button-off li a{
	display:block;
	margin:0;
	width: 90px;
	background: transparent url(../images/icon-arrow.gif) 75px 12px no-repeat;
}
#content-lhs .module .body #season-performances.button-off{
	position: relative;
}

#content-lhs .module .body #season-performances.button-off ul{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 95px;
	background-color: #1a1414;
}
#content-lhs .module .body #season-performances.button-off ul li{
	background-image: none;
	background-color: #1a1414;
	display: block;
	float: none;
	margin: 5px 0px 5px 5px;
	padding: 0;
	height: auto;
	line-height: 1.3em;
}
#content-lhs .module .body #season-performances.button-off ul li a, #content-lhs .module .body #season-performances.button-off.over ul li a{
	width: inherit;
	display: block;
	margin: 0;
	padding: 0;
	background-image: none;
	color: #e3bd92;
	font-weight: normal;
	font-family: Arial;
	font-size: 11px;
	height: auto;
	line-height: 1.3em;
}

#content-lhs .module .body #seasons-list li a:hover {
	text-decoration: underline;
}


#media-player {
	padding: 10px;
}

#content-lhs #add-a-comment a {
	float: left;
	height: 23px;
	width: 142px;
	display: block;
	background: transparent url(../images/btn-add-a-comment.gif) no-repeat left top;
	font-family: Georgia, Arial, Sans-Serif;
	color: #eedac3;
	line-height: 23px;
	font-size: 13px;
	font-weight: bold;
	padding-left: 23px;
}

#content-lhs #add-a-comment a:hover {
	background-position: 0px -23px;
	text-decoration: none;
	
}

#content-lhs .paginate {
	float: right;
	color: #a77747;
	height: 25px;
	vertical-align: middle;
	font-size: 11px;
	padding-right: 10px
}
#content-lhs .paginate a, #content-lhs .paginate a:visited {
color: #B11819;

}
#content-lhs .paginate a:hover {
color: #B11819;
}

#content-lhs .paginate div {
	float: left;
	padding: 0 2px 0 2px;
}


#content-lhs  div.arrow-previous-off {
	background: transparent url(../images/ico-pagination.gif) no-repeat 0px 0px; height: 12px; width: 4px;
	position: absolute; left:0pt;
}

#content-lhs div.arrow-previous-on {
	background: transparent url(../images/ico-pagination.gif) no-repeat 0px -12px; height: 12px; width: 4px;	
}

#content-lhs div.arrow-next-off {
	background: transparent url(../images/ico-pagination.gif) no-repeat 0px -24px; height: 12px; width: 4px; margin-left: 3px;
	position: absolute; right:0pt; top:0pt;
}

#content-lhs div.arrow-next-on {
	background: transparent url(../images/ico-pagination.gif) no-repeat 0px -36px; height: 12px; width: 4px; margin-left: 3px;	
	float:none;
	position: absolute;
	right:345px;
	margin-top:-13px;
}

#content-lhs span.current {
	color: black;
	font-weight: bold;
}
.divider {
	clear: both;
	width: 620px;
	height: 40px;
	background: transparent url(../images/dv-divider.gif) no-repeat center left; 
}

#content-lhs .comment .info {
	color: #7d5329;
	float: left;
	width: 180px;
}

#content-lhs .comment .info .when {
	font-size: 11px;
}

#content-lhs .comment .info .who {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

#content-lhs .comment .detail {
	float: left;
	margin-left: 20px;
	width: 410px;
}

#content-lhs .comment .detail .title {
	font-weight: bold;
}

#content-lhs .comment .detail .user-generated {
	margin-top: 10px;
	font-size: 11px;
	height: 21px;
}

#content-lhs .comment .detail .user-generated .agree {
	float: left;
	height: 21px;
	display: block;
	vertical-align: middle;
	margin-left: -5px;
	margin-right: 5px;
}

#content-lhs .comment .detail .user-generated .agree a {
	background: transparent url(../images/ico-thumbs.gif) no-repeat 0px 0px;
	padding-left: 17px;
	padding-top: 4px;
	line-height: 21px;
}

#content-lhs .comment .detail .user-generated .agree a:hover {
	background-position: 0px -21px;
	color: #4f7d16;
}

#content-lhs .comment .detail .user-generated .agree .most a {
	line-height: 21px;
	color: #4f7d16;
	background-position: 0 -21px;
}

#content-lhs .comment .detail .user-generated .disagree {
	float: left;
	height: 21px;
	display: block;
	vertical-align: middle;
}

#content-lhs .comment .detail .user-generated .disagree a {
	background: transparent url(../images/ico-thumbs.gif) no-repeat 0px -42px;
	padding-left: 17px;
	padding-top: 6px;
	line-height: 21px;
}

#content-lhs .comment .detail .user-generated .disagree a:hover {
	background-position: 0px -63px;
	color: #c54311;
}

#content-lhs .comment .detail .user-generated .disagree .most a {
	background-position: 0px -63px;
	color: #c54311;
}

#content-lhs .comment .detail .user-generated .report-comment {
	float: right;
	display: block;
}

#content-lhs .comment .detail .user-generated .report-comment a {
	color: #a41213;
	padding-top: 6px;
	line-height: 21px;
}

#content-lhs #join-the-discussion {
	float: left;
	font-size: 18px;
	line-height: 20px;
	font-family: Georgia, Arial, Sans-Serif;
	background: transparent url(../images/ico-buddy.gif) no-repeat left top;
	padding-left: 25px;
}

/* community form */

form#comment {
	color: #7c5228;
	/*padding: 15px;*/
	line-height: 25px;

}

form#comment label {
	float: left;
	clear: both;
	font-weight: bold;
	color: #000;
	width: 105px;
	height: 35px;
	line-height: 25px;
}

.nb {
	color: #674a2e;
	clear: both;
	padding: 20px 15px 15px 15px;
	font-size: 11px;
}

form#comment label span {
	color: #9a1717;
}

form#comment input {
	float: left;
	width: 200px;
	background-color: #fff;
	border: solid 1px #a77747;
	font-size: 13px;
	line-height: 16px;
	padding: 2px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

form#comment input.question {
	width: 105px;
}

form#comment textarea {
	float: left;
	width: 483px;
	height: 72px;
	border: solid 1px #a77747;
	font-size: 13px;
	margin-bottom: 15px;
}

form#comment button {
		clear: both;
		float: right;
		vertical-align: middle;
		width: 140px;
		height: 23px;
		font-family: Georgia, Arial, Sans-Serif;
		font-weight: bold;
		line-height: 16px;
		font-size: 13px;
		border: 0px;
		color: #fff;
		cursor: pointer;
		background: #fff url(../images/btn-submit-comment.gif) left top no-repeat;
		padding-bottom: 1px;
		margin-left: 2px;
		white-space: pre;
}

form#comment button:hover {
	background-position: left bottom;
}


/* Past Performance By Artist */

#content-lhs .module #artist-list ul {
	margin-top: 15px;
}

#content-lhs .module #artist-list ul li.letter {
	background: transparent url(../images/bg-artist-letter.gif) left top no-repeat;
	width: 25px;
	height: 25px;
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: normal;
	line-height: 23px;
	font-size: 14px;
	color: #e3bd92;
	text-align: center;
}

#content-lhs .module #artist-list ul li {
	font-size: 12px;
}

/* Clip alternate module */
#content-lhs .module#clip {
	padding-bottom: 20px;
	margin-bottom: 0px;
	background: transparent url(../images/dv-lhs-top-thin.gif) no-repeat left bottom;
}

#content-lhs #read-the-comments {width: 140px;}
#content-lhs #about-the-artists {width: 135px;}

#content-lhs .module.no-footer {
	padding-top: 15px;
	margin-bottom: 0px;
	background: none;
}

#content-lhs #bios {
	margin: 0;
	padding: 0;
}

#content-lhs .module div.bio {
	margin-left: 10px;
}

#content-lhs .module .bio .image {
	float: left;
	width: 190px;
}

#content-lhs .module .bio .detail {
	float: left;
	margin-left: 15px;
	width: 390px;
}

#content-lhs .module .bio .detail .title {
	font-size: 14px;
	font-weight: bold;
}

#content-lhs .module .bio .detail .description p {
	margin-top: 15px;
}

#content-lhs .module.blog {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	background: none;
}

#content-lhs .module.blog.include-footer {
	background: transparent url(../images/dv-lhs-bottom.gif) no-repeat left bottom;
}

#content-lhs .module.blog .title {
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
}

#content-lhs .module.blog .byline,#content-lhs .module.blog .content p {
	padding: 10px 0 10px 0;
}

#content-lhs .module.blog .content p.media-player {
	text-align: center;
}

#content-lhs .module.blog .tools {
	padding: 15px 15px 0 0;
	float: right;
}
#content-lhs .module.blog-summary .tools {
	padding: 0 15px 0 0;
	float: right;
}

#content-lhs .module.blog .tools ul li,
#content-lhs .module.blog-summary .tools ul li
 {
	float: left;
}

#content-lhs .module.blog .tools ul li a,
#content-lhs .module.blog-summary .tools ul li a{
	display: block;
	width: 16px;
}

/* font is bigger :( */
#content-lhs .module.blog .tools ul li a.ico-font,
#content-lhs .module.blog-summary .tools ul li a.ico-font {
	width: 23px;
}

.ico-email {
	background: transparent url(../images/ico-tools.gif) no-repeat 0px 0px;
	width: 16px;
	height: 11px;
}

.ico-print {
	background: transparent url(../images/ico-tools.gif) no-repeat -16px 0px;
	width: 16px;
	height: 11px;
}

.ico-font {
	background: transparent url(../images/ico-tools.gif) no-repeat -32px 0px;
	width: 23px;
	height: 11px;
}

#content-lhs .module.blog .footer,
#content-lhs .module.blog-summary .footer{
	height: 30px;
}

#content-lhs .module.blog .share ,
#content-lhs .module.blog-summary .share {
	float: right;
	margin-top: 5px;
}

#content-lhs .module.blog span,
#content-lhs .module.blog-summary span {
	float: left;
	padding-right: 5px;
}

#content-lhs .module.blog .share ul,
#content-lhs .module.blog-summary .share ul {
	float: left;
}


#content-lhs .module.blog .share ul li,
#content-lhs .module.blog-summary .share ul li {
	float: left;
}

#content-lhs .module.blog .share ul li a,
#content-lhs .module.blog-summary .share ul li a
 {
	display: block;
	width: 22px;

}

#content-lhs .module.blog .sub-menu {
	float: left;
	margin-top: 15px;
	padding: 0px;
}

#content-lhs .read-comments {
	width: 155px;
}

#content-lhs .module.blog .read-comments h3 a:hover{
	text-decoration: underline;
}

#content-lhs #browse-rockwiz-column {
	width: 190px;
}

#content-lhs #browse-rockwiz-column a:hover {
	text-decoration: underline;
}

#content-lhs .module.blog .body {
	clear: both;
}

#content-lhs .module.blog-summary .body.heading.thin {
	height: 30px;
}

#content-lhs .module.blog-summary .body.heading.thin .paginate {
	margin-top: 30px;
}


#content-lhs .module.blog-summary .summary {
	clear: both;
}

#content-lhs .module.blog-summary .summary .title {
	font-size: 18px;
	font-weight: bold;
}

#content-lhs .module.blog-summary .summary .byline {
	margin-bottom: 5px;
}

/* digg is a bit bigger */
#content-lhs .module.blog .share ul li a.ico-digg {
	display: block;
	width: 32px;

}

.ico-google {
	background: transparent url(../images/ico-share.gif) no-repeat 0px 0px;
	width: 22px;
	height: 16px;
}

.ico-delicious {
	background: transparent url(../images/ico-share.gif) no-repeat -22px 0px;
	width: 22px;
	height: 16px;
}

.ico-facebook {
	background: transparent url(../images/ico-share.gif) no-repeat -44px 0px;
	width: 22px;
	height: 16px;
}

.ico-reddit {
	background: transparent url(../images/ico-share.gif) no-repeat -66px 0px;
	width: 22px;
	height: 16px;
}

.ico-newsvine {
	background: transparent url(../images/ico-share.gif) no-repeat -88px 0px;
	width: 22px;
	height: 16px;
}

.ico-technorati {
	background: transparent url(../images/ico-share.gif) no-repeat -110px 0px;
	width: 22px;
	height: 16px;
}

.ico-stumbleupon {
	background: transparent url(../images/ico-share.gif) no-repeat -132px 0px;
	width: 22px;
	height: 16px;
}

.ico-yahoo {
	background: transparent url(../images/ico-share.gif) no-repeat -154px 0px;
	width: 22px;
	height: 16px;
}

.ico-digg {
	background: transparent url(../images/ico-share.gif) no-repeat -176px 0px;
	width: 32px;
	height: 16px;
}

/* RHS MODULES
   =========================================================================*/
#content-rhs .virtual_rockwiz {
	background: transparent url(../images/virtual-rockwiz.jpg) no-repeat left top;
	float: left;
	position: relative;
	display: block;
	width: 300px;
	color: #fff;
	margin-bottom: 10px;
	height:268px;
}
#content-rhs .virtual_rockwiz .link a, #content-rhs .virtual_rockwiz .link a:visited{width:73px; height:72px; position: absolute; top:44px; right:6px; display:block; background: transparent;}
#content-rhs .virtual_rockwiz .q {width:117px; height:113px; position: absolute; left:37px; top:85px; font-size:11px; line-height:18px;}
#content-rhs .virtual_rockwiz .a {width:85px; height:63px; position: absolute; right:34px; top:115px;font-size:11px; line-height:17px;}
#content-rhs .virtual_rockwiz .a ol{list-style-type: decimal !important; list-style-position: inside !important;}
#content-rhs .virtual_rockwiz ol li{ margin-bottom:2px;}
#content-rhs .virtual_rockwiz .leaderboard{width:145px; height:20px; position: absolute; left:37px;bottom:5px; font-size:11px; color: #af804f;}

#content-rhs .virtual_rockwiz .a a, #content-rhs .virtual_rockwiz .a a:visited{color:#fff;}
#content-rhs .virtual_rockwiz .a a:hover {color:#fff;}
#content-rhs .virtual_rockwiz .leaderboard a, #content-rhs .virtual_rockwiz .leaderboard a:visited{color:#000;}
#content-rhs .virtual_rockwiz .leaderboard a:hover {color:#000;}


#content-rhs .module {
	float: left;
	position: relative;
	display: inline;
	width: 300px;
	color: #000;
	margin-bottom: 10px;
	background: transparent url(../images/dv-rhs-top.gif) no-repeat left top;
}

#content-rhs .flash {
	background: none;
}

#content-rhs .lrec {
	background: none;
}

#content-rhs .header {
	margin-top: 20px;
}

/* Next Week */

#content-rhs .module#next-week div.header {
	margin-top: 10px;
	width:100%;
	overflow: hidden;
}

#content-rhs .module#next-week div.header img {
	display: block;
}

#content-rhs .module#next-week div.body {
	background: transparent url(../images/bg-next-week-repeat.gif) repeat-y;
	color: #f3dcc4;
	padding: 0 15px 15px 15px;
	font-size: 12px;
}

#content-rhs .module#next-week div.body h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

/* Following 2 repeated due to change of blend colour :( */

#content-rhs .module .title div.light {
	background: transparent url(../images/bg-rhs-sd-light-left.gif) no-repeat left top;
}

#content-rhs .module .title div.light h2 {
	background: transparent url(../images/bg-rhs-sd-light-right.gif) no-repeat right top;
	line-height: 24px;
}

#content-rhs #rockwiz-shop {
	width: 140px;
}

#content-rhs .item {
	clear: both;
	margin-bottom: 15px;
}

#content-rhs .item img {
	float: left;
	width: 70px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content-rhs .module#get-tickets {
	margin-top: -10px;
	position: relative;
	background: transparent url(../images/bg-get-tickets.png) no-repeat left top;
	height: 244px;
}

#content-rhs #sign-up-now-button {
	background: transparent url(../images/btn-sign-up-now.gif) no-repeat left top;
	position: absolute;
	left: 132px;
	top: 197px;
	width: 145px;
	height: 29px;
}

#content-rhs #newsletter-button {
	background: transparent url(../images/btn-sign-up-now.gif) no-repeat left top;
	position: relative;
	left: 145px;
	top: 15px;
	width: 162px;
	height: 29px;
}

#content-rhs #newsletter-button a {
	color: #f7ddbf;
	font-size: 13px;
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 24px;
	margin-left: 47px;
}

#content-rhs .module#get-tickets #hand-sign {
	position: absolute;
	left: 145px;
	top: 15px;
	width: 100px;
}

#content-rhs .module#get-tickets #hand-sign a.sign {
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: bold;
	color: #f7ddbf;
}

#sign-up-now-button {
	background: transparent url(../images/btn-sign-up-now.gif) no-repeat left top;
	position: absolute;
	left: 132px;
	top: 197px;
	width: 145px;
	height: 29px;
}


#content-rhs #sign-up-now-button a {
	color: #f7ddbf;
	font-size: 13px;
	font-family: Georgia, Arial, Sans-Serif;
	font-weight: bold;
	line-height: 24px;
	margin-left: 47px;

}

#content-rhs .module #rockwiz-newsletter {
	background: transparent url(../images/bg-rhs-sd-light-left.gif) no-repeat left top;
	width: 210px;
}

#content-rhs .module form#newsletter {
	vertical-align: bottom;
}

#content-rhs .module form#newsletter input.text {
	width: 198px;
	background-color: #fff;
	border: solid 1px #a77747;
	font-size: 13px;
	line-height: 16px;
	padding: 2px;
	height: 18px;
	vertical-align: middle;
}

#content-rhs .module form#newsletter button {
		vertical-align: middle;
		width: 85px;
		height: 23px;
		font-family: Georgia, Arial, Sans-Serif;
		font-weight: bold;
		line-height: 16px;
		font-size: 13px;
		border: 0px;
		color: #fff;
		cursor: pointer;
		background: #fff url(../images/btn-subscribe.gif) left top no-repeat;
		padding-bottom: 1px;
		margin-left: 2px;
}

#content-rhs .module form#newsletter button:hover {
	background-position: left bottom;
}

#content-rhs .house {
	background: none;
	padding-top: 0px;
	margin-top: -10px;
}


#content-rhs #rockwiz-news {
	width: 145px;
}

#content-rhs div.news p {
	padding-left: 10px;
	margin-bottom: 5px;
}

.module a.read-more {
	background: transparent url(../images/ico-document.gif) no-repeat;
	color: #000;
	padding-left: 15px;
}

#content-rhs .module .image {
	float: left;
	width: 110px;
	margin-right: 10px;
	margin-bottom: 10px;
}


#content-rhs .module .normal-footer {
	background: transparent url(../images/dv-rhs-normal-footer.gif) no-repeat left top;
	clear: both;
	margin-top: 10px;
	height: 25px;
}	

#content-rhs .module .end-footer {
	background: transparent url(../images/dv-rhs-end-footer.gif) no-repeat left top;
	clear: both;
	margin-top: 10px;
	height: 25px;
}

/* Validation in forms */
div#validation_txt {
	position: relative;
	left:0;
}

div#validation_txt1 {
	left:63px;
	margin-top:-24px;
	position:absolute;
}

div#validation_txt2 {
	left:128px;
	margin-top:-24px;
	position:absolute;
}

div#captcha {
	position: absolute;
	left: 145px;
	margin-top: -29px;
}
input#com_private_key {
	position: absolute;
	left: 260px;
	margin-top: -24px;
	width:60px !important;
}

button#btn_submit_comment {
	position: absolute;
	left:335px;
	margin-top:-24px;
}
#browse_add{
	position: absolute;
	background: transparent url(../images/coopers_small.gif) no-repeat top right;
	right: 0px;
	top: -12px;
	height: 41px;
	width: 150px;
	color: #351c12;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
	vertical-align: bottom;
}
