/*
 * Skin for jPlayer Plugin (jQuery JavaScript Library)
 * http://www.happyworm.com/jquery/jplayer
 *
 * Skin Name: The IT Crowd (based on 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: David July (original by Silvia Benvenuti)
 * Skin Version: 1.0 (jPlayer 2.0.0)
 * Date: 2011-07-09
 */

div.jp-audio,
div.jp-video {
	font-size:1.25em;
	font-family:"Segoe UI", sans-serif;
	line-height:1.6;
	color: #666;
	}
div.jp-audio {
	width:40px;
	}
div.jp-interface {
	position: relative;
	background-color:#778899;
	/* width:40px; */
	width:100%;
	}
div.jp-audio div.jp-type-single div.jp-interface {
	height:40px;
	border-bottom:none;
	}
div.jp-interface ul.jp-controls {
	list-style-type:none;
	}
div.jp-interface ul.jp-controls li {
	/* position: absolute; */
	display:inline;
	}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow:hidden;
	text-indent:-9999px;
	}
a.jp-play,
a.jp-pause {
	width:40px;
	height:40px;
	z-index:1;
	}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top:0px;
	left:0px;
	}
div.jp-audio div.jp-type-playlist a.jp-play,
div.jp-audio div.jp-type-playlist a.jp-pause {
	top:20px;
	left:48px;
	}
a.jp-play {
	background: url("jplayer.jpg") 0 0 no-repeat;
	}
a.jp-play:hover {
	background: url("jplayer.jpg") -41px 0 no-repeat;
	}
a.jp-pause {
	background: url("jplayer.jpg") 0 -42px no-repeat;
	display: none;
	}
a.jp-pause:hover {
	background: url("jplayer.jpg") -41px -42px no-repeat;
	}
div.jp-jplayer {
	width:0px;
	height:0px;
	}
div.jp-jplayer {
	background-color: #778899;
	}