/*
*
BASELINE STUFF & TYPOGRAPHY
*
*/

* 	{
	margin:0;
}

.border-none {
	border: none;
}

body {
	width: 100%;
	height: 100%;
	background:#000;
}

h1 {
	font-size: 20px;
	font-weight: 100;
	color: #d7cc01;
	line-height: 24px;
	text-align: left;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	font-weight: 100;
	color: #d7cc01;
	line-height: 18px;
	text-align: left;
	margin-bottom: 16px;
}

p	{
	margin-bottom: 16px;
}

a {
	color: #eee;
	text-decoration: none;
}

a:hover {
	color: #d7cc01;
}

a:active {
	outline-style: none;
}

#wrapper {
	position: relative;
	height: inherit;
	width: 960px;
	margin: auto; 
	font-family:verdana, arial, sans-serif;
	color: #a8a8a8;
	font-size: 81.3%;
	text-align: left;
}

/*
 *
 TOP OF THE PAGE
 *
*/

#header {
	height: 165px;
	width: inherit;
}

#logo {
	margin-top: 20px;
	border: 0;
}

#header-wrap {
	position: absolute; top: 115px; right:0;
	text-transform: uppercase;
}

#header-wrap a:hover {
	color: #d7cc01;
}

.newsletter {
	float: right;
	font-size: 10px;
}

.topnav {
	clear: both;
	margin-top: 25px;
	margin-right: -10px;
	text-align: justify;
}

ul.topnav li {
	display: inline;
}

ul.topnav a {
	color: #eee;
	text-decoration: none;
	font-size: 100%;
	padding: 10px;
}

ul.topnav li a:active {
	outline-style: none;
}

#content-wrapper {
	width: 852px;
	margin: 5px 0 5px 108px;
}

/*
 *
 BANNER STYLING AND BACKGROUNDS
 *
*/

#banner {
	border: 1px solid #808080;
}

.header-copy {
	width: 260px;
	margin-left: 548px;
	margin-top: 69px;
	text-align: justify;
	}

.events {
	background: url(../images/events_banner.jpg) no-repeat;
	width: 850px;
	height: 243px;
}

.contact {
	background: url(../images/contact.jpg) no-repeat;
	width: 850px;
	height: 243px;
}

.directions {
	background: url(../images/directions.jpg) no-repeat;
	width: 850px;
	height: 243px;
}

.seating {
	background: url(../images/seating.jpg) no-repeat;
	width: 850px;
	height: 243px;
}

.valet {
	background: url(../images/valet.jpg) no-repeat;
	width: 850px;
	height: 243px;
}

.lounge {
	background: url(../images/lounge.jpg) no-repeat;
	width: 850px;
	height: 243px;
}

.rentals {
	background: url(../images/venuerental.jpg) no-repeat;
	width: 850px;
	height: 241px;
}

.production {
	background: url(../images/liveproductions.jpg) no-repeat;
	width: 850px;
	height: 241px;
}

.archive {
	background: url(../images/archives.jpg) no-repeat;
	widows: 850px;
	height: 241px;
}

/*
 *
 STYLING UTILITIES
 *
*/

.yellow {
	color: #d7cc01;
}

.white {
	color:#fff;
}

.bold {
	font-weight: bold;
}

.white-border {
	border: 1px solid #fff;
}

.thick-white-border {
	border: 2px solid #fff;
}

.top-margin-20 {
	margin-top: 20px;
}

.left-margin-20 {
	margin-left: 20px;
}

.top-margin-40 {
	margin-top: 40px;
}

.top-margin-60 {
	margin-top: 60px;
}

.top-padding-20 {
	padding-top: 20px;
}

.bottom-padding-20 {
	padding-bottom: 20px;
}

.bottom-padding-40 {
	padding-bottom: 40px;
}

.bottom-padding-60 {
	padding-bottom: 60px;
}

.right-margin-20 {
	margin-right: 20px;
}

.left-padding-40 {
	padding-left: 40px;
}

.left-margin-80 {
	margin-left: 80px;
}

.left-margin-420 {
	margin-left: 420px;
}

.top-neg-mar-40 {
	margin-top: -40px;
}

.grey-border {
	border: 1px solid #808080;
}

.top-border {
	border-top: 1px solid #808080;
}

.bottom-border {
	border-bottom: 1px solid #808080;
}

.right-border {
	border-right: 1px solid #808080;
}

.left-border {
	border-left: 1px solid #808080;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-float {
	clear: both;
}

.bigger {
	font-size: 150%;
}

.way-bigger {
	font-size: 25px;
}

.smaller {
	font-size: 60%;
}

/*
 *
 CONTENT AREA STUFF
 *
*/

#content-area {
	width: auto;
	margin-top: 5px;
	padding: 15px 0 30px 0;
}

#homepage-events {
	width: 300px;
	float: left;
	padding-right: 50px;
}

#div-left {
	float: left;
	width: 380px;
	padding-right: 30px;
	margin-right: 10px;
}

#div-right {
	width: auto;
}

.home-info {
	float: right;
}

#main-event {
	width: inherit;
	height: 200px;
}

#ads {
	width: 300px;
}

.main-event-info {
	width: auto;
	margin-right: 30px;
}

.event-info {
	width: auto;
	margin-right: 0;
	padding-top: 5px;
}

.event-info p {
	margin: 8px 0;
}

p.home-band {
	font-size: 21px;
	color: #fff;
	padding-bottom: 15px;
	text-align: left;
}

p.home-days {
	padding-top: 10px;
	font-size: 12px;
}

.event-page-band {
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
}
 
#sub-wrapper {
	clear: both;
}
 
.sub {
	width: 300px;
	clear: right;
	float: left;
	margin-top: 10px;
}

.events-sub {
	width: 800px;
	clear: right;
	float: left;
	margin-top: 18px;
}

#homepage-copy {
	width: auto;
    margin-left: 350px;
    padding-bottom: 20px;
    height: auto;
    line-height: 20px;
}

#map {
	float: right;
}

.disclaimer {
	font-size: 8px;
	text-align: left;
}

#contact {
	float: right;
	width: 420px;
	}

.keys {
	margin-right: 50px;
}

#content-area.seating {
	padding:25px 33px 20px 32px;
	margin-top: 10px;
}

.center {
	position: 50%;
}

/*
 *
 FOOTER
 *
*/

#footer {
	clear: both;
}

ul.bottom-nav {
	text-align: center;
	list-style: none;
	padding: 20px 0;
}

ul.bottom-nav li {
	display: inline;
	padding: 0 10px;
	font-size: 12px;
	text-transform: uppercase;
}

.copyright {
	text-align: center;
	font-size: 9px;
	margin-bottom: 10px;
}

.us {
	font-size: 8px;
	text-decoration: none;
	text-align: center;
	margin-bottom: 15px;
}