/* STARTING TAKE OVER CODE */
body {
	/* CSS3. We override this with a IE CSS file for IE */
	background-image: url('../images/bg.jpg'), url('../images/takeover/concertBG.jpg');
	background-repeat: repeat-x, no-repeat;
	background-position: top left, bottom center;
}

#container960 {
	background-color: transparent !important;
}

.concertContent.duewest { background: url('../images/concerts/2010/dueWest.jpg') top right no-repeat !important; }
	#duewest .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/duewest.jpg') top left no-repeat !important; } 
.concertContent.kansas { background: url('../images/concerts/2010/kansas.jpg') top right no-repeat !important; }
	#kansas .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/kansas.jpg') top left no-repeat !important; }
.concertContent.kelliepickler { background: url('../images/concerts/2010/kelliepickler.jpg') top right no-repeat !important; }
	#kelliepickler .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/kelliepickler.jpg') top left no-repeat !important; }
.concertContent.fiveforfighting { background: url('../images/concerts/2010/fiveforfighting.jpg') top right no-repeat !important; }
	#fiveforfighting .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/fiveforfighting.jpg') top left no-repeat !important; }
.concertContent.byu { background: url('../images/concerts/2010/byu.jpg') top right no-repeat !important; }
	#byu .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/byufolk.jpg') top left no-repeat !important; }
.concertContent.michaelbolton { background: url('../images/concerts/2010/michaelbolton.jpg') top right no-repeat !important; }
	#michaelbolton .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/michaelbolton.jpg') top left no-repeat !important; }
.concertContent.cabcalloway { background: url('../images/concerts/2010/cabcalloway.jpg') top right no-repeat !important; }
	#cabcalloway .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/cabcalloway.jpg') top left no-repeat !important; }
.concertContent.creedenceclearwater { background: url('../images/concerts/2010/creedenceclearwater.jpg') top right no-repeat !important; }
	#creedenceclearwater .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/creedenceclearwater.jpg') top left no-repeat !important; }
.concertContent.kurtbestor { background: url('../images/concerts/2010/kurtbestor.jpg') top right no-repeat !important; }
	#kurtbestor .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/kurtbestor.jpg') top left no-repeat !important; }
.concertContent.beachboys { background: url('../images/concerts/2010/beachboys.jpg') top right no-repeat !important; }
	#beachboys .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/beachboys.jpg') top left no-repeat !important; }
.concertContent.brianregan { background: url('../images/concerts/2010/brianregan.jpg') top right no-repeat !important; }
	#brianregan .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/brianregan.jpg') top left no-repeat !important; }
.concertContent.styx { background: url('../images/concerts/2010/styx.jpg') top right no-repeat !important; }
	#styx .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/styx.jpg') top left no-repeat !important; }
.concertContent.doobiebrothers { background: url('../images/concerts/2010/doobiebrothers.jpg') top right no-repeat !important; }
	#doobiebrothers .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/doobiebrothers.jpg') top left no-repeat !important; }
.concertContent.thriller { background: url('../images/concerts/2010/thriller.jpg') top right no-repeat !important; }
	#thriller .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/thriller.jpg') top left no-repeat !important; }
.concertContent.michaelmurphey { background: url('../images/concerts/2010/michaelmurphey.jpg') top right no-repeat !important; }
	#michaelmurphey .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/michaelmurphey.jpg') top left no-repeat !important; }
.concertContent.abbamania { background: url('../images/concerts/2010/abba.jpg') top right no-repeat !important; }
	#abbamania .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/abba.jpg') top left no-repeat !important; }
.concertContent.nathanosmond { background: url('../images/concerts/2010/nathanosmond.jpg') top right no-repeat !important; }
	#nathanosmond .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/nathanosmond.jpg') top left no-repeat !important; }
.concertContent.nowthatschristmas { background: url('../images/concerts/2010/nowThatsChristmas-trans.png') top right no-repeat !important;  }
	#nowthatschristmas .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/nowThatsChristmas.jpg') top left no-repeat !important; }
.concertContent.justinhines { background: url('../images/concerts/2010/justin-hines.jpg') top right no-repeat !important;  }
	#justinhines .concertListImage { background: #111 url('../images/concerts/2010/concertIcons/justinhinesicon.jpg') top left no-repeat !important; }
	
	

/* STARTING JPLAYER CODE, KEEPING IN STYLE.CSS LESS HTTP REQUESTS */

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;

	font-family:Verdana, Arial, sans-serif;
	line-height:1.6;
	color: #666;
}
div.jp-interface {
	position: relative;
	background-color:#333;
	width:378px;
	height:80px;
}
div.jp-single-player div.jp-interface {
	border-bottom:none;
}
div.jp-playlist-player div.jp-interface {
}

div.jp-interface  .jp-controls {
	list-style-type:none;
	padding:0;
	margin: 0;
}
div.jp-interface  .jp-controls li {
	overflow:hidden;
	text-indent:-9999px;
}
.jp-play,
.jp-pause {
	display: block;
	position: absolute;
	top:20px;
	width:40px;
	height:40px;
	cursor: pointer;
}
div.jp-single-player .jp-play,
div.jp-single-player .jp-pause {
	left:20px;
}
div.jp-playlist-player .jp-play,
div.jp-playlist-player .jp-pause {
	left:28px;
}
.jp-play {
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 0 no-repeat;
}
.jp-play:hover {
	background: url("../images/concerts/jplayer.tuacahn.jpg") -41px 0 no-repeat;
}
.jp-pause {
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -42px no-repeat;
}
.jp-pause:hover {
	background: url("../images/concerts/jplayer.tuacahn.jpg") -41px -42px no-repeat;
}
.jp-stop {
	position: absolute;
	top:26px;
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -83px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
div.jp-single-player .jp-stop {
	left:70px;
}
div.jp-playlist-player .jp-stop {
	left:126px;
}
.jp-stop:hover {
	background: url("../images/concerts/jplayer.tuacahn.jpg") -29px -83px no-repeat;
}
.jp-previous {
	position: absolute;
	left:20px;
	top:26px;
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -112px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
.jp-previous:hover {
	background: url("../images/concerts/jplayer.tuacahn.jpg") -29px -112px no-repeat;
}
.jp-next {
	position: absolute;
	left:88px;
	top:26px;
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -141px no-repeat;
	width:28px;
	height:28px;
	cursor: pointer;
}
.jp-next:hover {
	background: url("../images/concerts/jplayer.tuacahn.jpg") -29px -141px no-repeat;
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
	top:32px;
	background-color: #999;
	width:122px;
	height:15px;
}
div.jp-single-player div.jp-progress {
	left:110px;
}
div.jp-playlist-player div.jp-progress {
	left:164px;
}
div.jp-load-bar {
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -202px repeat-x;
	width:0px;
	height:15px;
	cursor: pointer;
}
div.jp-play-bar {
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -218px repeat-x ;
	width:0px;
	height:15px;
}
.jp-volume-min {
	position: absolute;
	top:32px;
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -170px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player .jp-volume-min {
	left:254px;
}
div.jp-playlist-player .jp-volume-min {
	left:296px;
}
.jp-volume-min:hover {
	background: url("../images/concerts/jplayer.tuacahn.jpg") -19px -170px no-repeat;
}
.jp-volume-max {
	position: absolute;
	top:32px;
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -186px no-repeat;
	width:18px;
	height:15px;
	cursor: pointer;
}
div.jp-single-player .jp-volume-max {
	left:326px;
}
div.jp-playlist-player .jp-volume-max {
	left:368px;
}
.jp-volume-max:hover {
	background: url("../images/concerts/jplayer.tuacahn.jpg") -19px -186px no-repeat;
}

div.jp-volume-bar {
	position: absolute;
	overflow:hidden;
	top:37px;
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -250px repeat-x;
	width:46px;
	height:5px;
	cursor: pointer;
}
div.jp-single-player div.jp-volume-bar {
	left:272px;
}
div.jp-playlist-player div.jp-volume-bar {
	left:314px;
}
div.jp-volume-bar-value {
	background: url("../images/concerts/jplayer.tuacahn.jpg") 0 -256px repeat-x;
	width:0px;
	height:5px;
}
div.jp-play-time,
div.jp-total-time {
	position: absolute;
	top:49px;
	width:122px;
	font-size:.64em;
	font-style:oblique;
}
div.jp-total-time {
	text-align: right;
}
div.jp-single-player div.jp-play-time,
div.jp-single-player div.jp-total-time {
	left:110px;
}
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
/*div.jp-playlist {
	width:418px;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0 0 10px 0;
	background-color:#ccc;
	border:1px solid #009be3;
	border-top:none;
	width:378px;
	font-size:.72em;
}
div.jp-single-player div.jp-playlist ul {
	padding:5px 20px 5px 20px;
}
div.jp-playlist-player div.jp-playlist ul {
	padding:10px 20px 20px 20px;
}
div.jp-single-player div.jp-playlist li{
	padding:0 0 0 20px;
	font-weight:bold;
}
div.jp-playlist-player div.jp-playlist li{
	padding:4px 0 4px 20px;
	border-bottom:1px solid #eee;
	cursor: pointer;
}
div.jp-playlist-player div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}*/
div.jp-playlist-player div.jp-play-time,
div.jp-playlist-player div.jp-total-time {
	left:164px;
}
div.jp-single-player div.jp-playlist li{
	color:#FFF;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
	width:362px;
	background-color:#333;
}
div.jp-playlist li.jplayer_playlist_current {
	color:#0d88c1;
	list-style-type:square;
	list-style-position:inside;
	padding-left:6px;
	cursor: default;
	font-weight:bold;
	background-color:#444;
}
div.jp-playlist-player div.jp-playlist li:hover {
	color:#0d88c1;
}