/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;
color: #000000;
background-color: #FFFFFF;
margin: 0;
padding: 0;
background-image: url(../images/background-green-interior.jpg);
background-position: top;
background-repeat: repeat-x;
}

#wrapper {
width: 990px;
margin: 0 auto;
background-image: url(../images/masthead-green-yellow-chix.jpg);
background-position: top center;
background-repeat: no-repeat;
height: 100%;
}

#masthead {
color: #FFF;
padding: 0px;
margin: 0;
}

#masthead .content {
font-size: .75em;
line-height: 1.2em;
padding: 2px 10px 0 10px;
}

.clearfloat {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}

#center {
width: 50px;
float: left;
}

#navigation {
width: 210px;
margin-top: 284px;
margin-left: 10px;	
float: left;
background-color: #819139;
}

#navigation .content {
font-size: 0.75em;
line-height: 1.3em;
padding: 0 5px 0 0;
font-weight: bold;
text-transform: uppercase;
}

#right {
width: 700px;
float: left;
}

#center .content {
padding: 24px 32px;
}

#right .content {
padding: 24px 16px;
font-size: .8em;
line-height: 1.5em;
text-align: justify;
color: #000;
}

#footer {
color: #000;
width: 990px;
margin: 0 auto;
font-size: 0.7em;
font-weight: bold;
clear: both;
background-color: #fff;
border-top: 2px #000 solid;
}

#footer .content {
padding: 6px 10px;
}

.p7uberlink {
font-weight: bold !important;
border-color: #FFF !important;
}

h1 {
font-size: 1.75em;
color: #819139;
text-transform: uppercase;
text-align: right;
}

h2 {
font-size: 1.25em;
color: #819139;
border-top: 1px dotted #819139;
}

h3 {
font-size: 1.1em;
}

.food-item {
font-size: 1em;
color: #819139;
font-weight: bold;
}

.bold {
font-weight: bold;
}

.top {
text-transform: uppercase;
}

.img-left {
float: left;
padding-right: 1em;
}

.img-singlephoto {
border: 1px solid #000;
}

.nomargintop {
margin-top: 0;
}

.content p {
margin: 12px 0;
}

.form {
width: 660px; 
}

form fieldset {
clear: both;
border: 1px solid #000;
padding: 10px;        /* padding in fieldset support spotty in IE */
margin: 0;
}

form fieldset legend {
font-size: 1em; /* bump up legend font size, not too large or it'll overwrite border on left */
font-weight: bold;
}

form label { 
display: block;  /* block float the labels to left column, set a width */
float: left; 
width: 200px; 
padding: 0; 
margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
text-align: right; 
}

form input, form textarea {
width: auto;
margin: 5px 0 3px 10px;
text-align: left; 
}

form input#reset {
margin-left: 0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { 
overflow: auto; 
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
color: #000;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active  {
display: block;
border-top: 1px #FFF dotted;
padding-left: 4px;
padding-top: 2px;
padding-bottom: 2px;
}

.daily-specials {
text-transform: uppercase;
}

.daily-specials a:link, .daily-specials a:visited, .daily-specials a:hover, .daily-specials a:active {
text-decoration: none;
color: #FFF;
}

a:link, a:visited {
color: #819139;
text-decoration: none;
}

a:hover, a:active {
text-decoration: none;
color: #FFF;
background-color: #819139; 
}

a {
font-weight: bold;
}