/* General Print Styles */
html,body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
   color: #666666;
}
#header, #nav, #trollytipsbar, #footer, #sidebar-left, #sidebar-right {
   display: none;
}

/* Recipe Print Styles */
div.recipe-actions input, #respond, div.editLink, div.recipe-details  {
   display: none;
}
.recipe-press-image {
   float:left;
   padding:0 8px 8px 0;
   margin-right: 2em;
}
div.recipe-section-title {
   font-size: larger;
   font-weight: bold;
   margin-top: 30px;
}

/* Shopping List Print Styles */
#shopping-list {
   background-image: none;
   color: #000000;
}
#selected-meals {
   background-color: transparent;
   font-size: smaller;
}
#selected-meals img, img.remove, img.button {
   display:none;
}
#title1 {
   border-bottom: 3px dotted #666666;
   color: #000000;
}
#title2 {
   margin-top: 50px;
}

