﻿html, body, img {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Sans-Serif;
}
h1 {
    display:none;
    font:bold 18pt Arial, Helvetica, Sans-Serif;
    text-align:center;
}
#header {
	text-align:center;
	margin: 0;
	padding: 0;
	height:134px;
	padding-top: 20px;
}
#wrapper {
	padding:0;
	margin:4px auto;
	width:700px;
	height:700px;
	position:relative;
}
#content {
	/*background:url(../images/lunch_content.png) top;*/
	width:400px;
	height:375px;
	font-size: 8pt;
	position:absolute;
	top:254px;
	left: 164px;
	display:none;
	margin: 0;
	padding: 0;
}
#content h2 {
	font-size: 10pt;
	text-decoration: underline;
}
#content h3 {
	font-size: 9pt;
	text-decoration: underline;
}
#content h4 {
	font-size: 8pt;
}
#contentBg {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
}
#close {
	position:relative;
	top:11%;
	left:-140px;
	background-image:url(../images/close.gif);
	width:16px;
	height:16px;
	float:right;
	cursor:pointer;
	z-index:30;
}

#inner {
	width:56%;
	height:70%;
	position:relative;
	top:15%;
	overflow:auto;
	padding-left: 150px;
	z-index:20;
}

#inner>div {
	display: none;
}

#menu {
	padding:0;
	margin:0 auto;
	list-style:none;
	position:relative;
	width:700px;
	height:575px;
}
#menu img {
	border: none;
}
#menu a {
	text-decoration: none;
}
#menu li {
	display:block;
	position:absolute;
}
#menu li a {
	display:block;
	height:9px;
}
#menu li a span {
	display: none;
}
#menu li.about {
	left:80px;
	top:100px;
}
#menu li.about a {
	width:50px;
	background:url(../images/about-nav.jpg) no-repeat left top;
}
#menu li.lunch {
	left:20px;
	top:215px;
}
#menu li.lunch a {
	width:55px;
	background:url(../images/lunch-nav.jpg) no-repeat left top;
}
#menu li.evenings {
	left:-35px;
	top:360px;
}
#menu li.evenings a {
	width:119px;
	background:url(../images/evenings-nav.jpg) no-repeat left top;
}
#menu li.drinks {
	left:80px;
	top:480px;
}
#menu li.drinks a {
	width:60px;
	background:url(../images/drinks-nav.jpg) no-repeat left top;
}
#menu li.functions {
	left:570px;
	top:100px;
}
#menu li.functions a {
	width:90px;
	background:url(../images/functions-nav.jpg) no-repeat left top;
}
#menu li.gallery {
	left:640px;
	top:215px;
}
#menu li.gallery a {
	width:65px;
	background:url(../images/gallery-nav.jpg) no-repeat left top;
}
#menu li.contact {
	left:630px;
	top:360px;
}
#menu li.contact a {
	width:95px;
	background:url(../images/contact-nav.jpg) no-repeat left top;
}
#menu li.porthole {
	left:580px;
	top:480px;
}
#menu li.porthole a {
	width:70px;
	background:url(../images/porthole-nav.jpg) no-repeat left top;
}
#menu li.facebook {
	left:340px;
	top:570px;
}
#menu li.facebook a {
	width:85px;
	background:url(../images/facebook-nav.jpg) no-repeat left top;
}
#menu li.facebookicon {
	left:310px;
	top:562px;
}
#menu li.facebookicon a {
	width:23px;
}
#menu li a:hover,
#menu li a:active
{
	background-position: left -9px;
}
.contact {
	margin-left: 10px;
}
.contact img {
	margin-left: 20px;
}
.portholeVideo {
    position:absolute;
    top:233px;
    left:148px;
    display:none;
}
#footer
{
	margin-top: 50px;
	font-size: 10px;
}
#parentLink {
	float: right;
	margin-right: 20px;
}
#author {
	float: right;
}
#portholeImg, #menuImg {
	width:700px;
	height:500px;
	position: absolute;
	top: 154px;
	text-align: center;
}

#menuImg {
	background:#fff url(../images/background.2.jpg) no-repeat top center;
	margin-top: 38px;
}
/* in-page CMS bar */
.cms-container 
{
	margin: 1px 2px 2px auto;
	padding: 2px 40px 2px 40px;
	background-color: #664444;
	text-align:right;
}
.cms-container a, .cms-container a:visited
{
	color: #dddddd;
	font-weight:bold;
	font-size: 11px;
	margin-left:20px;
}
.cms-container a:hover
{
	color:#dddddd;
	background-color:#664444;
}
.cms-container form
{
	display:inline;
	margin-left:20px;
}

/* Gallery */
#gallery-object
{
	width: 400px;
	position: absolute;
	top: -1000px;
	left: 310px;
	z-index: 50;
}
#gallery-object .caption
{
	display: none;
}
#gallery-object .galleria_container
{
	height: 300px;
	width: 400px;
}
#gallery-object li
{
	display:block;
/*	width:60px;
	height:45px;*/
	overflow:hidden;
	float:left;
/*	margin:0 10px 10px 0;*/
}
#gallery-object li a
{
	display:none;
}
#gallery-object li div
{
	position:absolute;
	display:none;
	top:0;
	left:180px;
}
#gallery-object li div img
{
	cursor:pointer;
}
#gallery-object li.active div img,
#gallery-object li.active div
{
	display:block;
}
#gallery-object li img.thumb
{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto;
}
#gallery-object li .caption
{
	display:block;
	padding-top:.5em;
}
#gallery-object_main div
{
	display:none;
}
#gallery-object_main div.active
{
	display:block;
}
* html #gallery-object li div span
{
	width:400px;  /* MSIE bug */
}


.gallery_list
{
	width:240px;
}
.gallery_list li
{
	width:60px;
	height:45px;
	border:3px solid #eee;
	margin: 0 14px 14px 0;
	overflow:hidden;
	background:#ddd;
}
.gallery_list li div
{
	left:240px;
}
.gallery_list li img.thumb
{
	opacity:.5;
}
.gallery_list li.active img.thumb,
.gallery_list li:hover img.thumb
{
	opacity:.99; /* safari bug */
} 
.gallery_list li div .caption
{
	font:italic 0.7em/1.4 georgia,serif;
}

.contact-form ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
}
.contact-form ul li
{
    margin-bottom: 3px;
}
.contact-form ul li span
{
    width: 110px;
    display: block;
    float:left;
}

.contact-form ul li input[type=checkbox]
{
    margin: 0;
    padding: 0;
}

.contact-form .contact-messages div
{
   margin-bottom: 4px;
}

.contact-form .contact-messages div.error
{
   color: Red
}

.contact-form .contact-messages div.success
{
   color: Green
}

.contact-form .contact-messages div.loading
{
   color: Orange
}
