*{ 
	margin:0; padding:0; 
}

body {
	background:#fff;
}

div.clear {
	clear:both;
	height:0px;
	overflow:hidden;
}
br.clear {
	clear:both;
}
div#page {
	position:relative;
	width:950px;
	overflow:hidden;
	z-index:2;
	left: 40px;
}


/*Header Section for logo and corner info */
div#header {
	position:relative;
	width:910px;
	overflow:hidden;
	height:100px;
}
	div#logo{
		width:300px;
		background: White;
		height:80px;
	}
		h1#logo {
			top:5px;
			position:relative; /* this keeps the div#content from moving everything down to its margin-top value. */
			left:0px;
			width:210px;
		}
		h1#logo a span {
			position:absolute;
			left:-2000px;
		}
		h1#logo a {
			display:block;
			width:300px;
			height:100px;
			background:url(images/logo.jpg) no-repeat;
		}
	div#corner{
		float:right;
		width:500px;
		background: White;
		height:80px;
	}
		ul#corner {
			position:relative;
			float:right;
			margin:-70px 0 0 0;
			height:80px;
			display:inline; /* IE: fixes double margin */
			font-size:11px;
		}

		ul#corner li {
			list-style:none;
			float:left;
			margin:0;
			text-align:left;
		}
			ul#corner li a {
				display:block;
				width:160px;
				height:80px;
			}

/* Navigation Section */
div#nav{
	position:absolute;
	margin-top:10px;
	width:800px;
	height:25px;
	background-color:#9B5FA5
	}
	ul#nav {
		width:800px;
		height:20px;
		padding:5 0 0 0;
		margin:0;
		list-style:none;
		/* any IE */
		}
		ul#nav li { /* make UL horizontal */
			float:left; 
			margin:0;
			padding:0;
		}
		ul#nav li a span { /* Remove the text from view */
			position:absolute;
			left:-2500px;

		}
		ul#nav li a { /* set Anchors to specific size */
			background-repeat:no-repeat;
			display:block;
			height:15px;
			border-right: 2px solid white;
			text-align:center;
			padding: 0px 4px 0px 4px;
			width:104px;
			color:white;
		    /* any IE */
			width: expression('114px');
		}
		ul#nav a.lastchild{
			border-right: 0px none #4d4b4a !important;
		}
		ul#nav li.on a {
			margin-top:-4px;
			padding: 4px 0px 0px 0px;
			background-color:white;
			height:20px;
			color:#9B5FA5;
			cursor:default;
		}
/*Content section and all page sub sections */
div#content { /* all page-specific content (besides section name h2) resides within this element */
	margin:29px 0 50px 0;
	padding:5px 15px 0 28px;
        margin-top:80px;
}
	h3 { /* MAIN PAGE HEADLINE (h1=logo, h2=section name) */
		margin:0 0 0.3em 0;
	}
	h4 {
		clear:left;
	}
	h5 {
		clear:left;
	}
        ul#nav { 
		top:330px;
	}
	div#content h3 {
	        margin:0 0 1em 0;
	        font-size:1.2em;
		text-transform:uppercase;
	}
	div#content ul, dl {
		list-style:none;
		margin:0;
		padding:0;
	}
	div#content li {
		margin:0;
		padding:0;
	}
	div#content dd, dt {
		display:block;
	}
	
	div#content_noborder { /* all page-specific content (besides section name h2) resides within this element */
	margin:0 0 25px 0;
	padding:5px 15px 0 0px;
        margin-top:10px;
}
	h3 { /* MAIN PAGE HEADLINE (h1=logo, h2=section name) */
		margin:0 0 0.3em 0;
	}
	h4 {
		clear:left;
	}
	h5 {
		clear:left;
	}
        ul#nav { 
		top:330px;
	}
	div#content_noborder h3 {
	        margin:0 0 1em 0;
	        font-size:1.2em;
		text-transform:uppercase;
	}
	div#content_noborder ul, dl {
		list-style:none;
		margin:0;
		padding:0;
	}
	div#content_noborder li {
		margin:0;
		padding:0;
	}
	div#content_noborder dd, dt {
		display:block;
	}
	div#image_gallery {}
		div#image_gallery img { height: 240; border:0; padding:10; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1;padding: expression('0 30px');}
		div#image_gallery img:hover { height: 240; padding:10; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); -moz-opacity: .9;padding: expression('0 30px'); }
		    
        /* Home Page */
	div#home_columns {
		float:left; /* IE */
	}
	       div#home_columns div#newslink {
		     float:left;
		     padding:0 10px;
		     margin:0 0 0 0;
		     width:150px;
		     border-right: 1px solid #9B5FA5;
                }
			        div#home_columns div#newslink dl dt {
					float:none;
					font-weight:bold;
					text-transform:uppercase;
					font-size:0.9em;
				}
				div#home_columns div#newslink dl dd {
					border-bottom:1px solid #d4d4d4;
					margin-bottom:1em;
					padding-bottom:1em;
				}
			div#home_columns div#homeshows {
				float:left;
				width:565px;
				padding:0 10px;
			}
					
			        div#home_columns div#homeshows li {
					clear:both;
				}
				div#home_columns div#homeshows li h4 {
					clear:none;
					margin:0;
					padding:0;
					float:right;
					width:365px;
					color:#444444;
					font-weight:normal;
					font-size:1.2em;
					background:none;
				}
				div#home_columns div#homeshows li h6 {
					float:right;
					width:365px;
					color:#444444;
					font-weight:bold;
					font-size:1.2em;
					background:none;
				}
				div#home_columns div#homeshows li h4 a {
					color:#9B5FA5;
				}
                                div#home_columns div#homeshows li.now_playing h4 {
					font-size:1.6em;
				}
				div#home_columns div#homeshows li.now_playing ul li.now_playing_text {
					margin-bottom:5px;
				        font-size:1.3em; /* DD */
					color:#00759f;
				}
				div#home_columns div#homeshows li ul {
					padding:0;
					margin:0;
					float:right;
					width:365px;
					font-size:12px;
				}
				div#home_columns div#homeshows li ul li {
					clear:none;
				}
				div#home_columns div#homeshows li img.thumbnail {
					float:left;
					border:5px solid #d4d4d4;
				}
    /* Past Show Page */				
       div#past_columns {
		float:left; /* IE */
	}
                div#past_columns div#past_show_list {
	                float:left;
			padding:0 10px;
		        margin:0 0 0 0;
			width:190px;
			border-right: 1px solid #9B5FA5;
					      /* any IE */
	              padding: expression('0 30px');
		}
		        div#past_columns div#past_show_list h3 {
			        margin:0 0 1em -29px;
			        font-size:1.2em;
			        text-transform:uppercase;
		        }
		        div#past_columns div#past_show_list a {
				float:none;
				font-weight:bold;
				font-size:1.3em;
			}
		div#past_columns div#pastshows {
			float:left;
			width:565px;
			padding:0 10px;
		}
		        div#past_columns div#pastshows li {
				clear:both;
			}
			div#past_columns div#pastshows li h4 {
				clear:none;
				margin:0;
				padding:0;
				float:right;
				width:515px;
				color:#9B5FA5;
				font-weight:normal;
				font-size:1.2em;
				background:none;
			}
			div#past_columns div#pastshows li h6 {
				float:right;
				width:515px;
				color:#9B5FA5;
				font-weight:bold;
				font-size:1.2em;
				background:none;
			}
			div#past_columns div#pastshows li h4 a {
				color:#9B5FA5;
			}
			div#past_columns div#pastshows li.now_playing h4 {
				font-size:1.6em;
			}
			div#past_columns div#pastshows li.now_playing ul li.now_playing_text {
				margin-bottom:5px;
			        font-size:1.3em; /* DD */
				color:#00759f;
			}
			div#past_columns div#pastshows li ul {
				padding:0;
				margin:0;
				float:right;
				width:515px;
				font-size:12px;
			}
			div#past_columns div#pastshows li ul li {
				clear:none;
			}
			div#past_columns div#pastshows li img.thumbnail {
				float:left;
				border:5px solid #d4d4d4;
			}
    /* Season Page */	
	div#season_no_columns {
		width:756px;
		float:left; /* IE */
	}	
        div#season_columns {
		float:left; /* IE */
	}	
                div#season_columns div#season_list {
		      float:left;
		      padding:0 5px;
		      margin:0 0 0 0;
		      width:200px;
		      border-right: 1px solid #9B5FA5;
		      /* any IE */
	              padding: expression('0 20px');
	       }
	              div#season_columns div#season_list h1 {
		              margin:0 0 0 -20px;
		              font-weight:bold;
		              text-transform:uppercase;
		              font-size:1.9em;
		              color:#9B5FA5;
		      }
		      div#season_columns div#season_list a {
			      color:#9B5FA5;
		      }
			  div#season_columns div#prepage {
			  margin:0 0 0 0;
			     float:left;
			     width:570px;
			     padding:0 5px;
			}
		      div#season_columns div#calendar {
			  margin:-20px 0 0 0;
			     float:left;
			     width:570px;
			     padding:0 5px;
				 /* any IE */
				 margin: expression('0 0 0 0');
		      }
	/* Space page */
	
		div#space_columns {
		float:left; /* IE */
	}	
             div#space_nav{
		      float:left;
		      padding:0 10px;
		      margin:0 0 0 0;
		      width:150px;
	       }
					div#space_columns div#space_nav ul#space_nav ul {
						width:800px;
						height:20px;
						padding:5 0 0 0;
						
						/* any IE */
					}
					div#space_columns div#space_nav ul#space_nav li { /* make UL horizontal */
						float:left; 
					}
					div#space_columns div#space_nav ul#space_nav li a { /* set Anchors to specific size */
						display:block;
						height:22px;
						text-align:left;
						border-bottom:2px solid white;
						padding: 5px 4px 0px 4px;
						width:140px;
						color:white;
						background-color:#663366;
						/* any IE */
						width: expression('148px');
					}
					div#space_columns div#space_nav ul#space_nav a.lastchild{
						border: 0px none #4d4b4a !important;
					}
					div#space_columns div#space_nav ul#space_nav li.on a {
						margin-top:-4px;
						padding: 4px 0px 0px 0px;
						background-color:white;
						height:20px;
						color:#9B5FA5;
						cursor:default;
					}
	       div#space_columns div#space_info {
		     float:left;
		     width:725px;
		     padding:0 20px;
	       }

    /* Directions Page */	
        div#dir_columns {
		float:left; /* IE */
	}	
                div#dir_columns div#address {
		      float:left;
		      padding:0 10px;
		      margin:0 0 0 0;
		      width:200px;
		      border-right: 1px solid #9B5FA5;
		      /* any IE */
	              padding: expression('0 10px');
	       }
	       div#dir_columns div#map {
		     float:left;
		     width:500px;
		     padding:0 10px;
/* any IE */
	              padding: expression('0 10px');

	       }

		   /* News Page */
		           div#news_columns {
		float:left; /* IE */
	}
div#newsposts{
     float:left;
     padding:0 10px;
     width:600px;
}
div#filler{
width:116px;
 padding:0 10px;
}

/**
 * TYPOGRAPHY
 * All selectors below deal strictly with typography
 * I.E., font, color, line-height, font-size, text-decoration, text-transform
 * In some cases margin and padding are used, but those should mostly be used
 * above, in the LAYOUT section, unless related to H1, H2, P, etc, type elements
 */
body {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:73%;
	color:black;
}
	p, blockquote {
		margin:0 0 1.5em 0;
		line-height:1.35em;
	}
	p.plain { /* this is usefule for overrideing h3 + p adjacent styles */
		color:inherit;
		font-size:inherit;
		line-height:inherit;
	}
	blockquote {
		margin-left:2em;
		margin-right:2em;
	}
	a, a:visited {
		color:#663366;
		text-decoration:none;
		font-style:bold;
	}
	a:hover, a:active {
		color:#434343;
	}
	a.more, a.top {
		text-transform:capitalize;
	}
	address {
		margin:0 0 1.5em 0;
		line-height:normal;
		font-style:normal;
	}
	span.nobr { /* keep text from wrapping */
		white-space:nowrap;
	}
	span.small {
		font-size:0.9em;
		line-height:normal;
	}
	table.basic {
		width:100%;
		margin:1em 0;
		border-collapse:collapse;
	}
	table.basic td {
		padding:1px;
	}
	
	div.box {
		font-size:0.95em;
		line-height:normal;
	}
	
	h3 { /* MAIN PAGE HEADLINE (h1=logo, h2=section name) */
		color:Black;
		font-size:2em;
		line-height:normal;
	}
	h4 {
		font-size:1.25em;
		color:#000;
		background:#ECE5FF;
		padding:3px;
		margin-bottom:0.5em;
	}
	h5 {
		font-size:1em;
		color:#000;
		font-weight:bold;
	}
	h5 + h6 { /* when and h5 and h6 meet (as in the visit/transportation page) */
		margin:0.5em 0 0 0;
	}
	h6 {
		font-size:1em;
		color:#9B5FA5;
		font-weight:bold;
	}
	
	div#now_playing h3 {
		margin:0 0 1em 0;
	}
	div#now_playing h4 {
		padding:0;
		background:none;
		clear:none;
	}
	

div#footer {
		position:relative;
		width:990px;
		overflow:hidden;
		z-index:2;
		background: White;
		text-align:center;
		padding: 50px 0 0 0;
	}
		
	p#footer {
		text-align:center;
		display:inline; /* IE: fixes double margin */
		color:#ccc;
		font-size:0.85em;
		line-height:normal;
	}
	.marquee {position:relative;
     overflow:hidden;
     width:720px;
     height:225px;
     border:solid black 1px;
     }#home div table tr td .now_playing {
	text-align: center;
}

