/* CSS Accessibility additions */
.screenreader {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#skipnav a:focus, #skipnav a:active {
	top: 0;
	left: 0;
	z-index: 1001;
	width: auto;
	height: auto;
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-size: 1.538462em;
	font-weight: bold;
	text-decoration: underline;
}

a:focus { 
	outline-style: dotted; 
	outline-width: 1px;
	outline-color: black;
}

div.darkfooter a:focus { 
	outline-color: white;		
}

body.superstyle.articlepage div.panel.video > iframe {
	border:0;
}

