/*
***************************************************************
SCHOOL FOOD TRUST ** HIGH SCHOOL MUSICAL 3
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Description:	Print stylesheet
Filename:	print.css

*/

body {
	background: white;
	color: black;
	text-align: left;
	font-size: 9pt !important;
	line-height: 115%;
	margin:0;
	padding:0;
	font-family: Helvetica, Arial, sans-serif;
	width: 95%;
}

img { border:none;}
p { }




ul#wallpapers { margin:0 ; padding:0;}
ul#wallpapers li { float:left; margin-left:30pt; list-style-type:none;}

/* Things To Hide on the printed page eg. navigation menu
----------------------------------------------------------------------------- */
#group-image,  
#competition,
#exclusive-sticker,
#nav,
#jcarousel-container,
#other-recipes,
a.journal-sticker,
#latest-journal-sticker,
ul#profile-carousel,
#exclusive #video,
#exclusive #journal,
#exclusive #recipes,
#exclusive #wallpaper,
#exclusive #games,
#pagination,
#journal-nav,
div.other-entries
{ display: none; }

/*a#sft_logo { background:#fff url(../img/sft_logo_print.gif) 0 0 no-repeat; width:162px; height:60px; }
a#hsm_logo { background:#fff url(../img/hsm_logo_print.gif) 0 0 no-repeat; width:204px; height:153px; }*/

/*===========================================
   =TYPE
============================================= */
h1, h2, h3, h4, h5, h6	{
	font-weight:bold;
	margin:1em 0 0;
	letter-spacing:1pt;
	line-height: 1.2em;
	clear:both;
}
h1 { font-size: 11pt; }

h2 { font-size: 10pt; }

h3 { font-size: 9pt; }

/* Links
----------------------------------------------- */
a { color:black; text-decoration:none;}

a img {border-width:0;}

/* Display link urls */
#content-primary a:link:after, 
#content-primary a:visited:after {
   content: " (" attr(href) ") ";
}