/***** For screen readers *****/

/* hide h2 on column one but keep for screen readers. */
#column-one h2, #column-one h3 {
	position: absolute;
	top: -9999px;
}

#p-search h3 {
	position: absolute;
	top: -9999px;
}

/***** Icons and contenct graphics *****/

#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
.link-audio {
	/* @embed */
	background: url(images/audio.png) center right no-repeat;
	padding-right: 13px;
}

#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
.link-video {
	/* @embed */
	background: url(images/video.png) center right no-repeat;
	padding-right: 13px;
}

#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
.link-document {
	/* @embed */
	background: url(images/document.png) center right no-repeat;
	padding-right: 12px;
}


/* Hide anonymous stuff */

#pt-anonuserpage,
#pt-anontalk {
	display: none;
}

/* hide tabs */

.pBody li#ca-watch {
	display,none
}

/* hide footer links */ 
/*#footer li#about*/
#footer li#privacy,
#footer li#disclaimer,
#footer li#t-smwbrowselink {
	display: none;
}

/* Safari fun ride input fields */

input {
    -webkit-appearance: none;
}