/* tq.css  
   Custom overrides and extensions of the classes provided by Blueprint.
*/
/* Blueprint typography specifies a list of sans-serif fonts. Override with Verdana
 or Geneva as the overall standard, and Georgia for headings and larger body text.
*/

body {font-family: Verdana, Geneva, sans-serif; 
	background-color: darkgray; 
	margin: 0 0;
	text-align: center;
	background-image: url("../assets/pat_2bwlight.gif");
} 

.addressbar { height: 18px; width: 782px;
	background-color: #ff002f;
	background-image: url("../assets/addressbar.png");
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	border-style: solid;
	border-color: #ff002f;
	border-width: 0 1px 0 1px;
	margin: 0 auto;
	background-position: center;
	clear: both;
}
.topbar { height: 2px; width: 782px;
	background-color: transparent;
	background-image: none;
	/* background-repeat: no-repeat;
	background-position: center;
	text-align: center; */
	border-style: solid;
	border-color: #ff002f; 
	border-width: 2px 0 0 0;
	margin: 0 auto;
	padding: 0;
	background-position: center;
}

.skip1line { height: 1.5em; }
.skip2lines { height: 3em; }
.skip3lines { height: 4.5em; }

h1, h2, h3, h4, h5, h6, p.importanttext {font-family: Georgia, Utopia, Palatino, "Palatino Linotype","Book Antigua", "URW Palladio L", serif; color: #fcc40b;}

h1 {font-weight: bold;}
h4 {font-style: italic; font-weight: bold;}

.importanttext {font-size:2em; font-style: italic; line-height: 1.5;}

.logoblock { height: 10em; 
	background-image: url("../assets/Theatre Quorum 128 YOM.png");
	background-repeat: no-repeat;
	background-position: center right;
}
.eightlineshigh { height: 12em }

.container {
	margin: 0 auto;
	color: white;
	background-color: darkpurple;
	background-image: url("../assets/pat_2.gif");
	background-repeat: repeat;
	border-style: solid;
	border-color: black;
	border-width: 0 1px 0 1px;
	text-align: left;
} 

a {color: #fcc40b;}
a:visited {color: olive;}
a:hover {color: white;}

.nav ul {
	list-style:none; 
	margin: 0; 
	padding: 0 0 0 0;
}
.nav li {
	padding: 0.75em 0 0.5em;
	font-size: 1.25em;
	color: #fcc40b;
	border-bottom: 1px solid #fcc40b;
	overflow: none;
}
.nav a {
	text-decoration: none;
	color: #fcc40b;
	overflow: none;
}
.nav a:visited {color: olive;}
.nav a:hover {color: white;}

.prodimage {
	float: right;
	padding: 0 0 0 0.25em;
	}

.production {
	margin-bottom: 1em;
	}

.author {
	margin-top: -1em;
	}