/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/************************* wrapper, header *********************/
#wrapper {
    background-color: rgb(163, 110, 68);
    background-image: url(images/wood_wrapper.png);
    background-repeat: no-repeat;
    width: 1200;
    align-items: center;
}
header h1{
    font-size: 100;
    text-align: center;
    font-style: 'Baskerville', Times, Serif;
    color: rgb(227, 230, 0);
    padding-bottom: 192px;
    padding-top: 100px;
    margin: 0 auto 0 auto;
}


/************************* nav ********************************/
nav {
    background-color:  rgba(218, 198, 152, .3);
    height: 50px;
}
nav ul{
    
}
nav ul li{
    display: inline-block;
    width: 20%; /*240px*/
    height: 50px;
    vertical-align: bottom;
    
}
nav ul li a{
    text-align: center;
    font-size: 27px;
    font-style: 'Baskerville', Times, Serif;
    display: block;
    text-decoration: none;
    padding: 13px 0 13px 0;
    border-right: 2px solid rgb(147, 91, 53);
    border-left: 2px solid rgb(147, 91, 53);
}
nav ul li a img {
    margin-top: -28px;
}
nav ul li a:link, nav ul li a:visited {
    color: rgba(227, 230, 0,.7);
    background-color: rgba(147, 91, 53,.7);
}
nav ul li a:hover, nav ul li a:active {
    color: rgb(227, 230, 0);
    background-color: rgb(147, 91, 53);
}
/************************************* body, h2,  ************************/
body{
   
    margin: 0 auto 0 auto;
   
   
    
}
h2 {
    width: 906px;
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 20px;
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,.4);
    margin-left: 147px;
}
.image {
    width: 906px;
    margin-left: 147px;
    background-color:rgba(0,0,0,.4);
    
}
.imageabout {
    width: 600px;
    margin-left: 147px;
    background-color:rgba(0,0,0,.4);
    padding-left: 153px;
    padding-right: 153px;
}
p {
    width: 866px;
    padding-top: 70px;
    padding-bottom: 300px;
    text-align: left;
    text-indent: 25px;
    line-height: 29px;
    font-family: arial, sans-serif;
    font-size: 18px;
    color: rgb(255,255,255);
    background-color: rgba(0,0,0,.4);
    margin-left: 147px;
    padding-left: 20px;
    padding-right: 20px;
}
.genmenu p {
    padding-bottom: 70px;
    font-size: 14px;
}
.menucopy {
    width: 906px;
    margin-left: 147px;
    background-color: rgba(0,0,0,.4);
    color: rgb(255,255,255);
    font-family: arial, sans-serif;
    line-height: 25px;
}
dl#appetizers {
    margin-left: 50px;
    float: left;
    display: block;
    
}
dt {
    color: rgb(255,255,255);
    padding-top: 15px;
    padding-bottom: 5px;
}
h3{
    color: rgb(255,255,255);
    text-align: center;
    font-size: 20px;
    line-height: 27px;
}
dd {
    font-size: 10px;
    border-bottom: 15px;
    line-height: 18px;
    color: rgba(255,255,255,.7);
}
dl {
    width: 300px;
    margin-left: 50px;
    margin-bottom: 70px;
    background-color: rgba(0,0,0,.4);
    padding: 20px;
}
.Side_Dishes {
    float: left;
    margin-right: 50px;
    margin-left: 50px;
    display: block;
}
.salad_add_ons{
    float: left;
    margin-right: 50px;
     margin-left: 50px;
    display: block;
}
.Salads{
    float: left;
     margin-right: 50px;
     margin-left: 50px;
    display: block;
}
.Grill{
    float: left;
     margin-right: 50px;
    display: block;
   
}
.Specialties{
     float: left;
     margin-right: 50px;
    display: block;

}
.Pastas, .Sandwich, .Pizza, .Burgers{
     float: left;
     margin-right: 50px;
    display: block;
     
}
.Kids_menu{
    display: block;
    float: left;
}
.beer dl#draft_beer {
    display: block;
    float: left;
}
dl#bottled_beer{
   display: block;
    float: left;  
}
/**************************** form **************************************/
form {
    background-color: rgba(0,0,0,.4);
    margin: 0 auto 0 auto;
    width: 806px;
    padding: 50px;
    color: rgb(255,255,255);
}
fieldset {
    border-top: solid 2px rgb(255,255,255);
    border-bottom:solid 2px rgb(255,255,255);
    padding-top: 20px 0 20px 0;
    margin: 0 0 40px 0;
}
fieldset h4 {
    font-size: 21px;
    font-weight: bold;
    margin: 0 0 12px 0;
}
label{
    font-size: 14px;
    display: block;
    margin: 0 0 5px 0;
}
input[type="text"], input[type="email"] {
    height: 16px;
    width: 200px;
    padding: 10px;
    margin: 0 0 18px 0;
    font-size: 16px;
}
input[type="text"]:focus, input[type="email"] {
  background-color: rgb(255, 255, 255);
}
feildset p {
    font-size: 16px;
    margin: 0;
    background-color: none;
    color: rgb(255,255,255);
}
label.radioGroup {
    margin: 0 0 0 8px;
}
textarea {
    width: 400px;
    height: 100px;
    font-size: 14px;
    line-height: 16px;
    padding: 10px;
    margin: 14px 0 0 0;
}
button {
    cursor: pointer;
}

/*************************** footer ************************************/
footer {
    margin-bottom: -300px;
    font-size: 14px;

}
























