﻿/* Master Stylesheet- This one is the biggest */
/*********
GLOBAL TYPE
********/

@font-face {
	font-family: 'HeavyweightRegular';
	src: url('../fonts/heavywei-webfont.eot');
	src: local('â˜º'), url('../fonts/heavywei-webfont.woff') format('woff'), url('../fonts/heavywei-webfont.ttf') format('truetype'), url('../fonts/heavywei-webfont.svg#webfontizcxRyht') format('svg');
	font-weight: normal;
	font-style: normal;
}


body
{
    color: #999;
    font-family: "Helvetica", Arial, Sans-Serif;
}

h1, h2, h3, h4, h5, h6
{
    color: #eee;
}

/*
color
*/

a, a:link, a:visited
{
    color: #ff0;
    text-decoration:none;
}

a:hover
{
    text-decoration:underline;
}



/*********
UTILITY
********/


.clearfix
{
    overflow: auto;
}

.clear
{
    clear: both;
}


/*********
GLOBAL LAYOUT
********/

body
{
    background: #000 url('../images/hans-bricks.jpg') no-repeat center top;
}

#branding
{
    position: relative;
    height: 245px;
    margin-bottom:65px;
}

#logo
{
    width: 960px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
    height: 1px;
    left:0;
    text-align:left;
    
}

#logo a
{
    background: url('../images/logo.png') no-repeat center center;
    display: block;
    width: 232px;
    height: 234px;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
    position: relative;
    left: -23px;
    top: 8px;
    left:-23px;
}


.nav-main
{
    position: absolute;
    top: 110px;
    background: url('../images/nav-bar.png') repeat-x left top;
    width: 100%;
    height: 97px;
    left:0;
}

.nav-main .inner
{
    width: 960px;
    margin: 0 auto;
    text-align: right;
    overflow: visible;
}


.nav-main ul
{
    list-style-type: none;
    overflow: visible;
    float: right;
    margin: 0;
    padding: 0;
}


.nav-main li
{
    float: left;
    text-align: center;
    border-right: solid 1px #333;
    border-right-color: hsla(0,0%,100%, .15);
    height: 97px;
    position: relative;
}

.nav-main li a
{
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    outline: none;
}

.nav-main li a:hover, .nav-main li.active a
{
    background-position: right center;
}

.nav-main li#nav-music a
{
    background-image: url('../images/nav-music.png');
    height: 102px;
    width: 225px;
    position: relative;
    top: 5px;
    left: 5px;
}

.nav-main li#nav-menu a
{
    background-image: url('../images/nav-menu.png');
    height: 97px;
    width: 170px;
}

.nav-main li#nav-about a
{
    background-image: url('../images/nav-about.png');
    height: 97px;
    width: 175px;
}

.nav-main li#nav-booking a
{
    background-image: url('../images/nav-booking.png');
    height: 97px;
    width: 189px;
}

.additional-info
{
    position: absolute;
    top: 0;
    color: #ccc;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.35);
    z-index: 1;
    left:0;
}
.additional-info .inner
{
    width: 730px;
    margin: 0 auto;
    padding-left: 230px;
}



.additional-info table
{
    margin-bottom: 0;
}

.additional-info thead
{
    background: none;
}

.additional-info .location, .additional-info .hours, .additional-info .social
{
    font-size: .85em;
    border-right: solid 1px #555;
    border-color: hsla(0,0%,100%,.2);
    background: none;
    padding: 0 40px;
}

.additional-info td.location, .additional-info td.hours, .additional-info td.social
{
    padding-bottom: 10px;
}



.additional-info h3
{
    color: #666;
    color: hsla(0,0%,100%,.4);
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: .2em;
    font-size: 1.2em;
    padding-top: 15px;
}

.additional-info p
{
    margin-bottom: 0;
}

.additional-info .location
{
    padding-left: 0;
}

.additional-info .location .map
{
    background:url('../images/map.png') no-repeat left center;
    padding: 2px 0 2px 20px;
    color:#ff0;
    text-decoration:none;
    font-weight:bold;
    display:block;
}

.additional-info address
{
    margin: 0;
}

.additional-info .hours table th
{
    padding: 0 10px 0 0;
}

.additional-info .hours table td
{
    padding: 0;
    color: #ff0;
    font-weight: bold;
}

.additional-info .social p
{
    margin-bottom:10px;
}

.additional-info .social ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.additional-info .social li
{
    float:left;
    margin-right:15px;
}


.additional-info .social li a
{
    display:block;
    background-position:center center;
    background-repeat:no-repeat;
    height:30px;
    text-indent:-9999px;
    overflow:hidden;
    outline:none;
}

.additional-info .social .twitter a
{
    background-image:url(../images/twitter.png);
    width:71px;
}

.additional-info .social .facebook a
{
    background-image:url(../images/facebook.png);
    width:60px;
}

.disclaimer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    left:0;
    text-align:left;
}

.disclaimer .inner
{
    width: 960px;
    margin: 0 auto;
}
.disclaimer .inner p
{
    position: relative;
    margin-bottom:0;
    color:#fff;
    width:232px;
    text-align:center;
    left:-23px;
}

.section
{
    margin: 0 auto 35px;
    clear: both;
    width: 960px;
}





/*********
boxes
********/

.box
{
    background: url('../images/box-bg.png');
    border: solid 1px #666;
    padding: 15px;
    overflow:visible;
    text-align:left;
}

.box-head
{
    color:#ff0;
    font-family:HeavyweightRegular, Impact, Sans-Serif;
    font-size:3.5em;
    line-height:1em;
    margin-top:-1.5em;
    text-shadow:3px 3px 5px #000;
    text-align:left;
    overflow:visible;
    position:relative;
    background:left center;
    left:0;
}


/*********
HOME CONTENT
********/

div#whats-new
{
    float:left;
    width:250px;
    margin-right:50px;
    font-size:1.3em;
}

#announcements.no-media #whats-new
{
    width:400px;
}


div#whats-new .box-head
{
    background:url(../images/whats-new.png) no-repeat left center;
    text-indent:-9999px;
    overflow:hidden;
    height:57px;
    width:227px;
    margin-top:-40px;
    margin-bottom:5px;
}


div#headliner
{
    overflow:hidden;
}

div#headliner .marquee
{
    background:url(../images/marquee.png) no-repeat center center;
    width:264px;
    padding:57px 63px;
    height:69px;
    text-align:center;
    position:absolute;
    margin-top:-91px;
    margin-left:-20px;
    text-transform:uppercase;
}

div#headliner .marquee h2
{
    margin:0;
}

div#headliner .marquee span
{
    display:block;
    color:#000;
    text-shadow:1px 1px 1px rgba(0,0,0,.5);
}

.marquee .time
{
    font-size:.8em;
}

#headliner.no-media .marquee
{
    margin-top:-43px;
    margin-left:0;
}

div#headliner .box
{
    padding-top:65px;
    text-align:center;
}

div#headliner.no-media .box
{
    display:none;
}


div#headliner .video
{
    float:left;
}

div#headliner .thumbnails
{
    float:left;
    list-style-type:none;
    padding:0;
    margin:0;
    width:
}


div#headliner .thumbnails li
{
    float:left;
    background:#fff;
    padding:5px;
    margin:5px;
    -moz-box-shadow: 1px 1px 3px rgba(0,0,0,.8);
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.8);
    box-shadow: 1px 1px 3px rgba(0,0,0,.8);
}

div#headliner .thumbnails li img
{
    display:block;
}


div#specials
{
    float:left;
}

/*****
specials
*****/
div#specials .box-head
{
    background:url(../images/specials.png) no-repeat left center;
    text-indent:-9999px;
    overflow:hidden;
    height:66px;
    width:165px;
    margin-top:-50px;
    margin-bottom:10px;
}

div#specials .specials-show
{
    position:relative;
}


div#specials .slides
{
    list-style-type:none;
    padding:0;
    margin:0;
}

div#specials .slides li
{
    left:0;
}

div#specials .slides img
{
    display:block;
    
}

div#specials .buttons
{
    background:#000;
    background:hsla(0,0%,0%,.5);
    text-align:center;
    position:absolute;
    bottom:0;
    width:100%;
    padding:15px 0;
    left:0;
}

div#specials .buttons a
{
    display:inline-block;
    background-position:center center;
    background-repeat:no-repeat;
    outline:none;
    overflow:hidden;
    margin: 0 10px;
}

div#specials .buttons .prev
{
    width:47px;
    height:54px;
    background-image:url(../images/left.png);
}

div#specials .buttons .pause
{
    width:47px;
    height:54px;
    background-image:url(../images/pause.png);
}

div#specials .buttons .play
{
    width:74px;
    height:54px;
    background-image:url(../images/play.png);
}

div#specials .buttons .next
{
    width:47px;
    height:54px;
    background-image:url(../images/right.png);
}

/*****
Events list
*****/
div#events 
{
    float:right;
    width:355px;
    background: url('../images/box-bg.png');
}

div#events .box-head
{
    background:url(../images/all-events.png) no-repeat left center;
    text-indent:-9999px;
    overflow:hidden;
    height:57px;
    width:222px;
    margin-top:-40px;
}



div#events .box
{
    background:url(../images/events-box.png) no-repeat right top;
    margin-bottom:0;
}

div#events table
{
    border-spacing:1px 5px;

}


div#events td
{
    margin:2px;
    background:#444;
    background:hsla(0,0%,10%, .85);
}

div#events tr:nth-child(even) td
{
    background:hsla(0,0%,12%, .6);
}

div#events .name
{
    color:#ff0;
}

div#events .date
{
    white-space:nowrap;
}

div#events .date strong
{
    color:#fff;
}

/* facebook friends on homepage */
#whats-new iframe { width:220px !important; }
