@charset "utf-8";
/* 
Plugin Name: aut0poietic Media Player for Wordpress
Plugin URI: http://aut0poietic.us/open-source/aut0poietic-media-for-wordpress
Description: An <b>Accessible</b> Media Player for Flash Video.
Version: 2.0.1.1
Author: aut0poietic
Author URI: http://aut0poietic.us

License:
	This work has been licensed  under a Creative Commons Attribution-Share Alike 3.0 United States License
	http://creativecommons.org/licenses/by-sa/3.0/us/
	Play with it, modify it, hell, make it your own.
	All I ask is that you leave me a comment or email to let me know if you found it useful.



*/

*
{
	margin:0;
	padding:0;
}
.videoContent
{
	background-color: #999;
	padding-top:1px;
}
.clipper
{
	overflow:hidden ;
	margin:1px;
	margin-top:0px;
}
.flashvideo
{
	margin:0px;
	padding:0;
}
.playerControl
{
	border-top: 1px solid #fff;
	background:url(img/controlbg.jpg) ;
	height:50px;
	overflow:hidden ;
	white-space:nowrap;
	margin:0px 1px 1px 1px;
	
}
.a0button
{
	display:inline-block ;
	float:left;
	width:24.7%;
	height:50px;
	text-indent: -9999px;
	border-right: 1px solid #999;
}
.a0button
{
	display: inline !ie; 	
}
.play
{
	background: transparent url(img/playpause.jpg) no-repeat  ;
	background-position:center -0px ;
	background-color:transparent !important;
}
.play:hover, .play:focus, .playFocus
{
	background-position:center -50px;
}
.pause
{
	background: url(img/playpause.jpg) no-repeat;
	background-position:center -100px;
	background-color:transparent !important;
}
.pause:hover, .pause:focus, .pauseFocus
{
	background-position:center -150px;
}

.seekback
{
	background: url(img/seekback.jpg) no-repeat;
	background-position:center -0px;
	background-color:transparent !important;
}
.seekback:hover, .seekback:focus, .seekbackFocus
{
	background-position:center -50px;
}
.seekbackDisabled
{
	background: url(img/seekback.jpg) no-repeat;
	background-position:center -100px;
	background-color:transparent !important;
	cursor:default;
}
.seekforward
{
	background: url(img/seekforward.jpg) no-repeat;
	background-position:center -0px;
	background-color:transparent !important;
}
.seekforward:hover, .seekforward:focus, .seekforwardFocus
{
	background-position:center -50px;
}
.seekforwardDisabled
{
	background: url(img/seekforward.jpg) no-repeat;
	background-position:center -100px;
	background-color:transparent !important;
	cursor:default;
}
.captionsOff
{
	background: url(img/captions.jpg) no-repeat;
	background-position:center -0px;
	background-color:transparent !important;
	border-right:none;
}
.captionsOff:hover, .captionsOff:focus, .captionsOffFocus
{
	background-position:center -50px;
}
.captionsOn
{
	background: url(img/captions.jpg) no-repeat;
	background-position:center -100px;
	background-color:transparent !important;
	border-right:none;
}
.captionsOn:hover, .captionsOn:focus, .captionsOffFocus
{
	background-position:center -150px;
	background-color:transparent !important;
}
.progressContainer
{
	display:block ;
	padding:10px;
	background-color:transparent !important;
}
.progressContainer:focus, .progressContainerFocus
{
	display:block ;
	padding:10px;
	background: #09F;
}

.progressbar
{
	position:relative ;
	overflow:hidden ;
	height:10px;
	border:1px solid #333;
}
.progressinicator
{
	position:absolute ;
	border-right: 2px solid #fff;
	top:0px;
	left:0px;
	background:url(img/seekback.jpg);
	width:1px;
}
.a0_sronly
{
	display:block !important;
	width:1px !important;
	height:1px !important;
	overflow:hidden !important; 
	margin-top:2px !important ;
}
