@charset "UTF-8";
/* CSS Document */

html,
body {
	margin:0;
	padding:0;
	height:100%;
	overflow-x: hidden;
}

@font-face {
	font-family: aFont;
	src: url(../fonts/aFont.ttf);
}

#review {
	font-family: Helvetica;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	text-align: center;
	width: 100%;
	padding-bottom: 20px;
	position: fixed;
	margin-top: 500px;

}

.page-wrap {
	min-height: 100%;
	position: relative;
}

.page-wrap:after {
  content: "";
  display: block;
}

#header {
	background:#ffffff;
	padding:10px;
}

#content {
	padding-bottom:350px; /* Height of the footer element */
}

.menu_image {
    min-width: 1056px;
    height: 600px;
    background: url(".../images/cooking.jpg") no-repeat scroll center center transparent;
    top: 150px;
    z-index: 0;
    position: relative;
}

#logo a {
	position: absolute;
	font-size:50px;
	top: 20px;
	width: 100%;
	text-align: center;
	font-family: "aFont";
	color: black;
	text-decoration:none;
}

#navMenu {
	text-align:center;
	margin-top: 7%;
}

#navMenu ul {
	display: inline-block;
	line-height: 30px;
}

#navMenu li {
	display: inline-block;
	list-style:none;
	position: relative;
	background: #ffffff;
}

#navMenu ul li a {
	display: inline-block;
	font-family: Arial Narrow;
	font-weight: lighter;
	text-decoration: none;
	height: 30px;
	width:150px;
	color: #333333;
	border:1px solid #FFF;
	text-shadow:: 1px 1px 1px #000;
}

#navMenu ul ul {
	display: inline-block;
	position:absolute;
	visibility:hidden;
	top:32px;
	left: -40px;
}

#navMenu ul li:hover ul {
	visibility:visible;

}


/********************************************/


#navMenu li:hover {
	background: #568;
}


#navMenu ul li:hover ul li a:hover {
	background: #CCC;
	color:#000;
}

#navMenu a:hover {
	color:#000;
}

.clearFloat {
	clear:both;
	margin:0px;
	padding:0px;
}

/*.site-footer, .page-wrap:after {
  height: 100px;
}

.site-footer {
  background: black;
}*/

#footer {
	background:#000000;
	width:100%;
	height:100px;
	position:absolute;
	bottom:0;
	left:0;
}

#copyright {
	font-family: Helvetica;
	font-weight:lighter;
	position:absolute;
	font-size:15px;
	color: white;
	text-align:center;
	width:100%;
	margin-top: 45px;
}



i.fa-facebook-square {
	position:absolute;
	font-size: 30px;
	color: white;
	margin-top: 45px;
	margin-left: 5%;
}

i.fa-twitter-square {
	position:absolute;
	font-size: 30px;
	color: white;
	margin-top: 45px;
	margin-left: 10%;
}

i.fa-yelp {
	position:absolute;
	font-size: 30px;
	color: white;
	margin-top: 45px;
	margin-left: 15%;
}

#address {
	font-family: Helvetica;
	font-weight:lighter;
	font-style: italic;
	position:absolute;
	font-size:15px;
	color: white;
	width:100%;
	margin-top: 45px;
	margin-left: 76%;

}



i.fa-file-pdf-o {
	position:absolute;
	color:#ffffff;
	font-size: 30px;
}

.menu_background{
	min-width: 1056px;
	height: 700px;
	background: url(".../images/blue.png") no-repeat scroll center center transparent;
	top: -50px;
	z-index: 10;
	position: relative;
}


#loadedContent{
	font-size: 12px;
}

#loadedContent img {
	float: right !important;
	margin-left: 350px !important;
	margin-top: -100px !important;
}

#container {
	position: absolute;
	left: 25%;
	z-index:0;
  overflow-x: hidden;
	line-height:2;
}

#lnkwine {
	font-family: Arial;
	font-size: 24px;
	text-decoration:none;
	color:#ffffff;
}

#lnkwine:hover {
	color:#568;
}

#lnkbeer {
	font-family: Arial;
	font-size: 24px;
	text-decoration:none;
	color:#ffffff;
}

#lnkbeer:hover {
	color:#568;
}

#lnkfood {
	font-family: Arial;
	font-size: 24px;
	text-decoration:none;
	color:#ffffff;
}

#lnkfood:hover {
	color:#568;
}
