/* tpet.css by Miriam Kolar http://shoko.calarts.edu/~mira */



/* main elements */

body
{ 
	position: relative;
	margin: 0; 
	padding: 0 0 0 0;
	background-color: #000000;
}


.site
{ 
	position: relative;
	margin: 0; 
	padding: 0 0 0 0;
	background-color: #000000;
	background-image: url(images/home.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-size: 12px;
}

.main
{
	background-image: url(images/home.jpg);	
}

	
#animation		
{
	position: absolute;
	z-index: -1;
	margin: 0; 
	padding: 0 0 0 0;

}
	
	
#nav
{
	position: relative;
	float: left;
	margin-left: 135px;
	font-family: times new roman;
	font-size: 18px;
	font-weight: bold;
	padding: 7px;
	letter-spacing: 4;
	line-height: 21px;
	color: olive;
	overflow: hidden;

 }
		
#stage
{
	position: fixed; top: -5; bottom: -5; left: 60%; right: 0; overflow: scroll; background: #000000;
	font-family: times new roman;
	font-size: 12px;
	letter-spacing: 1;
	color: #FFFFFF;
	padding: 30px;
	scroll-color: #000000;
	height: 105%; 			/* 105% IE fix! */
 	overflow: auto;
 }
   
 
.gallery
{
	visibility: hidden;
	position: fixed; top: 0; left: 0; overflow: scroll; background-color:#000000;
	width: 100%;
	z-index: 1;
 }


/* formatting */

.pix
{
	border: 5px;
	align: right;
	border-color:;
	
 }			
 .news
{
	font-family: courier;
	font-size: 12px;
	letter-spacing: 2;
	color: #FFFFFF;
 }
   
.title
{
	font-size: 16px;
	letter-spacing: 2;
	font-weight: bold;
	color: #FFFFFF;
 }	
 
.musictitle
{
	font-size: 14px;
	letter-spacing: 2;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
 }	
 
 
.smalltitle
{
	font-size: 12px;
	letter-spacing: 2;
	font-weight: bold;
	font-style: italic;
	color: #BDCDCC;
 }	


.composer
{
	font-size: 12px;
	letter-spacing: 2;
	font-style:  normal;
	color: #BDCDCC;
 }	
 
 
.event
{
	font-size: 14px;
	letter-spacing: 2;
	font-weight: bold;
	font-variant: small-caps;
	color: #BDCDCC;
 }	
 
 
.copycred
{
	font-family: times new roman;
	font-size: 10px;
	letter-spacing: 2;
	color: #999999;
 }			
	 
.designcred
{
	font-family: times new roman;
	font-size: 12px;
	letter-spacing: 2;
	font-variant: small-caps;
	color: #999999;
 }			
		

.notes
{
	padding: 20px;
	font-family: times new roman;
	font-size: 12px;
	font-style: italic;
	color: #999999;
 }			
		

#enlarge
{
	visibility: hidden;
}
	
	
				
/* link styles */

a:link 	
{ 	
	text-decoration: none;
	color: olive;
}

a:visited 
{ 
	text-decoration: none;
	color: olive;
}

a:active 	
{ 	
	text-decoration: none;
	color: #olive;	
}
		
a:hover 	
{ 	
	text-decoration: bold;
	color: #FF0000; 
}