body{
	margin: 0;
	padding: 0;
	background:#59ade8 url(/images/home30/HomepageWideBG.jpg) repeat-x;
	font-family:Helvetica, Arial, sans-serif;
	color: #303030;
}

.clear{
	clear: both;
}

object{
	outline: none;
}

#WrapperBG{
	margin: 0 auto;
	background:url(/images/home30/HomepageBackground.jpg) top center no-repeat ;	
}

#Container{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	position: relative;
}
/* COMMENTING -----------------------------------------------------------------*/

#Container .loggedin{
	display:none;
}
#Container .loggedin .userimage{
	max-width:50px;
	max-height:50px;
	float:left;
}
#Container .loggedin p.username{
	font-size:12px;
	float:left;
	width:auto;
	margin: 26px 0 0 5px;
}

#Container .loggedin p.username a{
	color: #FD5958;
	font-weight: bold;
	text-decoration:none;
}

#Container .loggedin a.logout{
	float:left;
	margin:26px 0 0 5px;
	font-size:12px;
	color: #FD5958;
	font-weight: bold;
	text-decoration:none;
}
#Comments h3{
	width:614px;
	height:20px;
}
#Comments span.nocomments{
	font-size:14px;
	display:block;
	margin:0 0 20px 0;
}
#MainFeed #Comments h3{
	margin:15px 0 0 0;
	width:614px;
	height:20px;
	background:url("/tv/images/showpages30/comments_pink.jpg") no-repeat scroll left top transparent;
}

#Comments .login img{
	border:none;
	margin:0 0 10px 0;
	width:inherit;
}
#Comments .Comment {
	clear:both;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	margin:8px 0 0;
	overflow:hidden;
	padding:5px 0 10px 10px;
	width:604px;
}

#Comments .CommentOdd {
	clear:both;
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	margin:0;
	overflow:hidden;
	padding:5px 0 10px 10px;
	width:604px;
	background-color: #eeeeee;
}


#Comments .Comment p, #Comments .CommentOdd p{
	margin: 0;
	padding: 0;
	width:auto;
}

#Comments .Comment .userStuff, #Comments .CommentOdd .userStuff {
	clear: both;
	margin-top: 5px;
}

#Comments .Comment .CommentSubject, #Comments .CommentOdd .CommentSubject {
	font-size:11px;
	font-weight:bold;
	margin:0;
}

#Comments .Comment img, #Comments .CommentOdd img{
	max-height:50px;
	max-width:50px;
	float:left;
	margin: 0 10px 0 0;
	clear: both;
}
#Comments .Comment div.CommentUsername, #Comments .CommentOdd div.CommentUsername {
	margin: 0 0 0 0;
	font-size:11px;
	color:#545454;
	float: left;
	margin-right: 10px;
}
#Comments .Comment div.CommentTimestamp, #Comments .CommentOdd div.CommentTimestamp{
	font-size:11px;
	color:#545454;
}
#Comments .Comment .CommentText, #Comments .CommentOdd .CommentText{
	font-size:12px;
	color: #000000;
}
#Comments .Comment a.CommentReply, #Comments .CommentOdd a.CommentReply{
	color:#FD5958;
	float:right;
	font-size:11px;
	margin:0 10px 0 0;
	text-decoration:none;
}
#Comments .SubComment {
	clear:both;
	float:left;
	margin:5px 0 0 60px;
	width:545px;
}

#Comments #CommentBox{
	overflow:hidden;
	display:none; 
	clear: both;
	margin-bottom: 20px;
}
#Comments .CommentInput{
	font-size:12px;
	color:#000000;
	overflow:hidden;
	clear: both;
}
#Comments #CommentSection .CommentInput{
	position:relative;
}
#Comments input.cmtsubject{
	float:left;
	clear:left;
	border:1px solid #000000;
	height:16px;
	width:200px;
	padding:3px;
	font-size: 12px;
}
#Comments textarea.cmttxt{
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	padding: 3px;
	height:100px;
	width:500px;
	float:left;
	clear:left;
	border:1px solid #000000;
	font-size: 12px;
}
/*#Comments #CommentBox input.SubmitComment{
	background:url("http://www.muchmusic.com/mmconnect/frontendimages/submit.gif") no-repeat scroll 0 0;
	clear:left;
	float:left;
	padding:3px;
	text-indent:-9999px;
	width: 84px;
	height: 25px;
	border:none;
	cursor:pointer;
}*/
/*#Comments .CommentInput input.SubmitComment{
	clear:left;
	float:left;
	padding:3px;
    border: 1px solid #006;
    background: #f6f6f6;
	font-size: 12px;
}*/
#Comments .SubmitComment{
	clear:left;
	float:left;
	padding:3px;
    border: 1px solid #006;
    background: #f6f6f6;
	font-size: 12px;
	width:113px;
}

#Comments input.CancelComment{
    border: 1px solid #006;
    background: #f6f6f6;
	font-size: 12px;
	padding: 3px;
	position:absolute;
	top:145px;
	left:124px;
}
#Comments .SubjectLabel, #Comments .CommentLabel{
	margin: 10px 0 2px 0;
	float:left;
	clear:left;
	font-weight: bold;
}
#Comments p#LoginToComment{
	margin: 5px 0 0 0;
	padding: 0;
	font-size:12px;
}
#Comments .CommentReply{
	/*display:none;*/
}
#Comments #comment-navigation{
	text-align: center;
	font-size:12px;
	font-weight: bold;
}

#Comments #comment-navigation a {
	text-decoration: none;
}

#Comments #comment-navigation a img{
	border: 0;
	margin-top: 3px;
	float:none;
}

#loginState {
	width: 188px; 
	height: 24px; 
	float: left;
	text-indent: -9999px;
	outline:none;
}

#loginState img {
	float: left;
	margin-right:10px;
}

#loginState .welcome {
	float:left;
	font-size:11px;
	line-height:11px;
	width:85px;
}

#loginState .welcome a{
	text-decoration: none;
	color: blue;
}

.lostpassword {
	clear: both;
	color: red;
	font-size: 12px;
}
#Comments #commentlogin {
    background: url("http://www.muchmusic.com/mmconnect/images/login.png") repeat scroll 0 0 transparent;
    display: block;
    height: 20px;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    width: 112px;
}
#Comments #commentlogin:hover {
    background-position: 0 -20px;
}
/* LEADERBOARD ----------------------------------------------------------------*/
div#Leaderboard{
	margin: 0;
	padding: 0;
	width: 728px;
	text-align:center;
	position: absolute;
	top:16px;
	left: 246px;
}

div#Leaderboard #Banner{
	margin: 0;
	padding: 0;
	width: 728px;
	height:90px;
}

div#Leaderboard h5{
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 9px;
	font-weight:normal;
}

/* HEADER ----------------------------------------------------------------------*/
#Header{
	margin: 0;
	padding: 0;
}
#Header h1{
	margin: 0;
	padding: 0;
}
#Header h1 a{
	display: block;
	height: 134px;
	width: 198px;
	text-indent: -9999px;
	outline:none;
}


#NavigationBar{
	background:url(/images/home30/NavBG.png) top no-repeat !important;
	background:url(/images/home30/NavBG.gif) top no-repeat;
	margin: 0;
	padding: 0;
	width:1000px;
	height:74px;
	position: relative;
	z-index:2;
}

#NavigationBar ul{
	margin: 0;
	padding: 23px 0 0 20px;
	list-style:none;
}
#NavigationBar li{
	margin: 0;
	padding: 0;
	float: left;
}

#NavigationBar li a.NavItem{
	display: block;
	text-indent:-9999px;
	height: 40px;
	background:url(/images/home30/NavSprite.jpg) no-repeat 0 0;
}
#NavigationBar li a.NavItem{
	outline:none;
}

#NavigationBar li#Videos a.NavItem{
	width: 90px;
}
#NavigationBar li#Videos a:hover, #NavigationBar li#Videos a.Selected{
	background-position:-0 -40px;
}
#NavigationBar li#Music a.NavItem{
	width: 78px;
	background-position:-90px 0;
}
#NavigationBar li#Music a:hover, #NavigationBar li#Music a.Selected{
	background-position:-90px -40px;
}
#NavigationBar li#Shows a.NavItem{
	width: 88px;
	background-position:-168px 0;
}
#NavigationBar li#Shows a:hover, #NavigationBar li#Shows a.Selected{
	background-position:-168px -40px;
}
#NavigationBar li#News a.NavItem{
	width: 80px;
	background-position:-254px 0;
}
#NavigationBar li#News a:hover, #NavigationBar li#News a.Selected{
	background-position:-254px -40px;
}
#NavigationBar li#Concerts a.NavItem{
	width: 114px;
	background-position:-334px 0;
}
#NavigationBar li#Concerts a:hover, #NavigationBar li#Concerts a.Selected{
	background-position:-334px -40px;
}
#NavigationBar li#Contests a.NavItem{
	width: 114px;
	background-position:-448px 0;
}
#NavigationBar li#Contests a:hover, #NavigationBar li#Contests a.Selected{
	background-position:-448px -40px;
}
#NavigationBar li#Shop a.NavItem{
	width: 72px;
	background-position:-562px 0;
}
#NavigationBar li#Shop a:hover, #NavigationBar li#Shop a.Selected{
	background-position:-562px -40px;
}

#NavigationBar li .DropdownBody{
	/*z-index:2;*/
	display: none;
	position: absolute;
	overflow:hidden;
	top:63px;
	left:20px;
	margin: 0;
	padding: 0;
}
#NavigationBar li#Music .DropdownBody{
	left:33px;
}
#NavigationBar li#Shows .DropdownBody{
	left:40px;
}
#NavigationBar li#News .DropdownBody{
	left:153px;
}
#NavigationBar li#Concerts .DropdownBody{
	left:267px;
}
#NavigationBar li#Contests .DropdownBody{
	left:381px;
}
#NavigationBar li#Shop .DropdownBody{
	left:453px;
}
#NavigationBar .DropdownInnerBody{
	width:618px;
	overflow:auto;
	background-color: #FFFFFF;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	margin: 0;
	padding: 0 0 10px 0;
}
#NavigationBar .DropdownInnerBodyThin{
	width:202px;
	overflow:hidden;
	background-color: #FFFFFF;
	border-left:#CCCCCC solid 1px;
	border-right:#CCCCCC solid 1px;
	margin: 0;
	padding: 0 0 10px 0;
}
#NavigationBar li dl{
	float:left;
	margin: 0;
	padding: 5px 0 0 14px;
	width:185px;
	font-size:12px;
	color:#000000;
}

#NavigationBar li dt{
	margin:5px 0 0 0;
	font-weight:bold;
	font-size:14px;
	color:#000000;

}
#NavigationBar li dd{
	margin: 0;
	padding: 0;
}
#NavigationBar li dl a{
	padding:3px;
	text-decoration: none;
	color:#000000;
	display:block;
	width: 185px;
}
#NavigationBar li .DropdownInnerBodyThin dl a{
	width: 165px;
}
#NavigationBar li dl a:hover{
	background-color: #2dcad0;
}

#NavigationBar .threecolbottom{
	margin: 0 !important;
	margin: -15px 0 0 0;
	padding: 0;
	width:620px;
	height: 3px;
	background:url(/images/home30/NavDropdown.gif) bottom center no-repeat;
}
#NavigationBar .onecolbottom{
	margin: 0 !important;
	margin: -15px 0 0 0;
	padding: 0;
	width:204px;
	height: 3px;
	background:url(/images/home30/NavDropdownOneCol.gif) bottom center no-repeat;
}

#NavigationBar #Search{
	float:left;
	margin: 7px 0 0 7px;
	padding: 0;
	display:inline;
}
#NavigationBar #Search #searchKeyword{
	margin: 0;
	width: 200px;
	height: 20px;
	background:url(/images/home30/SearchBG.jpg) top right no-repeat;
	outline:none;
	border:none;
	padding: 4px 3px 0 3px;
}


#NavigationBar #Search #searchPulldown{
	margin: 0 0 0 5px;
}

/* CONTENT -------------------------------------------------------------------------*/

#Content{
	clear:both;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background:url(/images/home30/ContentBG2.png) top center repeat-y !important;
	background:url(/images/home30/ContentBG.gif) top center repeat-y;
	width:1000px;
}

#MainContent{
	float:left;
	margin: 0 0 0 11px;
	padding: 0 0 0 0;
	width:640px;
	
	/* fixes ie6 double margin bug*/
	display:inline;
}

#SecondaryContent{
	float:right;
	margin: 0 35px 0 0;
	padding: 0 0 0 0;
	width: 300px;
	
	/* fixes ie6 double margin bug*/
	display:inline;
}
/*Right Column Social Buttons*/
#SocialLinks a{
	color:#000000;
	text-decoration:none;
}

#SocialLinks ul{
	margin: 7px 0 0 0;
	padding: 0;
	list-style:none;
}
#SocialLinks li{
	margin: 0; 
	padding: 0;
}
#SocialLinks img{
	border: none;
}
#SocialLinks h5{
	margin: 0; 
	padding: 0;
}
#SocialLinks h5 a{
	display:block;
	text-indent:-99999px;
	height: 69px;
	width: 300px;
}

#SocialLinks a:focus{
	outline:none;
}

#SocialLinks h5#twitter a{
	background: url(/images/home30/twitterbutton.jpg) top no-repeat;
}
#SocialLinks h5#facebook a{
	background: url(/images/home30/facebookbutton.jpg) top no-repeat;
}
#SocialLinks h5#concerts a{
	background: url(/images/home30/concertsbutton.jpg) top no-repeat;
}

/*Right column TV/Mobile/Online Listings*/
#Listings{
	margin: 15px 0 0 0;
}
#Listings ul#ListingsMenu{
	margin: 0;
	padding: 0;
	list-style:none;
	height:21px;
	width:300px;
}

#Listings ul#ListingsMenu li{
	float: left;
	margin: 0;
	padding: 0;
}

#Listings ul#ListingsMenu li a{
	display:block;
	height:21px;
	text-indent:-99999px;
	background:url(/images/home30/ListingsMenu.jpg);
}

#Listings ul#ListingsMenu li a{
	outline: none;
}

#Listings ul#ListingsMenu li#OnTV a{
	width: 88px;
	background-position:0 0;
}
#Listings ul#ListingsMenu li#OnTV a:hover, #Listings ul#ListingsMenu li#OnTV a.Selected{
	background-position:0 100%;
}

#Listings ul#ListingsMenu li#Mobile a{
	width: 113px;
	background-position:-88px 0;
}

#Listings ul#ListingsMenu li#Mobile a:hover, #Listings ul#ListingsMenu li#Mobile a.Selected{
	background-position:-88px 100%;
}

#Listings ul#ListingsMenu li#Online a{
	width: 99px;
	background-position:100% 0;
}
#Listings ul#ListingsMenu li#Online a:hover, #Listings ul#ListingsMenu li#Online a.Selected{
	background-position:100% 100%;
}

#Listings{
	overflow: hidden;
}

#Listings h5{
	display: none;
}

#Listings dl{
	width: 300px;
	font-size: 13px;
	color: #303030;
	margin: 10px 0 0 0;
	padding: 0;
}

#Listings dl dt{
	width: 60px;
	float:left;
	margin: 0;
	padding: 2px 5px;
}

#Listings #MobileListings dl dt{
	width:70px;
}
#Listings #MobileListings dl dd{
	width:300px;
}
#Listings #OnlineListings dl dt{
	width:70px;
}
#Listings #OnlineListings dl dd{
	width:210px;
}

#Listings a{
	color: #303030;
	text-decoration:none;
}

#Listings a:hover{
	text-decoration:underline;
}

#MobileListings, #OnlineListings{
	display:none;
}

#Listings dl dd{
	width: 220px;
	float: left;
	margin: 0;
	padding: 2px 5px;
	font-weight:bold;
}
#Listings dl dd a{
	text-decoration: none;
}

#Listings small{
	clear: both;
	font-size:12px;
	display:block;
	padding-top:10px;
}

#Listings small a{
	color:#303030;
	font-weight:bold;
	text-decoration:none;
}

#Listings small a:hover{
	text-decoration: underline;
}

#Listings small span{
	margin-left:94px
}
/*FOOTER ROTATOR FEED*/
#FooterFeed{
	margin: 0;
	padding: 0 0 10px 0;
	width: 1000px;
	background:url(/images/home30/ContentBG.png) top center repeat-y !important;
	background:url(/images/home30/ContentBG.gif) top center repeat-y;	
}
#FooterFeed ul{
	margin: 0 0 0 0;
	padding: 15px 0 0 0;
	list-style:none;
}
#FooterFeed li{
	float: left;
	display:inline;
	width: 196px;
	margin: 0 0 10px 19px;
	padding: 0 14px 0 0;
}
#FooterFeed h3{
	margin: 0 0 0 35px;
	padding: 15px 0 0 0;
	width: 928px;
	height: 23px;
	background:url(/images/home30/FooterFeed/FooterFeedHeader.jpg) bottom no-repeat;
	text-indent:-9999px;
}
#FooterFeed p{
	margin: 3px 0 0 0;
	padding: 0;
	font-size:12px;
}
#FooterFeed a{
	outline:none;
}
#FooterFeed img{
	border:none;
}
#FooterFeed p a{
	color:#303030;
	text-decoration:none;
}

#FooterFeedInner{
	width:921px;
	margin: 0 0 0 35px;
	padding: 0;
	border-left:3px solid #b0b0b0;
	border-right:3px solid #b0b0b0;
}

#FooterFeedBottom{
	margin: 0 0 0 35px;
	padding: 0;
	width:928px;
	height:3px;
	background:url(/images/home30/FooterFeed/FooterFeedBottom.jpg) top no-repeat;
	font-size:0px;
}

/* FOOTER -------------------------------------------------------------------------*/

#Footer{
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	margin:0;
	padding:26px 0 0 0;
	background:url(/images/home30/FooterBG.png) top no-repeat !important;
	background:url(/images/home30/FooterBG.gif) top no-repeat;
	width:1000px;
	height:280px;
	position: relative;
	color:#000000;
}

#Footer a#MuchLinkFooter{
	position: absolute;
	display:block;
	text-indent:-9999px;
	height:32px;
	width:45px;
	top: 16px;
	left: 101px;
}

#Footer ul{
	margin: 0;
	padding: 0;
	width: 668px;
	list-style:none;
	overflow:hidden;
}
#Footer li{
	margin: 0;
	padding: 0;
	float:left;
}
#Footer li a{
	display:block;
	text-indent:-9999px;
	height: 20px;
	background:url(/images/home30/FooterSprite.jpg) no-repeat 0 0;
	outline:none;
}

#Footer ul#Sections{
	padding: 0 0 0 167px;
	overflow:hidden;
	width: 668px;
}
#Footer ul#Brands{
	clear:both;
	padding: 17px 0 0 289px;
}

#Footer li#VideosFooter a{
	width:65px;
	background-position: 0 0;
}
#Footer li#VideosFooter a:hover{
	background-position: 0 -56px;
}

#Footer li#MusicFooter a{
	width:65px;
	background-position: -65px 0;
}
#Footer li#MusicFooter a:hover{
	background-position: -65px -56px;
}
#Footer li#ShowsFooter a{
	width:65px;
	background-position: -130px 0;
}
#Footer li#ShowsFooter a:hover{
	background-position: -130px -56px;
}
#Footer li#NewsFooter a{
	width:65px;
	background-position: -195px 0;
}
#Footer li#NewsFooter a:hover{
	background-position: -195px -56px;
}
#Footer li#ConcertsFooter a{
	width:100px;
	background-position: -260px 0;
}
#Footer li#ConcertsFooter a:hover{
	background-position: -260px -56px;
}
#Footer li#ContestsFooter a{
	width:100px;
	background-position: -360px 0;
}
#Footer li#ContestsFooter a:hover{
	width:100px;
	background-position: -360px -56px;
}
#Footer li#ShopFooter a{
	width:60px;
	background-position: -460px 0;
}
#Footer li#ShopFooter a:hover{
	background-position: -460px -56px;
}
#Footer li#AboutFooter a{
	width:70px;
	background-position: -520px 0;
}
#Footer li#AboutFooter a:hover{
	background-position: -520px -56px;
}
#Footer li#Sitemap a{
	width:78px;
	background-position: -590px 0;
}
#Footer li#Sitemap a:hover{
	background-position: -590px -56px;
}
#Footer li#MuchMore a{
	width: 99px;
	background-position: -70px -36px;
}
#Footer li#MuchMore a:hover{
	background-position: -70px -92px;
}
#Footer li#PunchMuch a{
	width: 115px;
	background-position: -160px -36px;
}
#Footer li#PunchMuch a:hover{
	background-position: -160px -92px;
}
#Footer li#MuchVibe a{
	width: 85px;
	background-position: -275px -36px;
}
#Footer li#MuchVibe a:hover{
	background-position: -275px -92px;
}
#Footer li#MuchLoud a{
	width: 90px;
	background-position: -360px -36px;
}
#Footer li#MuchLoud a:hover{
	background-position: -360px -92px;
}
#Footer li#MuchMoreRetro a{
	width: 150px;
	background-position: -450px -36px;
}
#Footer li#MuchMoreRetro a:hover{
	background-position: -450px -92px;
}
#Footer p a{
	text-decoration:none;
	color:#000000;
}
#Footer p a:hover{
	color:#000000;
	text-decoration:underline;
}
#Footer p#UnderRibbon{
	width:800px;
	margin:20px 0 0 0;
	padding:0 97px;
	clear:both;
	font-size:15px;
	text-align:center;
}
#Footer p#ctvinfo{
	margin: 40px 13px 0 13px;
	padding: 0;
	font-size:13px;
	height:20px;
}
#ctvinfo span{
	float:left;
}
#ctvinfo span#siteterms{
	float:right;
}
#Footer #companylogo{
	/*width:138px;
	margin:-3px 12px 10px 12px;*/
	margin:-8px 11px 10px 11px;
	width:84px;
	height:22px;
	display:block;
	text-indent:-9999px;
	background:url("http://www.muchmusic.com/images/home30/logoblack.png") bottom left no-repeat;
	
	float:left;
}

#Footer p#ctvinfo img{
	vertical-align:middle;
	border:none;
	
}
#Footer p#ctvinfo a{
	outline:none;
}
#Footer p#crosslinks{
	margin: 40px 0 0 20px;
	padding: 0;
	text-align:center;
	font-size:13px;
	clear:both;
}
#Footer p#crosslinks a{
	padding: 0 20px 0 0;
}

