<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.storeitem{
	padding:5px 0px;	

}

.storeitem img{
	padding:2px;
	margin-right:10px;
	width:300px;
	border:1px solid #383838;
}

.tablestyle td{
	vertical-align:bottom;	
}

.extrasmall ,p ol, ol, li{
	margin:0;
	font-size:10px;
	line-height:12px;
	color:#999;	
}

.storeitem p{
		vertical-align:bottom;
		margin:0;
		line-height:17px;
}

.storeitem form img{
	border:none;	
}








body {  
    margin:0px; padding:0px;  
    background-color: #000;  /*black*/
    font-family:Verdana, Arial, Helvetica, sans-serif;  
	color: #FFF; /*text color*/
} 

.box{
     width: 600px;
     height: 145px;
     border: solid 1px; 
     background-color: #ffffff;
     opacity: 0.0;
}


#outside_container2 {  
    background:url(TemplateImages/backslice.jpg);
	background-repeat: repeat-y;	
        width: 1200px;	/*giving a width so margin can center with main image*/
	margin: 0 auto; 	/*centering*/
    position: relative;
    z-index:3;
}  
#outside_container1 {
	background:url(TemplateImages/backslice2.jpg);
    background-repeat: repeat-x;
    margin: 0 auto;
    z-index: -1;

}
#container {  
    margin: 0 auto;	/*centering*/
	padding: 0px;	/*some bullshit padding?*/
    background: url(TemplateImages/Background3.jpg) no-repeat;
    background-size: 1133px,763px;
    min-height:600px;  /*dummy height*/
	position:relative; /*helps absolute positioning*/
	width: 1200px;     /*setting width?*/
    z-index:1;
}  

#logo {position:left; top:16px; left: 109px; border:none;}

#menu{
	font-family:BebasRegular;
    float:right;
    margin: 180px; 
    margin-top: 45px;
    margin-bottom:25px;
    padding:0px;
    padding-right:0px;
	top:200px; 
	left:20px;
	background-color:#999;
	font-size:16px;
	text-transform:capitalize;
	display: inherit;
}

#menu a{

    background-color:#000;
	margin:4px;
	padding:3px 20px;
    padding-bottom: 0;
	text-decoration: none;
	color:#999;
}

#menu a:hover{
	text-decoration:none;
	color:#FFF;
}

.about #abouttab{
	color:#FFF;
}

.members #memberstab{
	color:#FFF;
}

.events #eventstab{
	color:#FFF;
}

.auditions #auditionstab{
	color:#FFF;
}

.music #musictab{
	color:#FFF;
}

.media #mediatab{
	color:#FFF;
}

.contactus #contactustab{
	color:#FFF;
}

#content {
	padding-top:0px;
	padding-left:0px;
	width:1200px;
	font-size:14px;
	line-height:21px;
}



.sidebar {
	font-family:BebasRegular;
	font-size:12px;
	float:left;
	text-align:right; 
  	padding-top: 10px;
   	width:160px; height:500px;
    margin-left:5px; margin-right:15px;}
.main {
	float: left; 
	padding-top:-30px; 
	width: 810px; max-width:810px;
 	margin-right:15px;
	margin-left:20px;
	}

iframe.floatright{
	float:right;
	margin:5px 10px;
}


img.floatright{
	float:right;
	margin:5px 10px;
}

img.floatleft{
	float:left;
	margin: 5px 10px;
}



ul{
	list-style-type:none;
	font-size:15px;
	line-height:18px;
}

#slidehover{
	font-size:12px;
	position:absolute;
	top:545px;
	left:286px;
	z-index:100;
	background-color:#111;
	background-color:rgba(0,0,0,.7);
	width:640px;
	height:105px;
		
}

#Alumni a{
	color:#FFF;	
}

#event{
	text-align:center;
	padding-bottom:10px;
}

#event .Medium{
	padding:0;
	font-size:16px;
	color:#999;	
}

#memberspage td{
	padding:1px 1px;
	width:100px;
	height:125px;	
}
.member a{
	color:#FFF;
	text-decoration:none;
	text-align:center;
}

#memberimg {height:500px; position:absolute; top:230px; left:482px;}

.member img{
	position:relative;
	height:125px;
	width:125px;	
}
.member h3{
	font-size:12px;
	line-height:13px;
	color: rgba(255, 255, 255, 0.7);
	margin:0px;
	width:125px;
	height:45px;
	position:relative;
	top:-45px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   opacity:0;
   -webkit-transition:opacity 0.4s linear;
   -moz-transition:opacity 0.4s linear;
   -o-transition:opacity 0.4s linear;	
}
.member h3 p{
	margin:0px;
	padding:0px 1px;
	font-size:10px;
	line-height:10px;
}
.member div{
	height:0px;	
}

.member a:hover h3{
	opacity:1;	
}

#rep{
	padding-top:5px;
	width:auto;
	padding-bottom:10px;
}

#rep p{
	margin:0px;	
}

#rep a{
	font-weight:bold;
	color:#FFF;
}

#rep a:visited{
	color:#999;
}

#repcol{
	padding-top:5px;
	padding-right:10px;
	float:left;
	padding-bottom:15px;
	width:375px;
}

.button {
    margin-top:20px;
	margin-bottom:10px;
	background-color:transparent;
	border:1px solid #ffffff;
	display:inline-block;
	font-size:11px;
	color:#ffffff;
	padding:0px 4px;
	text-decoration:none;
}


.Large{
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:4px;
	font-size:30px;
	margin:0;
}

.Medium{
	padding-top:5px;
	padding-bottom:4px;
	font-size:20px;
	margin:0;

}

.Small{
	padding-bottom:2px;
	margin:0;
}

#Media{
	text-align:center;
	padding-top:50px;
}


#Media a{
	text-decoration:none;
	color:#999;
	font-size:35px;
	line-height:35px;
	
}

#Media p{
	visibility:hidden;
	font-size:14px;
	color:#999;
	margin:0;
	line-height:12px;
}

#Media a:hover{
	color:#FFF;
	
}
#Media a:hover p{
	visibility:visible;
}

a {
	color: #E60000;
}


.sidebar a{
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	color:#999;
}

.sidebar a:hover{
	text-decoration:none;
	color:#FFF;
}

#footer {  
    background-image: url(TemplateImages/backslice3.jpg);  /* line at top*/
    padding:10px 50px 90px 50px;  /*size of footer*/
    font-size:9px;				/*tiny font*/
	font-line-height:14px;  	/*nice spacing*/
}  
#footer img {  
    float:left;  		
}  
#footer span {  
    margin-top: 5px;	/*allign with top of girls head*/
    display:block;  
   /* float: inherit;  */
    width:350px;  
}  
#footer a {
	color:#CCC;
	text-decoration:none;
}  
#footer a:hover { color:#ffffff; } </pre></body></html>