/* * * * * * * * * * * * * * * * * *
*
*	NEWS.CSS
*
* * * * * * * * * * * * * * * * * */

div.news-heading {
	
	padding: 0.2em 0em 0.2em 0.4em;

}

div.news-holder {

	border: 1px solid #cc0000;

}

div.news-story {

	margin-bottom: 0.5em;
	/*
	background-image: url(../images/layout/light_gradient.png);
	background-position: top;
	background-repeat: reapeat-x;
	*/

}

div.news-image {
	
	min-width: 80px;
	max-width: 80px;
	width: 80px;
	
	min-height: 80px;
	max-height: 80px;
	height: 80px;
	
	float: left;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	padding: auto;
	padding-top: auto;
	padding-bottom: auto;
}

div.news-text-holder {

	float: left;
	width: 60%;
	height: 85px;
	display: inline-block;
	margin-left:1em;

}

div.news-info {
	
	width: 100%;
	float: right;
	font-weight: bold;
	font-style: italic;
	font-size: 80%;

}

div.news-content {
	
	margin-top: 0.2em;
	width: 100%;
	min-height: 50px;
	height: 50px;
	float: right;
	font-size: 90%;

}

div.news-readmore {
	
	display: inline;
	width: 68px;
	height: auto;
	text-align: center;
	margin-top: 0em;
	float: right;
	text-decoration: none;
	padding: 0em 0.5em 0.2em 0.5em;
	font-size: 82%;
	cursor: pointer;
}

div.news-readmore:hover {
	
	background-color: #ffaa40;
	border: 1px solid #ffaa40;
	color: #cc0000;
	cursor: pointer;
}


div.news-readmore-a {

	cursor: pointer;
	text-decoration: none;

}
	
	
	
	
