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

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

/* This is for the ingredients list in the recipe: */
.recipeList {
  margin-top: 10px;
  padding-left: 15px;
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/yanoff_bullet_003366.gif');
}

/* This is for the main menu in the sidebar: */
.recipeMenuList {
  list-style-type: none;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}

/* This is for the main menu in the sidebar: */
.recipeMenuSubList {
  padding-left: 10px;
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/yanoff_bullet_003366.gif');
}

/* This defines the recipes sidebar on the side of the recipe pages: */
#recipeSidebar {
  margin-top: 28px;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 225px;
  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;
}


