#recipe-collection {
	padding: 10px;
	font-family: georgia;
}
#recipe-collection h2.title,
#recipe-collection h1.title  {
	font-size: 36px;
	font-weight: normal;
/*	background: transparent url(/images/dotted-border.gif) repeat-x left bottom; */
/*	padding: 0 0 15px 0; */
	padding: 0;
	margin: 9px 0 15px 0;
	text-align: left;
}

#recipe-collection h2.BBQtitle,
#recipe-collection h1.BBQtitle {
	/*background: transparent url(/images/bbq-header.png) 0 0 no-repeat;*/
	background: transparent url(/images/bbq-evergreen-header.bmp) 0 0 no-repeat;
	font-size: 36px;
	font-weight: normal;
  height: 100px;
  line-height: 198px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	text-indent: -9999px;
}
#recipe-collection .collection-dek {
	line-height: 1.5em;
	font-size: 12px;
}
#recipe-collection .recipe-row {
	clear: both;
	background: transparent url(/images/dotted-border.gif) repeat-x left top;
	padding: 15px 0;
	width: 100%;
}
#recipe-collection .recipe-row.first {
	background: none;
}
#recipe-collection .recipe-row {
	display: inline-block;
}
#recipe-collection .recipe-row:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
}
#recipe-collection .recipe {
	float: left;
	margin-left: 40px;
	width: 125px;
	line-height: 1.5em;
   }
   #recipe-collection  .recipe.first {
   	margin-left: 0;
   }
   #recipe-collection .recipe img {
   	width: 125px
      }
   #recipe-collection .recipe .title {
   	font-size: 16px;
   	padding-top:5px;
      }
      #recipe-collection .recipe .title a {
         line-height:1.2em;
      	text-decoration: none
      }
      #recipe-collection .recipe .title a:hover {
      	text-decoration: underline
      }
   #recipe-collection .recipe .review-num {
	  color: #8e8f8f;
   	font-size: 12px;
	  font-style: italic;
   }
   #recipe-collection .recipe .source {
   	font-size: 10px;
   	font-style: italic;
   }
   #recipe-collection .recipe .source a {
   	font-style: normal;
	font-weight: bold;
   }
   
	.recipe-image {
		display: block;
		width: 125px;
	}

	.recipe-image-bak {
		background: #d1d1d1;
		display: block;
		width: 125px;
	}

