/* CSS Document */
.recipepageheading {
	background-color: #DBA657;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #412D0E;
	margin-top: 35px;
	margin-bottom: 25px;
}
.recipe {
	margin-bottom: 10px;
}
.recipetitle, h2 .recipetitle {
	font-size: 20px;
	color: #62523E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #554933;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.recipeheading {
	font-size: 18px;
	color: #000000;
	margin-left: 10px;
	font-weight: bold;
	padding: 4px;
	width: 190px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #554933;
	margin-bottom: 25px;
}
.recipeheading img {
	float: left;
	margin-right: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 5px;
}	
.recipeheading a {
	text-decoration: none;
}
.recipeheading a:link, .recipeheading a:visited {
	color: #000000;
}
.recipeheading a:hover {
	color: #3A632C;
}	
.recipedescription {
	float: right;
	width: 250px;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.recipedescription td {
	padding: 4px;
}
.recipedescription table {
	border: 1px solid #000000;
	background-color: #F0ECE6;
	color: #4E443A;
	margin: 0px;
	padding: 0px;
}
.recipedescription td.heading {
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #251D10;
	color: #E1D3BB;
	background-color: #3A2C18;
	letter-spacing: 1px;
}
.recipeshowhidelink {
	font-size: 13px;
	margin-left: 10px;
	float: right;
	font-weight: bold;
	background-image: url(../images/recipes/postit_magnify_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 29px;
	padding-top: 3px;
	padding-bottom: 3px;
	height: 35px;
	margin-top: 4px;
	padding-right: 4px;
}
.recipeshowhidelink a {
	text-decoration: none;
}
.recipehidelink {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
	font-size: 15px;
}
#recipenavcurrent {
	font-weight: bold;
	color: #000000;
}

