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

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

	#left h1 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 197%;
		color: #a62f2b;
		letter-spacing: -2px;
		font-weight: bold;
		line-height: 50px;
	}
	
#right {
	float: left;
	min-width: 500px;
	max-width: 500px;
	margin-top: 10px;
}

#row {
	clear: both;
}

#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%;
		}
