/*
 * Stylesheet for pages under the veg section.
 */

a#vegLink {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #603;
}

/* This defines the sidebar on the side of the page: */
#sidebarVeg {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 230px;
  float: left;
  background-color: #fff;
  background-image: none;
  color: #000;
  padding: 1px 0px 10px 0px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 7px solid #000;
	text-align: left;
}

/* For all lists...: */
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: url('/images/yanoff_bullet_003366.gif');
  padding-left: 10px;
}

/* For all list elements... */
 li {
  font: 12px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	margin-left: 9px;
	padding: 0px;
  color: #000;
}


#plain ul {
  font: 22px Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	margin-left: 9px;
	padding: 0px;
  color: #000;
}

#plain li {
}

/* This is for the text within the sidebar: */
#sidebarVeg p {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
 	color: #000;
 	padding: 0px;
}
