/* 
	recipe blog posts
	
	These are all the specific styles that you can
	use to customize the look and feel of the recipe blog posts
*/

.Recipe
{
	border:double 4px #993300; 
	background-color:#C0C892; 
	padding:5px 10px 10px 10px;
	font-family:Cambria;
}

.RecipeTitle 
{
	text-decoration:underline;
	font-size:1.3em; 
}

.RecipeSummary 
{
	line-height:22px;
	color:#000;
	font-family:Calibri;
	font-size:1.2em;
	font-style:italic;	
}

.RecipeTable
{
	width:100%;	
	font-family:Calibri; 
	color:#365f91; 
	font-size:1.0em; 
	line-height:16px;
}


.RecipeTable td
{
	padding:5px 5px 0 5px;
	color:#5A6C7A;
	font-weight:bold; 
}

.RecipeIngredients ul
{
	list-style-type:none;
	list-style-position:inside;
	/*list-style-image: url(http://www.cookingthymes.com/images/fork.png); 	*/
	line-height:28px;
	margin-left:5px;	
}

.RecipeDirections
{
		
}



