@charset "utf-8";
/* CSS Document */
/* -------------------------------------------------------------------------------------- RESET */
*{ outline:none; }

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}/* tables still need 'cellspacing="0"' in the markup */caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:""""}


body{
	background-color:#989993;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #555555;
}

a img {border: none; }

img.bg {
	/* Set rules to fill background */
	min-height: 100%;
	min-width: 1024px;
	
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
			
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
			
	z-index:-1;
}
		
@media screen and (max-width: 1024px){
img.bg {
	left: 50%;
	margin-left: -512px; }
}

#container{
	width:980px;
	margin: 0 auto 0 auto;
	padding:0;
	background-image:url(images/background-2.png);
	-moz-box-shadow:0 0 10px 0 #333; 
	-webkit-box-shadow:0 0 10px 0 #333; 
	box-shadow:0 0 10px 0 #333; 
}

#header{
	height:180px;
	background-color:#ffffff;
	background-image:url(images/header.jpg);
}
#logo{
	background-image:url(images/logo-the-hook-up.png);
	height:250px;
    margin: -160px 0 0 0;
	border-bottom:none;
	/*outline:red dotted 1px;*/
}
#logo h1{
	margin:0 0 0 -9999px;
}
#logo a {
    display: block;
    width: 200px;
    height: 200px;
    text-decoration: none;
	margin: 30px 0 0 400px;
}

fieldset{
	width:620px;
}

#nav-social{
	float: right;
	margin: -114px 10px 0 0;
	z-index:20;
}
#nav-social img{
	padding:0 10px 0 0;
}

/*-------------------------------------- LEFT ------------*/
#left{
	width: 240px;
	min-height:760px;
	float:left;
	margin:20px 0 0 0;
}
#left p{
	margin:20px 10px 0 0;
	color:#005981;
	font-weight:500;
	line-height:1.5em;
}
#left a:link{
	color:#005981;
}

#nav-main{
	margin: -30px 0 0 0;
	font-size:1.4em;
	height:260px;
}
#nav-main a{
	text-decoration:none;
	color:#005981;
	font-weight:bold;
	font-size:24px;
}
#nav-main a:hover{
	color:rgb(0,204,204);
}
#nav-main li{
	display:block;
	text-align:right;
	padding:10px 0;
	border-bottom:1px #CCCCCC dotted;
}

#nav-main .set{
	color:rgb(0,204,204);
}
#info{
	margin:-50px -10px 0 0;
}
#info p{
	font-size:.9em;
	text-align:right;
}

#nav-sub{
	margin:40px 0 0 0;
	line-height:1em;
}
#nav-sub a{
	text-decoration:none;
	color:#005981;
	font-size:16px;
	font-weight:900;
}
#nav-sub a:hover{
	color:rgb(0,204,204);
}
#nav-sub li{
	display:block;
	text-align:right;
	padding:10px 0;
	border-top:1px #CCCCCC dotted;
}


/*-------------------------------------- RIGHT ------------*/
#right{
	width:680px;
	float:right;
	margin: 10px 20px 20px 0;
}
#right a:link, #right a:visited{
	color: #666666;
}
#right a:hover{
	color:#005981
}
#right p{
	line-height:1.5em;
	width: 660px;
}
#right ul{
	list-style:none;
	margin:10px 0 0 -40px;
}
#right li{
	display:inline;
	padding:0 4px 0 0;
}


/* --- ONE-THIRD ---*/
#right .one-third p{
	width:170px;
}
#right .one-third-last p{
	width:170px;
}
#right .one-third{
	width: 180px;
	height: 260px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 36px 20px 0;
	/*background-color:#ffffff;*/
	background-color: rgba(0,147,255,0.08);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
	box-shadow: 0 0 .5em rgba(0, 0, 0, .15);
}
#right .one-third-last{
	width:180px;
	height:260px;
	float:left;
	padding:0 0 0 20px;
	margin: 0 0 20px 0;
	background-color:rgba(0,147,255,0.08);
	border-radius: 10px;

	-moz-border-radius: 10px;
	  -webkit-border-radius: 10px;  
	  border-radius: 10px;
	  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
	  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
	  box-shadow: 0 0 .5em rgba(0, 0, 0, .15);		
}


/* --- BOX ---*/
#box{
	display:block;
	width:660px;
	padding:20px 0 20px 20px;
	/*background-color:rgba(65,188,148,.08);*/
	background-color:rgba(0,153,255,.1);
		-moz-border-radius: 10px;
	  -webkit-border-radius: 10px;  
	  border-radius: 10px;
	  -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
	  -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .2);
	  box-shadow: 0 0 .5em rgba(0, 0, 0, .15);
}
#box p{
	width:640px;
}

#directions ul{	
	padding:0;
	margin:0;
}
#directions ul li{
	display: block;
	padding:0 0 20px 20px;
}
	

/* --- NAV-MENU ---*/
#nav-menu{
	margin: 0 0 0 0;
	padding:0;
	width:100%;
	float:left;
}
#nav-menu li{
	display:inline;
	padding:0;
	margin:0;
}
#nav-menu a:link, #nav-menu a:visited{
	color:rgb(153,153,153);
	font-size:16px;
	font-weight:800;
	padding:10px 15px 10px 15px;
	float:left;
	width:auto;
	border-right:1px dotted #999999;
	border-bottom:1px dotted #999999;
	text-decoration:none;
	/*
	font:bold 1em/1em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;	
	*/
}
#nav-menu a:hover{
	color:rgb(0,204,204);
}
#nav-menu li:first-child a{
	border-left:1px dotted #999999;
}

#nav-menu .menu-set{
	background-color:rgba(0,204,204,.1)
}





/* --- MENU ---*/
#menu{
	margin: 10px 0 0 0;
	line-height:1.8em;
	
}
#menu h2{
	font-size: 30px;
	display:block;
	padding:0;
	margin: 0 0 40px 0;
}
#menu h3{
	font-size:24px;
}
#menu ul li{
	display: block;
	width: 615px;
	margin: 10px 0 10px 0;
	padding: 0 0 0 40px;
	text-indent: -40px;
	
}
#menu .note{
	padding:0 0 20px 20px;
	margin: -10px 0 0 0;
	font-style:italic;
	color:#888888;
}


/*--- FORM ---*/
form#contact .label {
	display: block;
	color:#003333;	
	clear: left;
	float: left;
	width: 180px;
	text-align: right;
	padding: 7px 15px 0 0;	
	font-weight: bold;
}
form .indent, #submit {
	margin-left: 200px;	
	padding:10px;
}
form #submit:hover{
	color:#333333;
	cursor:pointer;
	background-color:#C8DEF9;
	
}
form{
	font-size: 14px;
	font-family: 'ColaborateLightRegular', Arial, sans-serif;
	line-height: 125%;
	margin-bottom: 40px;
}
.form-row{
	padding:0 0 10px 0;
}

input, textarea, select{
	font-size: 14px;
	background-color:#F9F9F9;
}
textarea{
	border-color:#999999;
}
#contact label.error {
  font-size: 0.8em;
  color: #F00;
  font-weight:100;
  display: block;
  margin-left: 215px;
}
#contact input.error, #contact select.error  {
  background: #FFA9B8;
  border: 1px solid red;
}

.error-text{
	background-color:rgba(255,0,0,.1);
}
/*-------------------------------------- FOOTER ------------*/
#footer{
	clear:both;
	padding:0;
}

.clear{
	clear:both;
}
.social{
	padding:0 10px 0 0;
}
.title{
	display:block;
	margin:0 auto 10px auto;
}
.warning{
	color:rgba(255,0,0,1);
}
.bar-drinks{
	line-height:1.4em;
}
.price{
	color:rgba(153,153,153,1);
	font-style:italic;
	font-weight:500;
}

.feature-list{
	margin: 0 0 0 10px;
}

.float-right{
	float:right;
}
.tickets{
	line-height:1.6em;
}
.promo{
	color:rgba(255,153,0,1);
}

.pdf{
	padding:15px 10px 0 0;
	font-weight:800;
	font-size:1.4em;
}