@charset "utf-8";
/* CSS Document */

body {
	font-family: Garamond, Georgia, "Times New Roman", "URW Palladio", serif;
	color: black;
	margin: 0px;
	padding: 0px;
}
#mainContent:before {
	content:"Barksdale Theatre";
	font-size:16pt;
	font-weight:bold;
	color:black;
}
#mainContent h1 {
	font-size: 18pt;
	color:black;
}
#mainContent h2 {
	font-family: Garamond, Georgia, "Times New Roman", "URW Palladio", serif;
	font-size: 16pt;
	width: 4.15in;
	padding-bottom: 2pt;
	border-bottom: 1pt solid black;
}
#mainContent h3, #mainContent h4 {
	font-size: 14pt;
}
#mainContent p {
	font-family: "Trebuchet MS", Helvetica, Arial, "Nimbus Sans L", sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	width: 6in;
	margin-left: 0.25in;
}
a:link, a:visited {
	text-decoration:none;
	color:#666;
}
a[href]:after {
	content:" -- www.barksdalerichmond.org/"attr(href) ;
}
a[href^="http://"]:after, a[href^="https://"]:after {
	content:" Visit online at: "attr(href) ;
}
.showTitle {
	font-style: italic;
	font-weight: bold;
	color: black;
}
.break {
	page-break-before:always;
}
#header, #index ul, #bottomNav, #footer, #sidebar, .topPage a, .noPrint, hr {
	display: none;
}
