/* ------------ Recipes Pages --------------- */

#recipes_leftcol {
	float: left;
	width: 160px;
	margin-right: 30px;
	}
	
#recipes_leftcol ul {
	list-style-type: none;
}	

#rod {
	float: left;
	margin: 0;
	width: 680px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #66D9FF;				
}
	
.recipe_ingredients_content {
	width: 650px;
}

.recipe_directions_content {
	width: 650px;
}


.rod_recipe_contents {
	width: 500px;
	background: #fff;
	padding: 5px;
	float: left;
	display: block;
}


.recipe_name_class {
	width: 500px;
	display: block;
	font: bold 110% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #cb2417;
	text-transform: uppercase;
	}

.recipe_description_class {
	font-size: 12px;
	width: 500px;
	display: block;
}

.rod_recipe_contents_lower ol { 	/* ------  for ie6 ------ */ 
	font-family: 'lucida grande', verdana, tahoma, arial, sans-serif;
	text-transform: none;
	color: #000000;
	font-weight: normal;
	}

.rod_recipe_contents_lower {
	width: 670px;
	background: #fff;
	padding: 5px;
	float: left;
}

.rod_recipe_rate {
	float: right;
	width: 130px;
	height: 100px;
	text-align: center;
	padding: 15px 2px 2px 2px;
	background: #fff;
	clear: right;
}

#rod h4{
	font: bold 110% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #cb2417;
	text-transform: uppercase;
	margin: 0px;
	}
	

.rod_recipe_contents_photo {
	width: 129px;
	height: 100px;
	float: right;
	margin-right: 0px;
	padding: 10px 10px 0px 0px;
	
	}

.rod_recipe_contents_photo img {
	width: 100%;
}




.recipe_contents {
	width: 418px;
	background: #ffffff;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
}

.recipe_contents h1 {
	margin-bottom: 10px; 
	color: #cb2417;
	text-transform: uppercase;
}

.recipe_rate {
	float: right;
	width: 130px;
	height: 100px;
	text-align: center;
	padding: 2px;
	padding-top: 15px;
	background: #ffffff url(/oldlutheran/images/review_shade.png) no-repeat;
}

.recipe_wrap {
	padding: 5px;
	display: block;
	background: #ffffff;
}

.recipe_categories {
	padding: 5px;
	border: 1px solid #99e6ff;
	background: #e5f9ff;
	width: 890px;
	height: 160px;
	display: block;
}


.servings_prep {
	font-size: 70%;
	padding: 4px;
	border: 1px solid #CCFF33;
	background: #F2FFCC;
	width: 300px;
}



.glider_recipes {
	height: auto;
	width: 668px;
	border: 1px solid #33CCFF;
	background: #FFFFFF;	
	padding: 7px 5px 5px 5px;
	margin-bottom: 5px;

}

.glider_recipes:hover {
	border: 1px solid #007399;
	background-color: #F0FBFF;
	}
	
.glider_recipes h4 {
	font: 90% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #cb2417;
	text-transform: uppercase;
	margin: 0px;
	}
	
.glider_recipes h2 {
	font: bold 130% 'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #007399;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-transform: uppercase;
}


	
.recipes_search {
	height: auto;
	width: 700px;
	border: 1px dotted #cccccc;
	background: #F0FBFF;
	padding: 7px 5px 5px 5px;
	margin-bottom: 5px;
}

.recipes_search:hover {
	background-color: #CCF2FF;
}
		
  

