
.cdcover        { 
	background-color: transparent; 
	text-align: left; 
	float: left; 
	margin: 0px 6px 6px; 
	width: 211px; 
}

.headline{ 
	font-size: 18px; 
	margin: 0px 0px 0px 0px;
}

body {
	background-color: transparent; 
	color: #696969;
	font-family: Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}



.field-label-mp3        { 
	color: #999999; 
	font-style: normal; 
	font-weight: lighter; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: #222; 
	text-align: left; 
	margin: 0px auto 0px; 
	padding: 10px 12px 0px; 
	border-style: solid; 
	border-width: 1px 1px 0px 1px; 
	border-color: #333; 
	width: 298px;
	height: 20px; 
	border-top-left-radius: 6px; 
	border-top-right-radius: 6px; 
	float: left;
	clear: none;
}


.field-items-mp3     { 
	color: #cccccc; 
	background-color: #222; 
	text-align: left; 
	margin: 0px auto 0px; 
	padding: 0px 0px 0px 0px; 
	border-style: solid; 
	border-width: 0px 0px 0px 0px; 
	border-color: #333; 
	width: 211px; 
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	float: left;
	clear: left;
}

.azplayer     { 
	background-color: transparent; 
	text-align: left; 
	margin: 0px auto 0px; 
	padding: 0px 8px 6px;  
}




/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010-2012 Happyworm Ltd
 * Dual licensed under the MIT and GPL licenses.
 *  - http://www.opensource.org/licenses/mit-license.php
 *  - http://www.gnu.org/copyleft/gpl.html
 *
 * Author: Silvia Benvenuti
 * Skin Version: 4.1 (jPlayer 2.2.0)
 * Date: 11th September 2012
 */

div.jp-audio,
div.jp-video    { 
	color: #666; 
	font-size: 1.25em; 
	line-height: 1.6; 
	font-family: Verdana, Arial, sans-serif; 
	background-color: #000; 
	margin-top: 0px; 
	margin-right: 0px; 
	border: solid 0px #333; 
	border-radius: 6px; 
}

div.jp-audio   { 
	margin-top: 0px; 
	margin-left: 0px; 
}
div.jp-video-270p {
	width:480px;
}
div.jp-video-360p {
	width:640px;
}
div.jp-video-full {
	/* Rules for IE6 (full-screen) */
	width:480px;
	height:270px;
	/* Rules for IE7 (full-screen) - Otherwise the relative container causes other page items that are not position:static (default) to appear over the video/gui. */
	position:static !important; position:relative
}

/* The z-index rule is defined in this manner to enable Popcorn plugins that add overlays to video area. EG. Subtitles. */
div.jp-video-full div div {
	z-index:1000;
}

div.jp-video-full div.jp-jplayer {
	top: 0;
	left: 0;
	position: fixed !important; position: relative; /* Rules for IE6 (full-screen) */
	overflow: hidden;
}

div.jp-video-full div.jp-gui {
	position: fixed !important; position: static; /* Rules for IE6 (full-screen) */
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	z-index:1001; /* 1 layer above the others. */
}

div.jp-video-full div.jp-interface {
	position: absolute !important; position: relative; /* Rules for IE6 (full-screen) */
	bottom: 0;
	left: 0;
}

div.jp-interface {
	position: relative;
}

div.jp-audio div.jp-type-single div.jp-interface {
	height:90px;
}
div.jp-audio div.jp-type-playlist div.jp-interface {
	height:40px;
}

div.jp-video div.jp-interface {
	border-top:1px solid #009be3;
}

/* @group CONTROLS */

div.jp-controls-holder  { clear: both; margin: 0 auto; position: relative; top: -8px; width: 300px; overflow: hidden }

div.jp-interface ul.jp-controls {
	list-style-type:none;
	margin:0;
	padding: 0;
	overflow:hidden;
}

div.jp-audio ul.jp-controls {
	height:34px;
	padding:2px 2px 2px 2px;
	width:205px;
	border: solid 1px #333; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}

div.jp-video div.jp-type-single ul.jp-controls {
	width: 78px;
	margin-left: 200px;
}

div.jp-video div.jp-type-playlist ul.jp-controls {
	width: 136px;
	margin-left: 172px;
}
div.jp-video ul.jp-controls,
div.jp-interface ul.jp-controls li {
	display:inline;
	float: left;
}

div.jp-interface ul.jp-controls a {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-play,
a.jp-pause {
	width:33px;
	height:33px;
	margin-right:4px;
	border: 0px solid #869497; 
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a.jp-play {
	background: url("player-skin/play.png") 0px 0 no-repeat;
}

a.jp-play:hover {
	background: url("player-skin/play.png") -100px 0 no-repeat;
}

a.jp-pause {
	background: url("player-skin/play-active.gif") no-repeat;
}

a.jp-pause:hover {
	background: url("player-skin/play.png") -300px 0 no-repeat;
}

a.jp-stop, a.jp-previous, a.jp-next {
	width:25px;
	height:25px;
	margin-top:8px;
	margin-right:4px;
	border: 0px #869497; 
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a.jp-stop {
	background: url("player-skin/stop.png") 0 0 no-repeat;
}

a.jp-stop:hover {
	background: url("player-skin/stop.png") -50px 0 no-repeat;
}

a.jp-previous {
	background: url("player-skin/stop.png") -100px 0 no-repeat;
}
a.jp-previous:hover {
	background: url("player-skin/stop.png") -150px 0 no-repeat;
}

a.jp-next {
	background: url("player-skin/stop.png") -200px 0 no-repeat;
}
a.jp-next:hover {
	background: url("player-skin/stop.png") -250px 0 no-repeat;
}

/* @end */

/* @group progress bar */

div.jp-progress {
	overflow:hidden;
	background-color: #ddd;
}
div.jp-audio div.jp-progress {
	position: absolute;
	top:20px;
	height:4px;
}
div.jp-audio div.jp-type-single div.jp-progress {
	left:90px;
	width:180px;
}
div.jp-audio div.jp-type-playlist div.jp-progress {
	left:130px;
	width:72px;
}
div.jp-video div.jp-progress {
	top:0px;
	left:0px;
	width:100%;
	height:10px;
}
div.jp-seek-bar {
	background: url("player-skin/jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:100%;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("player-skin/jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:100%;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
	background: url("player-skin/jplayer.blue.monday.seeking.gif");
}

/* @end */

/* @group volume controls */


a.jp-mute,
a.jp-unmute,
a.jp-volume-max {
	width:13px;
	height:13px;
	margin-right:0px;
	border: 1px ; 
	border-width: 1px; 
	border-color: #869497;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

}

div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	margin-left: 40px;	
}

div.jp-audio div.jp-type-playlist a.jp-mute,
div.jp-audio div.jp-type-playlist a.jp-unmute {
	margin-left:2px;
}

div.jp-audio a.jp-volume-max {
	position: absolute;
	top:3px;
	left:188px;	
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute,
div.jp-video a.jp-volume-max {
	position: absolute;
	top:6px;
	margin-top:0;
}

div.jp-video a.jp-mute,
div.jp-video a.jp-unmute {
	left: 50px;
}

div.jp-video a.jp-volume-max {
	left: 134px;
}

a.jp-mute {
	background: url("player-skin/mute.png") 0 0 no-repeat;
background-position: center center; 
}
a.jp-mute:hover {
	background: url("player-skin/mute2.png") 0 0 no-repeat;
background-position: center center; 
}
a.jp-unmute {
	background: url("player-skin/unmute.png") 0 0 no-repeat;
background-position: center center; 
	display: none;
}
a.jp-unmute:hover {
	background: url("player-skin/unmute2.png") 0 0 no-repeat;
background-position: center center; 
}
a.jp-volume-max {
	background: url("player-skin/max.png") 0 0 no-repeat;
background-position: center center; 
}
a.jp-volume-max:hover {
	background: url("player-skin/max2.png") 0 0 no-repeat;
background-position: center center; 
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	background: url("player-skin/volumebar.png") 0 0 repeat-x;
	background-position: center center; 
	width:40px;
	height:8px;
	cursor: pointer;
	border: 0px #869497; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
div.jp-audio div.jp-volume-bar {
	top:6px;
	left:146px;
}
div.jp-video div.jp-volume-bar {
	top:17px;
	left:72px;
}
div.jp-volume-bar-value {
	background: url("player-skin/volume.png") 0 0 repeat-x;
	background-position: center center; 
	width:40px;
	height:8px;
	border: 0px #869497;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* @end */

/* @group current time and duration */

div.jp-audio div.jp-time-holder {
	position:absolute;
	top:22px;
}
div.jp-audio div.jp-type-single div.jp-time-holder {
	left:100px;
	width:50px;
}
div.jp-audio div.jp-type-playlist div.jp-time-holder {
	left:123px;
	width:80px;
}


div.jp-current-time,
div.jp-duration {
	width:auto;
	font-size:8px;
	font-style:normal;
}
div.jp-current-time {
	float: left;
	display:inline;
	text-align: left;
	margin-left:6px;
}
div.jp-duration {
	float: right;
	display:inline;
	text-align: right;
}

div.jp-video div.jp-current-time {
	margin-left:20px;
}
div.jp-video div.jp-duration {
	margin-right:20px;
}

/* @end */

/* @group playlist */

div.jp-title {
	font-weight:normal;
	text-align:center;
}

div.jp-title,
div.jp-playlist {
	width:100%;
	background:#000;
	border-top:none;
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
	display: none;
}
div.jp-type-single div.jp-title,
div.jp-type-playlist div.jp-title,
div.jp-type-single div.jp-playlist {
	border-top:none;
	border-bottom:none;
}
div.jp-title ul,
div.jp-playlist ul {
	list-style-type:none;
	margin:0;
	padding:0px 0px;
	font-size:10px;
	text-align:left;
}

div.jp-title li {
	padding:5px 0;
	font-weight:normal;
}
div.jp-playlist li {
	padding:0px 0px 0px 6px;
	background: #000;
	height:14px;
}

div.jp-playlist li div {
	display:inline;
}

/* Note that the first-child (IE6) and last-child (IE6/7/8) selectors do not work on IE */

div.jp-type-playlist div.jp-playlist li:last-child {
	padding:0px 0px 0px 0px;
	border-bottom-left-radius: 6px; 
	border-bottom-right-radius: 6px; 
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {

	padding-left:0px;
}
div.jp-type-playlist div.jp-playlist a {
 font-style: normal;
	color: #869497;
	text-decoration: none;
}
div.jp-type-playlist div.jp-playlist a:hover {
 font-style: normal;
	color:#ffcc66;

}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
 font-style: normal;
	color:#ffcc66;
}

div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
	float:right;
	display:inline;
	text-align:right;
	margin-right:6px;
	font-weight:bold;
	color:#666;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
	color:#0d88c1;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
	float:right;
	display:inline;
	text-align:right;
	margin-right:6px;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a{
	color:#666;
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover{
	color:#0d88c1;
}
span.jp-artist {
	font-size:.8em;
	color:#666;
}

/* @end */

div.jp-video-play {
	width:100%;
	overflow:hidden; /* Important for nested negative margins to work in modern browsers */
	cursor:pointer;
	background-color:rgba(0,0,0,0); /* Makes IE9 work with the active area over the whole video area. IE6/7/8 only have the button as active area. */
}
div.jp-video-270p div.jp-video-play {
	margin-top:-270px;
	height:270px;
}
div.jp-video-360p div.jp-video-play {
	margin-top:-360px;
	height:360px;
}
div.jp-video-full div.jp-video-play {
	height:100%;
}
a.jp-video-play-icon {
	position:relative;
	display:block;
	width: 112px;
	height: 100px;

	margin-left:-56px;
	margin-top:-50px;
	left:50%;
	top:50%;

	background: url("player-skin/jplayer.blue.monday.video.play.png") 0 0 no-repeat;
	text-indent:-9999px;
}
div.jp-video-play:hover a.jp-video-play-icon {
	background: url("player-skin/jplayer.blue.monday.video.play.png") 0 -100px no-repeat;
}





div.jp-jplayer audio,
div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: transparent;
}





/* @group TOGGLES */

/* The audio toggles are nested inside jp-time-holder */

ul.jp-toggles {
	list-style-type:none;
	padding:0;
	margin:0 auto;
	overflow:hidden;

}

div.jp-audio .jp-type-single ul.jp-toggles {
	width:18px;

}
div.jp-audio .jp-type-playlist ul.jp-toggles {
	width:44px;
	margin: 0;
	position: absolute;
	left: 134px;
	top: 10px;

}

div.jp-video ul.jp-toggles {
	margin-top:10px;
	width:100px;
}

ul.jp-toggles li {
	display:none;
	float:right;
}

ul.jp-toggles li a {
	display:none;
	width:15px;
	height:15px;
	border: 1px #869497; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-indent:-9999px;
	line-height:100%; /* need this for IE6 */
}

a.jp-full-screen {
	background: url("player-skin/jplayer.blue.monday.jpg") 0 -310px no-repeat;
	margin-left: 20px;
}

a.jp-full-screen:hover {
	background: url("player-skin/jplayer.blue.monday.jpg") -30px -310px no-repeat;
}

a.jp-restore-screen {
	background: url("player-skin/jplayer.blue.monday.jpg") -60px -310px no-repeat;
	margin-left: 20px;
}

a.jp-restore-screen:hover {
	background: url("player-skin/jplayer.blue.monday.jpg") -90px -310px no-repeat;
}

a.jp-repeat {
	background: url("player-skin/repeat.png") 0 0 no-repeat;
background-position: center center; 
}

a.jp-repeat:hover {
	background: url("player-skin/repeat2.png") 0 0 no-repeat;
background-position: center center; 
}

a.jp-repeat-off {
	background: url("player-skin/repeatoff.png") 0 0 no-repeat;
background-position: center center; 
}

a.jp-repeat-off:hover {
	background: url("player-skin/repeatoff2.png") 0 0 no-repeat;
background-position: center center; 
}

a.jp-shuffle {
	background: url("player-skin/shuffle.png") 0 0 no-repeat;
background-position: center center; 
	margin-left: 5px;
}

a.jp-shuffle:hover {
	background: url("player-skin/shuffle2.png") 0 0 no-repeat;
background-position: center center; 
}

a.jp-shuffle-off {
	background: url("player-skin/shuffleoff.png") 0 0 no-repeat;
background-position: center center; 
	margin-left: 5px;
}

a.jp-shuffle-off:hover {
	background: url("player-skin/shuffleoff2.png") 0 0 no-repeat;
background-position: center center; 
}


/* @end */

/* @group NO SOLUTION error feedback */

.jp-no-solution {
	position:absolute;
	width:390px;
	margin-left:-202px;
	left:50%;
	top: 10px;

	padding:5px;
	font-size:.8em;
	background-color:#eee;
	border:2px solid #009be3;
	color:#000;
	display:none;
}

.jp-no-solution a {
	color:#000;
}

.jp-no-solution span {
	font-size:1em;
	display:block;
	text-align:center;
	font-weight:bold;
}

/* @end */







