/* 
    Document   : main
    Created on : 2013-nov-05, 22:58:24
    Author     : Philip
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
    border: 0;
    margin: 0;
}

html, body{
     verflow:hidden;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-select: none;
    user-drag: none;
    
    background-color: #080020; 
    background-image: url('background.jpg');
    
    overflow: hidden;
}

a {
    color: lightgray;
}

.item {
    position: absolute;
}


#level {
    position: absolute;
    width: 1px;
    height: 1px;

    left: 50%;
    top: 50%;
}

.social {
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    width: 32px;
    height: 18px;
}

.social.twitter { background-image: url('../common/social_twitter.png'); }
.social.pintrest { background-image: url('../common/social_pintrest.png'); }
.social.facebook { background-image: url('../common/social_share.png'); }
.social.google { background-image: url('../common/social_google.png'); }

.info {
    width: 100%;
    text-align: center;
    color: lightgray;
}

.info.top {
    background-color: rgba(255, 255, 255, 0.2);
}

.info.bottom {
    position: fixed;
    bottom: 0;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    color: lightgray;
}