@charset "UTF-8";
/* CSS Document */

/* OPACITY RULES:
opacity: 0.5; This is the “most important” one because it is the current standard in CSS. This will work in most versions of Firefox, Safari, and Opera. This would be all you need if all browsers supported current standards. Which, of course, they don’t.
filter:alpha(opacity=50); This one you need for IE.
-moz-opacity:0.5; You need this one to support way old school versions of the Mozilla browsers like Netscape Navigator.
-khtml-opacity: 0.5; This is for way old versions of Safari (1.x) when the rendering engine it was using was still referred to as KTHML, as opposed to the current WebKit.*/


body {
	background-image:url(images/bg/whole_bg3_web.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	overflow:auto;
}


#container {
	margin-left:150px;
	width:600px;
	height:770px;
	
}

#header {
	background-image:url(images/bg/header.jpg);
	margin-left:-10px;
	width:620px;
	height:95px;


}

#nav {
	margin-left:-10px;
	height:40px;
	width:620px;
}


#content {
	height:600px;

}
a:link {
	text-decoration:none;
	color:#666666;

}

a:visited {
	text-decoration:none;
	color:#000000;

}

a:hover {
	text-decoration:none;
	color:#fff;

}

a:active {
	text-decoration:none;
	color:#000000;

}
#news {
	float:left;
	margin-top:15px;
	margin-left:30px;
	width:335px;
	padding-right:10px;
	height:390px;
	overflow:auto;
	
}

#bio {
	margin-left:30px;
	margin-top:15px;
	
}

#music {
	margin-left:30px;
	margin-top:29px;
	overflow: hidden;
	
}

#photo_page {
	margin-left:25px;
	margin-top:29px;

	
}

#photo_page2 {
	margin-left:30px;
	margin-top:29px;
	list-style:none;

}

#shows {
	margin-left:30px;
	margin-top:29px;
	
}


#contact {
	float:left;
	margin-top:29px;
	margin-left:30px;
	width:335px;
	padding-right:10px;
	height:300px;
	overflow:auto;
	
}

#updates {
	float:left;
	margin-left:15px;
	margin-top:15px;
	padding-left:10px;
	width:190px;
	height:400px;
}

#moreupdates {
	margin-right:20px;
	float:right;
	border:none;

}



#photos {
	margin-top:20px;
	margin-left:-35px;
	float:left;
	width:100%;
	height:200px;
}

#accordion {
	margin-left:168px;
	margin-top:10px;
	margin-bottom:3px;
	max-height:475px;
	width:328px;
	overflow:auto;
	
}

	


/*  Below is for jquery slideshow  */
/*  Below is for jquery slideshow  */
/*  Below is for jquery slideshow  */
.next, .prev {
cursor:pointer;
}
#photos {
position:relative;
width:600px;
}
#buttons {
width:525px;
margin-left:0px;
margin-right:0px;
}
#photos #buttons a {
color:#6699CC;
}
#photos .prev {
float:left;
}
#photos .next {
float:right;
}

#slideshow {
overflow:hidden;
width:525px;
}
#slideshow ul {
padding-left:20px;
width:6000px;
}
#slideshow li {
cursor:pointer;
float:left;
margin:0 15px;
}
ul, li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	
}


/*  Below is for jquery accordion  */
/*  Below is for jquery accordion  */
/*  Below is for jquery accordion  */

ul.menu, ul.menu ul {
  list-style-type:none;
  margin-left: 0;
  padding: 0;
  width: 305px;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }