/*
--------------------------------------------------------------------------------------------------
 Title:			News Styles
 Created on: 	20-10-2009
 Author:     	Roberto De Vivo
 Client:		Prox
 Project:		Website
 Copyright:  	Vincis B.V. The Netherlands

--------------------------------------------------------------------------------------------------
 Colors:
--------------------------------------------------------------------------------------------------
 =1		Cyan			#009fda	(cyan)
 =2		Link			#c93127	(red)
 =3		Mouse Over		#a52117	(dark red)


 ***** Standard Module colours *****
 =10	Newshead text	#777	(medium gray)
 =11	Shortcuts		#999	(medium light gray)
 =12	date			#b2b2b2	(light gray)
 =13	body text		#333	(dark grey)
 =14	calendar alt	#f5f5f5	(ultra light gray)
 =15	body background #fff	(white)

*/
@media screen 
{	
	/* News page - list */
	#newsList
	{
		margin:				0;
		padding:			0;
	}
	
		#content #newsList li
		{
			margin:				0 0 7px 0;
			padding:			0 0 4px 0;
			
			height:				5px;
			min-height:			5px;
			
			border-bottom:		2px solid #c93127;	/* =2 */
			
			background-image:	none;
		}
		*>#content #newsList li
		{
			height:				auto;
		}
		
		#content #newsList .lastItem
		{
			border:				none;
		}
		
			#content #newsList li h2
			{
			}
			
				#content #newsList li h2 a
				{
					text-decoration:	none;
				}
				
					#content #newsList li h2 a:hover
					{
						text-decoration:	underline;
					}
			
				#newsList li .date
				{
					display:			block;
					
					color:				#333;	/* =103 */
					line-height:		1.64em;		
				}
				
				#content #newsList li .readMore
				{
				}

					#content #newsList li .readMore:hover
					{
					}
					
	/* News Item */
	 #content .date
	{
		display:			block;
		
		color:				#333;	/* =103 */
		line-height:		1.64em;		
	}

}
