/* sticky footer */
* {
	margin: 0; 
}
html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.gif) repeat; 
}
a{
	color:#000;
}
a:hover{
	color: #666;
}

.containerwrapper, .containerwrapper-frontpage {
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	margin: 0 auto -145px; /* the bottom margin is the negative value of the footer's height */
	width: 940px; 
	padding:10px; 
	background: #EEDEED;
	border: 2px #180029 solid; 
}
.containerwrapper-frontpage{
	background: #210132;
	border: none;  
	padding:0;
	width:960px;  
}
.containerwrapper p{
	padding-left:30px;
	font-size: 14px;
	margin-bottom:35px; 
}
h2.title{
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #414141;
	margin:0px; 
	line-height: 24px;
}
h3.small{
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #521773;
	margin-bottom: 10px;
	line-height: 36px;
	display: block;
}
#top{
	width:900px;
	margin: 0 auto;
	border-bottom: 1px dotted #c4c4c4; 
	margin-bottom:35px; 
}
.footer, .push {
	height: 165px; /* .push must be the same height as .footer */
}
.footer{
	width: 960px;
	background: #3F1645 url(../images/footerbg.png) no-repeat;
	margin: 20px auto 0 auto; 
	border-top:1px #997445 solid;
}
.footer p{
	padding-top: 18px; 
	text-align:center;
	line-height:20px; 
	color:#FFFFFF;
	font-size:14px; 
	letter-spacing:1px; 
}
.credit{
	font-size:10px;
}
.credit a{
	color:#fff;
}
/* end sticky footer */
h1{
	margin: 0;
	padding: 0; 
}
#headerbar{
	position:relative;
	width:960px;
	margin:0 auto; 
	height: 120px;
	background: #46165A url(../images/headerfaces.png) no-repeat 860px 40px; 
} 
#headaddress{
	position:absolute;
	left: 83px;
	bottom: 7px; 
	color:#FDCE69;
	font-size:14px;
	line-height:16px; 
}

#imagebadge{
	position:absolute; 
	z-index:998;
	left:423px; 
	bottom:-54px; 
	background: transparent url(../images/nowplaying.png) no-repeat;
	width:115px;
	height:108px; 
}
#badge1, #badge2, #badge3{
	position:absolute; 
	z-index:999;
	bottom:-50px;
	left:-20px;
	width:80px;
	height:75px; 
}
#badge1{
	background: transparent url(../images/badge1.png) no-repeat; 	
}
#badge2{
	background: transparent url(../images/badge2.png) no-repeat; 	
}
#badge3{
	background: transparent url(../images/badge3.png) no-repeat; 	
}
#buytickets{
	position:relative;
	width:100%;
	text-align:center;
	border-top:1px #997445 solid;
}
#bigbanner{
	position:relative; 
	width:100%;
	height: 378px; 
}
#jquerycontainer{
	width: 100%;
	height: 220px;
	padding-top:30px; 
}
.thepics{
	overflow:hidden; 	/* just incase JS is disabled */
	height: 160px; 
}
.sliderblock{
	position:relative; 
	width:288px;
	margin: 0 10px 0 10px;
	float:left;
	height: 160px;
	border: 6px #3F1645 solid; 
}
#textblock{
	background: #36113f;
	width: 900px;
	margin: 20px auto 20px auto; 
	padding:20px 20px 40px 20px;
	border: 2px #180029 solid; 
}
#textblock p{
	color: #fff;
	font-size: 18px;
	font-style: italic;
	padding-top: 20px;
	font-family:Georgia, "Times New Roman", Times, serif; 

}
/* MENU */


#toolbar{
	background:transparent; 
	font-size:12px;
}
ul#toolbar {
    float: right;
    list-style: none;
    margin: 0;
    width: 610px;
}
#toolbar > li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0.5em 8px;
    position: relative;
    z-index: 999;
}
#toolbar a {
    color: #FDCE69;
    cursor: pointer;
    display: block;
    font-weight: bold;
    text-decoration: underline;

}
#toolbar li ul{
    background: #210132;
    display: none;
    left: 0px;
    position: absolute;
    top: 2.5em;
    width: 200px;
    z-index: 99;
}
#toolbar li ul.farright{
    background: #210132;
    display: none;
    position: absolute;
    top: 2.5em;
    width: 200px;
    z-index: 99;
	right:0px; 
	left:auto; 
	}

#toolbar li:hover {
    background: #210132;
}
#toolbar li:hover a {
    color: #fff;
} 
#toolbar li:hover ul {
    display: block;  
}
#toolbar li ul li {
    border: solid 1px #180029;
	border-top: none;
	border-bottom: solid 1px #180029;
	display: block;
	float: none;
	font-size: 10px;
	list-style: none;
	padding: 0;
	text-transform: uppercase;
}

#toolbar li ul li a, #toolbar li:hover ul li a {
	color: #fff;
	display: block;
	padding: 0.5em 20px;
	text-decoration:none;
}
    
#toolbar li ul li a:hover {
	background: #6b5577;
	color: #FDCE69;
	text-decoration: none;
}
/* -- End Menu 