/* HTML Elements
----------------------------------------------------------- */

body {
	background: #fff;
	text-align: left;
}

/* Print Header
----------------------------------------------------------- */

#print-header {
	display: block;
}


/* Tools (print/email/font down/font up)
----------------------------------------------------------- */

#tools {
	display:none;
}


/* Layout and Structure
----------------------------------------------------------- */

#footer {
	display:none;
}

#bar {
	display:none;
}


#strip {
	display:none;
}

#shadow {
	display:none;
}


/* Hacks and Workarounds :(
----------------------------------------------------------- */

/* Clearfix hack */
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}
* html .clearfix {height:1px;}
