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

body {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.1%;
	line-height: 100.1%;
	background-color: #000;
	background-image: url(../images/body.png);
	background-position: top left;
	background-repeat: repeat-x;
	}

.hide {
	display: none !important;
	}

.notes {
	font-size: .8em !important;
	font-weight: normal !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	letter-spacing: normal !important;
	margin-bottom: 15px !important;
	}

#banner {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-image: url(../images/banner.png);
	background-position: top left;
	background-repeat: repeat-x;
	height: 25px;
	}

* html #banner {
	margin-bottom: -3px;
	}

#banner img {
	border: none;
	}

#branding {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	background-image: url(../images/branding.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 127px;
	z-index: 8 !important;
	}

#branding h1,
#branding h2 {
	display: none;
	}

#wrapper {
	width: 900px;
	margin: 0 auto 3px auto;
	padding: 0 0 20px 0;
	overflow: hidden;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	background-color: #181818;
	overflow: hidden;
	}

body#home #wrapper {
	background-image: url(../images/body3.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

/* --[ NAVIGATION ]-- */
#navigation {
	width: 880px;
	margin: -2px 0 0 0 !important;
	padding: 0 0 0 20px;
	font-size: .7em;
	font-family: Helvetica, Arial, sans-serif !important;
	}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#nav li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#nav a,
#nav .selected {
	float: left;
	background-image: url(../images/navSide.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	margin: 0 2px 0 0;
	padding: 0 0 0 12px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .1em;
	}

* html #nav a,
* html #nav .selected {
	background-image: url(../images/navSide.gif);
	}

#nav .selected {
	background-image: url(../images/navSide_o.png) !important;
	}

* html #nav .selected {
	background-image: url(../images/navSide_o.gif) !important;
	}

#nav a span,
#nav .selected span {
	float: left;
	display: block;
	background-image: url(../images/navBack.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 3px 13px 5px 1px;
	color: #bbb;
	}

* html #nav a span,
* html #nav .selected span {
	background-image: url(../images/navBack.gif);
	}

#nav .selected span {
	background-image: url(../images/navBack_o.png) !important;
	}

* html #nav .selected span {
	background-image: url(../images/navBack_o.gif) !important;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */

#nav a:hover span,
#nav .selected span {
	color: #fff;
	}

#nav #current a {
	background-position: 0 -88px;
	border-width: 0;
	}

#nav #current a span {
	background-position: 100% -88px;
	padding-bottom: 6px;
	color: #fff;
	}

#nav a:hover {
	color: #fff;
	background-image: url(../images/navSide_o.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	}

* html #nav a:hover {
	background-image: url(../images/navSide_o.gif);
	}

#nav a:hover span {
	color: #fff;
	background-image: url(../images/navBack_o.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	}

* html #nav a:hover span {
	background-image: url(../images/navBack_o.gif);
	}

/* --[ CONTENT AREA ]-- */
#content {
	width: 860px;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	font-size: .8em;
	color: #fff;
	clear: both;
	}

body#gallery #content {
	background-image: url(../images/boiler-glass.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

#content p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 1.5em;
	}

#content h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	color: #fff;
	margin: 0 0 3px 0;
	padding: 0;
	}

#content h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	margin: 0;
	padding: 0;
	}

#content a,
#content a:link,
#content a:active,
#content a:visited {
	color: #fff !important;
	}

#content a:hover,
#content a:focus {
	color: #b00 !important;
	}

#content ul {
	margin: 0;
	padding: 0 0 20px 25px;
	}

#content li {
	margin: 0 0 10px 0;
	padding: 0;
	color: #efefef;
	}

/* --[ GALLERY ]-- */
div.gallery {
	margin: 0;
	padding: 30px 0 20px 0;
	overflow: hidden;
	}

div.gallery .block {
	width: 119px;
	margin: 0;
	padding: 10px 13px;
	float: left;
	text-align: center;
	}

div.gallery .first {
	padding-left: 0;
	}

div.gallery .last {
	padding-right: 0;
	}

div.gallery h4 {
	color: #a00;
	padding-bottom: 3px !important;
	font-size: 1.4em !important;
	}

div.gallery .block img {
	max-height: 115px;
	max-width: 115px;
	background-color: #efefef;
	padding: 2px;
	margin: 0;
	border: none;
	}

p.dateline {
	font-size: .8em !important;
	font-style: italic;
	margin: 0 !important;
	padding: 0 !important;
	}

div.blockRow {
	clear: both;
	}
/* --[ INDEX TOP AREA ]-- */
#featuring {
	margin: 0;
	padding: 20px;
	width: 860px;
	overflow: hidden;
	clear: both;
	}

.poster {
	float: left;
	margin: 0 20px 0 0;
	padding: 2px;
	background-color: #000;
	border: none;
	width: 300px;
	}

#also {
	float: left;
	margin: 0;
	padding: 0;
	width: 535px;
	position: relative;
	}

.show {
	margin: 0 0 5px 0;
	padding: 5px 15px 5px 5px;
	width: 515px;
	clear: both;
	overflow: hidden;
	background-color: #000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	}

div.show h4.showHeader {
	font-size: 2em;
	line-height: .85em;
	margin: 0 0 9px 0 !important;
	color: #a00 !important;
	}
	
* html .show {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
.show:hover,
.show:focus {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

.show img {
	float: left;
	margin: 0;
	padding: 2px;
	background-color: #ccc;
	}

.show img {
	float: left;
	margin: 0 15px 0 0;
	padding: 2px;
	background-color: #ccc;
	border: none;
	}

.show img.logo {
	margin: 0;
	padding: 0;
	background-color: #181818;
	}

.show h3 {
	font-size: 2.25em;
	margin: 3px 0 15px 0;
	padding: 0;
	color: #fff;
	}

.show h4 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.25em;
	color: #fff !important;
	letter-spacing: .5px;
	font-family: Helvetica, Arial, sans-serif;
	}

.show p {
	clear: none;
	margin: 0 0 10px 0 !important;
	padding: 0;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.15em !important;
	}

.show .with {
	font-size: .8em;
	font-weight: normal;
	}

.viewCalendar {
	padding: 9px 10px 15px 10px;
	margin-bottom: 0 !important;
	border: none !important;
	text-align: center;
	font-size: .9em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	}

.viewCalendar p {
	margin: 0 !important;
	padding: 3px 0 0 0 !important;
	}

.viewCalendar a,
.viewCalendar a:link,
.viewCalendar a:active,
.viewCalendar a:visited {
	color: #efefef;
	}

.viewCalendar a:hover,
.viewCalendar a:focus {
	color: #a00;
	}
	
/* --[ WEEKLY SPECIALS ]-- */
#weekly {
	margin: 0 20px 20px 20px;
	padding: 50px 10px 10px 10px;
	width: 840px;
	overflow: hidden;
	clear: both;
	color: #fff !important;
	background-image: url(../images/weekly.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	}

* html #weekly {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

#weekly:hover,
#weekly:focus {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

#weekly h4 {
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 -5px -5px -5px;
	padding: 5px 0;
	letter-spacing: 1px;
	border: dotted 2px #222;
	}

#weekly .price {
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	color: #f00 !important;
	font-weight: bold;
	}

.mon, .tues, .wed, .thurs, .fri, .sat {
	float: left;
	width: 121px;
	margin: 0 10px 0 0;
	padding: 5px;
	text-align: center;
	font-size: .8em;
	background-color: #050505;
	background-image: url(../images/pin.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

.sat {
	margin: 0 !important;
	}

/* --[ NEWS & NOTES ]-- */
#news {
	margin: 0 20px;
	padding: 60px 15px 10px 15px;
	width: 830px;
	overflow: hidden;
	clear: both;
	color: #fff !important;
	background-image: url(../images/news.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
	font-size: .8em;
	}

* html #news {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

#news:hover,
#news:focus {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}

#news h4 {
	margin: 0 0 -10px 0;
	padding: 0;
	font-size: 1.4em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #900 !important;
	}

#news .date {
	font-size: .8em;
	font-style: italic;
	margin: 10px 0 0 0;
	padding: 0;
	}

#news p {
	margin: 5px 0 30px 0;
	padding: 0;
	}

/* --[ CALENDAR ]-- */
.event {
	margin: 0 0 10px 0;
	padding: 15px 15px 0 15px;
	width: 830px;
	clear: both;
	overflow: hidden;
	background-color: #111111;
	background-color: #0f0f0f;
	}

.event:hover,
.event:focus {
	background-color: #000;
	}

.promo {
	float: left;
	width: 175px;
	padding: 0 25px 15px 0;
	margin: 0;
	min-height: 25px;
	}

.description {
	float: left;
	width: 615px;
	}

.event img {
	border: none !important;
	}

.event p {
	line-height: 1em;
	margin: 0 0 10px 0 !important;
	}
.event h3 {
	margin: -2px 0 15px 0 !important;
	padding: 0;
	font-size: 1.5em !important;
	color: #b00 !important;
	}

.event h4 {
	margin: 0 0 5px 0 !important;
	padding: 0;
	font-size: 2em !important;
	}

.event a,
.event a:link,
.event a:active,
.event a:visited {
	color: #fff;
	text-decoration: none;
	}

.event a:hover,
.event a:focus {
	text-decoration: underline;
	}

/* --[ CONTACT FORM ]-- */
table#pg_ac5b83b5dd {
	margin: 0;
	padding: 0;
	}

table#pg_ac5b83b5dd td {
	padding: 0 0 5px 0;
	}

table#pg_ac5b83b5dd input,
table#pg_ac5b83b5dd textarea {
	width: 295px;
	margin-bottom: 10px;
	}

table#pg_ac5b83b5dd td.touring {
	padding-right: 10px;
	width: 130px;
	}

/* --[ FOOTER ]-- */
#footer {
	background-color: #282828;
	margin: 0 auto;
	padding: 5px 10px 7px 10px;
	width: 880px;
	color:#666;
	font-size: .6em;
	border: solid 2px #000;
	}

#footer p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	}

#footer a:hover,
#footer a:focus {
	color: #f90;
	}

.right {
	float: right;
	}

.textRight {
	text-align: right;
	}

table.nav-table td#dateEditableBox1 div#currentDate1 {
	color: #ffffff !important;
	}