@charset "utf-8";
/* sIFR styles */
@media screen {
	.sIFR-active h1 {
		float: left;
		font-family: Futura, sans-serif;
		font-size: 26pt !important;
		max-width: 225px;
		padding-left: 10px;
	}
	.sIFR-active h3 {
		font-family: Futura, sans-serif;
		font-size: 16pt !important;
		min-width: 270px;
		max-width: 440px;
	}
	.sIFR-active h4 {
		font-family: Futura, sans-serif;
		font-size: 16pt !important;
		min-width: 270px;
		max-width: 440px;
	}
}

.section_header {
	min-height: 50px;
	max-height: 50px;
	height: 50px;
}

.rss_wrapper {
	min-height: 50px;
	max-height: 50px;
	height: 50px;
	margin-left: 5px;
}

#featured {
	float: right;
	min-width: 309px;
	max-width: 309px;
	padding-top: 20px;
	margin-right: 10px;
}

	#featured #featured_header {
		clear: both;
		color: #000000;
		border-top: 2px #000000 dotted;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color: #cfc8ae;
		letter-spacing: -0.05em;
	}

		#featured #featured_header strong {
			font-weight: bold;
		}
		
		#featured #featured_header em {
			color: #a62f2b;
			font-weight: bold;
		}
	
	#featured #featured_image {
		min-width: 309px;
		max-width: 309px;
	}

	#featured #featured_footer {
		border-top: 2px #000000 dotted;
		border-bottom: 2px #000000 dotted;
		background-color: #a62f2b;
		color: #ffffff;
		line-height: 1.0em;
		font-size: 85%;
		text-align: left;
		padding: 10px;
		letter-spacing: -0.05em;
	}

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

	#left h1 {
		font-family: Arial, Helvetica, Geneva, sans-serif;
		font-size: 197%;
		color: #a62f2b;
		letter-spacing: -2px;
		font-weight: bold;
		line-height: 50px;
	}
	
.entry_left {
	border-bottom: 2px #000000 dotted;
	max-height: 208px;
	min-height: 185px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
}

	.entry_image_link {
		text-decoration: none;
	}
	
	.entry_image {
		float: left;
		position: relative;
		left: -10px;
		background-repeat: no-repeat;
		background-position: center top;
		margin-left: 10px;
		margin-top: 5px;
		min-width: 168px;
		max-width: 168px;
		min-height: 161px;
		max-height: 161px;
		border: 6px #f0eee7 solid;
	}
	
	.entry_content {
		margin-top: 5px;
	}
	
		.entry_content h3 {
			font-family: Arial, Helvetica, Geneva, sans-serif;
			font-size: 123.1%;
			color: #a62f2b;
			letter-spacing: -2px;
			font-weight: bold;
			line-height: 30px;
		}

		.entry_content h4 {
			font-family: Arial, Helvetica, Geneva, sans-serif;
			font-size: 123.1%;
			color: #000000;
			letter-spacing: -2px;
			font-weight: bold;
			line-height: 30px;
		}

		.entry_content .entry_description {
			font-size: 85%;
			line-height: 1.25em;
		}
		
#grid {
	clear: both;
	margin-left: 4px;
}

	#grid .module {
		background-color: #ffffff;
		float: left;
		margin-top: 10px;
		margin-left: 5px;
		min-width: 325px;
		max-width: 325px;
		min-height: 206px;
		max-height: 206px;
	}
	
		#grid .module a {
			text-decoration: none;
		}

		#grid .module .module_more_wrapper {
			position: relative;
		}

		#grid .module .module_more {
			position: absolute;
			top: 185px;
			left: 276px;
			min-width: 49px;
			max-width: 49px;
			min-height: 21px;
			max-height: 21px;
		}
		
		#grid .module .module_image {
			background-position: center top;
			background-repeat: no-repeat;
			float: left;
			min-width: 325px;
			max-width: 325px;
			min-height: 58px;
			max-height: 58px;
		}
		
		#grid .module .module_content {
			clear: both;
			border-top: 2px #E3DDCF solid;
			padding: 8px;
		}
		
			#grid .module .module_content h6 {
				font-size: 108%;
				font-weight: bold;
				letter-spacing: -0.05em;
				color: #a6a6a6;
			}

			#grid .module .module_content p {
				line-height: 1.25em;
				letter-spacing: -0.05em;
				font-size: 85%;
				color: #a6a6a6;
				margin-top: 10px;
			}
		

