body,html {
	background: #4d4d59;
	font-family: Helvetica, sans-serif;
	color: #fff;
	line-height: 1.5em;
}
a { color: #d2d2d5; }
a:hover { text-decoration: none; }
#container {
	width: 800px;
	margin: 25px auto;
}

h1.site-title {
	text-indent: -9999px;
	font-size: 1px;
	background: url(/canabalt/canabalt-scoreboard.png) top center no-repeat;
	height: 60px;
}

h2 { margin: 20px 65px 10px; }
h3 { margin: 20px 65px 20px; font-size: 24px; }
p { margin: 0 65px 20px;}

h1.user-title { font-size: 45px; margin: 30px 65px;}

table a { text-decoration: none; }
table a:hover { color: #fff; }

table {
	width: 670px;
	margin-left: 65px;
}

table td.date { 
	font-size: 16px;
	width: 100px;
	border-bottom: 1px solid #6b6b75;
	padding: 10px 0;
}


table .user { 
	font-size: 35px;
	width: 570px;
	border-bottom: 1px solid #6b6b75;
	padding: 10px 0;
}
table .user span { font-size: 12px; color: #999; }
table .user img { margin-right: 15px; vertical-align: middle; height: 48px; width: 63px; w\idth: 48px; font-size: 1px; }

table .score {
	font-size: 35px;
	width: 100px;
	border-bottom: 1px solid #6b6b75;
	padding: 10px 0;
}

#nav {
	width: 670px;
	margin: 0 auto;
	background: #44444f;
	overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: right;
    margin-bottom: 40px;
}

#nav li a {
	display: block;
	float: left;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-right: 1px solid #3c3c45;
	text-decoration: none;
}
#nav li a#load-scores { -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px; }
#nav li a:hover, #nav li a.selected { background: #3c3c45; }

#pick-a-user { margin-top: -2px; }

#nav #user-picked {
	border: 0;
	font-size: 14px;
	padding: 3px;
	width: 125px;
	background: #565663;
	color: #fff;
	font-style: italic;
}

#nav .focus {
	font-style: normal !important;
}

#nav #user-button {
	background: none;
	border: none;
	color: #d2d2d5;
	height: 30px;
	margin: 0 5px;
}

#stats { display: none; }

#stats .user {
	width: 470px;
}

.graphs { margin: 15px 65px 50px; }
.graphs h3 { margin: 0; }

.bluff-tooltip { color: #fff; font-family: Helvetica, sans-serif; font-size: 11px; background: rgba(255,255,255,.3); padding: 0 5px; }
.bluff-tooltip .label { color: #ddd; }
.bluff-tooltip .color { display: none; }