@charset "utf-8";
/* CSS Document */
#mainContent:before, #sidebar2:before {
	content:"Barksdale Theatre";
	color:black;
	font-size:16pt;
	font-weight:bold;
}
#footer a[href]:after {
	content:" -- www.barksdalerichmond.org/"attr(href) ;
}
#footer a[href^="http://"]:after, a[href^="https://"]:after {
	content:"" ;
}
#header, #sidebar1, .noPrint, hr {
	display: none;
}

