@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		font-family: Futura, sans-serif;
		font-size: 26pt !important;
		max-width: 400px;
		padding-top: 11px !important;
		padding-left: 17px !important;
	}
}

.marquee {
	min-height: 34px;
	max-height: 34px;
	height: 34px;
	font-size: 77%;
	font-variant: small-caps;
	color: #000000;
	letter-spacing: -0.05em;
	overflow-y: hidden;
	overflow-x: hidden;
	border-bottom: 2px #000000 solid;
	text-align: left;
	white-space: nowrap;
}

	.marquee .marquee_text {
		padding-top: 10px;
		padding-bottom: 10px;
	}

#row {
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#left {
	margin-top: 10px;
	float: left;
	min-width: 720px;
	max-width: 720px;
}

	#left .button {
		margin-right: 3px;
	}

	#left #athlete_header {
		clear: both;
		overflow: hidden;
	}
	
		#left #athlete_header #athlete_name {
			float: left;
			min-width: 439px;
			max-width: 439px;
			min-height: 78px;
			max-height: 78px;
			background-image: url(../_images/_backgrounds/athletes_detail_name.png);
			background-repeat: no-repeat;
			background-position: -5px 0px;
			margin-top: 5px;
		}

			#left #athlete_header #athlete_name h1 {
				font-family: Arial, Helvetica, Geneva, sans-serif;
				font-size: 197%;
				color: #ffffff;
				letter-spacing: -2px;
				font-weight: bold;
				padding-top: 15px;
				padding-left: 15px;
			}
			
#right {
	margin-top: 10px;
	float: right;
	min-width: 270px;
	max-width: 270px;
}

	#right #athlete_share {
		float: left;
	}

		#right #athlete_share #athlete_share_wrapper {
			background-image: url(../_images/_backgrounds/athletes_detail_sharethis.png);
			background-repeat: no-repeat;
			background-position: center top;
			min-width: 132px;
			max-width: 132px;
			min-height: 47px;
			max-height: 47px;
			margin-top: 37px;
		}
		
			#right #athlete_share #athlete_share_wrapper strong {
				display: block;
				padding-top: 28px;
				padding-left: 3px;
			}

	#right #athlete_return_button {
		clear: both;
		padding-top: 5px;
	}

#container_nocontent {
	padding: 15px;
	background-image: url(/_images/_backgrounds/content_bg.png);
	background-repeat: repeat;
	font-size: 93%;
	font-weight: bold;
	margin-bottom: 10px;
}

#entries_left {
	margin-top: 10px;
	float: left;
	min-width: 500px;
	max-width: 500px;
	background-image: url(/_images/_backgrounds/content_bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

#entries_right {
	margin-top: 10px;
	float: left;
	min-width: 500px;
	max-width: 500px;
	background-image: url(/_images/_backgrounds/content_bg.png);
	background-repeat: repeat;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.entry_more_button_wrapper {
	position: relative;
}

	.entry_more_button_wrapper .entry_more_button {
		position: absolute;
		top: 212px;
		left: 440px;
		min-width: 49px;
		max-width: 49px;
		min-height: 21px;
		max-height: 21px;
	}

	.entry_more_button_wrapper .entry_more_button_right {
		position: absolute;
		top: 212px;
		left: 430px;
		min-width: 49px;
		max-width: 49px;
		min-height: 21px;
		max-height: 21px;
	}

.entry_left {
	border-right: 2px #000000 dotted;
	border-bottom: 2px #000000 dotted;
	margin-left: 10px;
	max-height: 265px;
	min-height: 265px;
}

.entry_right {
	border-bottom: 2px #000000 dotted;
	margin-right: 10px;
	max-height: 265px;
	min-height: 265px;
}

	.entry_image_link {
		text-decoration: none;
	}
	
	.entry_image_wrapper {
		float: left;
		min-width: 190px;
	}		
		
	.entry_image {
		background-repeat: no-repeat;
		background-position: center top;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		min-width: 168px;
		max-width: 168px;
		min-height: 161px;
		max-height: 161px;
		border: 6px #f0eee7 solid;
	}

	.entry_dateline {
		font-size: 85%;
		color: #000000;
		line-height: 1.0em;
		margin-left: 10px;
		margin-top: 5px;
	}

		.entry_dateline strong {
			font-weight: bold;
			font-style: italic;
		}

	.entry_content {
		float: left;
		background-image: url(/_images/_backgrounds/athletes_media_bg.png);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		min-width: 280px;
		max-width: 280px;
		min-height: 259px;
		max-height: 259px;
	}
	
		.entry_content .entry_header {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 10px;
			font-weight: bold;
			color: #a6a6a6;
			font-size: 100%;
			letter-spacing: -0.05em;
			line-height: 1.25em;
		}
		
		.entry_content .entry_description {
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 5px;
			font-size: 85%;
			line-height: 1.25em;
			color: #a6a6a6;
			font-size: 100%;
		}
