 /*
 * Image Match Memory Game using jquery
 * http://www.amitpatil.com/
 *
 * @version
 * 1.0 (1 Sep 2011)
 * 
 * @Auther
 * Amit Patil (www.amitpatil.me)
 * Maharashtra (India) 
 *
 * Image Match Memory Game is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with this script.  If not, see <http://www.gnu.org/copyleft/lesser.html>.
 */
html,body {
	height:100%;
    background: white;
	font-weight: normal;
	font-family : arial;
	font-size: 14px;
	margin:0px;
	padding:0px;
	background-color:#c0e6ec;
}
.main-container{
	max-width:1000px;
	height:100%;
	margin:auto;
	margin-left:180px;
}
#nav-list-example {
    height: 132px;
    width: 570px;
	list-style-type: none;
	padding: 0px;
	margin: auto;
	margin-top:-80px;
}

#nav-list-example li {
    width: 128px;
    height: 125px;
    float: left;
    /*margin-right: 10px;*/
    margin-bottom: 5px;
    position: relative;
}

#nav-list-example li div {
    width: 128px;
    height: 125px;
    overflow: hidden;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    /*border : 2px solid black;*/
}

#nav-list-example li div.back {
    left: -999em;
    background: #999;
}
#nav-list-example li div.front {
	background:url('../images/question.png');
}
.game{
  width: 775px;
  float: left;
}
.game-stat{
	background: none;
	color : #000;
	float: right;
	width: 225px;
	vertical-align : top;
	margin: 5px 0px; 
	height: 70%px;
	border: 0px solid #202020;
}
.game-stat div{
	background: none;
	margin-bottom: 0px;
	height: auto;
	font-family: 'AmaticSCBold', arial, sans-serif;
}
.game-stat #controls input{
	margin: 4px;
	height: 30px;
	background: #5F5F5F;
	color: #000;
	font-weight: bold;
	border: 1px solid #999999;
	-moz-border-radius: 4px;
	font-family: 'AmaticSCBold', arial, sans-serif;
	font-size: 15px;
}
.game-stat #score{
	font-family: 'AmaticSCBold', arial, sans-serif;
	background-color: #99ce64;
	display:table;
	width:208px;
	margin-top:2px;
}
.game-stat #score span{
	color : #fff;
	font-size: 42px !important;
}
.game-stat #top-scorers{
	font-size: 16px;
	height: auto;
	background-color:#ebba45;
	width:208px;
	margin-top:5px;
}
/*
.game-stat ul{
    list-style : none;
    margin: 0px;
    padding: 0px;
    background : #494949; 
    font-size: 12px;
	display: block;
} 
.game-stat ul #name{
	width: 75%;
}
.game-stat ul li{
  	padding: 0px;
	float: left;
}*/
.game-stat #time
{
	background-color:#6bcee3;
	width:208px;
	margin-top:5px;
	text-align:center;
}
.game-stat #clock
{
	background-color:#6bcee3;
	margin:auto;
	text-align:center;
}
.game-stat #list{
	height: 200px;
	font-family : arial;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	overflow:hidden;
	margin-left:25px;
	margin-right:5px;
	line-height:16px;
}
.game-stat #list div{
	font-family : arial;
	font-size:12px;
	color:#fff;
}
.premio
{
	width:400px;
	background-color:#c0e6ec;
	margin-top:-200px;
	padding: 20px;
	margin-left:-20px;
	margin-bottom:20px;
}
.userinfo{
	display: none;
	background : #318bb0;
	border: 0px solid #5D5D5D;
	-moz-border-radius: 7px;
	width: 400px;
	padding: 20px;
	color: #fff;
	position: absolute;
	font-family: 'AmaticSCBold', arial, sans-serif;
	font-size:25px;
	top: 32%;
	left : 25%;
}
.userinfo input{
	background: #fff;
	border: 1px solid #9E9E9E;
	padding : 2px;
	-moz-border-radius: 5px;
	color: #000;
	font-weight: bold;
	font-family: arial, sans-serif;
	margin: 4px;
}
#uname
{
	width:250px;
	height:25px;
	border:0px;
	text-indent:5px;
}
#numcliques
{
	color:#fff; background-color:#318bb0; border:0px;
	font-size:25px;
	font-family: 'AmaticSCBold', arial, sans-serif;
}
#tempo
{
	color:#fff; background-color:#318bb0; border:0px;
	font-size:25px;
	font-family: 'AmaticSCBold', arial, sans-serif;
}
#save
{
	background-color:#70bf50;
	font-family: 'AmaticSCBold', arial, sans-serif;
	color:#fff;
	width:222px;
	height:40px;
	background-image:url(../img/save.png);
	border:0px;
	cursor:pointer;
	border:1px solid #318bb0;
}
#save:hover
{
	border:1px solid #FFF;
}
#cancel
{
	background-color:#de6267;
	font-family: 'AmaticSCBold', arial, sans-serif;
	color:#fff;
	width:156px;
	height:40px;
	border:0px;
	background-image:url(../img/cancel.png);
	cursor:pointer;
	border:1px solid #318bb0;
}
#cancel:hover
{
	border:1px solid #de6267;
}


.userinfo #button{
}
@font-face {
    font-family: 'AmaticSCBold';
    src: url('amaticsc-bold.eot');
    src: url('amaticsc-bold.eot') format('embedded-opentype'),
         url('amaticsc-bold.woff') format('woff'),
         url('amaticsc-bold.ttf') format('truetype'),
         url('amaticsc-bold.svg#AmaticSCBold') format('svg');
}

.nivelImg
{
	position:relative;
	margin-left:-150px;
}