/* Improve type */

body {
	font-size:12pt;
	line-height:20pt;
}

/* Simplify header and supplementary sections */
#header,
.supplementary {
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
#header #logo {
	margin-top:0;
	float:none;
}

/* Hide furniture and interaction */
#contact,
#nav,
#footer .parts,
#footer .contentinfo ul,
a.cycler {
	display: none;
}
.hasJS #polaroid {
	position:relative;
	overflow:visible;
	width:auto;
}
.hasJS #polaroid ul {
	width:auto;
	min-width:inherit;
	max-width:inherit;
	position:static;
}
.hasJS #polaroid li {
	float:none;
}

/* Link colours */
a:link,
a:visited,
a:hover,
a:focus,
a:active {
	color:#17A;
}