/*
	NS4 doesn't do well with added colors because of the extra padding added inside each
	block element. So colors are imported. This theme file will, thus, contain mostly
	font stuff.
 */
@import "colors.css";

/*** Left Column ***/
#innerLeftColumn p
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #708090;
	padding: 10px 6px 10px 6px;
	border: 1px dotted #708090;
	line-height: 140%; /*/
	*/ line-height: normal; /* NS4 Adds too much space, so reset the line-height */
}
#innerLeftColumn h3
{
	color: #006;
	margin: 1em 0 0 0;
}

/*** Content ***/

#innerContentColumn
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	float: left;
	clear: inherit;
}
#innerContentColumn p 
{
	font-size: 14px;
	line-height: 140%;
	margin-top: 0;
}
#innerContentColumn h1 {
	font-family:  "Lucida Bright", Georgia, "Times New Roman", serif;
	font-size: 24px;
	color: #000;
	margin-bottom: 3px;
}
#innerContentColumn h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	margin: 5px 0 15px 0;
	padding: 0;
	color: #B6B48E;
	*/ line-height: normal; /* NS4 Adds too much space, so reset the line-height */
}
#innerContentColumn div h2 {
	*/ line-height: normal; /* NS4 Adds too much space, so reset the line-height */
}
#innerContentColumn h3 {
	font-size: 15px;
}

#innerContentColumn ul {
	font-size: 14px;
	margin-top: -10px;
}
#innerContentColumn li {
	padding-top: 0;
	line-height: 140%;
	
}
#innerContentColumn ol {
	font-size: 14px;
	margin-top: 3px;
	padding-bottom: 0.5em;
	width: 55%;
}
#innerContentColumn ol ol {
	border-bottom: 0;
	padding-bottom: 0;
	margin-left: -10px;
	/margin-left: 20px;
}
#innerContentColumn ol li {
	list-style: none;
	padding-top: 0;
	line-height: 140%;
}
#innerContentColumn a
{
	color: #E9967A;
	text-decoration: none;
}
#innerContentColumn a:hover {
	color: #BDB76B;
	text-decoration: underline;
}
#innerContentColumn ol ol li {
	font-style: italic;
}
/*** Masthead ***/
#masthead h1
{
	font-family: Georgia, "Times New Roman", serif;
}
/*      style I added */

#title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2em;
	margin: 50px 0px 0px 10px;
}
/*** Footer ***/
#innerFooter
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#innerFooter p 
{
	margin: 0;
	padding: 0;
}
#innerFooter a {
	color: #CCC;
	text-decoration: none;
	padding-top: 0px;
} 
#innerFooter a:hover {
	color: #fff;
	border-top: thin dotted #fff;
}

/*** Horizontal Navigation Area ***/
.hnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 175%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}
#location {
	width: 70%;
	text-align: center;
	background-color: #E9E8CA;
	border: 2px dotted #BDB76B;
	padding: 5px;
	padding-bottom: 0;
	margin: 5px 15% 10px 15%;
}
#location h2 {
	text-align: center;
	color: #E9967A;
}
#location .cell-left {
	text-align: right;
	font-weight: bold;
	padding-right: 20px;
	vertical-align: top;
	width: 15%;
}
#location .cell-right {
	text-align: left;
	padding-left: 20px;
	width: 80%;
	border-left: 1px solid #e9967a;
	vertical-align: top;
}
#tickets {
	text-align: center;
}
#breadcrumbs {
	background-color: #eee;
	font-size: 11px;
	font-weight: bold;
	line-height: 160%;
	margin: 15px 0 -30px 0;
	padding: 10px 0 10px 10px;
}
#breadcrumbs a {
	text-decoration: underline;
}
.subhead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #bbbbbb;
	border-bottom: thin dotted #E9967A;
	padding: 6px 0 3px 0;
	margin: -5px 0 15px 0;
	width: 100px !important;
}
.unstyled-list {
	list-style: none;
	margin-left: 15px;
}
.caption 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px !important;
	font-weight: bold;
	color: #555;
	text-align: right;
	padding-right: 3px;
}
.list-head {
	font-size: 14px;
	font-weight: bold;
}

.playbill {
	margin: 10px;
	margin-top: 20px;
	margin-bottom: 0;
	border-left: 2px solid #ccc;
	/border-left: 0;
	padding-bottom: 15px;
}
.playbill p {
	margin-bottom: 3px;
	padding: 10px;
	padding-right: 15px;
	padding-top: 0;
	
}
.playbill h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	padding: 0 10px 10px 10px;
	margin: 0 0 -2px 0;
	line-height: 150%;
}
.playbill h3 .author {
	font-style: normal;
}
.playbill h3 .date {
	font-style: normal;
}
.playbill a {
	font-size: 14px;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
#warning {
	display: block;
	/font-size: 0.9em;
	width: 320px;
	/width: 290px;
	
	padding: 0.5em;
	margin-bottom: 1em;
	color: #CD5C5C;
	text-align: center;
	border: 1px solid #CD5C5C;
}

