/* 
	Stylesheet for www.nutracheck.co.uk - Recpes Print Style
	/root/style/recipes_print.css
	
	Updated : 14 July 2006
	Author  : Richard Adams
*/

/* This will print the URL of a link after the link */
/* Disabled for now */
/*a:link:after, 
a:visited:after {
	content: " (" attr(href) ") ";
}*/

/* Things to not show */
#BannerNav,
#BannerSubNav,
#copyright,
#InfoPrint,
#LeftContent,
#RightContent,
#menu,
#pane_left,
#pane_right,
#pageContent #pageTitle #print,
#timeChange,
#contentFooter,
#topContent,
#prepTime p.small,
.extra a,
.tabbar_functions,
a img,
.paginated,
h1,
img {
	display: none !important;
}

/* Override rules */
#pane_centre {
	position: relative !important;
	left: 0px !important;
	top: 0px !important;
	width: auto !important;
	height: auto !important;
}

/* Show all links as gray */
a:link, 
a:visited {
	color: gray !important;
}

/* Set proper margins and fonts for printing */
body {
	font-family: Verdana, sans-serif !important;
	font-size: 12pt !important;
}
