
.newsList
{
	background : none;
	padding-right : 20px;
	padding-top : 20px;
	margin-right : -10px;	
}

h1.newsTitle
{	
	margin-bottom  : 0px;
}

.newsList h3
{
	/*float		: right;*/
	font-style : italic;
}

.newsList p
{
	clear		: right;
}

/*targets the date tag*/
.newsList h3 + h3
{
	color 			: #E20A1A;
	font-size		: 14px; 
	font-weight		: normal;
	font-style		: normal;	
	float			: right;
	margin-top		: -2em;
}

.newsList li
{
	border-top		: 1px solid #ccc;	
	margin-right	: 10px;	
	padding			: 0;
	margin-bottom	: 30px;
	padding-top		: 30px;
	list-style-type	: none;
	list-style-image: none;
}

.newsList :first-child
{
	border-top	: none;
	padding-top : 0;
}

.newsList li img
{
	border 			: 3px solid 	#ccc;
	margin-bottom	: 20px;
	margin-left		: 20px;
}





