/* site.css wendy chisholm  march 2007 */
body {
  background: white url(images/background-strawberry2.jpg) 
  400px 50px no-repeat fixed;
  color: black;
} 

#content {
  width: 50%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  line-height: 1.5em;
  font-size: 100%;
  padding-left: 40px;
  margin-top: 40px;
}

#sub-content {
  width: 50%;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 85%;
  padding: 0px 0 0 18em;
  margin-top: 10px;
  top: 0px;  left: 0px;
  position: absolute;
}

#y {
  font-size: 300%;
  vertical-align: text-bottom;
}

/* div of images across home page */
.image-hr {background: black url(images/background-gradient.jpg) repeat-x;
  padding: 5px 5px 5px 5px; margin: 0px -7px 0px 0px;} 

/* column of images along side of sub-pages */
#image-col {width: 120px; float: left;}
.image-v {background: black url(background-gradient-rot.jpg) repeat-y;
  padding: 5px 5px 5px 5px; margin: 0px 0px 0px 0px;}
  
/* text within the sub-content container */
#text-col {
  margin-left: 120px;
  padding-left: 20px;}

/* navigation and logo */
#footer {
  width: 50%;
  position: relative;
  margin-top: 15px;
}


/* navigation links */
#navlist-div {
 width: 55%; 
 position: absolute; 
 top: 0px; left: 0;
}

#navlist-div-sub {
 width: 55%; 
 position: absolute; 
 top: 300px; left: 0;
} 

body>div#navlist-div {position: fixed;}

.navlist {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
} 

.navlist li {
  line-height: 2em;
  font-size: 80%;
  font-family: "Trebuchet MS",Verdana, sans-serif;
  padding-left: 40px;}


.navlist li>a {text-decoration: none;}

li#current {
  background: url(images/red-bullet.gif) no-repeat 4% 50%;
}

/* logo */
#logo {
  position: relative;  
  top: 10px;
  left: 300px;
}

/* logo on subpages */
#logo-vert {
  position: absolute;
  top: 20px;
  left: 20px;
}

/* general rules that apply across pages */
#clearer {clear: left;} 
p {line-height: 1.3em;}
a {color: black;}
p>a {text-decoration: none;}
a.link {text-decoration: underline;}
h1, h2 {font-family: "Gill Sans Light",Verdana, sans-serif;}
.no-dots {list-style: none;}
.indent {margin-left: 20px;}

/* Sub page - PRICING */

/* table of prices */
/* td {padding: 10px;} */
.entree {width: 15em; }
.x {width: 4em;}
.servings {width: 15em;}
.eq {width: 4em;}
.price {width: 15em;}
.entree-desc {font-style: italic; padding-bottom: 15px; font-size: 90%;}
.additional {padding-left: 15px;}

