

/* Generic */

* {
	margin: 0;
	padding: 0;
}


* html .clearfix,* html #stage {
	height: 1%;
}

body {
	background: #F8E088 url(../images/background.gif);
	margin: 10px 0 15px;
	text-align: center;
	font: 12px/1.6em "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #facd64;
}

#container,#top,#bottom,#footer {
	margin: 0 auto;
	width: 770px;
}

#top,#bottom {
	display: block !important;
	height: 10px;
}

h1,h2,h3 {
	font-weight: 400;
	color: #f9e5bd;
	line-height: 1.4em;
}

h1 {
	color: #fff;
}

h2 {
	color: #facd64;
	font-size: 1.4em;
}

a {
	color: #f9e5bd;
	text-decoration: none;
}

a:hover {
	color: #facd64;
}



/* Template */
#nav {
	width: 25%;
}
#nav a {
	display: block;
	height: 1%;
	margin-bottom: .5em;
	margin-left: 30px;
}

#nav li a {
	font-size: 1.2em;
}

#nav li a span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #facd64;
}

#nav li a:hover {
	color: #facd64;
	font-weight: 700;
}

#nav li a:hover span {
	color: #fff;
}

/* Container */

#container {
	background: #c0362c;
	border: 1px solid #b5351b;
	color: #fff;
	text-align: left;
}

#container li {
	list-style: none;
}

/* header */

#header {
	float: none;
	margin: 20px 28px 15px;
}

#header h1 {
	background: url(../images/header.gif) no-repeat center bottom;
	border-top: 1px dotted #d87e3e;
	height: 160px;
	margin: 1px 0;
	width: 100%;
	text-indent: -1000em;
}

#main {
	float: none;
	margin: 40px auto 0;
	width: 99%;
}

/* Stage */

#stage {
	width: 100%;
	border: none;
	border-top: none;
}

/* Footer */

#footer {
	border-top: 1px dotted #d87e3e;
	clear: left;
	padding: 5px 0 15px;
	width: auto;
	margin-right: 28px;
	margin-bottom: 10px;
	margin-left: 28px;
	color: #facd64;
}

#footer a:hover {
	color: #fff;
}


/* Display Classes */
.center {
	text-align: center !important;
}

.clearfix,#stage {
	display: inline-block;
}

.clearfix:after,#stage:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.hide {
	display: none !important;
}

.inline {
	display: inline !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: Left;
}

.alignRight {
	text-align: right;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

/* Width */

.width25 {
	width: 25%;
}

.width28 {
	width: 28%;
}

.width50 {
	width: 48%;
}

.width70 {
	width: 70%;
}

/* Directions page specific */
#directions {
	font-size: 1.2em;
}

/* Homepage page specific */
#homepage_right {
	width: 20%;
}

#homepage_center {
	height: 400px;
	background: url(../images/eat.gif) no-repeat center bottom;
	width: 54%;
	text-align: center;
	margin-bottom: 0;
	margin-right: -20px;
}
/* Menu page specific */
#menu {
	text-align: center;
	color: #facd64;
}

#menu .section_description {
	text-transform: capitalize;
}

#menu .section_name {
	text-transform: uppercase;
	margin-top: 1em;
	padding-bottom: 5px;
	text-decoration: underline;
	color: white;
	font-size: 2em;
}

#menu .item_name {
	margin-top: 1em;
	font-weight: bold;
	color: #fff;
}

#menu .item_description {
	text-transform: capitalize;
}

/* Merchandise page specific */
#merchandise h1{
	line-height: 2em;
	margin-top: -15px;
}

#merchandise p{
	font-size: 1.8em;
	line-height: 1.8em;
}

/* Gallery page specific */
#gallery h1{
	line-height: 2em;
	margin-top: -15px;
}

#flickr_badge_wrapper {
	}

.flickr_badge_image {
	float: left;
	width: 200px;
	height: 200px;
}

.flickr_badge_image img {
}

/* Neighbors page specific */
#neighbors {
	text-align: center;
}

#neighbors ul li {
	font-size: 1.2em;
	margin-top: .2em;
}
/* Press */

div#articles {
	text-align: center;
}

#homepage_right h2 {
	font-size: 1.2em;
}

#homepage_right h1 {
	font-size: 1.8em;
}
