@charset "utf-8";
/* CSS Document vdfall.css */
/* Valley Dream Farm -- Cottage Industries Ltd. */
/*
  10/29/2008 - add td for csa page
  8/16/2008 - adjust recipe box size
  7/1/2008 4:22PM - add scroll box and paragraph for recipe pages
  5/24/2008 3:24PM - add scroll box for center panel
  5/6/2008 10:08AM - split off common styles
  */

/* ============= global defaults =============== */

* {font-family:"Verdana","Arial","Helvetica","sans-serif"; color: black;}

a:link {color: #8c1717; }
a:visited {color: #8c1717; }
a:hover {color: orange; }
a:active {color: #8c1717; }

p {font-size:12px; text-align:left;}
td {font-size:12px; text-align:center;}
h2 {font-size:20px; font-weight:bold; font-style:italic; text-align:center; }
h3 {font-size:14px; font-weight:bold; font-style:italic; text-align:center; }
h4 {font-size:12px; font-weight:bold; text-align:center; }
h5 {font-size:12px; font-weight:bold; text-align:left; }


div#copyright {font-size:9px; text-align:center;}
div#menu {font-size:12px; font-weight:bold; margin-top:10px; margin-left:27px; text-align:left; font-style:italic; }

div#scrollBox {
      line-height: 14px;
      height: 350px;
      width: 388px;
      padding: 5px;
      overflow: auto;
}

div#recipeBox {
      line-height: 14px;
      height: 310px;
      width: 175px;
      padding: 0px;
      overflow: auto;
}

div#recipes p {font-size:12px; text-align:left; margin-left:50px;}

.snug {font-size:12px; font-weight:normal; font-style:regular; }
