/*Name:Recipes styles */
/*	----------------------------------------------------------------------
	RECIPES LAYOUT
	One of the more complex layouts. This has a modification to the page 
	header, main column contains sub columns with some layouts for lists,
	secondary column has a list with images.
	---------------------------------------------------------------------- */
#pageTitle {
/*	height:12em !important;*/
	height:auto!important;
}
#recipes #pageTitle h1,
#recipesDetails #pageTitle h1 {
	color:#B76F58;
}
#recipesDetails #pageTitle h1 {
	/*font-size:2.8em;
	margin-bottom:0.25em;
	line-height:1em;*/
}
#recipesDetails #pageTitle p {
	font-size:1.6em;
}
#recipes #blurb,
#recipesDetails #blurb{
	font-size:1.2em;
	padding-bottom:0.8em;
	margin-bottom:0.8em;
	border-bottom:1px solid #cccccc;
}

#recipes #subSection #pageTitle{
    height:6em !important;
    background-color:#E7E7E7;
}
#recipes #subSection #pageTitle h1 {
    color:#666666;
}

/* RECIPE FRONTPAGE FEATURES */
#recipes .featured {
	padding:0 0 0 21em !important;
	width:21em !important;
	position:relative;
	height:10em;
	background-color:#efefef;
}
#recipes .featured div {
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	height:100%;
	width:19.5em;
}
#recipes .featured div img {
	width:19.5em;
}
#recipes .featured h2 {
	margin-top:0.4em;
	font-size:1.3em !important;
}
#recipes .featured h3 {
	font-size:1.8em !important;
	color:#95BD3E;
}
#recipes .featured h3 strong {
	font-weight:normal;
	font-size:1.4em;
}
/* INTRO ARTICLE */
#Maggie {
	width:39em !important;
	_width:37em; 
	padding:0;
}
img.recipeMain {
	margin-bottom:1em;
}
/* a descendent selector to target 
ingredients and summaries separately */
#recipesDetails #meta .summary dl,
#recipesDetails #meta .ingredients dl,
#recipes #meta .summary dl,
#recipes #meta .ingredients dl {
	float:left;
	clear:both;
	margin-bottom:0.6em;
}
#recipesDetails #meta .ingredients ul {
	list-style:none;
	list-style-position:outside;
	margin-left:0;
	margin-top:0.5em;
	font-size:0.9em;
}
#recipesDetails #meta .summary dd,
#recipes #meta .summary dd {
	font-size:1.2em;
	margin-bottom:0.6em;
	line-height:0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#recipesDetails #meta .ingredients dd,
#recipes #meta .ingredients dd {
	width: 5em;
}
#recipesDetails #meta .summary dt,
#recipes #meta .summary dt {
	float:left;
	width:10em;
	margin-bottom:0.4em;
}
#recipesDetails #meta .ingredients dt,
#recipes #meta .ingredients dt {
	float:left;
	margin-bottom:0.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#recipesDetails #meta li {
	margin-bottom:0.8em;
}
#recipes li a {
	border:0;
}

/* Blocks in the recipe display */

#recipesDetails #meta,
#recipesDetails #description {
	margin-top:1em;
}

