/*                         Storyhill                        */

body { 
	background: #440000;
	font: 9pt/11.5pt arial, sans-serif;
	background-color:#5e4a3f;
	color:#FFFFFF;
        margin:0px; 
	height:100%;
	}
p {
	font: 9pt/11.5pt arial, sans-serif;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 5px;
	}	
h3 { 
	font: bold 11.5pt arial, sans-serif; 
	letter-spacing: 0px; 
	margin: 0px;
	color:#f9d9b0;
	background-color:transparent;
	}

h4  { 
	font: bold 9pt arial, sans-serif; 
	letter-spacing: 0px; 
	margin: 0px;
	color:#be9322;
	background-color:transparent;
	}

h5  { 
	font: bold 11.5pt arial, sans-serif; 
	letter-spacing: 0px; 
	margin-left: 10px;
	color:#be9322;
	background-color:transparent;
	}

a {
	font-weight: bold;
	}
a:link, a:visited { 
	text-decoration: none; 
	color: #3a484b;
	background-color:transparent;
	}
a:active, a:hover { 
	text-decoration: underline; 
	color: #3a484b;
	background-color:transparent;
	}
	
#quote p { 

	text-align: center;

}	

#copyfoot a {
	font-weight: normal;
	}
#copyfoot a:link, #copyfoot a:visited { 
	text-decoration: none; 
	color: #ffffff;
	background-color:transparent;
	}
#copyfoot a:active, #copyfoot a:hover { 
	text-decoration: underline; 
	color: #ffffff;
	background-color:transparent;
	}

#gquote {position: absolute;
	width: 460px;
	height: 200px;
	left: 485px;
	top: 200px;
        font: 9pt/12pt helvetica, sans-serif;
	color:#ffffff;
        text-align: right;
}

#medialink {position: absolute;
	width: 60px;
	height: 60px;
	left: 880px;
	top: 10px;
        font: 9pt/12pt helvetica, sans-serif;
	color:#ffffff;
        text-align: right;
}

/* transparent png fix for IE */
img {
	behavior:	url("styles/pngbehavior.htc");
}

/* storyhill main div */

#container { 
	background: #000000 url(storyhill_bg5.jpg) no-repeat;
	background-color:#000000;
	color:#FFFFFF;
	position:absolute;
	left:50%;
	width: 950px;
	height: 820px;
	margin-left:-480px;
	margin-top:10px;
	}
	/* Absolute Center technique adapted from an article by Joe Gillespie: 
	http://www.wpdfd.com/editorial/wpd0103.htm#footnote */
	
	/* commented backslash hack v2 for IE5-Mac - adapted from a posting on Sam-I-Am:
	http://www.sam-i-am.com/work/css/ \*/
	#container { 
	background: url(storyhill_bg5.jpg) no-repeat;
	background-color:#000000;
	color:#FFFFFF;
	position:absolute;
	top:0%;
	left:50%;
	width: 950px;
	height: 820px;
	margin-left:-480px;
	margin-top:0px;
	}
	/* end hack */


/* float the main navigation */
	#mainnav {
		position:absolute;
		width: 900px; 
		height: 85px; 
		left: 210px;
		top: 245px;

/*		display:none */
		
		}	


/* Storyhill content divs    */
/* top header and navigation */
/* insert the swf file here  */
	#pageHeader {
		margin: 0; 
		width: 358px; 
		height: 325px; 
		float: left;
		}
	#pageHeader h1 span {
		display:none;
		}
	#pageHeader h2 { 
		display: none;
		}
		
/* top left quick links */
	#quickLinks {
		position:absolute;
		height: 500px;
		width: 180px;
		left: 15px;
		top: 260px;
		text-align:left;
		}
	#quickLinks p {
		font: 9pt/12pt helvetica, sans-serif;
		color: #f9d9b0;
		background-color:transparent;
		margin-bottom:0px;
		text-align:left;
		}
	#quickLinks span {
		text-align:left;
		font: 9pt/12pt helvetica, sans-serif;
		padding:0px 0px 0px 0px;
		}
	#quickLinks a {  
		font: 9pt/12pt helvetica, sans-serif;
		color: #f9d9b0;
		}
	#quickLinks h3 {
		font: 9pt/12pt helvetica, sans-serif;
		padding:0px 0px 0px 0px;
                color: #f9d9b0;
		}	

/* top middle summary */		
	#nextPerformance {
		color:#FFFFFF;
		position: absolute;
		width: 175px;
		height: 130px;
		left: 0px;
		top: 320px;
                overflow: auto;
		}
	#nextPerformance h3 {
		background: url(nextperformance.png) no-repeat;
		margin:0px; 
		width:200px; 
		height:25px;
		}	
	#nextPerformance p {
		text-align: left;		
		font: bold 7pt/7pt arial, sans-serif;
		padding:0px 0px 0px 0px;
		}
	
/* Storyhill main body text (scrolling) */
	#scrollingText {
		margin: 0px;
		position: absolute;
		width: 720px;
		height: 410px;
		left: 210px;
		top: 280px;
		overflow: auto;
}
	#scrollingText h3 {
		padding:10px 10px 5px 10px;
		}	
	#scrollingText p {
		padding:0px 10px 0px 10px;
		}		
	
	
/* Storyhill navigation links */
	/* standard navigation */
		#navList {
			position: absolute;
			width: 144px;
			height: 320px;
			left: -100px;
			top: 100px;
			overflow: auto;
			background-color:#f8efdd;
			color:#FFFFFF;
			font: 7.1pt/9pt arial, sans-serif;
			display:none
			}
		#navList h3.pick { 
			margin: 0px 0px -5px 0px; 
			width:144px; 
			height: 25px;
			font: bold 7.1pt/9pt arial, sans-serif;
			}

	/* quick links navigation */	
		#navList h3.quick { 
			width:144px; 
			height: 18px;
			margin: -5px 0px -6px 0px;  
			font: bold 7.1pt/9pt arial, sans-serif;
			}

	#navList ul {
		margin: 0px;
		padding: 9px;
		}
	#navList li {
		line-height: 9.4pt; 
		list-style-type: none;
		display: block; 
		margin-bottom: 4px;
		}

	#footer {
		font: 10pt arial, sans-serif; 
		padding:10px;
		display:none		
		}


/* titles - main site */


#home h3 {
	background: transparent url(title-home.gif) top left no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	}	
#home h3 span {
	display: none;
	}

#whatsnew h3 {
	background: transparent url(home_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#whatsnew h3 span {
	display: none;
	}

#store h3 {
	background: transparent url(store_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#store h3 span {
	display: none;
	}

#messageboard h3 {
	background: transparent url(messageboard_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#messageboard h3 span {
	display: none;
	}

#guestbook h3 {
	background: transparent url(title-guestbook.gif) top left no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	}	
#guestbook h3 span {
	display: none;
	}

#tour h3 {
	background: transparent url(tour_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#tour h3 span {
	display: none;
	}

#contact h3 {
	background: transparent url(contact_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#contact h3 span {
	display: none;
	}
	
#biography h3 {
	background: transparent url(biography_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#biography h3 span {
	display: none;
	}

#mediakit h3 {
	background: transparent url(mediakit_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#mediakit h3 span {
	display: none;
	}

#upcomingconcerts h3 {
	background: transparent url(title-upcomingconcerts.gif) top left no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	}	
#upcomingconcerts h3 span {
	display: none;
	}

#previousconcerts h3 {
	background: transparent url(title-previousconcerts.gif) top left no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	}	
#previousconcerts h3 span {
	display: none;
	}

#discography h3 {
	background: transparent url(discography_title1.gif) top left no-repeat;
	height: 60px;
	margin: 0;
	padding: 0;
	}	
#discography h3 span {
	display: none;
	}


/* titles - store - apparel*/

#apparel h3 {
	background: transparent url(title-apparel.gif) top left no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	}	
#apparel h3 span {
	display: none;
	}

#womensts h3 {
	background: transparent url(title-womensts.gif) top left no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	}	
#womensts h3 span {
	display: none;
	}

#mensts h3 {
	background: transparent url(title-mensts.gif) top left no-repeat;
	height: 34px;
	margin: 0;
	padding: 0;
	}	
#mensts h3 span {
	display: none;
	}

