/************************************************************************************************/
/* Author:			VINCIS Rinse van Dijk         					                   	  		*/
/* Description:		NEWS stylesheet						                           	  			*/
/* Site name:		Standaard sjabloon CastManage 4.1			                       	  		*/
/* Date created:	20-11-2009							                           	  			*/
/************************************************************************************************/


/************************************************************************************************/
/* Screen styles                                                                 				*/
/************************************************************************************************/
@media screen 
{	
	/********************************************************************************************/
	/* =Override styles					                                   					  	*/
	/********************************************************************************************/


	/********************************************************************************************/
	/* =View Settings					                                   					  	*/
	/********************************************************************************************/
	#content ul#newsList
	{
		margin:				0;
		padding:			0;
	}
	
		#content ul#newsList li
		{
			margin:				0 0 15px 0;
			padding:			0 0 15px 0;
			
			border-bottom:		1px solid #eee;	
			
			background-image:	none;
		}
		
			#content ul#newsList li span
			{
				font-size:			0.85em;
				color:				#aaa;
			}
			
			#content ul#newsList li h2
			{
				font-size:			1.1em;
			}
			
				#content ul#newsList li h2 a
				{
					font-weight:		bold;
					text-decoration:	none;
				}
				
					#content ul#newsList li h2 a:hover
					{
						text-decoration:	underline;
					}
			
			#content ul#newsList li p
			{
				margin:				0;
			}
			
				#content ul#newsList li p a.newsItemReadMore
				{	
					display:			block;
					float:				left;
				}
		

}
