* { margin: 0; padding: 0; }


body { font-family: 'Supermercado One', cursive; 
-webkit-font-smoothing: subpixel-antialiased !important;
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;

}

html, body {
    height: 100%;
    width: 100%;
    background: url(../images/bg.jpg);
    overflow: hidden;
}

.clear { clear: both; }
small { font-size: 12px; }

/* Layout */
#wrap {
    position: relative;
    width: 100%;
    height: 100%; 
}

#game-name {
display:block;
	color: #fff;
    font-size: 30px;
    text-align: center;
	min-height:33px;
	/*text-shadow: 0 1px 0 #000;*/
	background: url(../images/logo.png) center no-repeat;
}

#game-time {

    margin: 10px 0;

    background: #000;
    height: 40px;

    line-height: 40px;
    font-size: 20px;

	text-align:center;
	

    color:#fff;

    background: url(../images/time.png) center no-repeat;
    text-shadow: 0 1px 0 #000;
}

#pairs { 
    margin: 10px 0;
    text-align: center;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}

.button {
font-family: 'Supermercado One', cursive;
    color: #612e00;
    width: 42%;
	text-align:center;
    padding: 10px 0;
padding-top:7px;
padding-bottom:13px;
	
    text-align: center; 
   background: url(../images/btn.png) center no-repeat;
   font-size:14px;
    font-weight: normal;
    border: none;
    border-top: 0px solid #8e3c02;
    border-right: 0px solid #7a3300;
	border-bottom:0px solid #7a3300;
	border-left:0px solid #8e3c02;
    cursor: pointer;
    text-shadow: 0 1px 0 #ffe2c7;
	-moz-border-radius: 10px;
	-webkit-box-radius:10px;
	border-radius:10px;
	
}


#toolbar {
    -moz-box-shadow: 0 0 13px black;
    -webkit-box-shadow: 0 0 13px black;
    -o-box-shadow: 0 0 13px black;
    box-shadow: 0 0 13px black;
    position: absolute;
    top: 0;
    right: 0;
	text-align: center;
    /*background: #333;
    background-image: url(../images/transpgreen.png);*/
    height: 100%;
    width: 250px;
    list-style: none;
    color: #aaa;
    padding: 10px;
    text-shadow: 0 1px 0 #fff;
}

/* Options */
#maps {
    margin: 0 auto 10px auto;
    width: 490px;
}

#maps li {
    display: inline;
    list-style: none;
    margin: 0 1px;
    cursor: pointer;
}

/* Gameover */
.shuffle { margin-left: 30px;}

#tile-style {
    width: 100px;
    padding: 3px;
}

@media (max-width: 320px) {
    #undo { left: 25%; }
    #options-button { right: 25%; }
    #toolbar {
        width: 100%;
        height: 90px;
    }
    #game-time { 
	font-family: 'Supermercado One', cursive;
    color:#fff;
	padding-left: 10px;
    background: url(../images/time.png) center;
    text-shadow: 0 1px 0 #821b00;
    }
	
    body, html { overflow: auto; }
    canvas { margin-top: 130px; }
    #pairs {
        width: 50%;
        position: absolute;
        top: 68px;
        right: 10px;
        color: #333;
    }
    .button {
        bottom: 0;
        margin: 0;
        width: 25%;
        position: fixed;
    }
    
    .button.left { left: 0; }
    .button.right { right: 0; }
}

@media only screen
and (min-width : 321px)
and (max-width : 480px) {
    body, html { overflow: auto; }
    #toolbar {
        width: 100px;
    }
    #game-name {
        font-size: 20px;
    }
    .button { font-size: 9px; }
    #game-time {
	color:#fff;
	padding-left: 10px;
    background: url(../images/time.png) center;
       text-shadow: 0 1px 0 #821b00;

	}
}
