/*---------------------------------------------------------------
-----------------------------------------------------------------
  
  recipes.css
  * Version: 	4.0 (2009/12/28)
  * Author: 	Dean Bourque | http://www.sparkable.com/

/*---------------------------------------------------------------
---------------------------------------------------------------*/
/*---------------------------------------------------------------
  Home Page
---------------------------------------------------------------*/

  #homeRecipeContainer {
    float: left;
    display: block; 
	width: 610px; 
	background: #f0e2c8;
	color: #c66927;
	padding-bottom: 1px;
	overflow: hidden;
	margin: 0 auto;
  }
  
    #homeRecipeContainer a { color: #b95431; font-weight: bold; text-decoration: underline; }
	#homeRecipeContainer a:hover { color: #c66927; }	
	
  #homeRecipeBar {
	display: block;
	width: 610px; height: 26px;
	background: #d98a2e url('../../img/recipe/greatRecipesHeading.gif') 0px 0px no-repeat;
	border-bottom: 1px solid #f0e2c8;
	overflow: hidden;
	line-height: 1; 
	text-align: right;
  }
  
  #homeRecipeLeft {
    float: left; 
    display: block; 
	width: 282px; 
	padding: 14px;
	overflow: hidden;
  }
  
	#homeRecipeLeft input { width: 230px; padding: 4px 3px; font-size: 14px; }
	#homeRecipeLeft .goBut input { width: 37px; }
	
  #homeRecipeRight {
    float: left; 
    display: block; 
	width: 299px;
	padding-left: 1px;
	overflow: hidden;
  }
	
    #homeRecipeRight img { float: left; clear: both; }

  
/*---------------------------------------------------------------
  Recipe Section
---------------------------------------------------------------*/

  .backToRecipes { clear: right; padding: 14px; background: #fff; }
  .servingSizeInput { margin-left: 5px; width: 40px; text-align: center; }

#recipeLeft { 
  float: left; clear: left;
  display: block; width: 163px;
  padding-right: 30px;
}

#recipeLeftDetail { 
  float: left; clear: left;
  display: block; width: 305px;
}

	.recipeThumbImg {
	  display: block; 
	  width: 163px;
	  background: url('../../img/recipe/recipeThumbImg.gif') 0 0 no-repeat;
	}

	.recipeThumbImg span {
	  display: block; width: 139px; overflow: hidden; padding: 12px 12px 0 12px; 
	}

	.recipeThumbImgBot {
	  display: block; 
	  width: 163px; height: 12px;
	  background: url('../../img/recipe/recipeThumbImgBot.gif') 0 bottom no-repeat;
	}

	.recipeImg {
	  display: block; 
	  width: 295px;
	  background: url('../../img/recipe/recipeImg.gif') 0 0 no-repeat;
	}

	.recipeImg span {
	  display: block; width: 267px; overflow: hidden; padding: 14px 14px 0 14px; 
	}

	.recipeImgBot {
	  display: block; 
	  width: 295px; height: 14px;
	  background: url('../../img/recipe/recipeImgBot.gif') 0 bottom no-repeat;
	}	
	
	.recipeSMM { 	padding-left: 8px; padding-top: 8px; }
	a#email { 		padding-right: 15px; cursor: pointer; float: left; display: block; height: 16px; overflow: hidden; text-indent: -999em; background: url('../../img/all/email.gif') 0 0 no-repeat; width: 83px; text-align: left; }
	a#print { 			padding-right: 15px; cursor: pointer; float: left; display: block; height: 16px; overflow: hidden; text-indent: -999em; background: url('../../img/all/print.gif') 0 0 no-repeat; width: 83px; text-align: left; }
	a#facebook { 	cursor: pointer; display: block; height: 21px; overflow: hidden; text-indent: -999em; background: url('../../img/all/facebook.gif') 0 0 no-repeat; width: 83px; text-align: left; }
	
	.featuredCheeseBox {
	  display: block;
	  width: 255px;
	  background: #f7e0cf;
	  margin-left: 5px;
	  padding: 14px;
	}


/*---------------------------------------------------------------
---------------------------------------------------------------*/

#recipeRight { 
  float: left; 
  display: block; width: 429px;
  padding-top: 20px;
}

#recipeRightDetail { 
  float: left; 
  display: block; width: 317px;
  padding-top: 20px;
}

  a.recipeHeading { 
    font-size: 125%;
	font-weight: bold;  
  }
