@charset "UTF-8";

h2 {
	margin:20px;
	padding:0px 0px 0px 10px;
	border-bottom:2px solid #ccc;
}
/** -- game box score -- **/

div#game_box_score {
	background-image:url('../images/template/boxscore_back.png');
}
ul.games_box_score box_score_list li {
	float:left;
}
div.box_score_box {
	width:60px;
	height:50px;
	background-color:#ccc;
	border:1px solid #2b2b2b;
}
/** -- game_result -- **/

div#game_result {
	widith:900px;
	margin:0px 0px 20px 0px;
	padding:0px;
}
div#game_result img {
	width:900px;
}

/** -- game_stats --**/

div#game_stats {
	width:570px;
	float:left;
	/*margin:10px 10px 10px 45px;*/
	overflow:hidden;
}
div.game_stats_info table {
	width:570px;
	border-collapse: collapse;
}

div.game_stats_info table .alt{
	background-color:#FFF0BD;
}
/** -- game_mvp :: member_card **/

div#game_mvp {
	width:300px;
	float:right;
	margin:0px;
	overflow:hidden;
}

div.member_card {
	width:260px;
	margin:10px auto 20px auto;
	overflow:hidden;
}

div.member_card_image {
	width:130px;
	padding:5px;
	float:left;
	text-align:center;
	background-color:#ffde26;
}

div.member_card_image a, div.member_card_image a:link {
	margin:0px;
	padding:0px;
	color:#2b2b2b;
	text-decoration:none;
}
div.member_card_image a:hover, div.member_card_image a:focus {
	text-decoration:underline;
}
div.member_card_image a:visited {
	color:#4d4d4d;
}
div.member_card_image img {
	width:130px;
	height:180px;
	background-color:#ccc;
}

div.member_card_info {
	margin:0px;
	padding:3px;
	text-align:center;
	float:left;
}

div.member_card_info ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

/** -- gallery -- **/

div.gallery {
	clear:both;
	display:block;
	width:900px;
	margin:0px auto 50px auto;
	overflow:hidden;
}

div.gallery img {
	dislplay:block;
	width:150px;
	margin:20px;
	float:left;
}

dl.section {
	display:block;
    margin:1em 10px;
}

dl.section dt {
    clear:left;
    display:inline;
    float:left;
    width:12em;
    margin:0 0 0 1.5em;
}

dl.section dd {
    border-bottom:1px dotted #CCCCCC;
    margin-bottom:0.5em;
    padding:0 0 0.5em 12.5em;
} 
ul.none{ 
    list-style-type : none; 
    margin:0;
}
div.stats {
	margin-top:2em;
	margin-left:3em;
}

div.stats table {
	margin:0px;
	padding:0px;
	margin:0px auto 0px 0px;
	border-collapse: collapse;
}

div.stats table th {
	padding:7px 10px 0px 10px;
	background-color: #2b2b2b;
	color:#ffffff;
}

div.stats table th a{
	color:#fff;
}

div.stats table tr.alt {
	background-color:#FFF0BD;
}

div.stats table td {
	padding:5px 3px 5px 10px;
	text-align:center;

}
