/*   
Theme Name: minimum
Theme URI: http://www.projekktor.com/downloads
Description: This is the minimum ... 
Author: Lionel Loeb
Author URI: http://www.pix-l.com

Copyright 2010, Lionel Loeb, pix-l, http://www.pix-l.com
under GNU General Public License
http://www.projekktor.com/license/
*/

.projekktor {
position:relative; 
display:block;
padding:0;
margin:0;
background-color:#000; 
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:center;

}

.pplogo.inactive,
.ppstart.inactive,
.ppbuffering.inactive,
.ppcontrols.inactive,
.ppplay.inactive,
.pppause.inactive,
.ppfsenter.inactive,
.ppfsexit.inactive,
.ppprev.inactive,
.ppnext.inactive {
display: none;
}

.pplogo.active,
.ppstart.active,
.ppbuffering.active,
.ppcontrols.active,
.ppplay.active,
.pppause.active,
.ppfsenter.active,
.ppfsexit.active,
.ppprev.active,
.ppnext.active {
display: block;
}

.ppcontrols {
position: absolute;
bottom:20px;
left: 50%;
display: block;
margin-left:-156px;
overflow: hidden;
width: 300px; 
height: 35px;
background-color:#000;
opacity:0.6;
margin-top:10px
}

.ppplay { 
display:block;
position: absolute;
top: 5px;
left: 0;
background: url(play.png) no-repeat center center transparent;
width: 30px; 
height: 30px;
cursor: pointer;
border-right: 1px solid #353535;
}

.pppause { 
display:none;
position: absolute;
top: 5px;
left: 0;
width: 30px; 
height: 30px;
cursor: pointer;
border-right: 1px solid #353535;
background: url(pause.png) no-repeat center center transparent;
}

.ppfsenter { 
display:block;
position: absolute;
top: 5px;
right: 0;
width: 30px; 
height: 30px;
background: url(fullscreen_on.png) no-repeat center center transparent;
cursor: pointer;
border-left: 1px solid #303030;
}

.ppfsexit { 
display:block;
position: absolute;
top: 5px;
right: 0;
width: 30px; 
height: 30px;
background: url(fullscreen_off.png) no-repeat center center transparent;
cursor: pointer;
border-left: 1px solid #303030;
}

.ppscrubber {
position: absolute;
display: block;
left: 0;
top: 0;
height: 5px; 
width: 100%;
background-color: #000; 
margin: auto;
padding: 0;
border-bottom: 0px solid #aaa;
}

.ppplayhead, .pploaded {
position: absolute;
display: block;
left: 0;
bottom: 0;
height: 5px; 
width: 1px; 
background-color: #ffffff; 
cursor: pointer;
z-index: 301;
}

.pploaded {
background-color: #353535;
z-index: 10;
}

.pptitle {
position: absolute;
top: 6px;
left: 40px;    
height: 15px; 
color: #FFF;
width: 120px;
overflow: hidden;
text-align: center;
cursor:default;
}

.pptimeleft {
position: absolute;
top: 13px;
left: 40px;     
height: 15px; 
color: #FFF;
width: 120px;
line-height: 30px;
height: 30px;
text-align: center;
font-size: 9px;
overflow: hidden;
cursor:default;
}

.ppvmax  {
cursor: pointer;
position: absolute;
top: 5px;
right: 31px;
width: 30px; 
height: 30px;
background: url(sound_on.png) no-repeat center center transparent; 
}

.ppmute  {
cursor: pointer;
position: absolute;
top: 5px;
right: 100px;
width: 30px; 
height: 30px;
background: url(sound_off.png) no-repeat center center transparent; 
}

.ppvslider {
position: absolute;
right:62px;
top: 18px;
height: 5px;
width: 50px;
background-color:#353535;        
}

.ppvmarker {
position: absolute;
right:0;
left: 0;
height:5px;
width: 100%;
background-color: #FFF;
}

.ppvknob  {
cursor: pointer;
z-index: 201; 
position: absolute;
background-color: #FFF;
top:-3px;
left:0px;
width: 4px; 
height: 11px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.ppnext {
display:block;
position: absolute;
top: 5px;
left: 64px;
background: url(next.png) no-repeat center center transparent;
width: 30px; 
height: 30px;
cursor: pointer;
}

.ppprev {
display:block;
position: absolute;
top: 5px;
left: 32px;
background: url(previous.png) no-repeat center center transparent;
width: 30px; 
height: 30px;
cursor: pointer;
}

.pptestcard {
background: url(testcard.gif) center center repeat;
width: 100%;
height: 100%;
color: #FFF;
font-size: 30px;
overflow: hidden;
}

.pptestcard p {
background-color: #000;
width: 400px;
margin: auto;
line-height: 40px;
position: relative;
top: 18%;    
padding: 10px;
border:5px solid #000;
text-align: center;
}

.ppbuffering {
position: absolute;
left: 50%;
bottom: 50%;
margin-left:-15px;
margin-bottom: -15px;    
display: block; 
z-index:8000;
padding: 0px;
background: url(buffering.png) no-repeat center center transparent;
height: 30px; 
width: 30px;        
display: none;
}

.ppstart {
position: absolute;
left: 50%;
bottom: 50%;
margin-left:-20px;
margin-bottom: -20px;
cursor: pointer;
height: 40px; 
width: 40px; 
display: block; 
z-index:8000;
padding: 0px;
background: url(start.png) no-repeat center center transparent;
}
