/* ---------------------------------------------------------
STRUCTURE
yellow: #B15A01
red: #450500
------------------------------------------------------------ */


html, body {
	margin: 0;
	padding: 0;
	background:#450500;
	text-align:center;
	font-size:100%;
	font-family:Arial, Helvetica, sans-serif;

}

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
}
#likeWrapper {
	position:relative;
	width:538px; height:78px;
}
#like {
	width:200px; height:35px;
	position:absolute;
	top:32px; right:0px;
}

#like span {
	color:#FFF !important;
}


#headerWrapper {
	width: 100%;
	height:47px;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color:#3B0200;
}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align:right;
}

#header p {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:20px 0 0 0;
	font-size:1.0em;
	text-align:right;
}

#header a {
	margin-left:10px;
	color:#B15A01;
	text-decoration:none;
}

#header a:hover {
	color:#FFC;

}

#content {
	width:540px;
	margin:0 0 0 0;
	padding:0 30px;
	overflow:hidden;
}

#footer {
	
}


/* --------------------------------------------------------------  
TYPOGRAPHY
------------------------------------------------------------ */

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h1 { font-size: 1.8em; color:#FFF; }
h2 { font-size: 1.4em; color:#FFF; }
h3 { font-size:	1.2em; } 
h4, h5 { font-size: 1.1em; } 

p, ul, ol {
	margin: 0 0 5px;
	padding:0;
	font-size:.9em;
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#442702;
	outline:none;
	text-decoration: none;
}

a:hover {
	color:#FFC;
}

/* --------------------------------------------------------------  
PROPRIETARY
------------------------------------------------------------ */
a.locationLink {
	color:#fff;
	text-decoration:none;
}

a.locationLink:hover {
	color:#B15A01;
}

.highlight {
	color:#c15A01;
}

.menuTable {
	border-collapse:collapse;
	border:0px;
}

.menuTable td {
	padding:3px 0 2px 0;
	border-bottom:1px dotted #DAAB8D;
}

.menuItem {
	font-size:13px;
	color:#450500;
	margin:0;
	padding:0 0 0 10px;
}

.menuPrice {
	font-size:13px;
	color:#450500;
	margin:0;
	padding:0 10px 0 0;
}

.menuGroup {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#442702;
	text-align:center;
}




/* --------------------------------------------------------------  
FORMS
------------------------------------------------------------ */

label       { vertical-align:middle; }
fieldset    { padding:1.0em 2em; margin:0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.6em; }

input[type=text], input.text, input.title, textarea, select { 
  background-color:#F6E0B7;
  border:1px solid #600; 
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { 
  border-color:#666; 
}

input[type=text], textarea { padding:3px; font-size:14px; padding:3px; font-size:14px; }

input[type=checkbox], input[type=radio], input.checkbox, input.radio { 
  position:relative; top:.25em; 
}


/* --------------------------------------------------------------  
VALIDATOR
------------------------------------------------------------ */

div.validatorError { 
	font-weight:bold;
	color: #9e1111;
	display:inline-block;
	margin:5px 0; 
	padding: 0 0 0 35px; 
	background: url(../icon/16x16/error.png) no-repeat 10px center;
}
