/* CSS Document */

*{margin: 0; padding: 0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(../images/background.png);
}

.title {
	font-family:Futura;
	font-size:1.5em;
	font-weight:bold;
	color:#F6F5EF;
}/* CSS Document */

*{margin: 0; padding: 0;}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-image:url(../images/background.png);
}

.title {
	font-family:Futura;
	font-size:1.5em;
	font-weight:bold;
	color:#F6F5EF;
}

.subtitle {
	font-family:Futura;
	font-size:1.2em;
	font-weight:bold;
	color:#F6F5EF;
}

a {font-size: 0.9em; font-weight:bold; color:#FFCC33}
a:link {text-decoration:none; font-weight:bold; color:#FFCC33}
a:visited {text-decoration:none; color:#999900;}
a:hover {text-decoration:none; color:#2A030A;}
a:active {text-decoration:none; color:#000;}

.index { }
.ensemble { }
.support { }
.archive { }
.arrows {z-index:1 }
.press { }
.contact { }
.links { }

#news {
	color:#FFFFFF;
	font-size:.7em;
	line-height:1.3em;
	width:240px;
	height:290px;
	position:absolute;
	left:625px;
	top:295px;
	z-index:1;
}

#youtube {
	color:#FFFFFF;
	font-size:.6em;
	line-height:1.3em;
	width:240px;
	height:145px;
	position:absolute;
	left:620px;
	top:445px;
	z-index:1;
}

#shows {
	color:#333333;
	background-color:#FFFFFF;
	font-size:.7em;
	line-height:1.2em;
	width:247px;
	height:180px;
	position:absolute;
	left:621px;
	top:681px;
	padding:3px 7px 5px 4px;
	z-index:1;
}

#shows2 {
	color:#000000;
	background-color:#FFFFFF;
	font-size:.75em;
	line-height:1.3em;
	width:247px;
	height:548px;
	position:absolute;
	left:621px;
	top:289px;
	padding:10px 7px 5px 4px;
	z-index:1;
}

#inserts {
	float:left;
	padding-right:5px;
}

ul{margin:0; padding:0; list-style:none; border:0;}
ul li {position:relative;}
li ul {position:absolute; left:240px; top:0px; display:none;}
ul li a{display:block; width:250px; font-size:.75em; font-weight:600}
li:hover ul {display:block;}

#mitchellbio {width:200px; position:absolute; top:300px; left:240px;}
#nguyenbio {width:200px; position:absolute; top:315px; left:240px;}
#oconnellbio {width:200px; position:absolute; top:330px; left:240px;}
#smithbio {width:200px; position:absolute; top:345px; left:240px;}

#nguyenbio  li ul{width:20px; position:absolute; top:-15px; left:240px;}
#oconnellbio  li ul{width:20px; position:absolute; top:-30px; left:240px;}
#smithbio  li ul{width:20px; position:absolute; top:-45px; left:240px;}

#members {
	color:#FBF8F2;
	font-family:Futura;
	letter-spacing:.05em;
	font-size:1.3em;
	font-weight:700;
	line-height:.9em;
	width:240px;
	height:20px;
	position:absolute;
	left:240px;
	top:260px;
	z-index:1;	
}

#guestartist {
	color:#FBF8F2;
	font-family:Futura;
	letter-spacing:.05em;
	font-size:1em;
	font-weight:700;
	line-height:.8em;
	width:240px;
	height:20px;
	position:absolute;
	left:240px;
	top:400px;
	z-index:1;	
}

#guests {
	color:#FFFFFF;
	font-size:.7em;
	line-height:1.3em;
	width:240px;
	height:380px;
	position:absolute;
	left:240px;
	top:426px;
	z-index:1;
}

#support {
	color:#FFFFFF;
	font-size:.7em;
	line-height:1.3em;
	width:240px;
	height:135px;
	position:absolute;
	left:240px;
	top:280px;
	z-index:1;
}

#wishlist {
	color:#FFFFFF;
	font-size:.7em;
	line-height:1.3em;
	width:240px;
	height:100px;
	position:absolute;
	left:240px;
	top:585px;
	z-index:1;
}

#textarea {
	color:#FFFFFF;
	font-size:.7em;
	line-height:1.3em;
	width:500px;
	height:500px;
	position:absolute;
	left:240px;
	top:277px;
	z-index:1;
	}
	
#shunpike {
	background-color:#FFFFFF;
	color:#333333;
	font-size:.6em;
	font-weight:bolder;
	line-height:1.3em;
	width:230px;
	height:275px;
	position:absolute;
	left:240px;
	top:540px;
	z-index:3;
	padding: 17px 4px 13px 9px;
}


#archives {
	color:#FFFFFF;
	font-size:.7em;
	line-height:1.3em;
	width:350px;
	height:520px;
	position:absolute;
	left:235px;
	top:276px;
	z-index:1;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#F7F6F2;
padding: 10px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

#links {
	color:#FFFFFF;
	font-size:.7em;
	line-height:1.3em;
	width:240px;
	height:290px;
	position:absolute;
	left:248px;
	top:300px;
	z-index:1;
}

img {border:none}
.ibdr { border: 0px solid #FFFFFF; }
a:hover .ibdr { border-bottom:10px solid white; border-right:0px solid white; }
a:hover .ibdr2 { border-bottom:10px solid #70b812; }
a:hover .ibdr3 { border-bottom:4px solid #2A030A; }


.subtitle {
	font-family:Futura;
	font-size:1.2em;
	font-weight:bold;
	color:#F6F5EF;
}


