h1.chefs{
width:164px;
height:23px;
display:block;
text-indent:-9000px;
padding:0 0 15px 0;
background:url(../images/chefs_corner_hd.gif) no-repeat;
}

#content {
	background-image: none;
	background-color: white;
}

#leftnav {
	float: left;
	width: 160px;
	margin: 0 10px 0 0;
	padding: 0;
}

#leftnav a:link, #leftnav a:visited {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	padding: 3px 4px;
	text-decoration: none;
	color: #02952d;
	font-weight: bold;
}

#leftnav a:hover, #leftnav a.current:link, #leftnav a.current:visited {
	background-color: #c0e3cb;
}

.content_left{
	width:380px;
	margin-right: 10px;
}

.content_right{
width:140px;
}

h2 {
	color: #d9720d;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

p.title {
	color: #d9720d;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h3 {
	color: #666;
	background-color: #fff2d8;
	margin: 20px 0 10px 0;
	padding: 6px 5px;
	width: 380px;
	border-bottom: 1px solid #fc9b00;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11pt;
}

a.recipe:link, a.recipe:visited {
	display: block;
	color: #fc9b00;
	background-image: url(../images/recipe_a.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 5px 0 5px 12px;
	font-weight: bold;
	text-decoration: none;
}

p {
	margin: 5px 0 10px 0;
	padding: 0;
}
.b {
	font-weight: bold;
}

#blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2000px;
	background-color: white;
	text-align: center;
	display: none;
	z-index: 96;
}

/** Styles for recipe lightbox ***/

#recipewrap {
	position: absolute;
	text-align: center;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	z-index: 97;
}

#recipediv {
	position: relative;
	margin: 0 auto;
	width: 580px;
	padding: 10px 10px 10px 20px;
	border: 6px solid #fc9b00;
	z-index: 98;
	background-color: white;
	text-align: left;
}

#recipediv img {
	position: absolute;
	top: 100px;
	right: 10px;	
}

#recipediv p img {
	position: relative;
	top: auto;
	right: auto;
}

#recipediv h1, #recipediv h2 {
	color: #d9720d;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#recipediv h2 {
	color: #02952d;
	font-size: 12pt;
}

#recipediv h3 {
	color: #444;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
}

#recipediv p.ing {
	border-top: 1px solid #ffdc9c;
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	color: #444;
	font-weight: bold;
	font-size: 10pt;
}

#recipediv p.subrecipe {
	border-top: none;
}
#recipediv h1.subrecipe {
	border-top: 1px solid #ffdc9c;
	margin-top: 15px;
	padding-top: 15px;
	width: auto;
}

#recipediv h3.subrecipe {
	width: auto;
}

div.inglist p {
	clear: both;
	float: none;
	margin: 5px 0 3px 10px;
}

div.inglist p span {
	display: block;
	float: left;
	width: 65px;
	color: #444;
}

#recipediv ol.method li {
	margin: 3px 0 10px 30px;
	padding-left: 30px;
	color: #444;
}

#recipediv p.yield {
	padding: 0;
	margin: 3px 0 3px 40px;
	color: #444;
}

#recipewrap div.close {
	position: relative;
	margin: 15px auto 0 auto;
	width: 622px;
	z-index: 99;
	background-color: transparent;
	text-align: right !important;
	padding: 0;
}

#recipewrap div.close a:link, #recipewrap div.close a:visited {
	display: block;
	margin: 0 0 0 auto;
	padding: 5px 10px 0 10px;
	font-size: 11pt;
	color: white;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background-color: #fc9b00;
	width: 55px;
	background-image: url(../images/close_icon.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#recipediv p.loading {
	color: #fc9b00;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
	margin: 80px 0;
	line-height: 2em;
}

#recipediv #print:link, #recipediv #print:visited {
	display: block;
	width: 75px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #888;
	text-decoration: none;
	text-align: right;
	margin: 0;
	padding: 0 0 10px 0;
}

#recipediv #print img {
	position: relative;
	top: auto;
	right: auto;
	border: none;
	margin: 5px 0 -5px 0;
}
