@import url('/css/global.css');

/* Primary Layout
--------------------------------------------------------------------------------------------------- */
#primary {
    float: left;
    width: 519px;
    background-color: #ffffff;

}
#secondary {
    width: 237px;
    float: right;
    padding:250px 0 0 7px;
    background-color: #ffffff;
}

/* ---------| Featured Recipes |--------- */
#featuredRecipes
{
    margin: 7px 0 0 0;
    padding: 15px 30px 0;
    background: url(../gfx/shading_tl.gif) no-repeat 0 0;
    background-color: transparent;
}
#featuredRecipes h2 {
    display: block;
    width: 180px;
    height: 22px;
    line-height: 22px;
    background: url(../gfx/h/featuredrecipes.gif) no-repeat 5px 0;
    text-indent: -9999px;
    background-color: transparent;
}
#featuredRecipes h3 {
    margin: 10px 0 5px 5px;
    font-size: 12px;
}
#featuredRecipes h4 {
    margin: 0 0 10px 5px;
    padding: 0 0 12px 0;
    font-size: 11px;
    background: url(../gfx/line_h_dotted.gif) repeat-x 0 100%;
    background-color: transparent;
}
#featuredRecipes .colB h4 {
    margin: 0 3px 10px 5px;
}
#featuredRecipes p {
    margin: 0 0 10px 5px;
    line-height: 1.2em;
}
#featuredRecipes .colB p {
    margin: 0 3px 10px 5px;
}
#featuredRecipes .colA {
    float: left;
    width: 46%;
}
#featuredRecipes .colB {
    float: right;
    width: 47%;
}
#featuredRecipes .frame {
    width: 214px;
    height: 175px;
    background: url(../gfx/picFrame.gif) no-repeat 0 0;
    background-color: transparent;
}
#featuredRecipes .frame img {
    margin: 5px 0 0 5px;
}

/* ---------| 50th Anniversary Promo |--------- */
#promo50th {
    height: 60px;
    width: 236px;
    background: url(../gfx/h/recipes_50th.jpg) no-repeat 0 0;
    background-color: transparent;
}
#promo50th a {
    display: block;
    text-indent: -9999px;
    height: 55px;
    line-height: 55px;
    width: 236px;
}

/* ---------| Recipe Search |--------- */
#recipeSearch {
    position: absolute;
    top: 89px;
    right: 8px;
    z-index: 10;
    height: 321px;
    width: 244px;
    background: url(../gfx/recipeofWeek.gif) no-repeat 0 0;
    background-color: transparent;
}
#recipeSearch form {
    padding: 0 21px 0 23px;
}
#recipeSearch h3 {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 244px;
}
#recipeSearch h3 strong {
    display: none;
}
#recipeSearch form label {
    font-size: 10px;
    display: block;
    width: 200px;
    color:#fff;
    margin: 3px 0 5px 0;
}
#recipeSearch form input.text {
    display: block;
    width: 195px;
}
#recipeSearch form input#searchRecipes {
    float: right;
    margin: 12px 5px 0 0;
}

/* ---------| Recipe of the Week |--------- */
#recipeSearch dl {
    position: absolute; 
    top:112px; left: 12px;
}
/*
#recipeSearch dl dt {
    display: block;
    width: 120px;
    height: 15px;
    text-indent: -9999px;
    background: url(../gfx/h/recipeoftheweek.gif) no-repeat 6px 0;
}*/
#recipe_of_the_month
{
    position:absolute;
    width:170px;
    height:20px;
    top:483px;
    left:295px;
    background: url(../gfx/h/recipeofthemonth.gif) no-repeat;
}
#gaylea_flash_game
{
    margin-top:15px;
}
#gaylea_play_game
{
    color:#D15900;
    font-size:12px;
}
#recipeSearch dl dd {
    padding: 0 0 0 6px;
    clear: left;
}
#recipeSearch dl dd.feature {
    padding: 21px 16px 0 6px;
    text-align: center;
    width:196px;
}
#recipeSearch dl dd.feature img {
    margin: 12px 0 0 11px;
}
#recipeSearch dl dd.feature p {
    white-space: nowrap;
}

/* ---------| Whats New |--------- */
#whatsNew h3 {
    display: block;
    width: 236px;
    text-indent: -9999px;
    height: 49px;
    line-height: 49px;
    background: url(../gfx/h/whatsnew_50th.gif) no-repeat 0 0;
}
#whatsNew .slug { 
    display: none; 
}

/* ---------| Foodservices |--------- */

/*
#foodservices {
    margin: 10px 0 0 0;
    background: url(../gfx/sidebarBox_top.gif) no-repeat 0 0;
}
#foodservices dl {
    padding: 10px;
    background: url(../gfx/sidebarBox_base.gif) no-repeat 0 100%;
}
#foodservices dl dt {
    display: block;
    height: 20px;
    line-height: 20px;
    width: 200px;
    background: url(../gfx/h/foodservices.gif) no-repeat 0 0;
    text-indent: -9999px;
}
#foodservices dl dd {
    margin: 0 0 5px 0;
    line-height: 1.2em;
}
*/
.tabs
{
    width: 761px;
    margin-top:7px;
    float:left;
    margin-left:-3px;
}
.tabs .foodservice, .tabs .ingredients, .tabs .contactus
{
    display:block;
    float:left;
    width:253px;
    height:90px;
}
.tabs .foodservice
{
    background-image:url('/images/tab_foodservice.png');
}
.tabs .ingredients
{
    background-image:url('/images/tab_ingredients.png');
}
.tabs .contactus
{
    background-image:url('/images/tab_contactus.png');
    margin-left:2px;
    width:251px;
}
.tabs .ingredients
{
    margin-left:2px;
}