/*
 * acccess - Accessible Theme for Acorn Media Player
 * accesslight - Child theme of access
 *
 * To be used with the horizontal volume slider.
 *
 * Copyright (C) 2010 Cristian I. Colceriu
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * www.ghinda.net
 * contact@ghinda.net
 *
 */
 
/* Start of access theme */
.acorn-player.access {
	float: left;
	position: relative;
	overflow: hidden;
	
	font-family: Arial, Helvetica, sans-serif;
}
/* <video> element */
.acorn-player.access video {
	float: left;
	clear: both;
	background-color: #000;
}
/* Player Controls */
.acorn-player.access .acorn-controls {
	position: relative;	
	float: left;
	clear: both;
	width: 100%;
	padding-top: 15px;
		
	background-image: url(controls-background-dark.png);
	background-position: bottom left;
}
/* <button>s */
.acorn-player.access button {
	position: relative;	
	margin: 0;
	padding-left: 25px;
	height: 35px;
	border: 1px solid #333;
	background-color: #3F3F3F;
	background-position: 5px center, top left;
	background-repeat: no-repeat, repeat-x;	
	
	font-weight: bold;
	color: #fff;
	text-shadow: 0px -1px 1px #000;
	
	cursor: pointer;
}
.acorn-player.access button:hover, .acorn-player.access button:focus {
	background-color: #044293;
	background-position: 5px center, left -33px;
}
.acorn-player.access button:active {
	top: 1px;	
	box-shadow: inset 1px 1px 10px #000;
}
/* Playback Controls(Play, Pause) */
.acorn-player.access .acorn-play-button {
	float: left;
	display: block;
	width: 75px;
	background-image: url(access-play.png), url(button-background-dark.png);
}
.acorn-player.access .acorn-paused-button {
	background-image: url(access-pause.png), url(button-background-dark.png);
}
/* Seek Slider */
.acorn-player.access .acorn-seek-slider {
	position:absolute;
	top: 0px;
	display: block;
	width: 100%;
	height: 15px;
		
	background: #7289A8;
	z-index: 2;
}
.acorn-player.access .acorn-seek-slider .ui-slider-handle {
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	border: 3px solid #fff;
	top: -2px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-moz-box-shadow: 0px 2px 8px #000;
	-webkit-box-shadow: 0px 2px 8px #000;
	box-shadow: 0px 2px 8px #000;
	
	background: #888;
}
.acorn-player.access .acorn-seek-slider .ui-slider-range {	
	background: #0750B2;	
}
.acorn-player.access .acorn-buffer {	
	background: #8E9DAF !important;	
}
.acorn-player.access .acorn-seek-slider .ui-state-focus, .acorn-player.access .acorn-seek-slider .ui-slider-handle.ui-state-hover {
	background: #0750B2 !important;
	
	-moz-box-shadow: 0px 2px 15px #000;
	-webkit-box-shadow: 0px 2px 15px #000;
	box-shadow: 0px 2px 15px #000;
}
/* Timer */
.acorn-player.access .acorn-timer {
	position: absolute;
	top: 25px;
	left: 260px;
	
	color: #efefef;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0px -1px 2px #000;
}
/* Volume Container */
.acorn-player.access .acorn-volume-box {
	float: left;
	overflow: hidden;
	padding-right: 10px;
	
	-moz-box-shadow: 2px 0px 5px #111;
	-webkit-box-shadow: 2px 0px 5px #111;
	box-shadow: 2px 0px 5px #111;
}
/* Volume Button */
.acorn-player.access .acorn-volume-button {
	float: left;
	width: 85px;
	border-left: none;
	background-image: url(access-volume-full.png), url(button-background-dark.png);
	
	-moz-box-shadow: 2px 0px 5px #111;
	-webkit-box-shadow: 2px 0px 5px #111;
	box-shadow: 2px 0px 5px #111;
}
.acorn-player.access .acorn-volume-mute {
	background-image: url(access-volume.png), url(button-background-dark.png);
}
/* Volume Slider */
.acorn-player.access .acorn-volume-slider {
	float: left;
	height: 5px;
	width: 70px;
	margin-left: 10px;
	margin-top: 15px;		
	border: 1px solid #333;	
	
	background: #111;
	
	-moz-box-shadow: 0px 1px 1px #777;
	-webkit-box-shadow: 0px 1px 1px #777;
	box-shadow: 0px 1px 1px #777;
}
.acorn-player.access .acorn-volume-slider .ui-slider-handle {
	width: 5px;
	height: 15px;	
	margin-top: -5px;
	margin-left: -5px;
	
	border: 1px solid #333;
	background: #BCBCBC;
		
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}
.acorn-player.access .acorn-volume-slider .ui-slider-handle.ui-state-hover, .acorn-player.access .acorn-volume-slider .ui-slider-handle.ui-state-focus {
	background: #fff !important;
}
.acorn-player.access .acorn-volume-slider .ui-slider-range {	
	background: #636F7C;
}
/* Fullscreen Button */
.acorn-player.access .acorn-fullscreen-button {
	float: right;
	background-image: url(access-fullscreen.png), url(button-background-dark.png);
	
	-moz-box-shadow: -2px 0px 5px #111;
	-webkit-box-shadow: -2px 0px 5px #111;
	box-shadow: -2px 0px 5px #111;
}
/* Fullscreen Mode */
.acorn-player.access .fullscreen-controls {	
	left: 0px;
	bottom: 0px;
}
.acorn-player.access .fullscreen-controls .acorn-fullscreen-button {
	background-image: url(access-exit-fullscreen.png), url(button-background-dark.png);
}
/* Caption Button */
.acorn-player.access .acorn-caption-button {
	float: right;
	border-right: none;
	background-image: url(access-captions.png), url(button-background-dark.png);
	
	-moz-box-shadow: -2px 0px 5px #111;
	-webkit-box-shadow: -2px 0px 5px #111;
	box-shadow: -2px 0px 5px #111;
}
.acorn-player.access .acorn-caption {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	
	text-shadow: 0px 1px 5px #000;
}
/* Transcript */
.acorn-player.access .acorn-transcript-button {
	float: right;
	border-right: none;
	background-image: url(access-transcript.png), url(button-background-dark.png);
	
	-moz-box-shadow: -2px 0px 5px #111;
	-webkit-box-shadow: -2px 0px 5px #111;
	box-shadow: -2px 0px 5px #111;
}
.acorn-player.access .acorn-caption-active, .acorn-player.access .acorn-transcript-active {
	background-position: 5px center, left bottom;
}
/* 
 * acesslight Child Theme
 */
.acorn-player.access.accesslight .acorn-controls {
	background-image: url(controls-background-light.png);
}
/* <button>s */
.acorn-player.access.accesslight button {
	border: 1px solid #bdbdbd;
		
	color: #333;
	text-shadow: 0px 1px 0px #fff;
}
/* Playback Controls(Play, Pause) */
.acorn-player.access.accesslight .acorn-play-button {
	background-image: url(access-play-dark.png), url(button-background-light.png);
}
.acorn-player.access.accesslight .acorn-paused-button {
	background-image: url(access-pause-dark.png), url(button-background-light.png);
}
/* Volume Button */
.acorn-player.access.accesslight .acorn-volume-button {
	background-image: url(access-volume-full-dark.png), url(button-background-light.png);
	
	-moz-box-shadow: 2px 0px 5px #8c8c8c;
	-webkit-box-shadow: 2px 0px 5px #8c8c8c;
	box-shadow: 2px 0px 5px #8c8c8c;
}
.acorn-player.access.accesslight .acorn-volume-mute {
	background-image: url(access-volume-dark.png), url(button-background-light.png);
}
/* Caption Buttton */
.acorn-player.access.accesslight .acorn-caption-button {
	background-image: url(access-captions-dark.png), url(button-background-light.png);
	
	-moz-box-shadow: -2px 0px 5px #8c8c8c;
	-webkit-box-shadow: -2px 0px 5px #8c8c8c;
	box-shadow: -2px 0px 5px #8c8c8c;
}
/* Transcript */
.acorn-player.access.accesslight .acorn-transcript-button {
	background-image: url(access-transcript-dark.png), url(button-background-light.png);
	
	-moz-box-shadow: -2px 0px 5px #8c8c8c;
	-webkit-box-shadow: -2px 0px 5px #8c8c8c;
	box-shadow: -2px 0px 5px #8c8c8c;
}
.acorn-player.access.accesslight .acorn-caption-active, .acorn-player.access.accesslight .acorn-transcript-active {
	color: #000;
	text-shadow: none;
}
/* Fullscreen Button */
.acorn-player.access.accesslight .acorn-fullscreen-button {	
	background-image: url(access-fullscreen-dark.png), url(button-background-light.png);
	
	-moz-box-shadow: -2px 0px 5px #8c8c8c;
	-webkit-box-shadow: -2px 0px 5px #8c8c8c;
	box-shadow: -2px 0px 5px #8c8c8c;
}
/* Volume Container */
.acorn-player.access.accesslight .acorn-volume-box {
	-moz-box-shadow: 2px 0px 5px #8c8c8c;
	-webkit-box-shadow: 2px 0px 5px #8c8c8c;
	box-shadow: 2px 0px 5px #8c8c8c;
}
/* Timer */
.acorn-player.access.accesslight .acorn-timer {	
	color: #333;
	text-shadow: 0px 1px 2px #fff;
}
/* Volume Slider */
.acorn-player.access.accesslight .acorn-volume-slider {
	border: 1px solid #333;	
	background: #c1c1c1;
	
	-moz-box-shadow: 0px 1px 1px #fff;
	-webkit-box-shadow: 0px 1px 1px #fff;
	box-shadow: 0px 1px 1px #fff;
}