/* @override http://127.0.0.1/TRI3/wp-content/themes/TRI/css/quicksand.style.css?ver=3.0 */
/* @override http://localhost/planB/css/quicksand.css */

.awesome, .awesome:visited {
	background: #222 url(../images/resources/alert-overlay.png) repeat-x bottom center; 
	display: block; 
	padding: 5px 8px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border: 1px outset rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

span.awesome{
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin:1px 5px 5px 1px;
	cursor: auto;
}

.leftcap.awesome {
	-moz-border-radius-topleft: 5px; 
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px; 
	-webkit-border-radius-bottomleft: 5px;
	border-radius-topleft: 5px;
	border-radius-bottomleft: 5px; 
}

.rightcap.awesome {
	-moz-border-radius-topright: 5px; 
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px; 
	-webkit-border-radius-bottomright: 5px;
	border-radius-topright: 5px;
	border-radius-bottomright: 5px; 
}

label.awesome:hover { background-color: #111; color: #fff; }
label.awesome:active { top: 1px; }
.awesome.active { background: #111 url(../images/resources/alert-overlay-invert.png) repeat-x bottom center; top: 1px; text-decoration:underline; }
.small.awesome, .small.awesome:visited { font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited { font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited { font-size: 14px; padding: 8px 10px 9px; }

.green.awesome, .green.awesome:visited { background-color: #91bd09; }
label.green.awesome:hover { background-color: #749a02; }
.darkgreen.awesome, .darkgreen.awesome:visited { background-color: #659B2E; }
label.darkgreen.awesome:hover { background-color: #4E7824; }
.blue.awesome, .blue.awesome:visited { background-color: #2daebf; }
label.blue.awesome:hover { background-color: #007d9a; }
.ps2blue.awesome, .ps2blue.awesome:visited { background-color: #087EBC; }
label.ps2blue.awesome:hover { background-color: #066899; }
.psp.awesome, .psp.awesome:visited { background-color: #7A82A3; }
label.psp.awesome:hover { background-color: #606580; }
.red.awesome, .red.awesome:visited { background-color: #e33100; }
label.red.awesome:hover { background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited { background-color: #663366; }
label.magenta.awesome:hover { background-color: #630030; }
.bsod.awesome, .orange.awesome:visited { background-color: #0102AC; }
label.bsod.awesome:hover { background-color: #010187; }
.silver.awesome, .silver.awesome:visited { background-color: #A8A8A8; }
label.silver.awesome:hover { background-color: #717171; }
.dreamcast.awesome, .dreamcast.awesome:visited { background-color: #FA4E0E; }
label.dreamcast.awesome:hover { background-color: #D6430D; }

#filter input{
	display: none;
	margin:0;
}
#filter label{
	margin:0;
	margin-right:0;
	float:left;
}
li.game {
	float:left;
	display:block;
	width: 146px;
	height:160px;
	margin:5px;
	overflow:hidden;
	line-height:160px;
	text-align: center;
}
li.game img{
	line-height:160px;
	vertical-align:bottom;
}
li.game span, li.game strong{
	text-indent: -9999px;
	display: none;
}
form#filter{
	padding: 0;
	margin: 0;
}
fieldset {
	border: 0;
	border-top: 1px solid black;
	margin: 0 0 18px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 8px;
}

#game_holder{
	display: block;
	height: 680px;
}
ul#games.image-grid {
	display: block;
	margin: 0 auto;
	width: 940px;
	padding: 0;
}

