.ahem { display: none; }
.bold {
	font-weight: bold;
}
.fineprint {
	font-size: 10px;
	color: #ccc;
}
.fineprint-underline,
a.fineprint-underline a:link,
a.fineprint-underline a:active, 
a.fineprint-underline a:visited {
	font-size: 10px;
	color: #ccc;
	padding-bottom: 3px;
	border-color: inherit;
	border-width: 0 0 1px 0;
	border-style: solid;
}
body {
	min-width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	background-color: #FFF;
}

.spacer,
.spacer1,
.spacer2,
.spacer3,
.spacer4,
.spacer5,
.spacer6, 
.spacer15, 
.spacer30, 
.spacer60, 
.spacer100 {
	clear: both;
}
/* ".spacer" uses the default height, which can be larger than 6 pixels */
.spacer1 { height: 1px; }
.spacer2 { height: 2px; }
.spacer3 { height: 3px; }
.spacer4 { height: 4px; }
.spacer5 { height: 5px; }
.spacer6 { height: 6px; }
.spacer15 { height: 15px; }
.spacer30 { height: 30px; }
.spacer60 { height: 60px; }
.spacer100 { height: 100px; }



/* ########  INDEX BEGINS  ######## */

body#index {
	min-width: 550px;
	color: #000;
	background-color: #FFF;
}

#index-logo-box, #index-copyright, #index-enter {
	position: absolute;
	top: 50%;
	left: 50%;
}

#index-logo-box {
	width: 155px;
	height: 148px;
	margin: -70px 0 0 -220px;
	padding: 10px;
	background-image: url(../images/navigation/4_pixel_black.gif);
	background-repeat: repeat;
	background-position: 0 0;
}

#index-copyright {
	color: #666;
	background-color: inherit;
	border-color: #333;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 120px 0 0 -150px;
	width: 300px;
	text-align: center;
	font-size: 8px;
	padding: 3px 0 0 0;
	letter-spacing: 1px;
	white-space: nowrap;
	font-family: Verdana, Arial, "sans serif", Helvetica, Geneva;
}

#index-logo1 {
	background-image: url(../images/navigation/cm_logo-index-x2sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

#index-logo1 a:hover, 
#index-logo1:hover {
	display: block;
	background-image: url(../images/navigation/cm_logo-index-x2sprite.gif);
	background-position: 0 148px;
	border-color: none;
	border-width: 0;
	border-style: solid;
	text-decoration: none;
}

#index-enter {
	margin: 120px 0 0 370px;
}
#index-enter a {
	display: block;
	width: 53px;
	height: 16px;
	background-image: url(../images/navigation/index-enter-x2sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#index-enter a:hover {
	background-image: url(../images/navigation/index-enter-x2sprite.gif);
	background-position: 0 -16px;
}

/*
* html body#index #index-logo-box #index-enter {
	height: 16px;
	border-color: #FF6;
	border-width: 1px;
	border-style: solid;
}
*/

.drum-track { visibility: hidden; }

/* ########  INDEX ENDS  ######## */

.normal {
	font-weight: normal;
}



* {
	margin: 0;
	padding: 0;
	border: 0;
}

/*
div {

	border-color: #F00;
	border-width: 1px;
	border-style: solid;

}
*/

a:link, a:active {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	color: #ddd;
	background-color: inherit;
	text-decoration: none;
	padding: 0 0 2px 0;
	border-color: inherit;
	border-width: 0 0 1px 0;
	border-style: solid;
}

h1, .you-are-here { font-size: 14pt; }

.you-are-here {
	color: #666;
	background-color: inherit;
}


/*
#header {
	position: relative;
	padding: 0;
	height: 140px;
	background-color: #FFF;
	background-image: url(../images/navigation/fade.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}
*/

#header-bar {
	position: absolute;
	/*
	left: 0;
	top: 0;
*/
	margin: 0 -100px 0 0;
	/*so that it fits without a horiz scrollbar in IE 5 Mac*/
	padding: 19px 20px 20px 14px;
	/*negative values not allowed*/
	width: 120px;
	height: 115px;
	color: inherit;
	background-color: #FFF;
	border-color: #FFF;
	border-width: 0 0 1px 0;
	border-style: solid;
	z-index: 1;
}

#header-right {
	float: right;
	/*left: 30%;*/
	background-image: url(../images/navigation/drum-strip-very-wide.gif);
	background-repeat: repeat-x;
	background-position: 100% 0;
	color: inherit;
	background-color: #FFF;
	height: 102px;
	width: 100%;
	/*min-width: 200px;*/
	text-align: right;
	padding: 0 0 35px 0;
	margin: 0;
}

#linkbar {
	float: right;
	/*left: 50%;*/
	/*top: 110px;*/
	padding: 5px 20px;
	margin: -30px 0 0 0;
	text-align: center;
	white-space: nowrap;
	color: #f30;
	background-color: inherit;
	font-size: 0.8em;
	width: 506px;
	/*height: 40px;*/
	letter-spacing: 0.125em;
}

#linkbar a {
	text-decoration: none;
	color: #999;
	background-color: inherit;
}

#linkbar a:hover {
	text-decoration: none;
	color: #000;
	background-color: inherit;
}

#linkbar span.current-page a,
#linkbar span.home-current-page a, 
#linkbar span.bio-current-page a, 
#linkbar span.discography-current-page a, 
#linkbar span.music-current-page a, 
#linkbar span.gallery-current-page a, 
#linkbar span.links-current-page a, 
#linkbar span.presskit-current-page a {
	color: #000;
	background-color: inherit;
	font-weight: bold;
}

div.gallery-photos a:hover {
	text-decoration: none;
	border-width: 0;
	padding: 0;
}
div.album {
	height: 130px;
	width: 450px;
	padding: 10px 10px 90px 10px;  /* keeps the bottom edge below the label logo on Firefox et al */
	background-repeat: repeat;
	background-position: 0 0;
	white-space: nowrap;
	border-width: 1px 1px 1px 1px;
	border-color: #111 #444 #444 #111;
	border-style: solid;
}
* html body div.album { /* IE6 only */
	width: 450px;
	padding-bottom: 20px; /* keeps the bottom edge below the label logo on IE6 */
	margin: 0;
}
div.album div {
	float: left;
	margin: 0;
}
div.album div a,
div.album div a:hover {
	margin-right: 10px;
}
* html body div.album div a,
* html body div.album div a:hover { /* IE6 only */
	margin-right: 0;
}
* html body div.album div a.link:hover  { /* IE6 only */
	text-decoration: none;
}

div.album div.album-data {
	margin-left: 10px;
}
* html body div.album div.album-data { /* IE6 only */
	margin-left: 20px;
}
div.album div div.album-notes {
	margin: 10px 0 0 7px;
}
* html body div.album div div.album-notes { /* IE6 only */
	margin: 10px 0 0 3px;
}
div.album div ul {
	margin: 30px 0 0 0;
	font-style: italic;
	font-size: 11px;
	line-height: 12px;
	list-style: inside;
}
div.album div ul li {
	margin: 0;
	padding: 4px 0;
}

.main-text {/* Firefox trouble rule for presskit page*/
	/*width: 500px;*/
	margin: 20px 100px 0 156px;
	background-color: inherit;
	color: #000;
}

.main-text h1 {
	color: #F30;
	background-color: inherit;
}


.main-text-body {
	font-size: 0.9em;
	letter-spacing: 0.075em;
	margin: 0 auto;
	line-height: 1.8em;
	/*width: auto;*/
}

.main-text-body div.dark-background {
	padding: 25px;
	background-image: url(../images/navigation/4_pixel_black.gif);
	background-repeat: repeat;
	background-position: 0 0;
}
.main-text-body div.dark-background img {
	/*margin: 0 auto;*/
	border-color: #666;
	border-width: 1px;
	border-style: solid;
}


.list1 {
	list-style: none;
	padding-left: 15px;
}
.list2 {
	list-style: square;
	list-style-position: inside;
}

.list1 li a,
.list2 li a {
	color: #000;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.list1 li a:hover,
.list2 li a:hover {
	color: #ccc;
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
}

.list2 {
	
}


span.header-link-unlinked {
	font-size: 0.8em;
	color: #999;
	background-color: inherit;
}

.header-link:link, 
.header-link:active { text-decoration: none; }

.header-link:hover {
	color: #ccc;
	background-color: inherit;
	text-decoration: none;
}

/*
.gallery-group {
	float: left;
	padding: 0 5px;
	background-image: url(../images/navigation/4_pixel_333.gif);
	background-repeat: repeat;
	background-position: 0 0;
	
}
.gallery-group img {
	padding: 5px 5px 5px 5px;
}*/
.gallery-group-header {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	margin: 5px 0 3px 3px;
	padding: 3px 0 0 0;
}
/*
.gallery-group-header a:hover {
	color: inherit;
	text-decoration: none;
}
*/

.thumbnail a:link,
.thumbnail a:active,
.thumbnail a:visited {
	float: left;
	display: block;
	padding: 0;
	border-color: #222;
	border-width: 1px;
	border-style: solid;
}

.thumbnail a:hover {
	border-color: #999;
	text-decoration: none;
}

.divider-image {
	/*position: relative;*/
	border-color: #F00;
	border-width: 1px;
	border-style: solid;
	margin-left: 250px;
}

#enclosing-div1 {
	position: relative;
	/*left: 50%;*/
	/*height: 99%;*/
	margin: 0;
	float: none;
	/*IE 6 isn't seeing this div's background styles*/
}

#enclosing-div2 {
	/*This div's background is in front of the previous div's*/
	position: relative;
	/*margin-left: -45%;*/
	height: 99%;
	margin: 0 auto;
	padding-bottom: 100%;
	/*background-color: #ccc;*/
	/*	display: table; - Firefox trouble rule for gallery page*/
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	/*	background-color: #3C6;
*/
}
#enclosing-div2b { /* for the gallery page only */
	/*This div's background is in front of the previous div's*/
	position: relative;
	/*margin-left: -45%;*/
	height: 99%;
	margin: 0 auto;
	padding-bottom: 100%;
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
	/*	background-color: #3C6;
*/
}

* html body #enclosing-div2b { /* for the gallery page only for IE 6 */
	/*This div's background is in front of the previous div's*/
	position: relative;
	height: 99%;
	margin: 0 auto;
	padding-bottom: 100%;
	background-image: none;
	background-repeat: repeat-y;
	background-position: 50% 0;
	background-attachment: fixed;
	border-color: transparent;
	border-width: 1px;
	border-style: solid;
}


.spacer-image { height: 200px; }

.black {
	position: relative;
	color: inherit;
	background-color: #FFF;
	height: 150%;
}

.slash {
	/*position: absolute;*/
	float: right;
	/*top: 100px;*/
	height: 6px;
	width: 445px;
	margin: 0 0 0 0;
	padding-right: 5%;
	/*left: 0;*/
	/*right: 0;*/
	/*	margin-right: 0;
*/
	background-image: url(../images/navigation/header-slash.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.slashbox {
	position: relative;
	/*text-align: right;*/
}

.spacer { clear: both; }
.italic { font-style: italic; }
.notes {
	font-size: 9pt;
	line-height: 13pt;
	margin-top: 5px;
}
.notes a:link {
	text-decoration: none;
}
.top {
	font-size: 8pt;
   border-color: #ccc;
	background-color: #FFF;
	color: #ccc;	
}
.top:hover {
	border-color: #ccc;
	background-color: transparent;
	color: #000;
}
a.link:link,
a.link:active, 
a.link:visited {
	width: 150px;
}
a.link-narrow:link,
a.link-narrow:active, 
a.link-narrow:visited {
	width: 128px;
}
a.link:link,
a.link:active, 
a.link:visited, 
a.link-narrow:link,
a.link-narrow:active, 
a.link-narrow:visited {
	display: block;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
}
a.link:hover, 
a.link-narrow:hover {
	border-color: #bbb;
}

.filephoto-icon img { background-image: url(../images/navigation/filephoto-icon.gif); }

.file-photo {
	margin: 5px 0 15px 0;
	float: left;
}
div.file-photo div {
	clear: left;
	color: #ccc;
	font-size: 8pt;
}


.pdf-icon img { background-image: url(../images/navigation/PDF-logo-tiny.gif); }

.pdf-icon img {
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 4px;
	text-decoration: none; 
}

a.pdf-icon:visited { text-decoration: none; }

.pdf-icon:hover span {
	border-color: #000;
	text-decoration: none;
}

div.logo a {
	display: block;
}
div.logo, 
div.logo a:hover img {
	width: 120px;
	height: 115px;
}
div.logo a:hover {
	border: none;
	text-decoration: none;
	border-color: none;
	border-width: 0;
	border-style: solid;
}

div.logo {
	background-image: url(../images/navigation/cm_logo-bluegrad-x2sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}

div.logo a:hover img {
	background-image: url(../images/navigation/cm_logo-bluegrad-x2sprite.gif);
	background-position: 0 115px;
	border: none;
}

/* #########  TRACKS BEGINS  ######### */

.track-title {
	margin: 10px 0;
}
.info-link-block {
	margin: 10px 0;
}
.track-list-event {
	margin: 20px 0;
}
.track-list-event div {
	margin: 3px 0 0 10px;
}
#media-file {
	margin: 10px 0;
}





/* #########  TRACKS ENDS  ######### */
