/*
	andreas05-alternative - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com) and SandwichBoard.
	Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work.
	More free templates are available at:	http: //oswd.org/userinfo.phtml?user=Andreas

	Version: 1.0, September 27, 2005
	Version: 2.0, December 31, 2007
*/

/*
	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: #123d5f url(/images/678979_55233964.jpg) no-repeat fixed top;
	margin: 0 0 10px 0;
}

#wrapper {
	background-color: #fff;
	border: 10px solid #000;
	margin: 0 auto 15px auto;
	overflow: hidden;
	padding: 10px;
	width: 700px;
}


/* Header */

#restaurant-name {
	margin: 0 auto -5px;
	position: relative;
	text-align: center;
	width: 700px;
}

#restaurant-name a {
	text-decoration: none;
}


/* Left */

#left {
	float: left;
	width: 175px;
}


/* Navigation */

.navigation {
	list-style-position: outside;
	list-style-type: none;
	margin: 30px 0 10px 0;
	padding-left: 0;
}

.navigation a {
	border: 1px solid #fff;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	padding: 4px 2px 4px 10px;
	width: 150px;
}

.navigation a:hover, .navigation a:active {
	background-color: #f8f8f8;
	border: 1px solid #dadada;
}

#menu-navigation h2 {
	font-size: 1.6em;
	margin-bottom: 0;
	padding-left: 10px;
}

#menu-navigation ul {
	margin-top: 0;
}

#menu-navigation a {
	font-size: 1.1em;
	padding-left: 20px;
	width: 140px;
}


/* Right */

#content {
	overflow: hidden;
	width: 100%;
}

#copyright-credits {
	clear: both;
	color: #888;
	font-size:	0.9em;
	margin-top: 30px;
}

#right {
	border-left: 1px solid #ccc;
	float: right;
	padding-left: 20px;
	width: 500px;
}

#restaurant-address {
	text-align: right;
}


/* Articles and Events */

#articles-events {
	overflow: hidden;
	width: 100%;
}

#articles, #events {
	width: 48%;
}

#articles {
	float: left;
}

#events {
	float: right;
}

.article-title, .event-name {
	font-size: 1em;
	font-weight: bold;
}

.event-date-time {
	font-style: italic;
	margin-bottom: 10px;
}


/* Menus */

.menu-section-description p, .menu-item-description p {
	margin: 0 0 1em 0;
}

.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-map {
	width: 490px;
}

.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, a.email {
	text-decoration: none;
	font-weight: normal;
	color: #303030;
}