/* @override http://geometron.net/djmix/css/djmix.css */
/* MAIN */
body {
	background: #252323 url(../images/blackstripe.gif) repeat;
	color: #747474;
	font: 12px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}
#wrapper {
	width: 744px;
	height: 100%;
	margin: 0 auto;
	background: white url(../images/bg-outer.gif) repeat-y;
	-webkit-box-shadow: 0 0 64px rgba(75,7,7,0.5);
	-moz-box-shadow: 0 0 64px rgba(75,7,7,0.5);
	box-shadow: 0 0 64px rgba(75,7,7,0.5);
}
#fixed_header {
	position: fixed;
	height: 68px;
	width: 744px;
	z-index: 2;
	overflow: hidden;
}
#header {
	text-align: left;
	height: 64px;
	border-bottom: 1px solid #1d1d1d;
	background: white url(../images/bg-outer.gif) repeat-y;
	position: relative;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
#header h1 {
	color: #ba0000;
	font-size: 29px;
	margin: 0;
	line-height: 1em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: lowercase;
	position: absolute;
	left: 25px;
	bottom: 13px;
}
#header h1 a {
	color: inherit;
	text-decoration: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
#header h1 {
	font-size: 32px;
}
}
#content {
	padding-top: 69px;
	padding-bottom: 3px;
	background: #4c4c4c url(../images/bg-inner.gif) repeat-y;
	border-bottom: 1px solid #1d1d1d;
}
/* My Comment */
.seamless {
	padding-bottom: 3px;
}
.mix, #warning {
	width: 720px;
	margin: 0 auto;
	background: black url(../images/bg-display.gif) bottom repeat-x;
	border: 1px solid #4b0707;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px #879095;
	-moz-box-shadow: 0 1px 2px #879095;
	box-shadow: 0 1px 2px #879095;
}
.mix {
	overflow: hidden;
}
.mix.playing {
	border-color: #73cee3;
	-webkit-box-shadow: inset 0 0 3px #73cee3, 0 0 2px #73cee3;
	-moz-box-shadow: inset 0 0 3px #73cee3, 0 0 2px #73cee3;
	box-shadow: inset 0 0 3px #73cee3, 0 0 2px #73cee3;
}
.mix.paused {
	border-color: #ba0000;
	-webkit-box-shadow: inset 0 0 3px #ba0000, 0 0 2px #ba0000;
	-moz-box-shadow: inset 0 0 3px #ba0000, 0 0 2px #ba0000;
	box-shadow: inset 0 0 3px #ba0000, 0 0 2px #ba0000;
}
#warning {
	margin-bottom: 3px;
	color: #9d2210;
	font-size: 1.25em;
}
a:link, a:visited {
	color: #747474;
	text-decoration: underline;
}
a:hover {
	color: #73cee3;
	text-decoration: none;
}
/* DATA */
.data {
	padding: 4px 12px 1px 12px;
	text-align: left;
}
.data .r1, .data .r2 {
	margin: 0;
	height: 21px;
	clear: both;
}
.data .r2 {
	padding-bottom: 2px;
}
.thumb {
	height: 45px;
	margin-left: 67px;
	margin-top: -3px;
	padding: 0;
	border: 1px solid #3a3a3a;
	position: absolute;
	z-index: 1;
	float: left;
	opacity: 0.6;
}
.thumb img {
	outline: none;
	border: none;
}
a.thumb:hover {
	border-color: #73cee3;
	opacity: 1;
}
.data p, #key p {
	line-height: 1em;
	margin: 0;
	padding: 3px 0px 0px 4px;
	float: left;
	width: 112px;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
}
p.num {
	background: transparent url(../images/arrows.png) 0 0 no-repeat;
	padding-left: 12px;
	margin-right: 74px;
	width: 30px;
}
.data p, #key p {
	cursor: default;
}
p.num:hover {
	cursor: pointer;
}
.mix:hover .r1 p, 
.playing .r1 p,
.paused:hover .r1 p {
	color: #73cee3;
	background-position: 0 -20px;
}
.paused .r1 p {
	color: inherit;
	background-position: 0 0;
}
p.num.open {
	background-position: 0 -40px;
}
.mix:hover p.num.open, 
.playing p.num.open,
.paused:hover p.num.open {
	background-position: 0 -60px;
}
.paused p.num.open {
	background-position: 0 -40px;
}
p.ttl, p.cmt {
	width: 228px;
}
p.ttl {
	color: #b4b5b3;
}
p.btn {
	padding: 0 4px 0 0;
	height: 22px;
	background: transparent;
}
p.btn a {
	display: block;
	height: 16px;
	padding: 2px 0 0 4px;
	color: #989998;
	background: #2e2e2e url(../images/button.gif) repeat-x;
	text-decoration: none;
	border: 1px solid #3a3a3a;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
p.btn a:hover {
	color: #73cee3;
	border-color: #73cee3;
}
/* TRACKLIST */
div.tracklist {
	display: none;
	text-align: left;
	color: #8e8e8e;
	padding: 6px 16px 16px 16px;
}
div.tracklist h1 {
	background: transparent url(../images/kitt_vox.png) no-repeat -8px left;
	padding: 0px 0px 8px 50px;
	margin: 8px 0px 16px 0px;
	color: #901000;
	font: normal small-caps normal 200% Georgia, "Times New Roman", Times, serif;
}
table.tracklist {
	width: 100%;
	border-top: 1px solid #570900;
	border-bottom: 1px solid #570900;
}
table.tracklist th {
	width: 33%;
	color: #5e5e5e;
	font-size: .833em;
	padding: 9px 0px;
	padding-right: 4px;
	font-style: italic;
}
table.tracklist .first {
	padding-left: 4px;
	text-align: right;
	width: 32px;
}
table.tracklist td {
	line-height: 1.3em;
	vertical-align: top;
	border-top: 1px dotted #2B2B2B;
	font-size: .833em;
	padding: 4px 8px 4px 0px;
}
table.tracklist tr:hover td {
	background: #1e3e46;
	cursor: pointer;
}
/* FOOTER */
#footer {
	text-align: left;
	min-height: 128px;
	background: white url(../images/bg-outer.gif) repeat-y;
}
#key {
	width: 720px;
	margin: 0 auto;
}
#key a:link, #key a:visited {
	color: #ba0000;
	text-decoration: none;
}
#key a:hover {
	text-decoration: underline;
}
#key p {
	color: #b1afaf;
	font-size: .833em;
	line-height: 1.3em;
	width: 111px;
	height: auto;
	padding-top: 12px;
	white-space: normal;
	overflow: visible;
	border-left: 1px solid #b1afaf;
}
#key p.ovr {
	width: 244px;
	padding-right: 98px;
	margin-left: 13px;
}
/* PLAYER */
#wrapper.player {
	width: 348px;
}
#wrapper.player, .player #header, .player #coverart {
	background: white url(../images/bg-player-outer.gif) repeat-y;
}
.player #content {
	background: #4c4c4c url(../images/bg-player-inner.gif) repeat-y;
}
.player .mix {
	width: 324px;
	padding: 4px 0 0 0;
	margin-bottom: 3px;
}
.player .r2 {
	height: 21px;
	margin: 3px auto;
	padding: 0 0 0 11px;
	vertical-align: top;
	clear: both;
}
.player .r2 .btn {
	width: 149px;
	text-align: left;
	display: inline-block;
	float: left;
	margin: 0;
}
.player #coverart {
	padding: 12px 10px;
}
.player #coverart img {
	border: 1px solid #d0d0d0;
	border-top-color: #a6a6a6;
	border-bottom-color: #e5e5e5;
}
.player embed {
	border: 1px solid #5ba8b8;
	-webkit-box-shadow: 0 0 12px #73cee3;
}
.player h1 a:link, .player h1 a:visited {
	text-decoration: none;
	color: inherit;
}
.player h1 a:hover {
	text-decoration: underline;
	color: inherit;
}
.player h1 a img {
	outline: none;
	border: none;
}
/* ROLLOVER */
.seamless .mix .thumb {
	overflow: hidden;
}
div.tracklist {
	display: block;
}
/* iPHONE */
@media only screen and (max-device-width: 480px) {
	
body {
	font-size: 14px;
	line-height: 1.25;
}
.r1 p {
	padding-top: 2px;
}
.r2 p {
	font-size: .9em;
}
table.tracklist th,
table.tracklist td {
	line-height: 1.25em;
	font-size: 1em;
	padding: 5px 9px 5px 0px;
}
.sze, .dnld {
	display: none;
}
#wrapper, #fixed_header {
	width: 628px;
}
#wrapper, #header, #footer {
	background: white url(../images/bg-mobile-outer.gif) repeat-y;
}
#content {
	background: #4c4c4c url(../images/bg-mobile-inner.gif) repeat-y;
}
.mix, #warning, #key {
	width: 604px;
}

}
