@charset "utf-8";
/* CSS Document */
body {
	-webkit-text-size-adjust: 100%;
}
#news-container {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	position: relative;
	clear: both;
	padding: 20px 0px 70px 0px;
}
#news-container #headline {
	width: 100%;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 20px;
}
#news-container #headline #media-logo {
	position: absolute;
	top: 40px;
	left: 0;
	width: 300px;
	height: 150px;
	margin: 0px 0px 0px 0px;
}
#news-container #headline #media-logo img.media {
	width: 300px;
	height: 150px;
}
#news-container #headline #heading {
	position: absolute;
	top: 40px;
	left: 300px;
	width: auto;
	height: 100px;
	padding: 10px 0px 0px 0px;
}
#news-container #headline #heading h1 {
	padding: 0px 0px 0px 50px;
}
#news-container #headline #news-source {
	position: absolute;
	top: 140px;
	left: 300px;
	width: auto;
	height: 50px;
	padding: 0px 0px 0px 0px;
}
#news-container #headline #news-source p {
	/*font-size:16px;*/
	padding: 0px 0px 0px 50px;
}
#news-container #headline #news-source a {
	text-decoration:none;
	color:#000;
	font-weight:100;
}
#news-container #headline #news-source a:hover {
	text-decoration:none;
}
#news-container #news-text {
	width:100%;
	height:auto;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#news-container #news-text P {
	/*font-size:18px;*/
	line-height: 150%;
	padding: 10px 0px 15px 0px;
}
#news-container #news-text a {
	font-weight:bold; 
	color:#00F;
	text-decoration:none; 
}
#news-container #news-text a:hover {
	text-decoration:none; 
}
#news-container #news-text #image {
	float: right;
	/*width:450px;
	height:307px;*/
	margin: 10px 0px 20px 20px;
}
#news-container #image img.pic-1 {
	/*width: auto;
	height: auto;*/
	width: 450px;
	height: 300px;
}
@media screen and (max-width: 1024px){
	#news-container {
		width: 95%;
		padding: 20px 0px 70px 0px;
	}
	#news-container #headline {
		height: 120px;
	}
	#news-container #headline #media-logo {
		position: absolute;
		top: 40px;
		left: 0;
		width: 150px;
		height: 75px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #media-logo img.media {
		width: 150px;
		height: 75px;
	}
	#news-container #headline #heading {
		position: absolute;
		top: 30px;
		left: 150px;
		width: auto;
		height: 70px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #heading h1{
		font-size:24px;
		padding: 0px 0px 0px 30px;
	}
	#news-container #headline #news-source {
		position: absolute;
		top: 95px;
		left: 150px;
		width: auto;
		height: 30px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #news-source p{
		line-height: 100%;
		padding: 0px 0px 0px 30px;
	}
	#news-container #news-text P {
		font-size: 100%;
	}
	#news-container #news-text #image {
		float: right;
		/*width:450px;
		height:307px;*/
		margin: 10px 0px 20px 20px;
	}
	#news-container #news-text #image img.pic-1 {
	 	width: 300px;
	 	height: 200px;
	}
}
@media screen and (max-width: 480px) {
	#news-container {
		width: 95%;
		padding: 20px 0px 70px 0px;
	}
	#news-container #headline {
		height: 150px;
	}
	#news-container #headline #media-logo {
		position:absolute;
		top: 120px;
		left: 0px;
		width: 80px;
		height: 34px;
		padding: 0px 0px 0px 10px;
	}
	#news-container #headline #media-logo img.media {
		width: 70px;
		height: 34px;
	}
	#news-container #headline #heading {
		position:absolute;
		top: 20px;
		left: 0px;
		width: 100%;
		height: 100px;
		padding: 0px 0px 0px 10px;
	}
	#news-container #headline #heading h1{
		font-size: 22px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #news-source {
		position:absolute;
		top: 120px;
		left: 80px;
		width: auto;
		height: 30px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #news-source p {
		font-size:14px;
		padding: 0px 0px 0px 10px;
		line-height: 100%;
	}
	#news-container #news-text {
		width:95%;
		margin: 0px auto 0px auto;
	}
	#news-container #news-text #image {
		float:left;
		width: 350px;
		margin: 0px 20px 10px 0px;
	}
	#news-container #news-text #image img.pic-1 {
		width: 350px;
		height: 238px;
	}
	#news-container #news-text p{
		font-size: 100%;
		padding: 10px 0px 10px 0px;
	} 
}
