/*******************************************************************************************
*** HTML5 Boilerplate RESET
********************************************************************************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #c95959; color:#fff; text-shadow: none; }
::selection { background:#c95959; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #c95959; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

/*******************************************************************************************
*** BRANDING
********************************************************************************************/
@charset "utf-8";
@font-face {
    font-family: 'ITCAvantGardeGothicDemiRg';
    src: url('fonts/avantgarde-demi-webfont.eot');
    src: url('fonts/avantgarde-demi-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/avantgarde-demi-webfont.woff') format('woff'),
         url('fonts/avantgarde-demi-webfont.ttf') format('truetype'),
         url('fonts/avantgarde-demi-webfont.svg#ITCAvantGardeGothicDemiRg') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	line-height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #000 url('../images/site-bg.jpg') repeat-x 0px 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
h1 {
	font-size: 28px;
	color: #666;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	color: #00CC66;
}
h3 {
	font-size: 17px;
}

h4 {
	font-size:18px;
}

.clearLeft{
	clear: left;
}

/*******************************************************************************************
*** STRUCTURE
********************************************************************************************/
#site{ 
	width:850px;
	margin: 0 auto;
	background: url('../images/site-bg.png') repeat-y 0px 0px;
}
	
#header {
	background-image:url(../images/header.png);
	background-repeat:no-repeat;
   	width: 805px;
	height: 256px;
	text-indent:-9999px;
	margin:0 auto;
}

#main-home{
	width: 840px;
	position: relative;
}

#page-title{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 20;
	width: 107px;
	height: 108px;
}

#drink-specials{
	position: absolute;
	left: 140px;
	top: 15px;
	z-index: 20;
	width: 97px;
	height: 98px;
}

#hours{
	position: absolute;
	left: 140px;
	top: 15px;
	z-index: 20;
	width: 121px;
	height: 125px;
}

		
#main{
	width:805px;
	margin: 0 auto 20px auto;
	line-height: 18px;
	position: relative;
}

#main #page-title{
	top: 15px;
	left: -15px;     
	z-index: 400;
}

#main-content{
	position: relative;
	z-index: 500;
	padding: 90px 0px 20px 70px;
	background: url('../images/box-left.gif') no-repeat 50px 75px;
	width: 625px;
}

#main-content.detail{
	padding: 55px 0px 20px 0px;
	width: 800px;
	background: none;
}

#nav{
	width: 805px;
	height: 30px;
	margin: 0 auto;
	padding-top: 10px;
}

ul#nav_main {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul#nav_main li#nav_first{
	position: relative;
	left: -5px;
}

ul#nav_main li{
	padding:0;
	margin: 0;
	display:inline;
	float: left;
}

ul#nav_main li.share-icon{
	float: right;
	padding: 0px 0px 0px 20px;
}

.link-title{
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.link a{
	text-decoration: none;
	color: #333;
	padding-bottom: 2px;
}

.link-spacer{
	height: 15px;
}

#about-map{
	width: 640px;
	padding-top: 160px;
	margin: 0px auto;
}
#email-optin{width: 255px;}
#email-optin td{
	padding: 3px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 250px;
	margin: 0 auto 15px auto;
	text-align:center;
}
#footer a{font-size: 10px; color: #000; text-decoration: underline;}

/*******************************************************************************************
*** EVENTS
********************************************************************************************/
#events-title, #events-title2{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin: 25px 0px 10px 0px;
	text-transform: uppercase;
}

#events-title2{
	padding-bottom: 0px;
}

.events-calendar{
	position: relative;
	width: 800px;
	padding: 130px 0px 0px 0px;
}
.events-calendar.home{
	padding: 130px 18px 0px 22px;
}
.events-calendar.home .events-calendar{
	width: 800px;
	padding: 0;
	margin: 0

}
.events-calendar.home .events-calendar .calendar-month,
.events-calendar.home .events-calendar .calendar-nextprev,
.events-calendar.home .events-calendar #events-showhide,
.events-calendar.home .events-calendar .calendar-nextprev-btm
{
	display: none;
}

.calendar-month{
	position: absolute;
	top: 0px;
	left: -15px;
	z-index: 20;
	width: 107px;
	height: 108px;    
	z-index: 400;
	
}

.calendar-nextprev{
	position: absolute;
	left: 130px;
	top: 76px;
	color: #000;
	font-size: 16px;
}

.calendar-nextprev span a{
	color: #666;
	text-decoration: none;
	font-size: 16px;
	
}


.calendar-hide{
	display: none;
}

#calev-top{
	border-bottom: 1px dashed #000;
	padding: 0px 0px 5px 105px;
	
}

#calev-back{
	float: right;
	display: inline;
	width: 300px;
	text-align: right;
	padding-right: 10px;
}
.calev-back{	
	color: #c95959;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
#calev-left{
	float: left;
	width: 360px;
	padding: 12px 0px 0px 105px;
}

#events-showhide{
	position: absolute;
	right: 10px;
	top:80px;
}

#events-showhide a{

	color: #c95959;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: underline;

}

.eventBlock.alt{
	background-color: #e9e7e7;
}
.eventBlock{
	padding: 5px 0px;
	border-top: 2px dashed #000;
	width: 100%;
	position: relative;
	z-index: 5000;
}

.eventPhoto{
	float: left;
	display: inline;
	width: 140px;
	height: 90px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	margin: 4px 10px 0px 5px;
	overflow: hidden;
}

.eventContent{
	float: left;
	display: inline;
	width: 450px;
	padding: 0px 5px 0px 5px;
}

.eventContentFull{
	width: 550px;
	padding: 0px 5px 0px 5px;
}

.event_right{
	width: 110px;
	float: right;
	display:block;
	text-align: right;
	margin-top: 30px;
	padding: 0 10px 0px 0px;
}

.eventButton{
	background-color: black;
	width: 75px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	text-align: center;
	float: right;
	margin-top: 5px;
		
}
.eventButton a{
	display: block;
	padding: 3px 2px;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.event_price{
	padding-top: 5px;
	clear: right;
	width: 110px;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
.event_price.tiny{
	width: 75px;
	text-align: center;
	float: right;
}
.event_price.detail, .eventButton.detail
{
	float: left;
	margin-bottom: 20px;
}
.event_price.detail{width: auto; padding: 15px 5px 0px 0px;}

.eventButton.detail{position:relative; top: 12px;}
.eventButton.detail.noprice{top: 0px;}
.eventPromoter.detail{
	padding: 0px 0px 6px 0px;
}
	
.eventPromoter{
	font-style: italic;
	font-size: 11px;
	padding: 3px 0px;
}

.eventHeadliner{
    font-size: 24px;
   	font-weight: bold;
}

.eventSupport1{
	font-size: 14px;
   	padding-top: 3px;
   	font-weight: bold;
}

.eventSupport2{
	font-size: 12px;
	line-height: 14px;
   	font-weight: bold;
}

.eventDescriptionShort{
	padding-top: 4px;
	font-size: 11px;
}


.eventDate.extra .eventDate-month{
	padding-top: 5px;
}

.eventDate.extra .eventDate-weekday{
	padding-top: 2px;
}

.eventDate.extra .eventTime{padding-top: 3px;}

.eventDate{
	float: left;
	display: inline;
	width: 46px;
	background: url("../images/date-bg.gif") repeat-x 0px 0px;
	min-height: 103px;
	color: #fff;
	font-family: 'ITCAvantGardeGothicDemiRg', Verdana, Geneva, sans-serif;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin: 0px 10px 0px 5px;
}
.eventDate-month{
	font-size: 11px;
	position: relative;
	z-index: 3;
	padding: 0 4px;
	padding-top: 10px;
}
.eventDate-weekday{
	font-size: 18px;
	position: relative;
	z-index: 3;
	padding: 0 4px;
	padding-top: 4px;
}
.eventDate-day{
	font-size: 13px;
	position: relative;
	z-index: 3;
	padding: 0 4px;
	padding-top: 2px;
}
.eventTime{
	padding-top: 5px; 
	font-size: 9px; 
	line-height: 1.0em;
	position: relative;
	z-index: 3;}
.eventDate-left{position: absolute; top: 0px; left: 0px; width: 5px; height: 103px; background: url("../images/date-dots.gif") no-repeat 0px 0px; z-index: 1;}
.eventDate-right{position: absolute; top: 0px; right: 0px; width: 5px; height: 103px; background: url("../images/date-dots.gif") no-repeat 0px 0px; z-index: 1;}

.eventName{font-size: 20px; padding-bottom: 5px;padding-top: 26px;line-height:1.1em;}
.eventLink{padding: 0px 0px 0px 0px;}
.eventLink a{}
#events-seeAll{padding-top: 10px;}
#events-seeAll a{color: #000; text-decoration: none;}
#events-seeAll a:hover{color: #00CC66;}


/*******************************************************************************************
*** HELPERS
********************************************************************************************/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clear:before, .clear:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clear:after { clear: both; }
.clear { zoom: 1; }
.ie7 .clear:before, .ie7 .clear:after{content:""; display:none;}
.ie7 .clear{clear:both;}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
