/* 
    Document   : style
    Created on : Mar 14, 2012, 6:18:31 PM
    Author     : Admin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#wrapper{
/*   text-align: center;*/
    display: block;
}
*{
    margin: 0;
    padding: 0;
    list-style: none;
    outline: none;
    -webkit-user-select: none;
}
  #gamecotainter{
     
  position: absolute;
    top: 0;
     left: 0;
      width: 640px;
      height:960px;
      
      margin: 0 auto;
      
  }
/*img.background{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 640px;
    height: 960px;
}*/
/*  #gameScreen {
   position: relative;
    width: 640px;
    height: 960px;
    top: 0;
    left: 0;
    margin: 0 ;
    
  }*/
#noPortrait{
    z-index: 5000;
    background: white;
    text-align: center;
    color: black;
    font-size: 1.6em;
    vertical-align: middle;
    display: none;
   
}

#noPortrait img{
    width: 320px;
    height: 430px;
}
#splashContainer
{  
    background:#000000; 
      width:640px;
     height:960px;
     position: absolute;
     left:0px;
     top: 0px;
      margin: 0 auto;
      opacity:0;
}
 #splash { 
left: 0px;
top: 30px;
position: absolute;
background: white;
width: 640px;
height: 184px;
 }
  #splash .free { 
      font-family:Arial; 
      font-size:30px; 
      color:#666666; 
      text-align:center;
      left:220px;
     top: 30px;
   position: absolute;
  }
  #splash #loadingProgress 
            { font-family:Arial;
              font-size:16px;
              font-weight:bold; color:#ef1010;
              text-align:center; 
              margin-top:50px;
              width:100%;
            }
             #front 
             { 
                 width:640px;
                 height:960px;
                 position:absolute; 
                 left: 0px;
                 top: 0px;
             }
               .sbutton
               { font-weight:bold; 
                 text-decoration:none;
                 border:1px solid #C06404; 
                 -webkit-box-shadow:0 0 5px 1px #000000; 
                 -moz-box-shadow:0 0 5px 1px #000000; 
                 box-shadow:0 0 5px 1px #000000; 
                 border-radius:5px; 
                 -webkit-border-radius:5px;
                 -moz-border-radius:5px; 
                 padding:8px 14px 8px 14px; 
                 background:#FFD51E; color:#000000;
               }
        .sbutton:hover 
        {
            background:#FFe52E;
          color:#111111; 
          text-decoration:none;
        }
        .sbutton span { 
            display:block;
            float:left; 
            width:16px; 
            height:16px; 
            overflow:hidden;
            margin-top:2px; 
            margin-left:-4px; 
        }
        .sbutton strong 
        { 
            float:left;
            margin-left:4px;
        }
         #bestTimer
         {
             z-index:1; 
             position:absolute; 
           
             left:0px; 
             top:10px;
             width:320px; 
             color:#222222; 
             font-family:Arial; 
             font-size:20px; 
             color:#ffffff;
         }
         #time{
            z-index:1; 
             position:absolute; 
              left: 85px;
              top: 0px;
             width:320px; 
             color:#222222; 
             font-family:Arial; 
             font-size:20px; 
             color:#ffffff;
              
         }
         #score{
           z-index:1; 
             position:absolute; 
              left:353px;
              top: 0px;
             width:320px; 
             color:#222222; 
             font-family:Arial; 
             font-size:20px; 
             color:#ffffff;   
         }
         #screenscore{
           z-index:1; 
             position:absolute; 
              left:352px;
              top:220px;
             width:320px; 
             color:#222222; 
             font-family:Arial; 
             font-size:39px; 
             color:#ffffff;   
         }