body {
	background: #f4f4f4;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	color: #801C21;
}

h2 a {
	color: #801C21;
	text-decoration: none;
}

h3 .hint {
	font-size: 13px;
	font-weight: normal;
	color: #444;
}

h3.link {
	padding: 2px;
}

h3.link:hover {
	background-color: #e0e0e0;
}

p {
	line-height: 1.4em;
}

.top-header {
	background-color: #801C21;
	min-height: 30px;
}

.header {
	background-color: #c7c6c7;
}

.page-container {
	max-width: 824px;
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 5px rgba(0,0,0,0.75);
}

.footer {
	background-color: #c7c6c7;
}

.sub-footer {
	background-color: #801C21;
	min-height: 70px;
}

.body {
}

#Header {
	height: 120px;
	position: relative;
	margin: 0 !important;
}

#HeaderLink {
	background: url(img/layout/logo.png) no-repeat;
	background-size: contain;
	position: absolute;
	display: block;
	top: 2px;
	left: 30px;
	width: 370px;
	height: 115px;
}

#Menu {
	list-style: none;
	position: absolute;
	top: -16px;
	right: 40px;
	height: 120px;
}

#Menu li {
	display: block;
	float: left;
	height: 120px;
}

#Menu li a {
	text-decoration: none;
	font-weight: bold;	
	display: block;
	height: 30px;
	color: #801C21;
	padding: 80px 8px 10px 8px;
}

#Menu a:hover, #Menu a.active {
	background: #f0f0f0;
	color: #444;
}

#BurgerMenu {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 10px;
	right: 20px;
	border: 3px solid #801C21;
	border-radius: 10px;
}

#BurgerMenu div {
	margin: 9px;
	height: 5px;
	background: #801C21;
}

#MobileMenu {
	background: #801C21;
}

#MobileMenu a {
	display: block;
	padding: 15px;
	font-size: 110%;
	text-decoration: none;
	font-color: #c7c6c7;
	font-weight: bold;
	border-bottom: 2px solid #c7c6c7;
	color: #c7c6c7;
}

@media only screen and (min-width: 700px) {
#Menu {
	display: block;
}

#BurgerMenu {
	display: none;
}
}

@media only screen and (max-width: 700px) {
#Menu {
	display: none;
}

#BurgerMenu {
	display: block;
}

#HeaderLink {
	width: 180px;
	height: 70px;
	left: 10px;
	top: 7px;
}

#Header {
	height: 80px;
}
}

#Map {
	text-align: center;
}

.scrollable {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 300px;
	margin: 0px;
}

.happy-hour {
	text-align: center;
	margin-bottom: 15px;
}

.happy-hour h3 {
	margin: 5px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

.happy-hour-banner h2 {
	margin: 0 0 10px 0;
	padding: 8px;
	font-size: 18px;
	text-align: center;
	color: #f8f8f8;
	background: #801C21;
}

.happy-hour-banner p {
	text-align: center;
}

.article {
}

.article h2 {
	color: #801C21;
}

.article p {
	line-height: 1.4em;
}

.article img {
	margin: 10px 10px 10px 0;
	float: left;
	border: 0;
}

div.responsive {
	overflow-x: auto;
}

table {
	margin: 10px 40px 20px 0px;
	width: 85%;
}

td {
	font-size: 17px;
	vertical-align: top;
	padding: 5px;
}

td.number {
	width: 80px;
	text-align: right;
	white-space: nowrap;
}

td.price {
	text-align: right;
}

td.desc h4 {
	margin: 0px;
}

td.pic {
	width: 150px;
	text-align: left;
}

td.empty {
	width: 40px;
}

.disclaimer {
	margin-top: 20px;
}

.disclaimer p {
	line-height: 1.4em;
	color: #888;
	font-size: 12px;
	margin-top: 10px;
}
