/**
 * Memory site specific styles
 * @author	Gaby Vanhega <gaby@vanhegan.net> 20081021
 */
@import url( "/css/playr.subsite.css" );

/**
 * Playing information, guide, keys, etc
 */
div#instructions { }

div#thegame { padding: 0px; }
ol { margin-left: 2em; }

div#google {
	width: 120px;
	height: 600px;
}

div.playing { 
	position: relative;
	padding: 0px;
	float: left; 
	width: 48%; 
	_width: 420px;
}

div.shortcuts { 
	position: relative;
	padding: 0px;
	float: right; 
	width: 48%; 
	_width: 420px;
}

div#gamesetup { 
	float: left; 
	width: 200px;
	text-align: left;
	margin-bottom: 15px;
}

td, th { text-align: left; }

table {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

div#gameholder {
	margin-left: 220px;
}

div#game { 
}

.card {
	width: 60px;
	height: 80px;
	margin: 4px;
	padding: 1px;
	text-align: center;
	float: left;
	border: 2px solid #444;
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	clear: none;
	background: white;
	position: relative;
}

.card img { 
	width: 100%;
	vertical-align: middle;
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.card div.value { 
	vertical-align: middle;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 9px;
}

li.level {
	border: 1px solid #ccc;
	background: white;
	margin: 0px;
	padding: 2px;
}

