﻿/*   
Theme Name: Totally Looks Like
Theme URI: http://www.projekktor.com/downloads
Description: This theme totally looks like... 
Author: Sascha Kluger
Author URI: http://www.spinningairwhale.com

Copyright 2010, Sascha Kluger, Spinning Airwhale Media, http://www.spinningairwhale.com
under GNU General Public License
http://www.projekktor.com/license/
*/

.projekktor { 
background-color:#000;
font-family: 'Lucida Grande', Arial, Sans-Serif;
font-size: 11px;
font-weight: bold;
text-align:center;
font-weight: bold;
text-shadow: 0 1px 1px #fdfdfd;
position:relative;
padding:0;
margin:0;
display:block;
}


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

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

.ppplayhead {
margin-top: -5px;
}


.pptestcard {
background: url("testcard.png") center center repeat-y;
width: 100%;
height: 100%;
color: red;
font-size: 24px;
overflow: hidden;
}

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

.ppbuffering {
position: absolute;
left: 50%;
bottom: 50%;
margin-left:-30px;
margin-bottom: -30px;    
display: block; 
z-index:8000;
padding: 0px;
background: url("buffering.gif") no-repeat center center #fdfdfd;
height: 60px; 
width: 60px; 
-moz-border-radius: 15px;
-webkit-border-radius: 15px;        
display: none;
}

.ppstart {
position: absolute;
left: 50%;
bottom: 50%;
margin-left:-160px;
margin-bottom: -120px;
cursor: pointer;
height: 240px; 
width: 320px; 
display: block; 
z-index:8000;
padding: 0px;
background: url("sotaPlays.jpg") no-repeat center center transparent;
}
