/*begin global styles*/
body {
	color: black;
	line-height:1.3;
	font-size:18px;
	background-color: white;
	display:block;
	background: url(../img/background.jpg) no-repeat center center fixed;
	background-size:90%;
}
	
#main {
	margin: 20px auto;
	width:920px;
	height:100%;
	border:2px double black;
	background-color: rgba(255, 255, 255, 0.82);
	font-family: Georgia, Verdana, Garamond, serif;
	-webkit-box-shadow: 0px 3px 2px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 3px 2px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 3px 2px rgba(50, 50, 50, 0.5);
	}
#logo {
	float:left;
	border: 2px solid black;
	background-color: white;
	margin: 10px;
	}
h1, h2, h3 {
	font-weight: bold;
	line-height:28px;
	padding:5px;
	}
h1 {
	font-size: 28px;
	margin:20px;
	}
h2 {
	font-size: 24px;
	margin:10px;
	padding-top:20px;
	}
h3 {
	font-size: 20px;
	margin:10px;
	}
p {
	color: black;
	font-size: 18px;
	line-height: 1.3;
	margin:10px 15px;
	}
.tabs li {
	float:right;
	padding:5px;
	margin:5px;
	}
.tabs a:link {
	text-decoration:none;
	color: black;
	padding-bottom:5px;
	border-bottom: 3px solid black;
	margin-bottom:10px;
	}
.tabs a:hover {
	border-bottom: 3px solid #A67E08;
	}
.tabs a:visited {
	color:black;
	}
.headline {
	font-size:40px;
	font-variant:small-caps;
	color:#4F6C73;
	}
#facebook {
	position:relative;
	left:580px;
	top:65px;
	}

#trip {
	position:relative;
	left:695px;
	top:65px;
	}
.blue {
	color:#4F6C73;
	}
.yellow {
	color:#A67E08;
	}
.bold {
	font-weight:bold;
	}
.italic {
	font-style: italic;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.text {
	text-align:justify;
	}
.space {
	padding-bottom: 25px;
	}
.sunday img {
	border:2px solid black;
	margin:10px;
	float: right;
	}
.mobile {
	display:none;
	}
/*end global styles*/

/*food menu styles*/
.course {
	color: #A67E08;
	text-transform: uppercase;
	}
.item {
	line-height:1;
	font-weight:bold;
	margin:10px 0 2px 20px;
	}
.description {
	display: block;
	line-height:1.2;
	font-size:16px;
	font-style:italic;
	margin:2px 70px 20px 20px;
	}
.price {
	float:right;
	font-weight:bold;
	margin-right:20px;
	}
.center {
	text-align:center;
	}
.info {
	font-size:16px;
	margin-top:30px;
	margin-bottom:20px;
	}
.subcourse {
	margin:0 15px;
	font-style:italic;
	font-size:16px;
	}
.footnote {
	clear:both;
	font-size:14px;
	margin-top:50px;
	}
.special {
	margin-bottom:0;
	padding-bottom:0;
	}
.close {
	margin-bottom:2px;
	margin-top:2px;
	display:block;
	}
.button {
	border:1px solid #a07a07; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	font-family:georgia, serif; 
	padding: 5px 10px; 
	text-decoration:none; 
	text-shadow: 1px 1px 0 rgba(0,0,0,0.3); 
	color: #FFFFFF;
	background-color: #D6A30A; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#D6A30A), to(#A67E08));
	background-image: -webkit-linear-gradient(top, #D6A30A, #A67E08);
	background-image: -moz-linear-gradient(top, #D6A30A, #A67E08);
	background-image: -ms-linear-gradient(top, #D6A30A, #A67E08);
	background-image: -o-linear-gradient(top, #D6A30A, #A67E08);
	background-image: linear-gradient(to bottom, #D6A30A, #A67E08);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#D6A30A, endColorstr=#A67E08);
	position: relative;
	left:622px;
	top:15px;
}

.button:hover{
	border:1px solid #755905;
	background-color: #A67E08; 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#A67E08), to(#755906));
	background-image: -webkit-linear-gradient(top, #A67E08, #755906);
	background-image: -moz-linear-gradient(top, #A67E08, #755906);
	background-image: -ms-linear-gradient(top, #A67E08, #755906);
	background-image: -o-linear-gradient(top, #A67E08, #755906);
	background-image: linear-gradient(to bottom, #A67E08, #755906);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#A67E08, endColorstr=#755906);
}
/*end food menu styles*/

/*begin home page styles*/
#local {
	position:relative;
	top:12px;
	}
.photo img {
	border:2px solid black;
	margin:10px;
	}
#map iframe {
	display:block;
	margin:20px;
	border:1px solid black;
	}
/*end home page styles*/

/*begin gallery styles*/
.gallery   {
	float:left;
	padding: 25px 13px;
	}
.gallery figcaption {
	font-size:12pt;
	text-align:center;
	}
.clear {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	}
/*end gallery styles*/

/*printable menu*/
@media print {
	body {
		width:100%;
		color:black;
		background-color:white;
		font-size:12pt;
		}
	header {
		display:none;
		}
	}

/*mobile styles*/
@media screen and (max-width:480px) {
body {
	background-image:none;
	background-color:white;
	background-size:100%;
	}
#main {
	width:95%;
	height:100%;
	box-shadow:none;
	border:none;
	background-color:white;
	}
#logo {
	margin-right:30px;
	}
.headline {
	line-height:40px;
	}
.tabs li {
	float:none;
	display:block;
	padding:6px 0;
	}
.tabs a:hover {
	color:#A67E08;
	}
header {
	background: url(../img/graybackground.jpg) no-repeat fixed;
	}
#facebook {
	position:relative;
	left:-165px;
	top:28px;
	}
#trip {
	position:relative;
	left:-10px;
	top:27px;
	}
#opener {
	display:none;
	}
.headline {
	display:none;
	}
#map iframe {
	width:90%
	}
.button {
	display:hidden;
	}
.sunday {
	position:relative;
	top:20px;
	}
.gallery {
	float:none;
	text-align:center;
	}
.mobileBreak {
	display:block;
	}
.text {
	text-align:left;
	}
.website {
	display:none;
	}
.mobile {
	display:block;
	}
}