/*
--------------------------------------------------------------------------------------------------
 Title:			News Styles
 Created on: 	11-05-2009
 Author:     	Roberto De Vivo
 Client:		Vincis Internal
 Project:		CastManage 3.8 Template
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------

*/
@media screen 
{	
	/* News page - list */
	#newsList
	{
		margin:				0;
		padding:			0;
	}
		#content ul#newsList 
		{
			float:			left;
			margin:			10px 0 0 0;
		}
	
		#content #newsList li
		{
			margin:				0 0 12px 0;
			padding:			0 0 2px 0;
			
			border-bottom:		1px solid #ccc;	/* =104 */
			
			background-image:	none;
		}
		
		#content #newsList .lastItem
		{
			border:				none;
		}
		
			#content #newsList li h2
			{
				margin:				0;
				padding:			0;
			}
			
				#content #newsList li h2 a
				{
					text-decoration:	none;
				}
				
					#content #newsList li h2 a:hover
					{
						text-decoration:	underline;
					}
			
				#newsList li .date
				{
					display:			block;
					
					color:				#b2b2b2;	/* =103 */
					line-height:		1.64em;		
				}
				
				#content #newsList li .readMore
				{
				}

					#content #newsList li .readMore:hover
					{
					}
					
	/* News Item */
	 #content .date
	{
		display:			block;
		
		color:				#b2b2b2;	/* =103 */
		line-height:		1.64em;		
	}

}