@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;*/
    background-color: transparent;
  	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;
  }


/* FOUT fix */
p, h1, h2, h3, img, #tix { visibility: hidden; }
.shown { visibility: visible; }
/* End FOUT fix */


.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;
  display: none;
	}

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

form {
  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;
  }

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

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


/* ---- validation fixes for Safari and Firefox ---- */

/* yellow background color for (Safari) invalid entries in forms */
.error {
  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 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;}
#giftCertAJAX.show { background-color: #f2f2f2; }
.giftCertWrap { background-color: #f2f2f2; padding: 20px 0; overflow: hidden; }
#gift-contain { margin: 0 auto; }
#gift-contain p { margin: 20px 20px 0; }
p.message.shown {margin: 0 20px 20px !important}


/*** sideshift gallery ***/
img {
    padding: 1em 0;
    max-width:100%;
    height:auto;
    width:auto; /* for ie 8 */
    }

img.lazy {
    width: 720px;
    height: 480px;
    display: block;
    }

#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: 8px;
    }

.sp-button { /* overriding the slider-pro adaptive sizing */
    width: 9px;
    height: 9px;
    }
/*** end sideshift gallery ***/


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

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

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

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

.social i {font-size: 2em;}

/*#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 {
    color: #fff;
    font-size: 0.9em;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 320px;
    width: 100%;
    height: 32px;
    padding: 10px 0 0 0;
    background-color: black;
    z-index: 99;
}

#corner-mob * {
  display: inline-block;
}

#corner-mob p {
  font-size: 0.9em;
  width: 100px;
}

#corner-mob i {
  width: 10%;
  max-width: 220px;
  padding: 0 1px;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}

#corner-mob a {
  color: #fff;
  height: 2em;
  padding: 0;
  margin: 0;
  text-decoration: none;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}

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

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

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

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


#reservations {
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 1em 0;
}

.reservation-note {
  padding-left: 1em;
  padding-right: 1em;
  margin: 0.5em auto;
  max-width: 420px;
}

#reservationcontain { display: none; }

#reservation-mob {
    padding: 2em 0;
    }

/* Override Open Table widget positioning */
.ot-dtp-picker {
    margin: 0 auto;
    }

.ot-dtp-picker form input {
  width: 100%;
}

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

#announcement-contain {
    background-color: transparent;
    width: auto;
    font-size: 12pt;
    padding: 0 1em;
    white-space: pre-wrap;
    margin: 0 auto;
    }

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

#alert-fb-sent, #alert-email-sent {
  display: none;
  font-family: Conqueror;
  color: darkgreen;
  border: 1px solid lightgreen;
  background-color: #e5ffe5;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px;
}

.credits {
   font-size: 10pt;
   color: #aaa;
   margin-top: 2em;
   text-transform: lowercase;
   }

.credits a { color: #aaa; }

.message { font-size: 11pt; }


/* Updates - 4/20/2016 */

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  min-width: 320px;
  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%; }
}

/* 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;
      }
  
  #reservations {
    width: 640px;
    padding: 0.5em;
  }
/*  #reservationcontain {
      display: block;
      width: 640px;
      height: 420px;
      margin: 0 auto;
      background-color: #f2f2f2;
      padding: .5em;
      }

  .reservation-note {
      white-space: pre; 
      margin-top: 70px;
      }
      
  #reservationcontain img { padding: 0; }*/
      
  #gift-contain {
      width: 640px;
      padding-top: 10px;
      }
  .giftCertWrap { width: 640px; margin: 0 auto; }
      
      
  #giftof {
      background-image: url(/images/gift_of_food-large.png);
      background-repeat: no-repeat;
      width: 426px;
      height: 186px;
      margin: 0 auto 20px;
      }

  #map * {
      visibility: visible;
  }
      
  #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;
      margin: 0 auto;
      padding: 1em .5em;
  }

  .social ul li {
    margin: 0 2em;
  }
}

@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; }*/

  #announcement-contain {
      margin: 0 auto;
      width: 640px !important;
      }
}
