@charset "utf-8";

/* Reset CSS - Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

#content_wrapper{
	background-color: white;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Begin Hurricane Grill CSS */

body {
	background-color: #000000;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#300401;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#e9dad9;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	letter-spacing:-.04em;
	font-weight:normal;
	margin-bottom:25px;
	margin-top:6px;
	color:#f8b020;
}

h2 {
	font-size:1.2em;
	letter-spacing:-.02em;
	font-weight:normal;
	margin-bottom:0px;
	margin-top:30px;
	color:#fade9b;
	text-transform:uppercase;
}

p {
	margin-top:10px;
	margin-bottom:10px;
}

a {
	color:#f8b020;
	text-decoration:none;
}

a:hover {
	color:#ffcc66;
	text-decoration:underline;
}

.orange {
	color:#ec3825;
}

.red {
	color:#da1d09;
}

.pale {
	color:#fdeeca;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#6f6c66;
	padding-bottom:10px;
}

.menu_category {
	color:#fdeeca;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#6f6c66;
	padding-bottom:10px;
	margin-bottom:0px;
	margin-top:40px;
}

.menu_cat_description {
	color:#9c7c7a;
}

.darkred {
	color:#600d10;
}

.black {
	color:#391413;
	margin-bottom:-10px;
}

.cooltext {
	color:#bf1a09;
	font-size:1.6em;
	line-height:1em;
	font-weight:normal;
	margin-top:-11px;
	margin-bottom:20px;
	*margin-top:0px;*
	_margin-top:0px;
}

#wrapper {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}


#header {
	height:174px;
}

#container {
	width:928px;
	margin-left:auto;
	margin-right:auto;
}

#homepage_intro {
	height:358px;
}

#homepage_boxes {
	height:202px;
}

#box1 {
	width:236px;
	height:162px;
	background-image:url(../images/home_box1.jpg);
	background-repeat:no-repeat;
	padding:0px;
	float:left;
	text-align:left;
	padding:20px;
}

#box2 {
	width:286px;
	height:162px;
	background-image:url(../images/home_box2.jpg);
	background-repeat:no-repeat;
	padding:0px;
	float:left;
	text-align:left;
	padding:20px;
}

#box3 {
	width:286px;
	height:162px;
	background-image:url(../images/home_box3.jpg);
	background-repeat:no-repeat;
	padding:0px;
	float:left;
	text-align:left;
	padding:20px;
}

#contentbox_about {
	height:490px;
	width:868px;
	padding:30px;
	background-image:url(../images/about_bg.jpg);
	background-repeat:no-repeat;
}

#contentbox_events {
	min-height:490px;
	width:868px;
	padding:30px;
	background-image:url(../images/events_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#1e0604;
}

#contentbox_careers {
	height:490px;
	width:868px;
	padding:30px;
	background-image:url(../images/careers_bg.jpg);
	background-repeat:no-repeat;
}

#contentbox_locations {
	height:490px;
	width:868px;
	padding:30px;
	background-image:url(../images/locations_bg.jpg);
	background-repeat:no-repeat;
}

#contentbox_menus {
	height:490px;
	width:868px;
	padding:30px;
	background-image:url(../images/menus_bg.jpg);
	background-repeat:no-repeat;
}

#contentbox_fullmenu {
	min-height:490px;
	width:868px;
	padding:30px;
	background-image:url(../images/fullmenu_bg.jpg);
	background-repeat:no-repeat;
	background-color:#150403;
}

.menu_container {
	clear:right;
}

.menu_col1 {
	width:255px;
	float:left;
	margin-right:24px;
}

.menu_col2 {
	width:255px;
	float:left;
	margin-right:24px;
}

.menu_col3 {
	width:255px;
	float:left;
}

#colorbars {
	height:10px;
	background-image:url(../images/colorbars.gif);
	background-repeat:no-repeat;
}

#page_heading {
	width:485px;	
}

#page_cooltext {
	width:560px;
	_padding-top:6px;
	*padding-top:6px;*
}

#page_text {
	width:570px;	
}

#footer {
	height:68px;
	width:928px;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
}

#footer_left {
	width:300px;
	float:left;
	text-align:left;
	color:#713431;
}

#footer_right {
	width:530px;
	float:right;
	text-align:right;
}

a.footerlink {
	color:#b2291b;
}

.img_left {
	float:left;
	margin-right:20px;
	margin-bottom:8px;
}

.img_right {
	float:right;
	margin-left:20px;
	margin-bottom:8px;
}

.manage_menu{
	margin-top:20px;
	margin-bottom:20px;	
}

.manage_menu a{
	margin:5px;	
	padding: 10px;
	background-color: black;
	color: white;
	border:1px solid white;
}

.form_table textarea{ height:150px; }

.form_table input,textarea{
	width:400px;
}
.form_table td{
	padding-bottom:5px;
	padding-right:10px;
	vertical-align:top;
}
.form_error{
  color: red;
  font-weight: bold;
}

#backend {
	min-height:200px;
	padding:20px;
}

.manage_table {
	border-collapse:collapse;
	border:1px solid black; 
}

.manage_table td{	
	border-bottom:1px solid black;
}

.manage_table th{	
	background-color: #871b15;
	color: #f8b019;
	text-align: left;
}

.clearfix {
	clear:both;
}

.bigbold {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	letter-spacing:-.04em;
	font-weight:normal;
	text-decoration:underline;
	margin-bottom:15px;
	margin-top:20px;
	color:#f8b020;
}

#box1 h2 {
	margin-top:8px;
	margin-bottom:-6px;
}