@charset 'UTF-8';
.banner{
    position: fixed;
    top:20%;
    right: 0;
    background: #444;]
    color: #ddd;
    padding: 10px;
}
.banner h1{
    padding: 3px;
    margin: 3px;
}
.dev-tools{
    display: block;
}
#cube {
    width: 400px;
    height: 400px;
    position: relative;
    background: #222;

}
.cube-stage{
    margin: 20px;

}
.cube {
    width: 365px;
    height: 385px;
    position: relative;
    margin: 70px auto 0 auto;
    opacity: 1;
}
.feedback {
    position: fixed;
    left: 10px;
    bottom: 10px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    width: 38px;
    z-index: 99;
}
.feedback a{
    text-decoration: none;
    color: #999;
}
.social {
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 24px;
    width: 38px;
    z-index: 99;
}
.face{
    width: 40px;
    height: 40px;
    margin: 0px;
    float: left;
    border: 5px solid #111;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    color: #222;
    text-shadow: 2px 2px 6px rgba(200, 200, 200, 1);
}
.face:hover{
    background: #ff14a8;
}
/*
 _____             ____  _     _      
|_   _|__  _ __   / ___|(_) __| | ___ 
  | |/ _ \| '_ \  \___ \| |/ _` |/ _ \
  | | (_) | |_) |  ___) | | (_| |  __/
  |_|\___/| .__/  |____/|_|\__,_|\___|
          |_|                         
*/
.top-side {
    position: absolute;
    width:180px;
    height:180px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);

    left: 105px;
    top: 10px;
    z-index: 20;
    opacity: 1;
}
.top-side:hover{
    opacity: 0.2;
}
.top-side-liner {    
    -webkit-transform: skewY(-30deg) scaleY(1.16);
    -moz-transform: skewY(-30deg) scaleY(1.16);
    -ms-transform: skewY(-30deg) scaleY(1.16);
    transform: skewY(-30deg) scaleY(1.16);
}
.top-face {
    background-color: #FFD500;
}
.align-right{
    text-align: right;
}


/*
 ____        _   _                    ____  _     _      
| __ )  ___ | |_| |_ ___  _ __ ___   / ___|(_) __| | ___ 
|  _ \ / _ \| __| __/ _ \| '_ ` _ \  \___ \| |/ _` |/ _ \
| |_) | (_) | |_| || (_) | | | | | |  ___) | | (_| |  __/
|____/ \___/ \__|\__\___/|_| |_| |_| |____/|_|\__,_|\___|
                                                         
*/
.bottom-side {
    position: absolute;
    width:180px;
    height:180px;
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    left: 105px;
    top: 155px;
    z-index: 10;
}
.bottom-side-liner {
    -webkit-transform: skewY(-30deg) scaleY(1.16);
    -moz-transform: skewY(-30deg) scaleY(1.16);
    -ms-transform: skewY(-30deg) scaleY(1.16);
    transform: skewY(-30deg) scaleY(1.16);
}
.bottom-face { 
    background-color: #FFF;
}
.align-right{
    text-align: right;
}
/*
 _____                _     ____  _     _      
|  ___| __ ___  _ __ | |_  / ___|(_) __| | ___ 
| |_ | '__/ _ \| '_ \| __| \___ \| |/ _` |/ _ \
|  _|| | | (_) | | | | |_   ___) | | (_| |  __/
|_|  |_|  \___/|_| |_|\__| |____/|_|\__,_|\___|

*/
.front-side {
    position: absolute;
    width:180px;
    height:180px;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    top:138px;
    left:35px;
    z-index: 20;
    opacity: 1;
}
.front-face { 
    background-color: #FF5800;
}
.front-side:hover{
    opacity: 0.2;
}
/*
 ____             _      ____  _     _      
| __ )  __ _  ___| | __ / ___|(_) __| | ___ 
|  _ \ / _` |/ __| |/ / \___ \| |/ _` |/ _ \
| |_) | (_| | (__|   <   ___) | | (_| |  __/
|____/ \__,_|\___|_|\_\ |____/|_|\__,_|\___|
                                            
*/
.back-side {
    position: absolute;
    width:180px;
    height:180px;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    top:55px;
    left: 180px;
    z-index: 10;
}
.back-face { 
    background-color: #C41E3A;
}

/*
 ____  _       _     _     ____  _     _      
|  _ \(_) __ _| |__ | |_  / ___|(_) __| | ___ 
| |_) | |/ _` | '_ \| __| \___ \| |/ _` |/ _ \
|  _ <| | (_| | | | | |_   ___) | | (_| |  __/
|_| \_\_|\__, |_| |_|\__| |____/|_|\__,_|\___|
         |___/                                
*/
.right-side {
    position: absolute;
    width:180px;
    height:180px;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    left:180px;
    top: 120px;
    z-index: 15;
    opacity: 1; 
}
.right-side:hover{
    opacity: 0.2;
}
.right-face { 
    background-color: #0051BA;
}

/*
 _          __ _     ____  _     _      
| |    ___ / _| |_  / ___|(_) __| | ___ 
| |   / _ \ |_| __| \___ \| |/ _` |/ _ \
| |__|  __/  _| |_   ___) | | (_| |  __/
|_____\___|_|  \__| |____/|_|\__,_|\___|
                                        
                            
*/
.left-side {
    position: absolute;
    width:180px;
    height:180px;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    left:0px;
    top: 37px;
    left: 36px;
    z-index: 15;
    opacity: 1; 
}
.left-face { 
    background-color: #009E60;
}

/* misc ui styles */

.button-bar {
    width: 365px;
    text-align: center;
    z-index: 100;
}
.button-bar h3 {
    font-size: 10px;
    padding: 0;
    margin: 2px;
}

button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    padding: 7px 13px;
    background: -moz-linear-gradient(
        top,
        #545454 0%,
        #8f8f8f);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#545454),
        to(#8f8f8f));
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border: 0px solid #fafafa;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.4),
        0px 1px 0px rgba(255,255,255,0.3);
}

.face{
    opacity: 1;
}
.controls-top {
    position: absolute;
    right: 0px;
    top: -55px;
    z-index: 999;
}
.controls-bottom {
    position: absolute;
    right: 0px;
    top:320px;
    z-index: 999;
}
.controls-front{
    position: absolute;
    width: 150px;
    left: 0px;
    top:270px;
    z-index: 999;
}
.controls-back {
    position: absolute;
    width: 150px;
    right: 0px;
    top:-15px;
    z-index: 999;
}
.controls-right{
    position: absolute;
    width: 150px;
    right: 0px;
    top:270px;
    z-index: 999;
}
.controls-left {
    position: absolute;
    left: 0px;
    top:-15px;
    width: 150px;
    z-index: 999;
}
.rel{
	position: relative;
}
.p10{
	padding: 10px;
}
.m10{
	margin: 10px;
}
.middle{
	text-align: center;
}
#inputter{
    position: fixed;
    bottom: 0;
    left:0;
    right: 0;
    z-index: 999;
    padding: 10px;
    background: #222;
}
.input-bar{
	width: 400px;
	font-size: 20px;
	line-height: 30px;
	height: 30px;
    background-color: #efefef;
    color: #444;
    line-height: 30px;
    font-size: 25px;

}
/*
 _     _                 
| |   (_)_ __   ___  ___ 
| |   | | '_ \ / _ \/ __|
| |___| | | | |  __/\__ \
|_____|_|_| |_|\___||___/

*/
.lines {
    border-top: 1px solid #fff;
    opacity: 0.3;
}
.line-top {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    zoom: 1;

    width:200px;
    position:absolute;
    top:-12px;
    left:83px;
    z-index: 999;
}          
.line-front {
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    zoom: 1;

    width:200px;
    position:absolute;
    top:255px;
    left:-78px;
    z-index: 999;
}
.line-right {
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    zoom: 1;

    width:200px;
    position:absolute;
    top:255px;
    left:242px;
    z-index: 999;
}
/*
reoreints
*/
.reorient-right-cw{
    position: absolute;
    width:50px;
    height:50px;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    left:407px;
    top: 250px;
    z-index: 9999;
    opacity: 0.2;
    background-image: url(/img/cw-dark.png);
}
.reorient-right-cw:hover{
    opacity: 1;
    background-image: url(/img/cw.png);
    cursor: pointer;
}
.reorient-right-ccw{
    position: absolute;
    width:50px;
    height:50px;
    -webkit-transform: skewY(-30deg);
    -moz-transform: skewY(-30deg);
    -ms-transform: skewY(-30deg);
    transform: skewY(-30deg);
    left:407px;
    top: 300px;
    z-index: 9999;
    opacity: 0.2;
    background-image: url(/img/ccw-dark.png);
}
.reorient-right-ccw:hover{
    opacity: 1;
    background-image: url(/img/ccw.png);
    cursor: pointer;
}
.reorient-front-cw{
    position: absolute;
    width:50px;
    height:50px;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    left:-95px;
    top: 250px;
    z-index: 9999;
    opacity: 0.2;
    background-image: url(/img/cw-dark.png);
}
.reorient-front-cw:hover{
    opacity: 1;
    background-image: url(/img/cw.png);
    cursor: pointer;
}
.reorient-front-ccw{
    position: absolute;
    width:50px;
    height:50px;
    -webkit-transform: skewY(30deg);
    -moz-transform: skewY(30deg);
    -ms-transform: skewY(30deg);
    transform: skewY(30deg);
    left:-95px;
    top: 300px;
    z-index: 9999;
    opacity: 0.2;
    background-image: url(/img/ccw-dark.png);
}
.reorient-front-ccw:hover{
    opacity: 1;
    background-image: url(/img/ccw.png);
    cursor: pointer;
}
