/* LAYOUT: PREPARATION: HIDE ACCESSIBILITY LINKS */
/* Hides most of the accessibility links that let you jump around the page.  They are very handy on an older browser, cellphone, or speech reader, but get in the way in a modern visual browser. */
/* From http://www.access-matters.com/testcases/tc5-2-8.html */

div.access-hide { /* hides the internal navigation links except in #pagetext */
	position:absolute;
	overflow:hidden;
	left:0px;
	top:-50000px;
	width:1px;
	height:1px;
  }
div.access-show {
	padding:1em 0;
	}
body.edit div.access-show p.vspace {
	margin:0;
	padding:0;
	display:none;
	}
