*{
	color: black !important;
}
body{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;	
	background: none;
	line-height: 140%;
}


#print-logo{
	display: block;
}

a,
a:visited,
a:hover{
	text-decoration: none;
	}

img,
a img{
	border: 0px solid #fff!important;
	}


#header,
#menu,
#visual,
#breadcrumbs,
.tabs,
#actions,
.visual-mask,
#recipe-calendar,
.totop,
.rating-box,
.cufon canvas,
.calendar-popup,
.calendar-bg,
.calendar-mask,
.demo-container a,
.demo-container a:visited,
.demo-container a:hover,
.calendar .wrapper .next,
.calendar .wrapper .prev,
#choose-cat,
.box ul img,
.box ul .img,
.zoom img,
.back,
#poll,
#recipe-show .col-info,
#product-show .col-info,
#sitemap-wrapper{
	display: none!important;
	}
	
#container-wrapper,
#container,
.demo-container,
.tip-container,
.wrapper-top,
#sitemap-wrapper,
#footer{
	background: none!important;
	}
	
#content{
	float: none;
	padding: 0px;
	margin: 0px;
	width: 800px;
	}
	
	
/* new styles for print.css */


/* bodytext */

	
h1{
	margin-bottom: 30px;
	color: #666!important;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	font-size: 1.6em;
	line-height: 130%;
	}
	
	h1 cufontext{
		color: #777!important;
		}
	
h2{
	margin: 25px 0px;
	color: #888!important;
	font-size: 1.3em;
	}
	
	h2 cufontext{
		color: #666!important;
		}
	
h3{
	margin: 20px 0px;
	color: #666;
	font-size: 1.2em;
	}

h4{
	margin: 0px 0px;
	font-size: 1.05em;
	}
	

h5{
	margin: 5px 0px;
	font-size: 1em;
	}

h6{
	margin: 0px;
	color: #999;
	}


/* img containers */

.media-container,
.product .img-container{
	float: right;
	margin: 0px 15px 15px 0px;
	}
	

/* img containers */

.recipe .bodytext .text{
	line-height: 200%;
	font-size: 1.1em;
	color: #666;
	}



/* footer container */

#footer{
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px dotted #999;
	text-align: left;
	line-height: 150%;
	}
	
	#footer a,
	#footer a:visited,
	#footer a:hover{
		color: #888!important;
		}
	
	#footer ul{
		list-style: none;
		margin: 0px;
		padding: 0px;
		}

	#footer ul li{
		float: left;
		padding: 0px 5px;
		border-right: 1px solid #666;
		color: #888!important;
		font-size: 0.95em;
		}

	#footer ul li.last{
		border-right: 0px solid #666;
		}
	
