/*
 * Practical Learning 2008 Conference print-only styles
 * Ian Phillip for IRISS
 * March 2007
 */

body {
	font: 1em/1.5 garamond,georgia,serif;
	color: black;
}
a, a:visited {
	color: black;
	text-decoration: none;
}
.printHide { display: none; }
#pagethru { display: none; }
#masthead h1 { 
	font: 1.2em/1.5 "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 1em 0;
}

#featurePic h2 {
	font: 1.1em/1.5 "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-style: italic;
	font-weight: normal;
	margin: 1em 0;
}
#content p {
	font-size: 0.8em;
	margin: 1em 0;
}
#content p.subPara {
	border-top: 2px solid silver;
	padding-top: 1em;
	margin-top: 1.5em;
}
#content ul {
	font-size: 0.8em;
}
#content h3,
#content h4,
#content h6 {
	font: 0.8em/1.5 "Trebuchet MS",Helvetica,Arial,sans-serif;
	font-weight: bold;
	margin: 1em 0;
}
#content .contact dl { font-size: 0.8em; }
#content .contact dl dt {
	font-style: italic;
	margin-bottom: 0;
}
#content .contact dl dd {
	font-size: 1em;
	margin: 0 0 1em 0;
	padding: 0;
}
#sidebar p.introToList {
	font-weight: bold;
	margin-bottom: 0;
}
#sidebar ul { margin: 0 0 1.5em 0; }
#content form, #navUpper, #navLower { display: none; }
#footer { font-size: 0.8em; }

/*
 * Google Maps styles (venue + accommodation)
 */
#mapWrap {
	width: 530px; /* 550 */
	height: 289px; /* 309 */
}
#map {
	width: 528px;
	height: 287px;
	border: 1px solid #444;
}

/*
 * This is the print stylesheet to hide the Flash headlines from the browser...
 * regular browser text headlines will now print as normal
 */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}