/* global resets */

html{
	padding: 0;
	margin: 0;
	font-size: 1em;
	}

a img, :link img, :visited img {
	border: 0;
	outline:none;
	}
	
.textabove {
	position: absolute;
	z-index: 8000;
	width: 178px;
	font-size: 12px;
}
	
a {
	text-decoration:none;
  }
	
p {
   margin:0px;
   }
	
body {
	margin-top: 0px;
	padding:0px;
	text-align:center;
	font-size: 12px;
	background-color: #ECECEC;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	}


/* globals */

.FloatClear {
	clear: both;
	height: 0px;
}

.blue {
	color: #5fc2dd;
}

.orange {
	color: #ef7d18;
}

.green {
	color: #cbca11;
}

.claret {
	color: #b70040;
}

.italics {
	font-style:italic; 
}

  
/* Centering */


body {
	margin:0px;
	padding:0px;
	text-align:center;
	}
	
#wrapper {
	width:960px;
	margin:0px auto;
	text-align:left;
	background-color: #FFFFFF;
	}

/* design and layout */

#header {
	height: 180px;
	width: 960px;
}
#flashheader {
	float: right;
	height: 180px;
	width: 560px;
	background-image: url(images/header-joker.png);
	background-repeat: no-repeat;
padding:0;
	margin:0;
}
#logo{
float:left;
height:119px;
width:271px;
padding:0;
margin:0;

}
#navigation {
	background-color: #000000;
	margin: 0px;
	height: 27px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 20px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #FFFFFF;
}
#navigation li {
	display: inline;
	margin-right: 0px;
}
#navigation a {
	color: #FFFFFF;
}
#navigation a:hover {
	color: #5FC2DD;
}
#logotable {
	margin-top: 20px;
	margin-left: 0px;
	width: 910px;
	margin-bottom: 40px;
}
#logotable td {
	text-align: center;
	vertical-align: middle;
}

#logotable2 {
	margin-top: 10px;
	margin-left: 0px;
	width: 910px;

}
#logotable2 td {
	text-align: center;
	vertical-align: middle;
}
.homeintro {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #333333;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#contentwrapper {
	margin: 0px;
	padding: 25px;
	width: 910px;
	/*min-height hack for IE6*/
	min-height:475px;
 	height:auto !important;
  	height:400px;
}
.attheading {
	font-size: 24px;
	color: #FF9900;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#LHC {
	float: left;
	width: 406px;
	padding-right: 40px;
	margin-bottom: 1px;
}
#LHC a {
	color: #000000;
	font-weight: bold;
}
#LHC h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#LHC p {
	margin-bottom: 10px;
}
#RHC {
	float: left;
	width: 446px;
}
#RHC a {
	font-weight: bold;
	color: #000000;
}
#RHC h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
#RHC p {
	margin-bottom: 10px;
}
#waxfactorCTA {
	height: 152px;
	width: 111px;
	position: absolute;
	z-index: 200;
	/*background-image: url(images/maxfactor.gif);*/
	background-repeat: no-repeat;
	margin-top: 80px;
	margin-left: 105px;
}

.homebg {
	background-image: url(images/homecontentbg.gif);
	background-repeat: repeat-x;
	background-color: #b9e4f0;
}


#navdroplet {
	background-image: url(images/droplet.gif);
	padding: 0px;
	height: 65px;
	width: 140px;
	position: absolute;
	z-index: 100;
	margin-top: 27px;
	background-repeat: no-repeat;
	margin-left: 795px;
}
#homedroplet {
	background-image: url(images/droplet-home.gif);
	padding: 0px;
	height: 65px;
	width: 140px;
	position: absolute;
	z-index: 100;
	margin-top: 27px;
	background-repeat: no-repeat;
	margin-left: 795px;
}


#hometicketbox {
	background-image: url(images/ticketsbox.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 406px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
#hometicketbox a {
	color: #000000;
	font-weight: bold;
}

#hometicketbox a:link {
	color: #000000;
	font-weight: bold;
}
#hometicketbox a:visited {
	color: #000000;
	font-weight: bold;
}
#hometicketbox a:hover {
	color: #666666;
	font-weight: bold;
}
#hometicketbox a:active {
	color: #000000;
	font-weight: bold;
}

#hometicketbox h3 {
	padding: 0px;
	font-size: 28px;
	line-height: 80%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FF9900;
	display: none;
}
#hometicketbox p {
	margin: 0px;
	padding: 0px;
}



.homexmas {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 00px;
	margin-left: 0px;
}

#homexmasbox {
	background-image: url(images/santabox.gif);
	background-repeat: no-repeat;
	height: 140px;
	width: 406px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
}
#homexmasbox a {
	color: #000000;
	font-weight: bold;
}

#homexmasbox a:link {
	color: #000000;
	font-weight: bold;
}
#homexmasbox a:visited {
	color: #000000;
	font-weight: bold;
}
#homexmasbox a:hover {
	color: #666666;
	font-weight: bold;
}
#homexmasbox a:active {
	color: #000000;
	font-weight: bold;
}

#homexmasbox h3 {
	padding: 0px;
	font-size: 28px;
	line-height: 80%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FF9900;
	display: none;
}
#homexmasbox p {
	margin: 0px;
	padding: 0px;
}









.pagecurl {
	height: 75px;
	width: 75px;
	left:139px;
	position:absolute;
	top:95px;
	z-index:200;
}

.CTAbox {
	padding: 18px;
	height: 146px;
	width: 178px;
	float: left;
	position:relative;
	background-image: url(images/CTABox_bg.gif);
	background-repeat: no-repeat;
	position:relative;
}
.CTAheading {
	display: none;
}
.socialmedia {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 12px;
}
.socialmedia a {
	color: #333333;
}
.socialmedia a:link {
	color: #333333;
}
.socialmedia a:visited {
	color: #333333;
}
.socialmedia a:hover {
	color: #333333;
}
.socialmedia a:active {
	color: #333333;
}


#footer {
	font-size: 11px;
	color: #333333;
	/*background-color: ebebe8;*/
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: 100px;
	padding-top: 10px;
	padding-right: 25px;
	padding-left: 25px;
	background-color: #EAEAE7;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
#footer p {
	padding-bottom: 4px;
}
#footer a {
	color: #333333;
	font-weight: normal;
}

#footer a:link {
	color: #333333;
}
#footer a:hover {
	color: #000000;
}
#footerlogos {
	float: right;
}
.paperquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	margin-right: 0px;
	font-size: 22px;
	font-style: italic;
	line-height: 120%;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
#WF_LHC {
	width: 425px;
	float: left;
	padding-right: 40px;
}
#wf_bubble {
	position: absolute;
	z-index: 5000;
	height: 220px;
	width: 156px;
	margin-top: 90px;
	margin-left: 350px;
	background-image: url(images/waxfactor-bubble.gif);
	background-repeat: no-repeat;
}
#WF_LHC a {
	font-weight: bold;
	color: #000000;
}
#WF_RHC {
	float: left;
	width: 385px;
	background-image: url(images/ticketshopcontentbg.gif);
	height: 302px;
	padding-top: 60px;
	padding-left: 60px;
}
#playercontrols {
	width: 200px;
	margin-top: 10px;
	margin-left: 130px;
}
.larger {
	font-size: 18px;
	line-height: 24px;
}
.homelink {
	display: block;
	height: 100%;
	width: 150px;
	color: #333333;
}
.pullout {
	font-size: 36px;
	color: b70040;
	line-height: 120%;
	font-style: italic;
}
.IntroPara {
	font-size: 18px;
	line-height: 120%;
}
#waxfactorblockCTA {
	background-color: #FFFFFF;
	height: 144px;
	width: 206px;
	background-image: url(images/wxblock.jpg);
	padding-top: 85px;
	padding-left: 20px;
	padding-right: 180px;
	margin-bottom: 25px;
	margin-top: 20px;
}
#waxfactorblockCTA p {
	font-size: 12px;
}
#MediaClips {
	background-image:url(images/listenersblock.jpg);
	height:430px;
	padding-left:20px;
	padding-right:20px;
	padding-top:70px;
	width:366px;
	margin-bottom: 30px;
}



.home_footer {
	font-family: "Arial;
	font-size: 9px;
	line-height: 10px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home_footer h1 {
	font-size: 11px;
	line-height: 130%;
	font-weight: normal;
	color: #999999;
}
