/*
Theme Name: Sphere
Theme URI: http://westsidejazzclub.org/
Version: 1.0
Author: Matt Glaser
Author URI: http://squonkstudios.com/
*/



body {
	background-color: #000000;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	font-family: "Courier New", Courier, monospace;
	font-size:11px;
}
a:link, a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:underline;
	color:#003366;
}
.selected {
	border-bottom:dotted 2px #003366;
	color:#003366;
	cursor:default;
}
#firstload img {margin-top:10px;}
#container {
	width:700px;
	margin:auto;
}
#header {
	height:87px;
	width:700px;
	background-image:url(/images/header_staff.png);
	background-repeat:no-repeat;
}
#header h1 {
	margin:0;
	position:relative;
	text-align:center;
	top:23px;
	width:660px;
	font-size:42px;
	}
#first, #second , #third{
	position:absolute;
	width:700px;
	height:140px;
	display:none;
/*	opacity:0;
	filter:alpha(opacity=0); for ie*/	
}	
#first {top:115px;}
#second {top:255px;}
#third {top:395px;}

#content p {margin-top:0px;}
#nav, #nonav { 
	list-style:none;
	padding:0;
	margin:0;
	font-size: 17px;
	height:20px;
	font-weight:bold;
}
#nav li, #nonav li {
	float:left;
	margin-right: 10px;
}
#secondload h2 {margin:0;}
#bio-tabs {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:-115px;
	z-index:99;
	width:700px;
}
#bio-tabs li {
	margin:0 25px 0 0;
	padding:0;
	float:right;
	
}
#bio-tabs a {
	text-decoration:none;
	height:75px;
	width:75px;
	background:url(/images/thumbsprite.png);
	border:none;
	display:block;
}

#second {z-index:99;}

#silverberg:link {background-position:0px -75px;}
#silverberg:hover {background-position:0px 0px;}
#glaser:link {background-position:-75px -75px;}
#glaser:hover {background-position:-75px 0px;}
#spaghans:link {background-position:-150px -75px;}
#spaghans:hover {background-position:-150px 0px;}
#yung:link {background-position:-225px -75px;}
#yung:hover {background-position:-225px 0px;}
#stapleton:link {background-position:-300px -75px;}
#stapleton:hover {background-position:-300px 0px;}

.wordtube {
	width:350px;
	margin: 20px auto;
}

div.bio {
	width:700px;
	height:140px;
	margin-top:20px;
}
.bio img {
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
h3 {
	font-size:17px;
	margin:0;
}
.bio p {margin-top:0;}
.bio h3 {margin:-10px 0 0;}
.ui-tabs-hide {display:none !important;}
.ui-tabs-panel {display:block;}

#first-four, #second-four, #third-four {
	height:140px;
	width:700px;
	background-repeat:no-repeat;
	position:absolute;
}
#first-four { 
	background-image:url(/images/first_four_bars.png);
	}
#second-four {
	background-image:url(/images/second_four_bars.png);
	top:255px;}
#third-four {
	background-image: url(/images/third-four.png);
	top:395px;
	}

#last-four { 
	height:220px;
	width:700px;
	background-repeat:no-repeat;
	background-image: url(/images/last-four.png);
	position:absolute;
	top:535px
}
#upper-right {
	position:absolute;
	top:10px;
	padding-left:585px;
	font-size:13px;
}
