@charset "UTF-8";

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearLeft {
	clear:left;
}


body	{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			11px;
	background-color:	#ffffff;
	background-image:	none;
}

a:link, a:visited	{
	color:				#000;
	text-decoration:	none;
}

a:hover				{
	text-decoration:	underline;
	color:				#000;
}

a:img	{
	border:				none 0px;
}

a img	{
	border:				none 0px;
	margin-left: 30px;
}

.outerWrapper	{
	margin:				0 auto;
	width:				885px;
	background-color:	#fff;
	position:			relative;
	
	border-color:		#fff;
	border-width:		0 0px;
	border-style:		none solid;
}
.theHeader	{
	position:absolute;
	top:0px;
	border-bottom:		none;
	
}
.noprint{
	display:					none;
	visibility:					hidden;
}



.topNav	{
	display:					none;
	visibility:					hidden;
}
.recipeHolder	{
	margin:				130px 30px 70px 40px;
	clear:				both;
	float:left;
}
.recipeHolder h3	{
	display:			block;
	border-bottom:		1px solid #000;
	margin:				0 0 15px 0;
	padding:			10px 10px 10px 10px;
}

.recipeImage	{
	background-image:	NONE;
	
}

.recipeImage img	{
	margin:				5px 0 0 5px;
}

.recipeWrapper	{
	width:				601px;
	height:				NONE;
	background-image:	NONE;
	background-repeat:	no-repeat;
	position:			absolute;
	top:				180px;
	left:				205px;
	
}

.theRecipe	{
	width:				NONE;
	height:				NONE;
	overflow:visible;
	
}

.recipeComponents	{
	border-bottom:		1px dotted #d5d6d7;
	margin:				15px 30px;
	pading:				5px 0;
	color:				#58595b;
}
.last	{
	border-bottom:		0px none;
}

.recipeComponents .icons	{
	float:				left;
}

.recipeComponents ul	{
	list-style:			none;
	padding:			0px 0 20px 0;
/*	margin:				0 0 0 70px;*/
	font-size:			10px;
}

.recipeComponents li	{
	padding:			0px 0;
	margin:				0;
}

.subTitles	{
	color:				#c59756;
	font-size:			15px;
	font-weight:		bold;
	font-style:			italic;
}

.printButton	{
	display:					none;
	visibility:					hidden;
}

.theFooter	{
	border-top:			0px dotted #e3e4e5;
	position:absolute;
	left:300px;
	top:20px;
}

div.recipe-row {
	float:left;
	padding: 0 0 20px 20px;
	width:450px;
}

div.recipe-row p {
	margin-top:0px;
}

#sidebar .marker {
	cursor:pointer;
	border-bottom:1px solid #666;
	padding: 5px;
	margin:5px;
}

#sidebar .marker:last-child {
	border:none;
}

#sidebar-meta {
	background:#999999;
	border-bottom:1px solid #333;
	padding:10px;
	font-size:16px;
}
