



    /************/
   /*          */
  /*   Base   */
 /*          */
/************/

/*
@font-face {

    font-family: "RubikExtended";
    src: 
        url( "../../../media/RubikExtended.ttf"  ) format( "truetype" ),
        url( "../../../media/RubikExtended.otf"  ) format( "otf" );
    font-weight: normal;
    font-style: normal;
}
html, body {
    
    width:  100%;
    height: 100%;

}
body {
    vertical-align: top;
    overflow: hidden;
}



body, h1, h2 {

    margin:  0;
    border:  0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:   12px;
    line-height: 15px;
    color: rgba( 255, 255, 255, 0.7 );
}
a {

    color: rgba( 255, 255, 255, 0.7 );
    text-decoration: none;
    border-bottom: 1px dotted #FFF;
}
a:hover {

    color: #FFF;
    border-bottom: 1px solid #FFF;
}
table, td, tr {

    margin: 0;
    border: none;
    border-collapse: collapse;
    padding: 0;
}
*/
.pad {

    padding: 8px;
}
.graydient {

    /* http://www.colorzilla.com/gradient-editor/ */
    background: #000; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover,  #444 0%, #000000 90%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#444), color-stop(90%,#000000)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover,  #444 0%,#000000 90%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover,  #444 0%,#000000 90%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover,  #444 0%,#000000 90%); /* IE10+ */
    background: radial-gradient(ellipse at center,  #444 0%,#000000 90%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.heroicRed {

    background-color: #F00;
}

#google_hp{
    width: 100%;
    height: 100%;
    position:absolute;
    vertical-align: top;
    overflow: hidden;
    min-height:100%;
}


.three-container{
    background-color: #000;
}

#container{
    width:  100%;
    height: 100%;
}



    /************/
   /*          */
  /*   Erno   */
 /*          */
/************/


#cubeHasTwistsQueued {

    box-sizing: border-box;
    display: none;
    position: absolute;
    top:  85px;
    left: 85px;
    border: 2px solid #FFF;
    border-radius: 20px;
    width:  40px;
    height: 40px;
    opacity: 0.3;
}

#cubeIsTweening {

    display: none;
    position: absolute;
    top:  90px;
    left: 90px;
    border-radius: 15px;
    width:  30px;
    height: 30px;
    background-color: #FFF;
    opacity: 0.1;
}



    /****************/
   /*              */
  /*   Messages   */
 /*              */
/****************/


#twist {

    position: absolute;
    width: 100%;
    text-align: center;
    font-size:   240px;
    line-height: 240px;
    color: rgba( 255, 255, 255, 0.4 );
    text-shadow: 0 0 12px rgba( 255, 255, 255, 0.5 );
    font-weight: bold;
    visibility: hidden;
}
.twister {
    
    display: none;
    width:  180px;
    height: 180px;
    border: 2px solid rgba( 255, 255, 255, 0.3 );
    background-color: rgba( 255, 255, 255, 0.3 );
    text-align: center;
    vertical-align: middle;
    color: rgba( 255, 255, 255, 0.1 );
    text-decoration: none;
    font-weight: bold;
    font-size: 64px;
    line-height: 100px;
    overflow: hidden;   
}
.twister:hover {

    box-shadow: 0px 0px 18px rgba( 255, 255, 255, 0.8 );
    border: 2px solid rgb( 255, 255, 255 );
    background-color: rgba( 255, 255, 255, 0.7 );
    color: #FFF;
    text-shadow: 0px 0px 6px rgba( 255, 255, 255, 0.5 );
}
#captions {

    display: none;
    position: absolute;
    top: 15%;
    width:  100%;
    height: 100%;
    color: #FFF;
    text-shadow: 0 0 24px rgba( 0, 0, 0, 1 );
    font-family: "RubikExtended", sans-serif;
    font-size:   75px;
    line-height: 85px;
    text-transform: uppercase;
    text-align: center;
}






    /****************/
   /*              */
  /*   Controls   */
 /*              */
/****************/


#controls, #controlsOpen {
    
    position: absolute;
    top:   0;
    left: 0;
    width: 200px;   
    color: rgba( 100, 100, 100, 0.4 );
    overflow: auto;
    z-index: 3000;
}
#controlsClose {

    position: absolute;
    top: 20px;
    left: 10px;
}
#controls {

    height: 100%;
}
#controls {

    display: block;
    height: 100%;
    background-color: rgba( 255, 255, 255, 0.9 );
    color: rgba( 0, 0, 0, 0.5 );
}
#controls .pad, #controlsOpen .pad {

    padding: 20px 5px 20px 20px;
}
#controls h2 {

    margin: 20px 0 5px 0;
    color: rgba( 0, 0, 0, 0.9 );
}
#controls a {

    color: rgba( 0, 0, 0, 0.5 );
    text-decoration: none;
    border: none;
}
#controls a:hover {

    border: none;
    background-color: #FFF;
    color: rgba( 0, 0, 0, 0.9 );
}
#controlsOpen a {

    display: block;
    padding-bottom: 20px;
    color: rgba( 100, 100, 100, 0.4 );
    text-decoration: none;
    border: none;
}
#controlsOpen a:hover {

    color: #FFF;
}
#controls input {

    border: 0;
    background-color: rgba( 0, 0, 0, 0.15 );
    color: #FFF;
    font-family: "Courier New", Courier, monospace;
}
#controls label:hover input, #controls input:hover {

    border: 0;
    background-color: rgba( 0, 0, 0, 0.3 );
    color: #FFF;
}
#controls input:focus {

    outline: none;
    background-color: rgba( 0, 0, 0, 0.5 );
}
#backgroundColor input, #camera input {

    width: 120px;
}
#camera input {

    margin-left: 5px;
}
#camera input {

    width: 40px;
    text-align: right;
}
#camera label, #cubePosition label, #cubeRotation label, #cubeRotationDelta label {

    display: block;
}
#cubePosition input, #cubeRotation input, #cubeRotationDelta input, #partialRots input {

    margin-left: 5px;
    width: 50px;
    text-align: right;
}
#cubeRotation input, #cubeRotationDelta input {

    width: 90px;
}
#cubeTwistDuration input {

    width: 40px;
    text-align: right;
}
#attributes label, #actions label {

    display: block;
}
#attributes label:hover, #actions label:hover {

    background-color: #FFF;
    color: rgba( 0, 0, 0, 0.9 );
    cursor: pointer;
}
#attributes input, #actions input {

    margin-right: 10px;
}
#actions a, #presets a {

    display: block;
    padding: 1px 0 1px 0;
}
#controls .key, #controls .key:hover {
    
    display: inline-block;
    margin-right: 4px;
    width:  20px;
    height: 20px;
    border: 1px solid rgba( 0, 0, 0, 0.2 );
    border-radius: 2px; 
    /*padding: 2px 4px 2px 4px; */
    text-align: center;
    /*font-family: 'Courier New', Courier, monospace;*/
    font-weight: bold;
    color: rgba( 0, 0, 0, 0.8 );
}
.key+.key {

    margin-right: 5px;
}
.keyBundle {

    margin-top: 12px;
}
#commands {

    line-height: 24px;
}
textarea#texts {

    font-family: "RubikExtended";
    font-size: 24px;
}



