/* This code is copyright 2005 Chris Grace. New Site launched 3/20/05 */

body {
	background: url(images/background.gif) repeat-y #5d0000;
	padding:0;
	margin:0;
	color: #ddd;
	font-family: Verdana, Helvetica, sans-serif;
}

td {
	v-align: top;
	vertical-align: top;
}

/* start anchor styles */
a:link {text-decoration: none;font-weight: bold;color: #f2edbd;border-bottom: 1px dotted #f2edbd;}
a:visited {text-decoration: none;font-weight: bold;color: #ddd;border-bottom: 1px dotted #ddd;}
a:hover {text-decoration: none;font-weight: bold;color: #f2edbd;border-bottom: 1px solid #f2edbd;}

.fineprint a:link {text-decoration: none;font-weight: bold;color: #888;border-bottom: 1px dotted #888;}
.fineprint a:visited {font-weight: bold;color: #555;border-bottom: 1px dotted #555;}
.fineprint a:hover {font-weight: bold;color: #bbb;border-bottom: 1px solid #bbb;}

#header a {text-decoration: none; border: none;}

#navigation a:link {color: #c9a698;text-decoration: none;border-bottom: none;}
#navigation a:visited {color: #c9a698;text-decoration: none;border-bottom: none;}
#navigation a:hover {color: #e9df8c;text-decoration: underline;border-bottom: none;}

#signup a:link {text-decoration: none;border-bottom: none;}
#signup a:visited {text-decoration: none;border-bottom: none;}
#signup a:hover {text-decoration: underline;border-bottom: none;}
/* end anchor styles */

/* start header */
#header {
	width: 770px;
	background-color: #000;
}
/* end header */

/* start navigation */
#navigation {
	background-color: #440408;
	width: 770px;
	color: #c9a698;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: "Gill Sans", Verdana, Helvetica, sans-serif;	
}

#navigation ul {
	list-style: none;
}

#navigation li {
	display: inline;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	background: transparent;
}
/* end navigation */

/* start contentbox */
#contentbox {
	width: 770px;
	position: relative;
}
/* end contentbox */

/* start nowplaying */
#nowplaying {
	width: 430px;
	margin-left: 12px;
	margin-top: 7px;
	padding-top: 10px;
}

#npdisplaydate {
	width: 430px;
	text-align: center;
	background-color: #a57a2f;
	margin: 0;
	padding: 0 0 4px 0;
	color: #ffeedd;
}

#npdisplaydate h1 {
	font-size: 17px;
}

#nowplaying td {
	vertical-align: top;
	background-color: #3c3220;
	padding: 5px;
}

#nowplaying td.timecost {
	background-color: #280000;
}

#nowplaying p.time {
	font-size: 14px;
	font-weight: bold;
	color: #f3efcb;
	}
	
#nowplaying p.cost {
	font-size: 12px;
	color: #f3efcb;
	}

#nowplaying td.show {
}

#nowplaying h1.title {
	font: bold 18px Georgia, Times New Roman, Times, serif;
	color: #e9df8c;
}

#nowplaying p.proj_description {
	font-size: 11px;
}

	/* start perf_description  */
	.perf_description {
		margin: 10px 35px 0 20px;
	}
	
	.perf_description h1 {
		font-size: 11px;
		color: #f3efcb;
	}

	.perf_description h2 {
		font-size: 11px;
		margin-top: 4px;
		font-style: italic;
	}
	
	#nowplaying .perf_description p {
		font-size: 10px;
	}
	
	.perf_description ul, .perf_description ol {
		margin: 10px 0px 10px 30px;
		font-size: 10px;
	}
	/* end perf_description  */
/* end nowplaying  */

/* start features */
#features {
	width: 300px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin:0;
	}

#signup {
	}
	
/* start news */
#news {
	background-color: #333;
	border: 1px solid #111;
	padding: 5px;
	color: #bebeba;
}

#news h1 {
	font-size: 14px;
}

#news p {
	margin-bottom: 10px;
	font-size: 11px;
	}

#news li {
	font-size: 11px;
	margin-bottom: 7px;
	margin-left: 15px;
	}
/* end news */
/* end features */

/* start sidebar */
#sidebar {
	position: absolute;
	padding: 10px;
	left: 770px;
	top: 0;
}

p.quote {
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #777;
	font-size: 28px;
}

.fineprint {
	margin-top: 20px;
	font-size: 10px;
	color: #555;
}
/* end sidebar */

p.buytickets {margin-top: 5px;}
p.buytickets a {border-bottom: none;}

.listsub {
	text-align: center;
	margin-bottom: 10px;
	}

#subscribebox {
	color: white;
	font-size: 12px;
	}

#subscribebox .required {
	color: yellow;
	font-weight: bold;
	}

#subscribebox img {
	display: none;
	visibility: hidden;
	}

.pressquote {
	margin: 5px 0px 5px 20px;
	font-size: 10px;
}