@charset "utf-8";
*{
  font-size: 22px;
}


.recipeMenu{

	display: none;

}



.menuContent .menuItem{

	display: none;

}

.recipeMenuContainer {
  display: none;
}

.recipeMenuImage{

	display: none;

}

.recipe h1
{
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
  color: #065415;	
}
.recipe h2
{
	font-size: 22px;
	line-height: 30px;	
	padding: 0 0 5px 0;
	font-style: italic;
	font-weight: bold;
}


.recipe h3
{
	line-height: 14px;	
	font-style: italic;	
}

.recipeTextLeft {
  width: 600px;
  float: inherit;
  padding: 0 18px 0 3px;
}

.recipeText  {
  width: 1000px;

}

.recipeTextRight {
  float:left;
  width: 600px;
  
} 

.recipeProducts {
  width: 800px;
}

a
{
	text-decoration: none;
	color: #065415;
}

img {
  border: 0px;
}
.clear {
  clear: both;
}
 

