@charset "utf-8";
/* CSS Document */

  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  }

  #page
  {
    /* Use a 12px base font size with a 16px line height */
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */


  }

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#613907;
	font-smooth: always;
  }
  
  a {
  color:#9d6e33;
  text-decoration: underline;
  }
  
  a: hover {
  color:#778e1c;
  text-decoration: underline;
  }

  #quote
  {
  font-size: 1.7em;
  line-height:1em;
  font-family:Lucida Sans Unicode, Lucida Grande, Verdana, Geneva, Arial, Helvetica, sans-serif;
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
  }

  h2
  {
    font-size: 1.7em;
    line-height: 1.3em;
    margin-top: 0.8em;
    margin-bottom: 0em;
	font-weight:normal;
  }

  h3
  {
    font-size: 1.1em;
    line-height: 1.1em;
    margin-top: 0.8em;
    margin-bottom: 0.2em;
  }

  h4, h5, h6
  {
    font-size: 1em;
    line-height: 1.3em;
    margin-top: 0.909em;
    margin-bottom: 0;
  }
  
  h7
  {
    font-size: 0.8em;
	text-align:center;
	margin: 1em;
	color:#FFF2CB;
  }
  
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    margin: 0;
  }
  
  p {
  margin-bottom:0.2em;
  margin-top:0.2em;
  }

  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul,
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  
  
  
  .item-list ul li
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li,
  li.expanded,
  li.collapsed,
  li.leaf
  {
    padding: 0;
	float: left;
	margin: 0 0.15em;
  }
  ul.menu li a {

	}
/* MENU================================================  */
#topnav ul
{
list-style: none;
padding: 0;
margin: 0;
height: 2.3em;
width: 960px;
border: solid 3px #f68121;
padding: 0;
background: url(/VBites/images/green-eating-environment.gif) #778e1d bottom left repeat-x;
}
/* MENU OLD ================================================  */

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
height: 2.3em;
width: 960px;
border: solid 3px #f68121;
padding: 0;
background: url(/VBites/images/green-eating-environment.gif) #778e1d bottom left repeat-x;
}

#nav-menu li
{
float: left;
margin: 0 0em;
border-right: 0.1em solid #778e1d;
}

#nav-menu li a
{
height: 2em;
line-height: 2em;
float: left;
width: 13em;
display: block;
color: #FFF2CB;
font-weight: bold;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
background: url(/VBites/images/green-eating-environment.gif) #778e1d bottom left repeat-x;
height: 2.4em;

} 

/* NAVIGATION MENU HOVER ================================================  */

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0;
}

#nav-menu li a
{
background: url(/VBites/images/green-eating-environment.gif) #778e1d bottom left repeat-x;
height: 2.3em;
line-height: 2.5em;
float: left;
width: 13em;
display: block;
color: #FFF2CB;
font-weight: bold;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
} 

/* NAVIGATION MENU ACTIVE	 ================================================  */

#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0em;
}

#nav-menu li a:active
{
background:#778e1d;
height: 2.3em;
line-height: 2.5em;
float: left;
width: 13em;
display: block;
color: #f8981f;
font-weight: bold;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:960px;
clear:both;
} 

/* MENU ================================================  */

  ul          { list-style-type: circle; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
  }

  a:visited
  {
  }

  a:hover,
  a:focus
  {
  }

  a:active
  {
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
	align: left;
  }
  
  #h-img
  {
    border: 0;
	padding-top:2em;
	clear:both;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }
