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

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

body {
	background-image: url(/images/page-shadow.png);
	background-repeat: repeat-x;
	background-position: top center;
	}
		
#page {
	margin: 48px auto;
	background-color: white;
	text-align: center;
	font-size: 12pt;
    }

#socialnet { float: left; }
/*#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-large.png);
	height: 0px;
	padding-top: 250px;
	width: 250px;
	overflow: hidden;
	margin: 0 auto 20px;
	}

#address {
  margin-bottom: 2em;
}
#address h1 {
  margin-bottom: 0;
}


h1, h2, p, td, input, textarea, dt, div { 
    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 { visibility: hidden; }
.shown { visibility: visible; }*/

.tight { margin: 0; }

#menus { 
	text-transform: uppercase; 
	color: #aaa;
	}
	
#menus a { color: black; text-decoration: none; }
#menus a:hover { text-decoration: underline; }
	
form {
	width: 80%;
  margin: auto;
	}
	
form table { width: 100%; }
form td { font-size: 10pt; vertical-align: bottom; }

/* -------- Adjustments made for TUAYM link -------- */

input, textarea {
  width: 200px;
  font-size: 10pt;
  margin-bottom: 1em;
  }

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


input.ttaddress { display: none; }

input[type="reset"], input[type="submit"] {
    width: 100px; /* not ideal, but keeps text on button readable */
    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 pseudo-classes */
/* Firefox: Remove buggy red border from required fields until submit  */
input:invalid {
  box-shadow: none;
}

textarea:invalid {
  box-shadow: none;
}

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

/* -------- end adjustments made for TUAYM link -------- */


.hide { 
	background-color: transparent;
  display: none;
	}

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

.spinner { 
    width: 100%;
    height: 128px;
    background-image: url(/images/spinner-128x128.gif);
    background-position: top center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 500;
    display: none;
    }
    
#gift-contain {
  background-color: #f2f2f2;
  padding: 15px;
}

.giftoption {
  white-space: nowrap;
  /*overflow: hidden;*/
}

#giftCertAJAX.hide { padding: 0; }
.giftCertWrap { margin-bottom: 200px; }

/* removed #menus from this */
#hours { margin-top: 0.83em; }

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

.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 */

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



.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;
}

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

.hide-slides { visibility: hidden; }

#corner-mob {
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 320px;
    width: 100%;
    height: 32px;
    padding: 2px 0 0 0;
    background-color: black;
    z-index: 99;
}

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

#corner-mob p {
  width: 100px;
}

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

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


#corner a { color: #fff; }

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

#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;
    }

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

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

input, textarea {
    font-family: Conqueror, Arial, Helvetica, sans-serif;
    margin-bottom: 1em;
}

input[type="reset"], input[type="submit"] {
    width: 20%;
    margin: 0;
}

#message { height: 100px; }

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

/* Light grey background for TUAYM container */
#feedbackcontain {
    background-color: #f2f2f2;
    padding: 1em;
}

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

.credits a { color: #aaa; }

/* MEDIA QUERIES */

/* 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 only screen and (min-width: 768px) {

  #map * {
    visibility: visible;
  }
  
  #map_canvas {
      width: 600px;
      height: 400px;
      margin: auto;
      background-image: url(/images/map.png);
      background-position: center center;
      background-repeat: no-repeat;
  }
  
  #map-mob, #reservation-mob { display: none; }

  .news-contain {
      width: 600px;
  }
  
  #gift-contain {
      width: 600px;
      margin: 0 auto;
  }
  
  #giftof {
      background-image: url(/images/gift_of_food-large.png);
      background-repeat: no-repeat;
      width: 426px;
      height: 186px;
      margin: 15px auto 20px;
  }
  
  #contactcontain {
      width: 600px;
      margin: 0 auto;
      padding: 1em .5em;
  }

  #feedbackcontain {
      width: 600px;
      margin: 0 auto;
      padding: 1em .5em;
  }

  #menuscontain {
      width: 600px;
      margin: 0 auto;
      padding: 1em .5em;
  }

  #announcementcontain {
    width: 600px;
    margin: 0 auto;
  }
  #announcementcontain p {
    font-size: 1.2rem;
    text-align: left;
  }

}









