html{
	background-image: url( '../img/bg.png' );
}

body{
	background-image: url( '../img/bg.png' );
	background-repeat: repeat-x;
	
	color: #AAA;
	
	font-family: "Helvetica Neue", "Helvetica", "Verdana", "Arial", sans-serif;
}

body, td, th, table, p{
	text-align: left;
}

strong{
	font-weight: bold;
}

h1{
	color: #FFF;
	font-family: "Myriad Pro", "Myriad", "Helvetica", "Verdana", sans-serif;
	font-size: 500%;
}

h2{
	font-weight: bold;
	text-align: left;
	font-size: 138.5%;
}

h3{
	font-weight: bold;
}

.home_scores_table{
	width: 740px;
}

.home_scores_table td{
	border-right: 1px solid #AAA;
}

.home_scores_table td:last-of-type{
	border-right: none;
}

.scores_sub_table{
	width: 100%;
}

#home_main{
	height: 500px;
	width: 675px;
	color: #AAA;
}

#home_main h1{
	padding-top: 20px;
	margin-bottom: 0px;
}

#home_main .byline{
	margin-top: -20px;
	font-size: 138.5%;
}

#home_main h2{
	margin-top: 20px;
	font-size: 108%;
	font-weight: bold;
	text-align: left;
}

#home_main .new_in_v2 li{
	font-weight: lighter;
	list-style-type: disc;
	margin-left: 20px;
}

#container{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
}

#content{
	padding-top: 20px;
	clear: both;
}

#scores_list{
	margin-top: 20px;
	width: 375px;
}

#scores_list ol li{
	margin-left: 20px;
	list-style-type: decimal;
	height: 40px;
}

#scores_list .score{
	font-family: georgia;
	font-size: 120%;
	font-weight: bold;
}

#scores_list .meta{
	height: 20px;
}

#scores_list .user{
	width: 150px;
	float: left;
	overflow: hidden;
	font-size: 90%;
	
}

#scores_list .date{
	width: 160px;
	float: left;
	overflow: hidden;
	font-size: 90%;
	font-style: italic;
	
}

.featured_score_box{
	margin-top: 10px;
	margin-bottom: 10px;
}

.featured_score_box legend{
	color: #AAA;
}

.featured_score_box fieldset{
	border: 1px solid #AAA;
	padding: 5px;
}

.featured_score_data .score{
	color: #FFF;
	font-family: georgia;
	font-size: 150%;
}

.featured_score_data .user{
	float: left;
	width: 200px;
}

.featured_score_data .date{
	float: left;
}

.iphone{
	float: right;
	width: 285px;
	padding-right: 25px;
}

#home_sections{
	clear: both;
	height: 200px;
}

#home_sections a{
	color: #AAA;
	text-decoration: none;
}

#home_sections h2{
	padding-bottom: 10px;
}

#home_sections li{
	width: 200px;
	height: 100px;
	float: left;
	border-right: 1px solid #AAA;
	text-align: center;
	padding-left:  20px;
	padding-right: 20px;
}

#home_sections li:last-of-type{
	border-right: none;
}

#download_button{
	margin-left: 20px;
	margin-top:  50px;
}

#download_button img{
	border: none;
}

#footer{
	margin-top: 330px;
	font-size: 77%;
	text-align: center;
	width: 100%;
}

.home_scores_table_cell{
	padding: 10px;
}