/* CSS Document */

/* layout styles */

	body {
		color:#000000;
		background:#000000;
		margin: 25px 0 25px 0;
		padding:0;
		}
	
	.hide {
		display:none;
		}
		
	img {
		display:block;
		border:0;
		}
		
	table#content {
		background-color:#FFFFFF;
		}
		
	#primarycontent {
		padding-left:20px; 
		padding-top:20px;
		padding-right:20px;
		}
		
	#sidebar {
		padding-top:20px;
		padding-left:10px;
		}
		
/* navbar styles */

	table#nav {
		border-bottom: 1px solid #C0C0C0;
		border-left: 1px solid #C0C0C0;
		background-color:#FFFFFF;
		}
		
	table#nav td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		text-align:center;
		border-right: 1px solid #C0C0C0;
		border-top: 1px solid #C0C0C0;
		}
		
	table#nav td a {
		font-weight:normal; 
		text-decoration:none; 
		display:block; 
		margin:0; 
		padding:0;
		}
		
	#nav td a:link, #nav td a:visited {
		background-color:#FFFFFF;
		color:#000000;
		display:block;
		margin:0;
		width: 100px;
		line-height: 25px;	
		}
		
	#nav td a:hover {
		color:#3366FF;
		}
		
	td#home a:link, td#home a:visited {
		width: 400px;
		height: 75px;	
		}
		
	td#home a:hover {
		background-image: none;
		width: 400px;
		height: 75px;
		}
	
/* text styles */
	
	a:link {
		font-weight:bold; text-decoration:none; color:#3366FF; }
		
	a:visited {
		font-weight:bold; text-decoration:none; color:#3366FF; 
		}
	
	a:hover {
		font-weight:bold; text-decoration:underline; color:#3366FF; 
		}
		
	a:active {
		font-weight:bold; text-decoration:none; color:#3366FF;
		}
	
	p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, dd, dt, dl, blockquote {
		font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		}
		
	blockquote {
		font-style: italic;
		font-family: Georgia, "Times New Roman", serif;
		font-size: 9pt;
		}
		
	.playname {
		color:#3366FF;
		font-weight:bold;
		text-transform:lowercase;
	}
	
	a:link.playname, a:visited.playname  {
		color:#3366FF;
		font-weight:bold;
		text-transform:lowercase;
	}
	
	.theatregroup, a.theatregroup {
		color:#A0A0A0;
		font-weight:bold;
		}
		
	dl.castlist {
		text-align:center;
		font-size: 0.85em;
		}
		
	dl.tourdates {
		text-align:center;
		font-size: 0.85em;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	dl.tourdates dt {
			margin-top: 0.75em;
			}
	
	h1 {
		font-size:1.20em;
		font-weight:bold;
		text-align:center;
		}
		
	h2 {
		font-size:1.05em;
		font-weight:bold;
		text-align:center;
		}
			
	p {
		margin-top: 0;
		margin-bottom: 1em;
		text-align:center;
		font-size: 0.85em;
		line-height: 1.5;
		}
		
	#primarycontent ul li {
		margin-top: 0;
		margin-bottom: 0.5em;
		text-align:center;
		font-size: 0.85em;
		line-height: 1.5;
		}
		
	#footer p {
		font-size:9px; margin-top:20px;
		}
	
	/* Sidebar display attributes */
	
	#sidebar p {
		text-align:left; 
		margin-top: 0.5em;
		font-size: 0.75em;
		}
	/* was font-family:Geneva, Arial, Helvetica, sans-serif; */
	
	#sidebar img {
		margin: 30px 0 15px 0;
		}
		
	#sidebar h2 {
		font-size: 1.1em;
		font-weight:normal;
		margin:0;
		line-height:1.5;
		text-align:left;
		}
		/* was font-family:Georgia, "Times New Roman", Times, serif; */

		
	#sidebar p.papername {
		text-align:right;
		}
		/* was font-family:Georgia, "Times New Roman", Times, serif; */
