/* Game list elements*/

.review{
	background: #ffffff;
	border-bottom: 1px solid #a9a9a9;
	color: #000;
	text-decoration: none;
    font-size: 11pt;
}

.review a{
	color: #a9a9a9;
	text-decoration: none;
    font-size: 8pt;
}

.review a:hover{
	color: #a9a9a9;
	text-decoration: underline;
    font-size: 8pt;
}

.edit a{
	color: #fff;
	text-decoration: underline;
    font-size: 8pt;
    font-weight: bold;  
}

#featured{
	background-color: #fbf0ce;
	color: #989898;
	font-weight: bold;
	padding: 8px;
	width: 100%
}

.solveto{
	font-size: 0.8em;
	padding: 6px;
	color:#0e4950;
	background-color: #ffeeaa;
	text-align: center;
}

.deactive{
	font-size: 0.8em;
	padding: 6px;
	color:#333333;
	background-color: #ff9999;
	text-align: center;
}

.gamename{
	color:#0e4950;
	font-size: 1.6em;
	text-decoration: none;
	font-weight:bold;
}

.byline a{
	color: #074950;
	font-size: 12px;
	text-decoration: none;
}

.byline a:hover{
	text-decoration: underline;
}

#imgpush{
	height:480px;
	width:320px;
}
