/*BEGIN - STYLES OVERRIDING THE BASE STYLES*/


#mainColumnContentArea1{
background:url(/static/recipes/img/MCCA1_bg-lamb_lovers-2012.jpg) no-repeat top center;
}

#mainColumnContentArea1 p{
margin: 0px 0px 5px 0px;
font: 14px/22px Georgia, "Times New Roman", Times, serif;
color:#404040;
}

#subordinateColumn{
margin:250px 0px 0px 0px;/*gets adjusted to accomodate nav div & headlinePromoArea*/
}
/*END - STYLES OVERRIDING THE BASE STYLES*/

/*BEGIN - Chef Info styles*/
#chefPhotoArea{
width:90px;
height: 150px;
float:left;
}

#chefPhotoArea img{
margin: 10px 0px 0px 0px;
/*provides frame for chef photo*/
padding: 1px 5px 5px 1px;
background-image:url(/static/portfolio/img/chefPhoto_bg.gif);
}
/*END - Chef Info styles*/

/*BEGIN - FoodWords styles*/
.subordinateColumnContent dl{
font: 10px/150% Verdana, Arial, Helvetica, sans-serif;
color:#404040;
}

.subordinateColumnContent dt{
margin:0px;
padding:0px;
font: bold 14px Georgia, "Times New Roman", Times, serif;
color:#817362;
}

.subordinateColumnContent dd{
margin:0px;
padding:0px;
}
/*END - FoodWords styles*/

#mainColumnContentArea1 ul{
margin:0px 0px 10px 10px;
padding:0px 0px 0px 0px;
}

#mainColumnContentArea1 ul li{
margin:0px 0px 5px 00px;
padding:0px 0px 0px 0px;
list-style:none;
font: 14px/22px Georgia, "Times New Roman", Times, serif;
color:#404040;
}


#mainColumnContentArea1 ol{
margin:0px 0px 10px 10px;
padding:0px 0px 0px 0px;
}

#mainColumnContentArea1 ol li{
margin:0px 0px 5px 20px;
padding:0px 0px 0px 0px;
list-style:decimal;
font: 14px/22px Georgia, "Times New Roman", Times, serif;
color:#404040;
}

#mainColumnContentArea1 .recipeSectionTitle {
margin-top:20px;
margin-bottom:5px;
font-weight:bold;
}

#browseRecipes{
margin-top:15px;
padding: 5px 5px 5px 0px;
background:#ffffff;
}

#browseRecipes form{
margin:0px;
padding:0px;
}

#browseRecipes label{
font: bold 10px Georgia, "Times New Roman", Times, serif;
vertical-align:baseline;
text-transform:uppercase;
color:#999999;
}

#browseRecipes select{
width: 350px;
margin: 4px 0px 0px 0px;
padding: 2px;
border: 1px solid #CCCCCC;
font: normal 13px Georgia, "Times New Roman", Times, serif;
color: #7e7b6a;
text-transform:none;
display:inline;
vertical-align:baseline;
}

#browseRecipes option{
margin: 3px 0px 3px 0px;
}
