@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: 130px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 20px;
}
#news-container #headline h1 {
	font-size: 30px;
}
#news-container #headline #media-logo {
	float:left;
	width: 400px;
	height: 75px;
	margin: 0px 0px 0px 0px;
}
#news-container #headline #media-logo img.media {
	width: 400px;
	height: 75px;
}
#news-container #headline #heading {
	float: left;
	width: 100%;
	height: 50px;
	padding: 10px 0px 0px 0px;
}
#news-container #headline #news-source {
	float: left;
	width: 40%;
	height: 50px;
	padding: 20px 0px 0px 20px;
}
#news-container #headline #news-source p {
	/*font-size:16px;*/
	padding: 0px 0px 0px 0px;
}
#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 {
	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;
	margin: 10px 0px 20px 20px;
}
#news-container #image img.pic-1 {
	width: 450px;
	height: 256px;
}
@media screen and (max-width: 1024px){
	#news-container {
		width: 95%;
		padding: 20px 0px 70px 0px;
	}
	#news-container #headline {
		height: 150px;
	}
	#news-container #headline #media-logo {
		width: 260px;
		height: 47px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #media-logo img.media {
		width: 250px;
		height: 47px;
	}
	#news-container #headline #heading {
		width: 100%;
		height: 70px;
		padding: 20px 0px 0px 0px;
	}
	#news-container #headline #heading h1{
		font-size:24px;
	}
	#news-container #headline #news-source {
		width: auto;
		height: 30px;
		padding: 15px 0px 0px 0px;
	}
	#news-container #headline #news-source p{
		line-height: 100%;
		padding: 0px 0px 0px 0px;
	}
	#news-container #news-text P {
		font-size: 100%;
	}
	#news-container #news-text #image {
		float: right;
		margin: 10px 0px 20px 20px;
	}
	#news-container #news-text #image img.pic-1 {
	 	width: 300px;
	 	height: 170px;
	}
}
@media screen and (max-width: 480px) {
	#news-container {
		width: 95%;
		padding: 20px 0px 70px 0px;
	}
	#news-container #headline {
		height: 130px;
	}
	#news-container #headline #media-logo {
		width: 210px;
		height: 28px;
		padding: 0px 0px 0px 15px;
	}
	#news-container #headline #media-logo img.media {
		width: 200px;
		height: 38px;
	}
	#news-container #headline #heading {
		float: left;
		width: 100%;
		height: 60px;
		padding: 0px 0px 0px 15px;
	}
	#news-container #headline #heading h1{
		font-size:16px;
		padding: 0px 0px 0px 0px;
	}
	#news-container #headline #news-source {
		width: auto;
		height: 20px;
		padding: 20px 0px 0px 0px;
	}
	#news-container #headline #news-source p {
		font-size:14px;
		padding: 0px 0px 0px 20px;
		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 30px 0px;
	}
	#news-container #news-text #image img.pic-1 {
		width: 350px;
		height: 224px;
	}
	#news-container #news-text p{
		font-size: 100%;
		padding: 10px 0px 10px 0px;
	} 
}
