/*standard html tags common to all */
BODY, TD {
	text-decoration: none;
	font: 11px/15px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
}
H1 {
	font: bold 14px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
H2 {
	font: bold 14px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}
H3 {
	font: bold 12px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 0; padding-bottom: 0;
}
a			{text-decoration: none; }
a:link		{ color: #FF6600; }
a:visited	{ color: #FFFFFF; }
a:hover		{ color: #990000; }
a:active	{ color: #660000; }
IMG {
	border: none;
	margin: 0px;
	padding: 0px;
}
LI { margin-left: 25px; }

/*top of page styles common to all */
.topper {
	border-bottom: 2px solid #FFFFFF;
	background: #000000;
}
.topper a:link		{ color: #FFFFFF; }
.topper a:visited	{ color: #FFFFFF; }
.topper a:hover		{ color: #FF6600; }
.topper a:active	{ color: #990000; }
.menu {
	font: bold 12px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 375px;
	top: 95px;
	width: 350px;
	height: 20px;
	z-index: 2;
	text-align: right;
	color: #666666;
}

/*title of page with in grey striped cell common to all*/
.spheader {
	font: bold 14px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #666666 url(../i_Shared/header.gif);
	border-bottom: 2px solid #FFFFFF;
	padding: 2px 5px 2px 10px;
}
.unbold {
	font-weight: normal;
}

/*sidebar styles common to all */
.sidebar {
	font: 11px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	border-left: 2px solid #FFFFFF;
	background: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.sidebar IMG { padding-bottom: 3px; }
.sidebar a:link, .sidebar a:visited { color: #990000; }
.sidebar a:hover { color: #FF6600; }

/*copyright styles common to all */
.copyright {
	font: 9px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #000000;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* left-aligned picture allowing space between image and text */
.picleft {
	margin-right: 10px;
	float: left;
	margin-bottom: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
}

/*general content style */
.about {
	color: #99CCFF;
	padding: 25px;
	background: #000000;
}

/*bio page styles */
.biopic {
	padding: 0px;
	color: #99CCFF;
	background: #000000;
}
.biotext {
	color: #99CCFF;
	padding: 30px 25px 10px 0px;
}

/*event styles */
.event { color: #AFAFAF; }
.event B, .event STRONG {
	text-transform: uppercase;
	color: #99CCFF;
	margin-bottom: 0px;
	font-weight: bold;
}

/*photo pages styles*/
ul.photolist { margin: 0; padding: 0; }
ul.photolist li {
	list-style-type: none;
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
}
ul.photolist li img {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 10px 0;
}
.caption {
	padding-right: 25px;
	padding-left: 25px;
}

/*for the photo cell so that there are no margins */
.gallery {
	color: #99CCFF;
	padding: 0px 0px 10px;
	background: #000000;
}

/*draws a line around posters */
.poster { border: 1px solid #999999; }

/*for music page release date line under CD name */
.release {
	font: normal 11px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 10px;
}
.music {
	font: bold 12px "Trebuchet MS", "Gill Sans", Geneva, Arial, Helvetica, sans-serif;
	color: #99CCFF;
	text-align: center;
}
