/* Bouncy XBox LIVE Default Theme Stylesheet */
/* Author: Anthony Kinson					 */
/*-------------------------------------------*/

/*-----------*/
/* Dashboard */
/*-----------*/
.dashboard {
	background: #62a531 url(dashboard.jpg) center top repeat-x;
	background-size: 100% 100%; /* move to theme css */
		-o-background-size:100% 100%;
		-webkit-background-size:100% 100%;
		-khtml-background-size:100% 100%;
		-moz-background-size:100% 100%;
}

/*------------*/
/* Navigation */
/*------------*/
ul.navList li {
	list-style:none;
	display: block;
	padding: 5px 5px 5px 5px;
}

ul.navList li a {
	text-decoration:none;
	color: #fff;
		text-shadow: 1px 1px 3px #2e352e;
	font-weight: bold;
	font-size: 20px;
	transition: all ease .3s;
		-webkit-transition: all ease .3s;
		-moz-transition: all ease .3s;
		-o-transition: all ease .3s;
}
ul.navList li a:hover {
	text-shadow: 1px 1px 5px #fff;
	font-size: 26px;
}

/* Gamercard */
/*-----------*/
.gamercard td{
	color: #323234;
	border: 1px solid #000;
	background: #757575;
}
.rep_stars {
	background: #757575;
	padding: 0 3px 2px 3px;
	margin-bottom: 2px;
	vertical-align: middle;
	border: 1px solid #000;
	-moz-border-radius: 5px 5px 5px 5px;
}	
