.wpa-hide-rtl#skiplinks a, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited { position: absolute !important; right: -999em; }
.wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited { position: absolute !important; left: -999em; }
.wpa-hide#skiplinks a:active, .wpa-hide#skiplinks a:focus { position: absolute; }

.wpa-ld { display: inline-block; position: relative; }
#skiplinks{
	overflow: hidden;
	margin-bottom: 2px;
	font-size: 110%;
	position: relative;
	margin-right: 10px;
}
#skiplinks li{
	list-style: none;
	float:right;
	margin: 0px;
	color:white;
}

#skiplinks .separator{
	padding: 0px;
	margin: 0px 5px 0px 5px;
	border-right: 1px solid gray;
	line-height: 110%;
}
#skiplinks a{
	font-style: none;
	text-decoration: none;
	color:white;
}
#skiplinks a:hover{
	text-decoration: underline;
}
@media (max-width: 650px) {
.isResponsive #skiplinks{
	margin-right: 10px;
}
.isResponsive #skiplinks ul{
	font-size: 2.4vw;
	overflow: hidden;
	margin-bottom: 2px;
	position: relative;
}
.isResponsive #skiplinks li{
	list-style: none;
	float:right;
	margin: 0px;
	color:white;
}
.isResponsive  #skiplinks .separator{
	padding: 0px;
	margin: 0px 5px 0px 5px;
	border-right: 1px solid gray;
	line-height: 60%;
}

}

/* basic support for themes that don't define alignleft and alignright for non-image elements. */
div.alignleft { float: left; }
div.alignright { float: right; }
div.aligncenter { display: block; margin: 0 auto; }

.wpa-ld a,.wpa-ld button { bottom: 2px; left: 2px; position: absolute; line-height: 1; min-width: 1em; }
.wpa-ld img { display: block; }
.wpa-ld button,.wpa-ld button:active,.wpa-ld button:focus,.wpa-ld button:hover  { 
	border: 1px solid #777; border-radius: 2px; z-index: 10;
}

.wpa-ld .longdesc { position: absolute; width: 100%; height: 100%; top: 0; overflow-y: scroll; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; background: rgba( 255, 255, 255, .95 ); padding: 1.5em; }

.wpa-ld button, .wpa-ld button:active, .wpa-ld button:focus, .wpa-ld button:hover, .wpa-ld a {
	font-size: .9em; font-weight: 400; background: rgba( 255, 255, 255, .7 )!important; padding: 0; color: #000!important; text-shadow: 1px 1px #ccc; 
}
.wpa-ld button:before { content: 'i'; font-style: italic; font-family: serif; }
.wpa-ld button:focus, .wpa-ld button:hover { background: rgba( 0,0,0, .75 )!important; color: #fff!important; border: 1px solid #000!important; cursor: pointer;}
.wpa-ld button:focus { padding: 6px; }
.wpa-ld button span, .longdesc-link span { 
	position: absolute !important;
	height: 1px; 
	width: 1px; 
	overflow: hidden; 
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
	clip: rect(1px, 1px, 1px, 1px);
}

.template-longdesc { text-align: left; line-height: 1.5; width: 100%; max-width:50em; padding:2em; margin:1em auto; background:#fdfdfd; color:#333; box-shadow: 0 0 5px; font-size: 1.4em; }