@charset "UTF-8";
/* Typography */
body { 
/*font : 0.75em/1.75em "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; */
font : 0.8em/1.75em "Trebuchet MS", "Lucida Grande","Lucida Sans Unicode", Verdana, sans-serif; 
color : #454545; /*72%/1.5 color:#606060;*/
}

p { 
font-size : 100%;
margin:0 0 1.5em 0;
}

h2 {
font: bold small-caps 1.75em/1.75em Georgia, "Times New Roman", Times, serif;
letter-spacing: .25em;
color: #8d816b;
margin:0 0 1em 0;
}

h3 {
font: bold small-caps 1.75em/1.75em Georgia, "Times New Roman", Times, serif;
color: #8d816b;
margin:0 0 0 0;
}

ul {
margin: -.5em 0 1.5em 20px;
}

ul li {
list-style:outside;
list-style-type:square;
color: #8d816b;
}

strong {
font-weight:bold;
}

em {
font-style: italic;
/* optional color */
color:#B35740;
}

a {
text-decoration: none;
}

a:link { 
  color: #8d816b;
}
a:visited {
  color: #8d816b;
}
a:hover {
  background: #F1F0C9;
}
a:active { 
  color: #8d816b;
}


/* Reservation Form */
form#resform {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 12px;
text-align: left;
color: #333333 /*#A2A2A2*/
}
form#resform input, #resform select{
background: #FBFBEE;
font-size: 11px;
border:1px solid #CCCCCC;
/*color:#B35740;*/
color:#8d816b;
}
form#resform img {
border:0;
}

div#site_info {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
text-align: right;
color:#A2A2A2;
}

/* Classes */
.credits {
font-size: 10px;
color: #8d816b;
}

.directions {
list-style:circle;
}

.center { text-align:center;}

.red {color:#B35740;}
.brown {color:#8d816b;}
.green {color:#76963a;} /*87ae3e*/

