@charset "utf-8";
/* CSS Document */

/*MUSE WEBSITE STYLES
//DEVELOPED BY THEMOUSEARTIST.COM */

.right {
	float:right;
	margin:0 0 5px 5px;
}

img.border {
	padding:2px;
	border:1px solid #333;
}

h4 {
	font-size:16px;
}
h3 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	letter-spacing:2px;
	font-weight:normal;
}

.clear {
	clear:both;
}

frameset {
	margin:0;
	padding:0;
	border:none;
}

body {
	margin:0;
	padding:0;
	background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	display:visible;
	
}

#wrapper {
	width:940px;
	height:650px;
	overflow:hidden;
	color:#fff;
	margin:0 auto;
	text-align:center;
	background:url(../images/wrapper_bg.jpg) no-repeat #000;
	border-left:0px solid #000;
	border-right:0px solid #000;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-470px;
}

#navigation {
	
	width:100%;
	padding:0;
	background:#333 url(../images/nav_bg.jpg) repeat-y;
	border-bottom:0px solid #222;
	
}
#navigation ul {
	display:block;
	list-style-type:none;
	text-align:center;
	margin:4px 0;
	padding:0;
	width:100%;
}
#navigation ul li {
	display:inline;	
}

#navigation ul li a.nav {
	color:#fff;
	text-decoration:none;
	font-size:13px;
	padding:3px 24px!important;
	text-transform:uppercase;
}
#navigation ul li a.nav:hover {
	color:#ccc;
	
}

#header {
	width:100%;
	text-align:center;
	
}

div.moveup {
	margin-top:-400px!important;
	padding-top:10px;
	z-index:999;
	position:relative;
}

#intro {
	font-size:11px;
	line-height:12px;
}
#excess {
	display:none;
}

#content {
	padding:10px 0 0px 40px ;
	clear:both;
	width:740px;
	margin:0 auto;
	text-align:left;
	overflow:visible;
}


#content a {
	text-decoration:underline;
	color:#fff;
}
#content a:hover {
	color:#888;
}


#content h3 {
	text-transform:uppercase;
	margin:0;
}

#content h4 {
	margin:0;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	text-transform:uppercase;
}

#colright {
	float:right;
	clear:none;
	width:180px;
	
	border:0px solid #000;
	padding:0px;
	color:#fff;
	margin-left:20px;
	margin-right:0px;
	margin-bottom:20px;
}



#logo {
	margin:10px auto;
	width:344px;

}
#logo a.logo {
	display:block;
	background:url(../images/logo_.png) no-repeat;
	background-position:top left;
	height:107px;
	width:247px;
	
}
#logo span {
	display:none;
}

#girl {
	position:fixed;
	bottom:0px;
	left:50%;
	margin-left:-580px;
	width:250px;
	height:384px;
	background:url(../images/girl.png) no-repeat;
	background-position:top left;
	
}
#girl.calendar {
	background:url(../images/girl-calendar.png) no-repeat !important;
}
#girl.reservations {
	background:url(../images/girl-tables.png) no-repeat !important;
}
#girl.gallery {
	background:url(../images/girl-gallery.png) no-repeat !important;
}
#girl.planning {
	background:url(../images/girl-corporate.png) no-repeat !important;
}
#girl.contact {
	background:url(../images/girl-contact2.png) no-repeat !important;
	margin-left:350px!important;
	width:542px!important;
	height:480px!important;
}
#girl.djs {
	background:url(../images/girl-djs.png) no-repeat !important;
}

#footer {
	position:fixed;
	left:0;
	bottom:0;
	height:40px;
	width:100%;
	background:#000;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-family:Verdana, Geneva, sans-serif;
	
}

#footer a {
	color:#444;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
}
#footer-inner {
	padding:0px 0 0 0;
	font-size:9px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif;
}

#footer-inner p {
	margin:0;
	padding:0;
	display:inline;
	
}

#footer label, #footer form, #footer input {
	display:inline;
}

#footer label {
	margin-left:20px;
}
#footer #player {
	display:inline;
	margin-left:10px;
	z-index:0;
	
}
#player object {
	margin-top:10px;
}

.subscribe {
	display:inline;
	clear:none;
	width:75px;
	border:none;
	padding:2px;
	margin-left:10px;
	margin-right:10px;
}
.submit {
	background:url(../images/submit.png) no-repeat;
	background-position:top center;
	width:73px;
	height:24px;
	color:#000;
	border:none;
	margin-right:10px;
}


/* Calendar Styles */

.calendar {
	float:left;
}

table.cal {
	border:0px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:300px;
	
	color:#eee;
	
}

.month {
	
	text-align:center;
	color:#fff;
	font-size:20px;
	margin-bottom:10px;
}
.days {
	padding-top:10px;
	font-weight:bold;	
	text-align:center;
	border-bottom:1px solid #ccc;
	
}
.day {
	text-align:center;
	
	height:30px;
	width:30px;
	
}
.day-event {
	background:url(../images/cal-glow.png) no-repeat 50% 50%;
	text-align:center;
}
table.cal a {
	text-decoration:none;
	color:#fff!important;
	font-size:1em;
	font-weight:bold;
	
}
.day-event:hover, .day-event a:hover {
	
	font-weight:bold;
	
}
span.prev {
	margin-right:20px;
}
span.next {
	margin-left:20px;
}



#events-box {
	float:right;
	width:300px;
	height:300px;
	border:1px solid #666;
	background:#333;
	padding:10px;
	overflow:hidden;
	text-align:center;
}
#events-box img {
	border:1px solid #999;
}
.events-box-inside {
	clear:both;
	width:300px;
	height:300px;
	overflow:hidden;
	
}

#freepasses {
	
	width:auto;
	padding:10px;
	background:transparent;
	color:#fff;
	border:0px solid #000;
	text-align:center;
}
#freepasses a {
	color:#F6F;
	text-decoration:none;
}

#map {
	float:right;
	margin-top:20px;
	margin-left:20px;
	margin-right:-50px;
	padding:5px;
	background:#333;
	border:1px solid #000;
	text-align:center;
	color:#fff;
}
/* Venue styles */

.slider {
	margin-left:60px;
	width:700px;
	height:380px;
	overflow:hidden;
}
.slider ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.slider li {
	width:700px;
	height:auto;
	display:inline;
	overflow:hidden;
	
}
span.sliderlink {
	margin-left:60px;
}

.venue-top {
	border:1px solid #666;
	width:740px;
	height:270px;
}

.venue-lower p {
	line-height:12px;
	font-size:10px;
	text-align:center;
}
span.bigger {
	font-size:14px;
	text-transform:uppercase;
	font-family:"Times New Roman", Times, serif;
}

.daypass {
	float:left;
	width:33%;
	text-align:center;
	height:120px;
}
.border {
	border-right:1px solid #eee;
}

.daypass span {
	text-transform:uppercase;
	font-size:14px;
}

/* Contact Styles */
#contact {
	
	text-align:left;
	margin-top:0;
	float:left;
	width:40%;
	height:500px;
	border-right:1px solid #000;
}
#contact label {
	width: 5em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
	
}
#contact input {
	background:url(../images/blackinput.png) repeat;
	border:1px solid #333;
	color:#fff;
	padding:2px;
	width:200px;
	
}
#contact select {
	background:#000;
	border:1px solid #333;
	color:#fff;
	padding:0px;
	width:204px;
	font-size:10px;
}
#contact textarea {
	background:url(../images/blackinput.png) repeat;
	border:1px solid #333;
	color:#fff;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding:2px;
	width:200px;
}
#contact input.submit {
	float:right;
	margin-right:25px;
	background:url(../images/submit.png) no-repeat;
	background-position:top center;
	width:73px;
	height:24px;
	color:#000;
	border:none;
	
}
#contact-other {
	display:hidden;
	height:234px;
}
#contact-other div {
	padding:5px 5px 5px 10px;
}

.contactbox {
	border-bottom:1px solid #666;
	margin-bottom:0;
	padding-bottom:20px;
}
.contactbox2 {
	border-left:1px solid #666;
	margin-left:20px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#location {
	border-bottom:1px solid #000;
	padding:5px 5px 5px 20px;
}
#lostfound, #jobs {
	float:left;
	width:45%;
	padding:0;
}


.success {
	font-weight:bold;
	color:#060;
}

#hold-gallery {
	position:relative;
	width:100%;
	overflow:visible;
	text-align:center;

}
#hold-gallery .gallery {
	width:110px;
	height:150px;
	padding:5px;
	float:left;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-bottom:1px solid #888;
	border-right:1px solid #888;
	background:#f6f5ed;
	overflow:hidden;
	margin:5px;
}
div.gallery a {
	color:#000!important;
	text-decoration:none!important;
	font-size:10px;
}
div.gallery img {
	border:1px solid;
}

/* DJ Page */

/* will contain DJ picture driven with php */
#hold-djs {
	position:relative;
	width:850px;
	margin-left:-100px;
	height:400px;
	margin-top:-10px;
	background:url(../images/danny.jpg) no-repeat 50% 0 #000;
	
}

#djs-left {
	position:absolute;
	left:100px;
	top:0;
	width:300px;
	height:500px;
	overflow:hidden;
	background:transparent;
}
#djs-left h1 {
	color:#fff;
}
#djs-left ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-family:Times New Roman;
}
#djs-left ul li {
	margin:5px 0;
}
#djs-left ul li a {
	color:#fff;
	text-decoration:none;
	padding:2px;
	font-size:12px;
}
#djs-left ul li a:hover {
	background:#000;
}

#djs-right {
	position:absolute;
	right:0;
	top:150px;
	width:300px;
	
	background:url(../images/shade.png) repeat;
	padding:10px;
	
}
#djs-right h1 {
	margin:0;
	padding:0;
	color:#fff;
}

#djs-bio {
	height:auto;
	width:300px;
	overflow:auto;
	padding-right:11px;
	border-top:1px solid #ECDBA8;
	color:#fff;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
	line-height:10px;
}

/*TABLES RESERVATIONS */
#hold-tables {
	position:relative;
	width:100%;
	height:500px;
}
.tables-left {
	float:left;
	width:380px;
	
	
}
.tables-left .label
{
width: 10em;
float: left;
clear:both;
text-align: right;
margin-right: 0.5em;
display: block
}
.tables-left .radio {
	text-align:right;
	padding-right:120px;
}
.tables-left .input {
	width:200px;
	padding:2px;
	background:#000;
	color:#CCC;
	border:1px solid #333;
}
.tables-left .submit {
	margin-left:10.5em;
}
.tables-right {
	float:left;
	width:360px;
	font-size:11px;
	

}
.tables-right ul {
	margin:10px 0 0 0;
	padding:0;
}
.tables {
	border:1px solid #333;
	padding:2px;
}


/* CORPORATE RESERVATIONS */
#hold-corp {
	position:relative;
	width:100%;
	height:430px;
}
#hold-corp div {
	padding:0;
}
