#header,
#sideColumn,
#footer ul,
.backToTop,
.pages,
.controls,
.accesskeys,
.topLeft,
.bottomRight {
	display : none;
}

#logo {
	float : left;
}

h1 {
	clear : both
}

	h1 .hide {
		position : static;
		left : auto;
	}

#footer {
	text-align : right;
	padding-top : 50px;
}

/*Control page breaks*/
/*Not well supported at the moment but should improve print rendering when support is more widespread*/
.video,
.block,
.box,
.featuredParagraph,
img {
	page-break-inside: avoid;
}

.featuredParagraph {

}

a.glossary .abbr {
	border : 0;
}

dl.nested.imageWithCaption {
	border-bottom : 1px solid #CECECE;
	padding-bottom : 0;
}

