/* $Id: champion.css 9 2007-09-10 11:54:25Z edin.coralic $ */

.champion {
	
}

.champion a.only-in-game {
	display: block;
	text-align: right;
	font-size: 1.2em;
	margin-bottom: 1em;
}

.champion .single-champion {
	font-size: 1.2em;
}
.champion .with-line {
	padding-bottom: 1.5em;
	margin-bottom: 1em;
	border-bottom: 3px solid #d1c9c2;
}
.champion .single-champion img.picture {
	float: right;
	margin: 0 0 0 1em;
}

.champion .champions {
	
}
.champion .champions .person {
	background: #f2f0ed;
	padding: 12px;
	margin-bottom: 20px;
	height: 1%;
}
.champion .champions .person .picture {
	float: left;
	width: 160px;
}
.champion .champions .person .content {
	float: right;
	width: 180px;
}
.champion .champions .person .content a.name {
	display: block;
	color: #0196eb;
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	margin-bottom: 6px;
	text-decoration: none;
}
.champion .champions .person .content a.name:hover {
	text-decoration: underline;
}
.champion .champions .person .content div.game-in,
.champion .champions .person .content div.game-out {
	margin-bottom: 6px;
	font-size: 1.2em;
	color: #aaa097;
	background: url('/dsg/icon-game-in.gif') no-repeat left center;
	padding-left: 17px;
}
.champion .champions .person .content div.game-out {
	background-image: url('/dsg/icon-game-out.gif');
}
.champion .champions .person .content div.lead {
	font-size: 1.2em;
}
.champion .champions .person .content a.view {
	display: block;
	text-align: right;
	font-size: 1.2em;
	margin-top: 6px;
}


.champion .jobs {
	
}
.champion .jobs h2 a,
.champion .jobs h3 a {
	clear: both;
	display: block;
	color: #eb6a01;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	margin: 1.5em 0 0 0;
	text-decoration: none;
}
.champion .jobs h3 a {
	color: #0196eb;
	font-size: 1.8em;
	margin-top: 0.556em;
}
.champion .jobs h2 a:hover,
.champion .jobs h3 a:hover {
	text-decoration: underline;
}
.champion .jobs div.lead {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0.833em 0;
}
.champion .jobs a.more {
	clear: both;
	float: left;
	font-size: 1.2em;
}
.champion .jobs .comments {
	float: right;
	color: #a1a1a1;
	font-size: 1.2em;
}