
@import url(/scripts/css/reset.css);

* { 
	margin: 0; 
	padding: 0; 
	border: 0;
}
body {
	font: normal 12px /1.6em "Lucida Grande", Helvetica, sans-serif; 
	background: #B0774C url(/images/memory/wood.jpg);
	text-align: center;
}
.card {
	display: inline-block;
	float: left;
	height: 84px;
	width: 84px;
	cursor: pointer;
	margin: 0 21px 21px 0;
}
* + html .card { /* IE7 */
	margin: 0 21px 0 0;
}
.card div.off {
	height: 84px;
	width: 84px;
	background: url(/images/memory/bg_card.gif) no-repeat top left;
	box-shadow: rgba(0,0,0,0.8) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 0 3px;
}
.card_ph {
	float: left;
	height: 84px;
	width: 84px;
	margin: 0 21px 21px 0;
}
* + html .card_ph { /* IE7 */
	margin: 0 21px 0 0;
}
.on {
	display: none;
	box-shadow: rgba(0,0,0,0.8) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 0 3px;
}
.clear {
	clear:both;
}
#game_board {
	padding: 19px 0 0 26px;
	margin: 0 auto;
}
#player_won {
	display: none;
	background: url(/images/memory/board.png) no-repeat bottom left;	width: 354px;
	height: 334px;
	margin: 30px auto 0 auto;
	text-align: center;
}
#player_won a {
	display: inline-block;
	margin-top: 260px;
	color: #FFF;
	text-decoration: none;
}
#player_won a:hover {
	text-decoration: underline;
}
#control {
	margin: 15px auto 0 auto;
	padding: 0 15px;
	line-height: 30px;
	color: #FFF;
	display: inline-block;
	width: 200px;
	background: #000;
	box-shadow: rgba(0,0,0,0.8) 0 0 3px;
	-webkit-box-shadow: rgba(0,0,0,0.8) 0 0 3px;
	-moz-box-shadow: rgba(0,0,0,0.8) 0 0 3px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;

}
#sfx_movie {
	width: 1px;
	height: 1px;
}
