@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

body {color: #666; font-family: "Avenir", "Futura", "FuturaBQ", "FuturaBT", "Lucida Sans", Trebuchet MS, Tahoma, Verdana, Helvetica, Geneva, sans-serif; font-size:62.5%; text-align: left; background: #fff}

img, .siderule, .siderulebig { behavior: url(scripts/iepngfix.htc); }

p, table p {font-size: 1.4em; line-height:1.7em; margin: 0 0 .8em;}
h1, h4, h5 {font-family: "Rockwell", "Courier New", Courier, mono; text-transform: uppercase; font-weight: normal; font-style: normal; letter-spacing: 0.1em;}
h3 {font-weight: normal; font-style: normal;}
p.small {font-size:1em;}
ul {font-size: 1.2em; line-height:1.8em; padding: 0; margin: 0;}
img {border:0;}
a {color: #000; outline: none; text-decoration: none;}
a:hover{color: #e9811b; text-decoration: none;}

.rockwell {
	font-family: "Rockwell", "Courier New", Courier, mono;
	letter-spacing: 0.1em;
}
.rockwellorange {
	font-family: "Rockwell", "Courier New", Courier, mono;
	letter-spacing: 0.1em;
	color: #d36e1a;
}
.orange {color: #d36e1a;}
.black {color: #000;}
.grey {color: #666;}

html,body {
  height:100%;
  width:100%;
}



/* Accessibility */
.hide {font-size:1px; height:1px; line-height:0px; overflow:hidden; position:absolute; left:-9999px; top:-9999px;}


/* Building blocks */

/* Top Section */

#container { 
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	width: 995px;
	/*height: 615px;*/
	 text-align: left; /* this overrides the text-align: center on the body element.*/
}


#header { 
	width: 995px; 
	height: 66px;
	background: none;
	padding: 0;
	text-align: center;
	margin: 10px auto 15px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav{
	width: 995px;
	height: 14px;
	margin: 0 auto 10px; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	position: relative;
}
#nav ul {
	list-style: none;
	margin: 0 0 0 150px;
	padding: 0;
	height: 14px;
	text-align: center;
}
#nav li {
	margin: 0;
	padding:0px;
	display:inline;
	float: left;
}
#nav li.dot {
	margin: -3px 11px 0 0;
	padding:0px;
	display:inline;
	color: #d36e1a;
	font: 1em "Courier New", Courier, mono;
}
#nav a {
	color: #937863;
	text-decoration:none;
	text-indent: -9999px;
	display: block;
	height: 14px;
}
#nav a:hover, #nav a#current {
	background-position: 0 -14px;
	color: #9e1b27;
	text-decoration:none;
}


/* Rollover Buttons */
 
.story, a.story:link, a.story:active {
	width: 70px;
	background: url(../images/structural/story.png) no-repeat;
	margin-right: 11px;
}

.menus, a.menus:link, a.menus:active {
	width: 42px;
	background: url(../images/structural/menus.png) no-repeat;
	margin-right: 11px;
}

.priv, a.priv:link, a.priv:active {
	width: 98px;
	background: url(../images/structural/priv.png) no-repeat;
	margin-right: 11px;
}

.reservations, a.reservations:link, a.reservations:active {
	width: 93px;
	background: url(../images/structural/reservations.png) no-repeat;
	margin-right: 11px;
}

.events, a.events:link, a.events:active {
	width: 48px;
	background: url(../images/structural/events.png) no-repeat;
	margin-right: 11px;
}
.contact, a.contact:link, a.contact:active {
	width: 56px;
	background: url(../images/structural/contact.png) no-repeat;
	margin-right: 11px;
}

.press, a.press:link, a.press:active {
	width: 39px;
	background: url(../images/structural/press.png) no-repeat;
	margin-right: 11px;
}

.links, a.links:link, a.links:active {
	width: 35px;
	background: url(../images/structural/links.png) no-repeat;
}

/* Content */

#content {
	width: 995px;
	height: 475px;
	background: url(../images/structural/box-grey.png) no-repeat;
	position: relative;
	float: left;
}
table.outside {
  	height:100%;
  	width:100%;
}
#contentFull {
	width: 850px;
	position: relative;
	margin: 65px 0 0 80px;
	float: left;
	display: inline;
}
#contentFull.home {
	text-align: center;
}
#contentFull.home p {
	text-align: center;
}

#contentLeft {
	width: 450px;
	position: relative;
	float: left;
	display: inline;
	margin-right: 30px;
}
#contentLeft.mid {
	width: 400px;
}
#contentLeft.small {
	width: 360px;
}
#imageLeft {
	width: 210px;
	position: relative;
	margin: 65px 30px 0 0;
	float: left;
	display: inline;
	border: 1px solid silver;
}

#imageRight {
	width: 360px;
	/*height: 270;*/
	position: relative;
	float: left;
	border: 1px solid silver;
	margin-top: 30px;
	margin-bottom: 5px;
	overflow: hidden;
	display: inline;
}
#imageRight.mid {
	width: 410px;
}
#imageRight.big {
	width: 450px;
	height: 280px;
}
#imageRight.map {
	width: 350px;
	height: 310px;
	padding: 5px;
}

#imageRight img{
	margin: 5px;
}
/*iframe{
	margin: 5px;
}*/
#imageLeft img{
	margin: 5px;
}
#textRight {
	width: 570px;
	height: 310px;
	position: relative;
	float: left;
	margin-left: 30px;
	margin-bottom: 5px;
	overflow: visible;
	display: inline;
}
#scrollText {
	width: 570px;
}
#content p.rocksmall {
	font-family: "Rockwell", "Courier New", Courier, mono;
	letter-spacing: 0.1em;
	font-size: 1em; 
	line-height:.3em;
	margin-top: .4em;
	color: #000;
}
#content p.rockpress {
	color: #000;
	font: normal 1.4em/1.3em "Rockwell", "Courier New", Courier, mono;
	margin-top: .4em;
}

#content p.rockmid {
	font-family: "Rockwell", "Courier New", Courier, mono;
	letter-spacing: 0.1em;
	font-size: 1.5em; 
	line-height:1.3em;
	margin-top: .4em;
	color: #000;
}
#content p.rockbig {
	font-family: "Rockwell", "Courier New", Courier, mono;
	letter-spacing: 0.1em;
	font-size: 1.8em; 
	line-height:1.3em;
	margin-top: .4em;
	color: #000;
}

#content p.rockmail {
	font-family: "Rockwell", "Courier New", Courier, mono;
	letter-spacing: 0.1em;
	font-size: 1.1em; 
	line-height:.4em;
	margin-top: 0;
	color: #000;
}
#content p.name {
	font-family: "Rockwell", "Courier New", Courier, mono;
	color: #d36e1a;
	font-size: 1.5em; 
	line-height:1.3em;
	margin-top: 0.2em;
	margin-bottom: .2em;
}
#content p.times {
	font-family: "Rockwell", "Courier New", Courier, mono;
	color: #d36e1a;
	letter-spacing: 0.1em;
	font-size: 2em; 
	line-height:.3em;
	margin-top: 1.2em;
	margin-bottom: .7em;
}
#content p.phone {
	color: #d36e1a;
	letter-spacing: 0.1em;
	font-size: 1.8em; 
	line-height: .3em;
	margin-top: 1em;
	margin-bottom: .6em;
}
#content p.title {
	color: #d36e1a;
	font-size: 1.2em; 
	line-height:1.2em;
	margin-top: 1em;
	margin-bottom: .6em;
	text-align: center;
}

#content p.pressname {
	color: #666;
	font-size: 1.2em; 
	line-height: .5em;
	margin-top: .5em;
	margin-bottom: 1.8em;
	text-align: right;
}
#content p.eventname {
	color: #666;
	font-size: 1.2em; 
	line-height: .5em;
	text-align: left;
	margin-top: 1.8em;
	margin-bottom: .5em;
}
#content p.menu {
	color: #d36e1a;
	letter-spacing: 0.1em;
	font-size: 1.5em; 
	line-height: 1em;
	/*margin-top: 1.2em;
	margin-bottom: .8em;*/
	font-weight: bold;
	text-align: center;
}
#content img.nomar { 
	margin-top: 0;
	margin-bottom: 0;
}
#content img.phone {
	vertical-align: -2px;
}

#content h1 {
	font-size: 1.5em;
	color: #d36e1a;
	margin: 0 0 1em;
}
#content h2, h3 {
	font-size: 1.1em;
	line-height:1.8em;
	color: #fff;
	text-indent: .5em;
	margin: .1px 0 .8em;
}
#rotator {
	/*border: 1px solid #000;*/
	cursor: pointer;
	overflow: hidden;
	/*margin: 50px auto 10px;*/
	position: relative;
	width: 360px;
	height:  270px;
	float: right;
	/*margin-bottom: 20px;*/
}
#rotator.mid {
	width: 410px;
	height: 310px;
	}
#rotator.big {
	width: 450px;
	height: 280px;
	}

#rotator img {
	cursor: pointer;
	/*margin: 5px;*/
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#credit {
	width: 350px;
	/*clear: right;*/
	float: right;
	margin-right: 15px;
	position: relative;
	margin-top: 2px;
	display: inline;
}
#credit p{
	font-size: .8em;
	line-height:1.8em;
	margin: 0;
}
.siderule {
	height:13px;
	background: url(../images/structural/line-circle.png) no-repeat;
	clear: both;
}
.siderulebig {
	height:13px;
	background: url(../images/structural/line-circle-big.png) no-repeat;
	clear: both;
}


/* Footer */

#footer {
	width: 995px;
	height: 20px;
	float: left;
	/*clear: both;*/
	margin-top: 10px;
	position: relative;
	text-align: center;
}

#footer h3 {
	font: .8em "Rockwell" "Courier New", Courier, mono;
	letter-spacing: .1em;
	text-align: center;
	color: #666;
}
#footer p {
	font: .8em "Rockwell" "Courier New", Courier, mono;
	letter-spacing: .1em;
	text-align: center;
	color: #666;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color: #d36e1a;
}

/* easyscroll */

#easyscroll{
	margin:1em 0;
	/* add additional styling */
	}	

	/* easyscroll navigation buttons */	

	#easyscrollnav, #easyscrollnav li{
		height:28px;
		line-height:28px;
		margin:0;	
		padding:0;
		float: right;
		}	
	#easyscrollnav{
		margin:1em 0;	
		}			
	#easyscrollnav li{
		font-size: .8em;
		list-style:none;
		float: left;
		margin-left:5px;		
		padding:0 10px;
		color:#333;
		cursor:pointer;
		text-transform: uppercase;
}					
	#easyscrollnav li.over{
		color:#999;
		}							
#btnUp{
	float: left;
	height: 8px;
	width: 10px;
	/*display: block;*/
	text-decoration: none;
	/*text-indent: -9999px;
	overflow: hidden;*/
	background: url(../images/structural/arrow_up.png) no-repeat 0 0;
}

#btnUp.over {
	background: url(../images/structural/arrow_up_on.png) no-repeat 0 0;
	/*background-repeat: no-repeat;*/
	text-decoration:none;
}


#btnDown{
	float: left;
	height: 8px;
	width: 10px;
	/*display: block;*/
	text-decoration:none;
	/*text-indent: -9999px;
	overflow: hidden;*/
	background: url(../images/structural/arrow_down.png) no-repeat 0 0;
}	

#btnDown.over {
	background: url(../images/structural/arrow_down_on.png) no-repeat 0 0;
	text-decoration:none;
}


/* Bits and Pieces */

.marbot10 {margin-bottom:10px;}
.marbot20 {margin-bottom:20px;}
.smallmar{margin-top: 6px; margin-bottom: 3px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-top: 7px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* CSS clearing */   
.clearboth {clear:both;}
.clearleft {clear:left;}
.clearright {clear:right;}
.clearing:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearing {display: inline-table;}