/* ------------------------------------------------------------------------
	Print stylez
------------------------------------------------------------------------- */

	html,body {
		color: #000;
		font: 14px/1.4 "Times New Roman", Serif;
	}
	
	a:link,a:visited { color: #000; text-decoration: none; }
	
	h1 {
		border-bottom: 1px #000 solid;
		float: left;
		font-size: 30px;
		margin: 0 0 30px 0;
		width: 100%;
	}
	
	.post h1 {
		border: 0;
		font-size: 16px;
		margin: 0;
	}


/* ------------------------------------------------------------------------
	Global Hide
------------------------------------------------------------------------- */

	#header *,
	#nav,
	#submenu,
	#footer,
	#see-also,
	.neighbours,
	#tools { display: none; }
	
	#header h1,
	#header h1 a { display: inline; }