/* CSS Document */
h1{
	margin:0px 0px 10px 5px;
}
p{
	margin-left:5px;
	padding-right: 50px;
}
p.prevArt, p.moreArt{
	margin-top:10px;
}
h3 a{
	font-size: 1.2em;
	color: #ee9900;
	margin-left:5px;
}
.lineBot{
	background:url(../../design/images/dottedBG.gif) repeat-x;
	display:block;
	width:100%;
	height:1px;
	margin:10px 0px;
}
td.topmenu{
	position:absolute;
	top:136px;
	color:#ffffff;
}
td.topmenu a, td.topmenu span{
	font: .7em Arial, Helvetica, sans-serif;
	color:#fff;
}
#article img{
	float:left;
	margin:10px 10px 0px 0px;
}
#joinTodayInt p{
	width:360px;
	margin:0px;
	padding:0px;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
 
html[xmlns] .clear {
	display: block;
}
 
* html .clear {
	height: 1%;
}

/*Recipes Pages*/
.recipeGuides { float: none; display: block; margin: 5px 0 10px 0; }
.recipeGuides li { float: left; border-right: 1px solid #ccc; padding: 15px 10px 10px 30px; list-style: none; margin-left: 0; }
.recipeGuides li:last-child { border: 0; }
.recipeGuides .prep { background: url(/media/images/icons/recipe-sprite.png) no-repeat 5px 10px; font-size: 12px; }
.recipeGuides .yeild { background: url(/media/images/icons/recipe-sprite.png) no-repeat 10px -26px; font-size: 12px; }

.teaser { width: 570px;border: 1px solid #ccc; border-width: 1px 0; font-size: 14px; padding: 20px 0 20px 50px; display:block; float: none; clear: both; margin: 0 0 20px 0; }
.teaser.speech { background: url(/media/images/icons/speech-m.png) no-repeat left 8px transparent; }

#ingredients { background: #f5f5f5; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }
#ingredients h2 { color: #333; padding: 10px 0 0 10px; }
#ingredients ul { list-style: none; margin-left: 0; }
#ingredients li { list-style:none; padding: 2px 10px; float:none; font-size: 12px; margin-left: 0; }

#gda { background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; margin: 10px 5px; clear:both; font-size: .9em; }
#gda ul { display: block; clear:both; width: 100%; margin: 5px 0; margin-left: 5px; }
#gda li { width: 35px; height: 55px; float: left; margin-right: 1px; margin-left: 0; padding: 5px 0 0 0; }
#gda p { padding: 0 0 0 5px; font-size: 11px; display: block; margin-bottom: 0; clear:both }
#gda .calories { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -79px; }
#gda .sugar { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -145px; }
#gda .fat { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -211px; }
#gda .saturates { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -274px; }
#gda .salt { background: url(/media/images/icons/recipe-sprite.png) no-repeat 0 -335px; }
#gda span { font-size: .7em; display: block; text-align:center; }
#gda .value { font-size: 1em; font-weight: bold; padding: 2px 0 5px 0; }

#method h2 { padding-top: 0; padding-left: 10px; margin-top: 10px; }
#method p { padding-left: 10px; margin-bottom: 10px; }

.grid_12.recipeGuides { width: 620px; }
#ingredients.grid_4 { width: 220px; float: left; }
#method.grid_8 { width: 380px; float: left; }
