/* Cube microsite print stylesheet, Andy Darley, 17 Feb 07 */

body {
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	background-color: transparent;
	background-image: none;
}


/* general text and stuff */

h1, h2, h3 {
	font-family: "Courier New", Courier, monospace;
}

p {
	font-size: 12pt;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

a, a:VISITED {
	text-decoration: none;
	color: #000;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0.5cm 0.5cm;
}

#media #contentarea li {
	list-style-type: square;	
	margin-bottom: 0.5cm;
}

/* all the different wrappers */

#wrapper {
	width: 100%;
	height: auto;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: none;
}

/* main nav links across bottom */

#nav {
	display: none;
}

/* scrollable content area */

#contentarea {
	width: auto;
	background-color: transparent;
}

/* footer, poking out the bottom of the wrapper */

#creditsf, #credits {
	display: none;
}

/* subnav for the story pages */

#subnav {
	display: none;
}

#printfooter {
	display: inline;
	width: 100%;
	border: 2pt solid #000;
	text-align: center;
	padding: 0.5cm;
	margin-top: 2cm;
}

/* 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;
}
