@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: auto;
	background-color: white;
	text-align: center;
	font-size: 12pt;
    }

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


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

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

#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;
    }
    
#giftCertAJAX.hide { padding: 0; }
.giftCertWrap { margin-bottom: 200px; }

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

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

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

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

#corner a { color: #fff; }

#reservationcontain { display: none; }

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

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

/* MEDIA QUERIES */

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

    #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; }
    
    #reservationcontain {
        display: block;
        width: 600px;
        height: 370px;
        margin: 0 auto;
        background-color: #f2f2f2;
        padding: .5em;
    }
    
    #reservationcontain img {
        padding: 0;
    }
    
    .reservation-note {
        white-space: pre; 
        margin-top: 80px;
    }
    
    .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;
    }

/* One more style for TUAYM link */
    #feedbackcontain {
        width: 600px;
        margin: 0 auto;
        padding: 1em .5em;
    }
    
}

@media only screen and (min-width: 1024px) {
 
    body {
        background-color: white;
        background-image: url("/images/lepigeon-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;
	}

    #page { background-color: transparent; }
    
    #corner-mob { display: none; }
    
}