@font-face { 
    font-family: Conqueror;
    src: url('fonts/AniseLig.otf');
    }

@font-face { 
    font-family: Carved;
    src: url('fonts/AniseMed.otf');
    }

body {
	background-image: url(/images/page-shadow.png);
	background-repeat: repeat-x;
	background-position: top center;
	}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
		
#page {
	margin: auto;
	background-color: white;
	text-align: center;
	font-size: 14pt;
    }

#socialnet   { float: right; }
#socialnet p { margin: 0; }
#socialnet a {
	background-image: url(/images/fbt.png);
	background-repeat: no-repeat;
	display: block;
	width: 32px;
	height: 0;
	padding-top: 32px;
	overflow: hidden;
	}
	
#facebook { background-position: 0px 0px; }
#twitter  { background-position: 0px -34px; }

#logo { 
    background-image: url(/images/logo.gif);
    height: 0;
    padding-top: 57px;
	overflow: hidden;
	margin: 10px auto 20px;
	}


h1, h2, p, td { 
    font-family: Conqueror, Arial, Helvetica, sans-serif; 
    font-weight: normal; 
    }

h2 { 
	color: #aaa; 
	font-size: 100%; 
	margin-bottom: 2px; 
	text-transform: uppercase;
	}

h2 a {
	color: #aaa;
	text-decoration: none;
	}
	
h3 { 
    font-family: Carved, "Arial Black", "Helvetica Bold", sans-serif; 
    margin-bottom: 0; 
    }

p { margin-top: 0; }

/*label {
  font-size: 9pt;
  display: block;
  }*/

.tight { margin: 0; }

#menus { 
	text-transform: uppercase; 
	color: #aaa;
	}
	
#menus, #hours { margin-top: 0.83em; }

#menus a { color: black; text-decoration: none; }
#menus a:hover { text-decoration: underline; }

.hide {  
	background: transparent;
	}

#contactform { position: relative; }
#feedbackform { position: relative; }

form {
  width: 80%;
    margin: auto;
  }
  
form table { width: 100%; }
form td { font-size: 10pt; vertical-align: bottom; }

input, textarea {
  width: 200px;
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 10pt;
  margin-bottom: 1em;
  }

textarea {
  height: 100px;
  resize: vertical; }

input.ttaddress { display: none; }


input[type="reset"], input[type="submit"] {
    width: 100px; /* fixed size so text is visible on small displays */
    margin: 0;
}

/* New Check ID# styles */

#checknum_fb {
  margin-bottom: 0; /* overriding 1em for placement of helptext */
  }

.helptext {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 8pt;
  margin-top: 0;
  width: 200px;
  }
/* ----End new Check ID# styles */




/* ---- 2016-6-24 Validation fixes for Safari and Firefox ---- */

/* yellow background color for (Safari) invalid entries in forms */
.error {
  /*background-color: #FEEFB3;*/
  background-color: #ffffcc;
}

/* Firefox: Remove buggy red border from required fields until submit  */
/* Firefox pseudo-classes */
input:invalid {
  box-shadow: none;
}

textarea:invalid {
  box-shadow: none;
}

/*---- end 2016-6-24 validation fixes ----*/




#message { height: 100px; }

.spinner { 
    width: 100%;
    height: 128px;
    background-image: url(/images/spinner-128x128.gif);
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 500;
    display: none;
    }
    
    
#giftCertAJAX.hide { padding: 0; }
.giftCertWrap { margin-bottom: 200px; }


/*** sideshift gallery ***/

#slidegallery {
    overflow: auto;
    position: relative;
    }

#slidegallery #slider {
    position: absolute;
    }

#slidegallery #slider div {
    float: left;
    text-align: center;
    width: 640px; /* hardcoded for convenience */
    /* margin-right: 5px; */
    }

#gallerycontrol {
    text-align: center;
    margin-top: 5px;
    padding-top: 10px;
    position: relative;
    height: 35px;
    display: none;
    width: auto;
    overflow: hidden;
    }
    
#controlcontainer {
width: 55px;
margin: auto;
position: relative;

}
    
#gallerycontrol a {
    background-image: url(/images/gallery-arrows.png);
    height: 0;
    padding-top: 17px;
    width: 22px;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 10px;
    }


#gallery_prev { left: 0px; background-position: 0 0;}
#gallery_next { left: 30px; background-position: 22px 0; }

#indicator {
    background-color: #ccc;
    height: 5px;
    position: absolute;
    left: 0px;
    top: 0px;
    }

#indicator.moving { background-color: #ccc; }
#indicator.begin  { background-color: #999; }
#indicator.end    { background-color: #999; }

.gallery {
  overflow: hidden;
  font-size: 9px;
}

/* New updates - 4/20/2016 */

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

.social { margin-top: 1em; }
    
.social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social ul li {
    display: inline;
    padding: 0;
    margin: 0 .5em;
}

.social a { color: #ccc; text-decoration: none; }

.social a:hover { color: #000; }

body {
    background-image: none;
}

#corner-mob {
    font-size: 13px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding: 10px 0 0 0;
    background-color: black;
    z-index: 99;
}

#corner-mob a { color: #fff; text-decoration: none; }

#menus a { font-size: 12pt; }

#reservationcontain { display: none; }

#corner a { color: #fff; text-decoration: none; }

.press {
    font-family: Arial, Helvetica, sans-serif; 
}

.giftoption {
    margin-bottom: .5em;
}

#reservation-mob {
    padding-top: 1em;
}

#reservation-mob a.rez {
    font-family: Conqueror, Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 16px;
    background: #fff;
    padding: 10px;
    margin: 1em 0;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #000;
    text-transform: uppercase;
    text-decoration: none;
}

#reservation-mob a.rez:hover {
    background: #000;
    color: #fff;
    border: 1px solid #f2f2f2;
    text-decoration: none;
}

.news-contain {
    background-color: #f2f2f2;
    margin: 0 auto;
    padding: 1em;
}

.announcement-contain {
    background-color: transparent;
    width: auto;
    font-size: 12pt;
    margin: 0 auto;
    padding: 1em;
}

#contactcontain {
    background-color: #f2f2f2;
    padding: 1em;
}

#feedbackcontain {
    background-color: #f2f2f2;
    padding: 1em;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 768px) {

#menus a { font-size: 14pt; }
    
#contactcontain {
    width: 640px;
    margin: 0 auto;
    padding: 1em .5em;
    }

#feedbackcontain {
    width: 640px;
    margin: 0 auto;
    padding: 1em .5em;
    }
    
#reservationcontain {
    display: block;
    width: 640px;
    height: 420px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: .5em;
    }
    
#reservationcontain img {
    padding: 0;
}
    
#gift-contain {
    width: 640px;
    margin: 0 auto;
    }
    
.reservation-note {
    white-space: pre; 
    margin-top: 80px;
}
    
#giftof {
    background-image: url(/images/gift_of_food-large.png);
    background-repeat: no-repeat;
    width: 426px;
    height: 186px;
    margin: 15px auto 20px;
    }
    
#map_canvas { 
    width: 550px;
    height: 400px;
    margin: auto;
    background-image: url(/images/map.png);
    }
    
#map-mob, #reservation-mob { display: none; }
    
span.break { display: none; }
    
.news-contain {
    width: 640px;
}

@media only screen and (min-width: 1024px) {

body {
    background-color: white;
    background-image: url("/images/lbb-corner.png");
    background-position: top right;
    background-repeat: no-repeat;
}

#corner a#other-site {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	width: 200px;
	height: 0;
	padding-top: 200px;
	overflow: hidden;
	background-color: transparent;
	}

#corner-mob { display: none; }

}