	/* rainbow  style sheet ======================================== */

 .wrap  {
	display: block;
	padding: 0 1px 0 0;
	position: relative;
	}

.wrap .shadow {
	color: #000;
	position: absolute;
	line-height: inherit;
	top: 0px;
	left: 1px;
	}

.wrap .shadow a { color: #000; }

.wrap .highlight {
	color: #fff;
	opacity: 0.7;
	position: absolute;
	line-height: inherit;
	top: 1px;
	left: 0px;
	}

.wrap .source {
	position: relative;
	}

.rainbow,.rainbows-highlight,.rainbows-shadow {
	}

.rainbow {
	background: transparent;
	display: block;
	position: relative;
	height: 1px;
	overflow: hidden;
	z-index: 4;
	}

.rainbow span {
	position: absolute;
	top: 0;
	left: 1px;
	display: block;
	}
	
a .rainbow span {
	white-space: nowrap;
	}

.rainbows-highlight {
	color: #fff !important;
	display: block;
	position: absolute;
	top: -1px;
	left: 0px;
	z-index: 2;
	}

.rainbows-shadow {
	color: #000 !important;
	display:block;
	position: absolute;
	top: 1px;
	left: 2px; /* can be one or two depending on 90 or 135 degree global light */
	z-index: 3;
	}

/*	demo style sheet ============================================= */

.sample2 .rainbows-shadow {
	opacity: 0.7;
	}

.inset.sample2 .rainbows-shadow {
	color: #fff !important;
	opacity: 0.7;
	}

.sample2 {
	background: #333;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin: 0px 5px 4px 4px;
	padding: 0px 4px 0px 40px;	/* moves 'Dude kTunes' over */
	}
	
.silver.sample2 {
	background: #ccc;	/* this changes the background color for kTunes */
	}

.sample2 h1 {
	/*
	 * font: 800 42px/1.2 "Monotype Corsiva","helvetica neue","lucida grande",verdana,sans-serif; 
	 * The value 32 or 42 or 52 is the font-size
	 */
	font: 800 42px/1.4 "Monotype Corsiva","helvetica neue","lucida grande",verdana,sans-serif;
	width: 860px;
	}
