/* CHEFS CSS */

#content {
	float:left; 
	width:794px; 
	padding:20px 70px 10px 90px;
}


/*PROFILES styles*/
#content-tertiary {
	float:left; 
	width:680px; 
	padding:20px 10px 10px 40px;
	font-size: 11px;
}

#title-tertiary
{
	float:left;
	width:680px;
	padding-bottom: 20px; 
}
/*IE 6 and IE7 specific styles*/
*html #title-tertiary{
	padding-bottom: 10px !important; 
}


/*for narrower text and landscape image*/
#col-1 {
	float:left; 
	width:370px; 
}
#col-2 {
	float:left; 
	width:370px;
	padding-left:50px;
}
#col-2 img
{
	border: 2px solid #ffffff;
}
/*for wider text and portrait image*/
#col-3 {
	float:left; 
	width:500px;
}
#col-4 {
	float:left; 
	width:177px;
	margin-left:40px;
}
#col-4 img
{
	border: 2px solid #ffffff;
}
/*for just text*/
#col-5 {
	float:left; 
	width:660px;
}

strong {
	font-weight:bold;
}
/*SEND TO A FRIEND AND SUBMIT YOUR OWN styles*/
ul#send-btns li.send, ul#send-btns li.submit{
	float:right;
	padding: 0 15px 15px 0;
}
ul#send-btns li.send a, ul#send-btns li.submit a{
	display:block;
	float:left;
	padding-left: 5px;
}

ul#send-btns li.send img, ul#send-btns li.submit img{
	float:left;
}
ul#send-btns{
	float:left;
	list-style:none;
	width:500px; 
	margin: 0;
}
h2{
	font-size: 14px;
	font-weight:bold;
	color:#354a14;
	margin:0;
	padding: 10px 0 0 0;
}
h3{
	font-size: 13px;
	font-weight:bold;
	color:#354a14;
	margin:0;
	padding: 0px 0 10px 0;
}
h4{
	font-size: 12px;
	font-weight:bold;
	color:#176877;
	margin:0;
	padding: 0;
}
.sign-off
{
	font-style:italic;
	color:#176877;
}
/*RECIPE STYLES*/
ul#tertiary-nav li.recipe{
	padding: 0 0 0 20px;
}

ul#tertiary-nav li.recipe-on{
	color: #509822;
	text-decoration:none; 
	padding: 0 0 0 20px;
}

ul.recipe-info{
	float:left;
	list-style:none;
	margin: 0;
	padding:0;
	width: 680px;
	margin: 10px 0 10px 0;
}
table.ingredients{
	float:left;
	width: 680px;
	margin: 10px 0 10px 0;
}

table.ingredients td{
	float:left;
	width: 150px;
}
table.ingredients td.item {
	float:left;
	width: 300px;
}

ol.method{
	float:left;
	width: 550px;
	margin: 0;
	padding:10px 120px 10px 20px;
}


