/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles at the end of this file instead 
of style.css so it is easier to update the theme. 
Simply copy an existing style from style.css to this file, 
and modify it to your liking.
*/

/* LOGO-HEADER */


#logo {
  height:293px;
}

#logo img {
  height:293px;
}


#header {
  padding-bottom:0px;
  padding-top:5px;
}

/* NAVIGATION */


.nav li {
    display: inline-block;
    float: none;
    width: auto;
}

.nav {
    text-align: center;
width:960px;
margin-left: 0px;
}


.nav a, .nav li.current_page_item, .nav li.current_page_parent, .nav li.current-menu-ancestor, .nav li.current-menu-item, .nav li.sfHover, .nav li.selected {
    border-radius: 0 0 0 0;
}


.nav a {
    color: #555555;
    display: block;
    line-height: 16px;
    padding: 12px 15px;
    position: relative;
    text-decoration: none;
    z-index: 100;
}

#navigation {
    margin-bottom: 22px;
    padding: 0px 0;
}



/* NAVIGATION - DROP-DOWN MENUS */

/* Changes the default background color of the drop down menus */

.nav li.current_page_item li a, .nav li.current-menu-item li a, .nav li.sfHover a { background:#C3D06C;  color:#000000;  font-size:16px; text-shadow:0 0px 0 #000;}


/* Changes the hover background, text and text shadow color  */

.nav li ul li a:hover, .nav li.sfHover ul li a.sf-with-ul:hover { background:#A4B43A; color:#000000; font-size:16px; text-shadow:0 0px 0 #000;}


/* Changes the default background color of a drop down menu with a child */
.nav li ul li, .nav li.sfHover ul li a.sf-with-ul { background: none repeat scroll 0 0 #C3D06C;}




/* WIDGET TEXT */

.widget { 
font-size:14px;
}

.widget ul li {
  padding-bottom:8px;
}

.widget ul {
  padding-left:2px;
}




/* ZIPLIST RECIPE BOX  */

#zlrecipe-container #zlrecipe-ingredients, #zlrecipe-container #zlrecipe-instructions { color: #677224; font-weight: bold; }

#zlrecipe-container #zlrecipe-title { color: #677224; font-weight: bold; font-size: 23px; padding-top: 10px; padding-bottom: 15px; }

#zlrecipe-container .instruction-image, #zlrecipe-container .ingredient-image { width: 400px; }

#zlrecipe-container .zl-recipe-link { float: right; padding-top: 10px; margin-left: 20px; }

#zlrecipe-container .zl-print-link { float: right; margin-left: 20px; }

#zlrecipe-container { padding: 25px; }

#zlrecipe-container #zlrecipe-innerdiv #zlrecipe-ingredients-list li { liststyle-type: disc; }

#zlrecipe-container { background-color: #F6F8EA; }

#zlrecipe-container { border-color: #A4B43A; }



/* PROGRAM INCLUDED ITEMS */

#programitems1 .progitems1 { background-color: #6EEF2D6; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; }