/*	GLOBAL RESET
--------------------------------------------------*/

* { margin: 0; padding: 0; }
	
img {border: none;}

a:active { outline: none; }

:-moz-any-link:focus { outline: none; }

/*	STRUCTURE
--------------------------------------------------*/

body {
	background: #000 url(../images/body_bg.gif) top left repeat-x;
	}

#wrap {
	background: #e28f29 url(../images/wrap_bg.jpg) repeat-y;
	width: 790px;
	margin: 0 auto; /*centers it horizontally*/
	}
	
#header {
	background: #e28f29 url(../images/header_bg.jpg) top left no-repeat;
	position: relative;
	height: 402px;
	}	
	
#content {
	width: 790px;
	position: relative;
	padding-bottom:100px;
	}

#footer {
	background: #e28f29 url(../images/footer_bg.jpg) top left no-repeat;
	height: 100px;
	position: relative;
	}

#splash {
	position: absolute;
	top: 162px;
	left: 283px;
	width: 453px;
	height: 241px;
	}

/*	NAVIGATION Style
--------------------------------------------------*/

#nav ul li { display: inline;}

#nav {
	top: 140px;
	left: 280px;
	position: absolute;
	background: transparent url(../images/nav.jpg) 0 0 no-repeat;
	margin: 0; 
	padding: 0;
	width: 453px; 
	height: 24px;
	}

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

#nav li, #nav a { height: 24px; display: block;}

#nav #location 	{left: 0px; 	width: 89px; 	}
#nav #menu 		{left: 89px; 	width: 52px;	}
#nav #specials 	{left: 141px; 	width: 78px;	}
#nav #parties 	{left: 219px; 	width: 69px;	}
#nav #gallery 	{left: 288px; 	width: 72px;	}
#nav #contact 	{left: 360px; 	width: 84px;	}

#nav #location a:hover,
#nav #location.active { background: transparent url(../images/nav.jpg) 0px -24px no-repeat;}
#nav #menu a:hover,
#nav #menu.active  	{ background: transparent url(../images/nav.jpg) -89px -24px no-repeat;}
#nav #specials a:hover,
#nav #specials.active 	{ background: transparent url(../images/nav.jpg) -141px -24px no-repeat;}
#nav #parties a:hover,
#nav #parties.active	{ background: transparent url(../images/nav.jpg) -219px -24px no-repeat;}
#nav #gallery a:hover,
#nav #gallery.active	{ background: transparent url(../images/nav.jpg) -288px -24px no-repeat;}
#nav #contact a:hover,
#nav #contact.active 	{ background: transparent url(../images/nav.jpg) -360px -24px no-repeat;}

#nav span { display:none; }


/*	TEXT Styles
--------------------------------------------------*/

a:link {
	color: #990000;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #990000;
	}
a:hover {
	text-decoration: none;
	color:#330000;
	}
a:active {
	text-decoration: none;
	color:#9D232C;
	}


h1 a {  /*This code puts the Logo in an H1 element and makes it a link so people can click to go home*/
	display: block;
	width: 211px;
	height: 185px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/logo_bg.jpg) 0 0 no-repeat;
	position: absolute;
	top: 116px;
	left: 52px;
	letter-spacing : -1000em;
	text-indent: -200em;
	overflow: hidden;
	}

h2 { /*Page Titles*/
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
	color: #741213;
	display: block;
	border-bottom: 2px dotted #741213;
	width: 420px;
	margin: 0 0 12px 0;
	padding-bottom: 4px;
	padding-top:12px;
	}
	
	 
h3 {  /*Food Menu Categories*/
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #741213;
	display: block;
	border-bottom: 2px dotted #741213;
	width: 480px;
	margin: 0 0 10px 0;
	padding-bottom: 4px;
	padding-top: 32px;
	}
	
h4 {
	color: #391900;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	}

	h4 span {
		font-weight: normal;
		}
		
	.sides h4 {padding-top: 8px;}

#content ul {
	padding-top: 20px;
	}

h5 {  /*Thank you page headline*/
	font-family: Georgia, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #741213;
	width: 480px;
	margin: 0 0 10px 0;
	padding-bottom: 80px;
	padding-top: 50px;
	}
	
h6 {  /*gallery text*/
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #741213;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
	}


p {
	font-family: Verdana, sans-serif;
	color: #391900;
	line-height: 150%;
	font-size: 12px;
	}

.menu p {
	line-height: 120%;
	padding-bottom: 12px;
	}

	
/*	FORM style
--------------------------------------------------*/

form {
	width: 440px;
	height: 300px;
	}

label { 
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #741213;
	margin: 0 0 2px 0;
	padding-top:20px;
	display: block;
	float: left;
	clear: both;
	font-weight: bold;
	}

input {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	float: left;
	clear: both;
	height: 20px;
	width: 200px;
	border: 1px solid #b06104;
	}
	
textarea {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	float: left;
	clear: both;
	height: 120px;
	border: 1px solid #b06104;
	}

.submit_button {
	padding: 5px;
	height: 30px;
	width: 110px;
	margin: 10px 0 0 0;
	}


/*	PAGE-SPECIFIC styles
--------------------------------------------------*/

.home_slideshow {
	position: absolute;
	top: 162px;
	left: 283px;
	width: 453px;
	height: 241px;
	}
	
	#home_slideshow li { display: block; }


.emphasize { /*Page Titles*/
	font-family: Georgia, serif;
	font-weight: bold;
	font-size: 13px;
	color: #741213;
	display: block;
	width: 420px;
	margin: 0 0 12px 0;
	}


#menu { 
	font-family: Georgia, serif;
	color: #391900;
	line-height: 110%;
	font-size: 12px;
	}
	
#menu p {/*menu text*/
	font-family: verdana, sans-serif;
	line-height:110%;
	font-size:12px;
	}

#menu a:link {
	font-family:verdana, sans-serif;
	font-size:12px;
	}

ul.menu_alt {
	margin-top: 10px;
	}

#content_inner {
	width: 480px;
	padding: 0 0 0 140px;
	}

#footer p {
	padding-top: 20px ;
	text-align: center;
	}

#content_inner	ul li {
	display: inline;
	}

ul.gallery {
	height: 150px;
	}

ul.gallery li {
	
	padding-right: 0px;
	}
	
ul.gallery li a span {
	display:block;
	text-align: left;
	}

/*	FLOATERS
--------------------------------------------------*/

.i_love_beer {
	hide_from_ie_hack: "; 
	hide_from_ie_hack: "";
	background: transparent url(../images/i_love_beer.png) top left no-repeat;
	/*";
	/* IE begins rendering here */
	position: absolute;
	width: 234px;
	height: 267px;
	top: -180px;
	left: 620px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/i_love_beer.png');
	}

.seat_yourself {
	hide_from_ie_hack: "; 
	hide_from_ie_hack: "";
	background: transparent url(../images/seat_yourself.png) top left no-repeat;
	/*";
	/* IE begins rendering here */
	position: absolute;
	width: 133px;
	height: 187px;
	left: -30px;
	top: -20px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/seat_yourself.png');
	}

