/**
 * Style for single match
 *
 * @package realmataramfcdotcom
 * @subpackage RedArmy
 * @version 1.0
 * @author Mohammad Arif [http://iznyn.com]
 * @copyright Copyright (c) 2011  Mohammad Arif  (http://iznyn.com)
 */
/*
Copyright 2011  Mohammad Arif  (http://iznyn.com)

All the code in this file is specifically not available to the public and under license from
Mohammad Arif, where as the party responsible for the development of the Real Mataram FC 
Official Website (http://realmataramfc.com).

You are not allowed to copy all or part of the code in this file without exception.
But if you just want to learn code in these files, we are happy will allow it.
*/

@import url("entry-content.css"); 

#content h1 {
	font: 20px "Arial Black", Arial, Helvetica, sans-serif;
	letter-spacing: -0.4px;
	color: #000000;
	text-transform: uppercase;
	margin-bottom: 16px;
}
#content .player-photo img {
	border: 5px solid #cfcbca;
	float: left;
}

/**
 * profile
 */
#profile {
	width: 380px;
	float: right;
}
#profile ul {
	font-size: 1.2em;
}
#profile li  {
	padding: 0.6em;
	border-bottom: 1px solid #e4e3df;
}
#profile li strong {
	font-weight: bold;
	float: left;
	width: 140px;
}
#profile li em {
    color: #7b2226;
    float: left;
    width: 220px;
}

/**Clear Fix**/
#profile li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#profile li {display: inline-table;}
* html #profile li {height: 1%;}
#profile li {display: block;}

 
 
/**
 * stats
 */
#stats {
	clear: both;
	padding-top: 4em;
}
#stats table {
	width: 100%;
	font-size: 1.2em;
}
#stats th {
	padding: 0.7em 0;
	background-color: #670407;
	color: #ffffff;
}
#stats th abbr:hover {
	cursor: help;
}
#stats td {
	text-align: center;
	padding: 0.6em 0;
}
#stats tbody td:nth-child(1),
#stats thead th:nth-child(1),
#stats tbody td:nth-child(2),
#stats thead th:nth-child(2) {
	text-align: left;
	padding-left: 8px;
}
#stats tbody tr:nth-child(odd) {
	background-color: #e4e3e1;
}
#stats tbody tr:nth-last-child(1) {
	background-color: #260d10;
	color: #ffffff;
}
#stats .empty {
	font-size: 1.3em;
	font-style: italic;
	background-color: #e4e3e1;
	padding: 0.5em 1.2em;
}