/* * {
margin:0;
padding:0;
} */

html, body, #wrap {
height: 100%;
margin:0;
padding:0;
}

body > #wrap {
height: auto; 
min-height: 100%;
background-image: url('images/bg.jpg');
background-repeat: repeat-x;
background-color: #D7FAFE;
font-family: Georgia;
}

h1 {
color: #1e86c8
}

#main { 
/* must be same height as the footer */
padding-bottom: 300px;
}

#header {
text-align: center;
}

#header img {
border: 0;
}

#navmenu {
text-align: center;
font-size: 12px;
padding-right: 30px;
}

#navmenu ul li {
color: white;
display: inline;
}

#navmenu a {
text-decoration: none;
background-image: url('images/menubg.png');
padding: 5px;
color: white;
}

#navmenu a:hover {
border-bottom: 5px solid #25be0c;
color: yellow;
}

#content {
margin-top: 10px;
line-height: 2em;
margin-left: auto;
margin-right: auto;
width: 950px;
}

#footer {
font-family: Georgia;
font-size: 20px;
background-image: url('images/footerbg.jpg');
position: relative;
margin-top: -300px; /* negative value of footer height */
height: 300px;
clear:both;
} 

#footer img.bottle {
float: left;
}

#social {
padding-top: 90px;
}

#social li {
display: inline;
padding-right: 5px;
}

#social li img {
border: 5px solid #ffe5ae;
}

#social li img:hover {
border: 5px solid blue;
}

#footertext {
margin-top: -120px;
text-align: right;
padding-right: 10px;
color: #062250;
}

#reservations {
position: fixed;
right: -10px;
top: 33%;
z-index: 5;
}

#reservations img {
border: 0;
}

#reservations:hover{
position: fixed;
right: 0px;
top: 33%;
}

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {
display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
height: 1%;
}
/* End hide from IE-mac */
.clearfix {
display: block;
}
