/*
	These styles will only be visible on the site and will
	NOT be applied to pages while in the Admin Page Editor.
*/

html {
	overflow-y: scroll; /* forces vertical scrollbar in Firefox */
}

body {
	background-color: #fff;
}

#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 788px;
}


/* Header */

#header {
	background: url("/images/logo.gif") top left no-repeat;
	height: 206px;
	width: 100%;
}

#header a {
	text-decoration: none;
}

#header h1 {
	color: #be2f35;
	font-size: 4em;
	padding: 10px;
	text-align: center;
}


/* Left */

#content {
	overflow: hidden;
	width: 100%;
}

#left {
	background-color: #c22913;
	float: left;
	margin-bottom: 5px;
	padding: 15px;
	width: 520px;
}


/* Right */

#right
{
	background-color: #768c15;
	float: right;
	margin-bottom: 5px;
	width: 230px;
}


/* Navigation */

.active {
	font-weight: bold;
}

#navigation {
	color: #fff;
	list-style-image: url("/images/arrow.gif");
	list-style-position: outside;
	list-style-type: image;
	padding-left: 40px;
}

#navigation li, #menu-navigation li {
	padding: 5px 0 5px 5px;
}

#navigation a {
	vertical-align: top;
}

#menu-navigation h2 {
	margin-top: 0;
}

#menu-navigation ul {
	padding-left: 40px;
}


/* Footer */

#footer {
	background-color: #768c15;
	clear: both;
	font-size: 0.9em;
	margin-top: 5px;
	overflow: hidden;
	width: 100%;
}

#copyright {
	float: left;
	margin: 5px;
}

#credits {
	float: right;
	margin: 5px;
}


/* Articles and Events */

.event-name {
	margin-bottom: 0;
}

.event-date-time {
	font-style: italic;
	margin-bottom: 1em;
}


/* Menus */

.menu-item-description {
	font-style: italic;
}

.menu-item-price, .menu-item-variation-price {
	font-weight: bold;
}


/* Locations */

.location {
	overflow: hidden;
	width: 100%;
}

.location-address h2 {
	margin-top: 0;
}

.location-information {
	clear: left;
	float: left;
	width: 200px;
}

.location-map {
	float: right;
	width: 300px;
}

.location-schedule-entry-days {
	font-weight: bold;
	text-align: right;
}

.location-email-telephone-fax {
	margin-top: 1.3em;
}

.locations {
	width: 100%;
}

.tel .type, .email .type {
	font-weight: bold;
}

.email a {
	text-decoration: none;
	font-weight: normal;
	color: #000;
}