/******** Recipe ************/
.recipe1, .recipe2{ /* entire area */
	font-family: Trebuchet MS,Trebuchet,Verdana,Sans-Serif;
	padding-left: 15px;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: transparent;
	border: 1px solid #333;
	border-top: 0px;
	border-left: 0px;
	color:#cb362e;
}
.imageArea{
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom:1px solid #000;
}
.recipeTitle{
	color:#cb362e;
	text-decoration: none;
	font-size: 16pt;
	font-weight: bold;}
.recipeTitle:hover{color:#b83029;}

.ingrTitle{font-style: italic; font-weight: bold;}

.directions{
	padding:10px;
	color:#FFF;
	background-color:#36302A;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom:1px solid #333;	
}
.directions p {color:#FFF;}
.directions a,.directions a:visited{color:#FFF;}

.price{color:#F00;font-weight: bold; font-size: 20pt;}
.deliSize{font-size:10pt;}

.deliMessage{
	font-weight: bold;
	font-style: italic;
}
.serves{color:#333;}
/******** Recipe SEARCH AREA ************/
#RecipeSearch{width:200px;background-color: #f5f5f5; text-align:left;border:1px solid #333;padding:5px;}
#RecipeSearch .recipeSearchTitle{
	color:#003F76;
	font-size: 20pt;
}
#RecipeSearch select {width:190px;}
#RecipeSearch option {color:#003F76;}
#RecipeSearch a {margin:auto;margin-bottom:7px;}
#keyword{color:#003F76; font-size:14pt;}
#RecipeSearch select, #keyword {margin-bottom:7px;}
#NoRecipeResults{
	margin:auto;width:400px;padding:10px;text-align:center; color:#000;
	background-color: yellow;
	border:1px solid red;
}


