/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: Blue Monday
 *
 * Copyright (c) 2010 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: 1.0
 * Date: 18th February 2010
 */

div.jp-single-player,
div.jp-playlist-player {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1.25em;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	width:312px;
	height:80px;
	margin:0;
	padding:0;
	background:url(speaker_main_green.png) repeat-y top left;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface  ul.jp-controls {
	padding:0;
	margin: 0;
}
div.jp-interface  ul.jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play,
li.jp-pause {
	display: block;
	position: absolute;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player li.jp-play,
div.jp-single-player li.jp-pause {
	left:40px;
}
div.jp-playlist-player li.jp-play,
div.jp-playlist-player li.jp-pause {
	left:48px;
}
li.jp-play {
	background: url("jplayer_play.jpg") 0 0 no-repeat;
}
li.jp-play:hover {
	background: url("jplayer_play_hover.jpg") 0 0 no-repeat;
}
li.jp-pause {
	background: url("jplayer_pause.jpg") 0 0 no-repeat;
}
li.jp-pause:hover {
	background: url("jplayer_pause_hover.jpg") 0 0 no-repeat;
}
li.jp-stop {
	position: absolute;
	top:26px;
	background: url("jplayer_stop.jpg") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player li.jp-stop {
	left:90px;
}
div.jp-playlist-player li.jp-stop {
	left:126px;
}
li.jp-stop:hover {
	background: url("jplayer_stop_hover.jpg") 0 0 no-repeat;
}
li.jp-previous {
	position: absolute;
	left:20px;
	top:26px;
	background: url("jplayer_previous.jpg") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous:hover {
	background: url("jplayer_previous_hover.jpg") 0 0 no-repeat;
}
li.jp-next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("jplayer_next.jpg") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next:hover {
	background: url("jplayer_next_hover.jpg") 0 0 no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:65px;
	background-color: #ddd;
	width:266px;
	height:8px;
}
div.jp-single-player div.jp-progress {
	left:20px;
}
div.jp-playlist-player div.jp-progress {
	left:20px;
}
div.jp-load-bar {
	background: url("jplayer.blue.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("jplayer.blue.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:8px;
}
li.jp-volume-min {
	position: absolute;
	top:32px;
	background: url("jplayer_volume_down.jpg") 0 0 no-repeat;
	width:13px;
	height:16px;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-min {
	left:155px;
	top:34px;
}
div.jp-playlist-player li.jp-volume-min {
	left:175px;
	top:34px;
}
li.jp-volume-min:hover {
	background: url("jplayer_volume_down_hover.jpg") 0 0 no-repeat;
}
li.jp-volume-max {
	position: absolute;
	top:32px;
	background: url("jplayer_volume_up.jpg") 0 0 no-repeat;
	width:20px;
	height:16x;
	cursor: pointer;
}
div.jp-single-player li.jp-volume-max {
	left:246px;
	top:34px;
}
div.jp-playlist-player li.jp-volume-max {
	left:269px;
	top:34px;
}
li.jp-volume-max:hover {
	background: url("jplayer_volume_up_hover.jpg") 0 0 no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:39px;
	background: url("jplayer.blue.monday.jpg") 0 -250px repeat-x;
	width:55px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:160px;
	top:39px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:200px;
	top:39px;
}
div.jp-volume-bar-value {
	background:#83aa31;
	width:0px;
	height:15px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:46px;
	color:#83a431;
	width:269px;
	font-size:.74em;
	font-style:normal;
	}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:10px;
	top:46px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:20px;
	top:76px;
}
div.jp-playlist {
	width:312px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	background:url(speaker_main_green.png) repeat-y top left;
	width:312px;
	font-size:.82em;
}
div.jp-single-player div.jp-playlist ul {
	padding:0px;
}
div.jp-playlist-player div.jp-playlist ul {
	margin:0;
	padding:20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:2px;
	margin-bottom:2px;
	cursor: pointer;
	height:36px;
	background:#efefef;
	width:266px;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	cursor: default;
	background:#e8f5c5;
	width:266px;

}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
	background:#e8f5c5;
}

div#jplayer_bottom {
background:url(speaker_bottom_green.png) no-repeat top left;
height:47px;
width:312px;
}

div#jplayer_top {
background:url(speaker_top_green.png) no-repeat bottom left;
height:57px;
width:312px;
}

div#jplayer_top #speaker_kategori {
margin-left:20px;
padding-top:20px;
}

div#jplayer_top #speaker_kategori_danish {
color:#fff; 
font-size:17px;
text-transform:normal;
font-weight:bold;
}

div#jplayer_top #speaker_kategori_english {
color:#fff; 
font-size:12px; 
font-weight:normal;
}
	/* SPEAKERENS DETALJE OPSÆTNING */

#speaker_rightdiv {
float:right;
width:44px;
text-align:right;
margin:0;
height:38px;
overflow:hidden;
}

#speaker_leftdiv {
float:left;
margin-left:2px;
width:183px;
height:38px;
overflow:hidden;
}	

#speaker_navn_green #speaker_id {
	font-weight:bold;
	font-size:14px;
	margin-right:2px;
	text-transform:uppercase;
	color: #999999;
}

#speaker_navn_green {
	color:#83a431;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	display:block;
}

#speaker_navn_magenta {
	color:#c41fa3;
	font-weight:bold;
	font-size:14px;
	margin-left:5px;
	text-transform:uppercase;
	display:block;
	width:150px;
}

#speaker_billede {
float:left;
width:35px;
overflow:hidden;
}

#speaker_kriterier {
color:#949494;
font-size:.80em;
}

#speaker_hurtig_levering {
color:#fff;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding-left:50px;
padding-top:14px;
}

/* PINK PLAYER */


div.jp-single-player2,
div.jp-playlist-player2 {

	/* Edit the font-size to counteract inherited font sizing.
	 * Eg. 1.25em = 1 / 0.8em
	 */
	font-size:1.25em;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface2 {
	position: relative;
	width:312px;
	height:80px;
	margin:0;
	padding:0;
	background:url(speaker_main_magenta.jpg) repeat-y top left;
}
div.jp-single-player2 div.jp-interface2 {
	border-bottom:none;
}
div.jp-playlist-player2 div.jp-interface2 {
}

div.jp-interface2  ul.jp-controls2 {
	padding:0;
	margin: 0;
}
div.jp-interface2  ul.jp-controls2 li {
	overflow:hidden;
	text-indent:-9999px;
}
li.jp-play2,
li.jp-pause2 {
	display: block;
	position: absolute;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player2 li.jp-play2,
div.jp-single-player2 li.jp-pause2 {
	left:40px;
}
div.jp-playlist-player2 li.jp-play2,
div.jp-playlist-player2 li.jp-pause2 {
	left:48px;
}
li.jp-play2 {
	background: url("jplayer_play_magenta.jpg") 0 0 no-repeat;
}
li.jp-play2:hover {
	background: url("jplayer_play_hover_magenta.jpg") 0 0 no-repeat;
}
li.jp-pause2 {
	background: url("jplayer_pause_magenta.jpg") 0 0 no-repeat;
}
li.jp-pause2:hover {
	background: url("jplayer_pause_hover_magenta.jpg") 0 0 no-repeat;
}
li.jp-stop2 {
	position: absolute;
	top:26px;
	background: url("jplayer_stop_magenta.jpg") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player2 li.jp-stop2 {
	left:90px;
}
div.jp-playlist-player2 li.jp-stop2 {
	left:126px;
}
li.jp-stop2:hover {
	background: url("jplayer_stop_hover_magenta.jpg") 0 0 no-repeat;
}
li.jp-previous2 {
	position: absolute;
	left:20px;
	top:26px;
	background: url("jplayer_previous_magenta.jpg") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-previous2:hover {
	background: url("jplayer_previous_hover_magenta.jpg") 0 0 no-repeat;
}
li.jp-next2 {
	position: absolute;
	left:88px;
	top:26px;
	background: url("jplayer_next_magenta.jpg") 0 0 no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
li.jp-next2:hover {
	background: url("jplayer_next_hover_magenta.jpg") 0 0 no-repeat;
}
div.jp-progress2 {
	position: absolute;
	overflow:hidden;
	top:65px;
	background-color: #ddd;
	width:266px;
	height:8px;
}
div.jp-single-player2 div.jp-progress2 {
	left:20px;
}
div.jp-playlist-player2 div.jp-progress2 {
	left:20px;
}
div.jp-load-bar2 {
	background: url("jplayer.magenta.monday.jpg") 0 -202px repeat-x;
	width:0px;
	height:8px;
	cursor: pointer;
}
div.jp-play-bar2 {
	background: url("jplayer.magenta.monday.jpg") 0 -218px repeat-x ;
	width:0px;
	height:8px;
}
li.jp-volume-min2 {
	position: absolute;
	top:32px;
	background: url("jplayer_volume_down_magenta.jpg") 0 0 no-repeat;
	width:13px;
	height:16px;
	cursor: pointer;
}
div.jp-single-player2 li.jp-volume-min2 {
	left:155px;
	top:34px;
}
div.jp-playlist-player2 li.jp-volume-min2 {
	left:175px;
	top:34px;
}
li.jp-volume-min2:hover {
	background: url("jplayer_volume_down_hover_magenta.jpg") 0 0 no-repeat;
}
li.jp-volume-max2 {
	position: absolute;
	top:32px;
	background: url("jplayer_volume_up_magenta.jpg") 0 0 no-repeat;
	width:20px;
	height:16x;
	cursor: pointer;
}
div.jp-single-player2 li.jp-volume-max2 {
	left:246px;
	top:34px;
}
div.jp-playlist-player2 li.jp-volume-max2 {
	left:269px;
	top:34px;
}
li.jp-volume-max2:hover {
	background: url("jplayer_volume_up_hover_magenta.jpg") 0 0 no-repeat;
}

div.jp-volume-bar2 {
	position: absolute;
	overflow:hidden;
	top:39px;
	background: url("jplayer.magenta.monday.jpg") 0 -250px repeat-x;
	width:55px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player2 div.jp-volume-bar2 {

	left:160px;
	top:39px;
}
div.jp-playlist-player2 div.jp-volume-bar2 {
	left:200px;
	top:39px;
}
div.jp-volume-bar-value2 {
	background:#c41fa3;
	width:0px;
	height:15px;
}
div.jp-play-time2,
div.jp-total-time2 {
	position: absolute;
	top:46px;
	color:#bf20a0;
	width:269px;
	font-size:.74em;
	font-style:normal;
}
div.jp-total-time2 {
	text-align: right;
}
div.jp-single-player2 div.jp-play-time2,
div.jp-single-player2 div.jp-total-time2 {
	left:10px;
	top:46px;
}
div.jp-playlist-player2 div.jp-play-time2,
div.jp-playlist-player2 div.jp-total-time2 {
	left:20px;
	top:76px;
}
div.jp-playlist2 {
	width:312px;
}
div.jp-playlist2 ul{
	list-style-type:none;
	margin:0;
	background:url(speaker_main_magenta.jpg) repeat-y top left;
	width:312px;
	font-size:.82em;
}
div.jp-single-player2 div.jp-playlist2 ul {
	padding:0px;
}
div.jp-playlist-player2 div.jp-playlist2 ul {
	margin:0;
	padding:20px;
}
div.jp-single-player2 div.jp-playlist2 li{
	padding:0;
	font-weight:bold;
}
div.jp-playlist-player2 div.jp-playlist2 li{
	padding:2px;
	margin-bottom:2px;
	cursor: pointer;
	height:36px;
	background:#efefef;
	width:266px;
}
div.jp-playlist-player2 div.jp-playlist2 li.jplayer_playlist_current2 {
	color:#0d88c1;
	cursor: default;
	background:#efc5f5;
	width:266px;

}
div.jp-playlist-player2 div.jp-playlist2 li:hover {
	color:#0d88c1;
	background:#efc5f5;
}

div#jplayer_bottom2 {
background:url(speaker_bottom_magenta.jpg) no-repeat top left;
height:47px;
width:312px;
}

div#jplayer_top2 {
background:url(speaker_top_magenta.png) no-repeat top left;
height:57px;
width:312px;
}

div#jplayer_top2 #speaker_kategori2 {
margin-left:20px;
padding-top:20px;
}

div#jplayer_top2 #speaker_kategori_danish2 {
color:#fff; 
font-size:17px;
text-transform:normal;
font-weight:bold;
}

div#jplayer_top2 #speaker_kategori_english2 {
color:#fff; 
font-size:12px; 
font-weight:normal;
}
	/* SPEAKERENS DETALJE OPSÆTNING */

#speaker_navn {
	color:#c41fa3;
	font-weight:900;
	font-size:14px;
	text-transform:uppercase;
	display:block;

}

#speaker_navn #speaker_id {
	font-weight:bold;
	font-size:14px;
	margin-right:2px;
	text-transform:uppercase;
	color: #999999;
}
}

