/*
--------------------------------------------------------------------------------------------------
 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:
--------------------------------------------------------------------------------------------------

 =100	body text		#333	(dark grey)
 =101	Newshead text	#777	(medium gray)
 =102	Shortcuts		#999	(medium light gray)
 =103	date			#b2b2b2	(light gray)
 =104	calendar alt	#f5f5f5	(Ultra light gray)
 =105	inverted		#fff	(white)

*/
@media screen 
{	
	/* News page - list */
	#newsList
	{
		margin:				0;
		padding:			0;
	}
	
		#content #newsList li
		{
			margin:				0 0 13px 0;
			padding:			0 0 6px 0;
			
			border-bottom:		1px solid #f5f5f5;	/* =104 */
			
			background-image:	none;
		}
		
		#content #newsList .lastItem
		{
			border:				none;
		}
		
			#content #newsList li h2
			{
			    padding-top:    0;
			}
			
				#content #newsList li h2 a
				{
					text-decoration:	none;
				}
				
					#content #newsList li h2 a:hover
					{
						text-decoration:	underline;
					}
			
				#newsList li .date
				{
					display:			block;
					
					color:				#999;	/* =103 */
					line-height:		1.64em;		
				}
				
				#content #newsList li .readMore
				{
				}

					#content #newsList li .readMore:hover
					{
					}
					
	/* News Item */
	 #content #newsList li span
	{
		display:			block;
		
		color:				#999;	/* =103 */
		line-height:		1.64em;		
	}

}
