/*---------------------------------------------------------------------------
/*	Recipe Print Page
/*---------------------------------------------------------------------------*/					
#recipe.print {
	background: none;
	font-size: 12px;
	padding: 0 !important;
	width: 90% !important;
	}
	
fieldset.actions {
	display: none !important;
	}

#recipe.print div.ingredients h4, #recipe.print div.how h4, #recipe.print div.how, #recipe.print div.notes, #recipe.print div.ingredients ul li, #recipe.print ul.details li {
	color: #111;
	}
	
#recipe.print div.ingredients h4 hr, #recipe.print div.how h4 hr{	
	border-bottom: 1px solid #888;
	}

	
/*---------------------------------------------------------------------------
/*	Planner
/*---------------------------------------------------------------------------*/					
div.options {
	display: none;
	}
	
body#planner_print {
	padding: 0 !important;
	}

#planner_print ul li div.ingredients ul {
	color: #333;
	}
	
#planner_print h5, #planner_print h4, #planner_print ul li div.how {
	color: #111;
	}
	
	#planner_print h5 em {
		color: #444;
		}

#planner_print h5, #planner_print h4 hr {	
	border-bottom: 1px solid #888;
	}		

	
/*---------------------------------------------------------------------------
/*	Shopping List
/*---------------------------------------------------------------------------*/						
body#shoplist {
	width: auto;
	}
	
#shoplist ul.recipes li a {
	background: none;
	padding-left: 0;
	}

#shoplist ul.list {
	margin-left: 20px;
	}
	
#shoplist li.shop_item {
	color: #111;
	list-style: circle;
	width: auto;
	}
	
	#shoplist li.shop_item.stub {
		list-style: none;
		}
		
	#shoplist li.shop_item span.text {
		margin-left: 0;
		}

#shoplist li.heading {
	margin-left: -20px;
	}
		
body#shoplist.print {
	width: 100% !important;
	}
	
body#shoplist.print h1 {
	background: none !important;
	}