/*************************************************************************************************/
/* Author:			VINCIS Rinse van Dijk         					                          	  		*/
/* Description:		NEWS stylesheet 				       	                                	  			*/
/* Site name:		Internet Bureau Jeugdzorg				                                         	  		*/
/* Date created:		09-04-2009						                                         	  		*/
/*************************************************************************************************/

/************************************************************************************************/
/* Screen styles                                                                 										*/
/************************************************************************************************/
@media screen 
{
	/*******************************************************************************************/
	/* =Override styles							                                      				 */
	/*******************************************************************************************/

	#content div.paging
	{
		width:					584px!important;
	}	
	
	/*******************************************************************************************/
	/* =All Custom styles for this module					                                      				 */
	/*******************************************************************************************/	
	
	#containerNews span
	{
		color:				#8a8a89;
		font-size:			0.9em;
	}
	
	
	#containerNews h2
	{
		font-size:			1.2em;	
	}
	
		#containerNews h2 a 
			{
				color:				#555;
			}
			
				#containerNews h2 a:hover
				{
					color:				#76a000;
				}
	
	/*******************************************************************************************/
	/*  =General module styles			                                      							 */
	/*******************************************************************************************/
	#containerNews
	{
	
	}
		
		#containerNews h2
		{
			margin:				0;
			padding:			0;
		}
		
			#containerNews h2 a 
			{
				text-decoration:	none;
			}
			
				#containerNews h2 a:hover
				{
					text-decoration:	underline;
				}
			
		#containerNews p
		{
			padding:			0 0 6px 0;
			margin:				0;
		}
		
			#containerNews p .newsItemReadMore
			{
				display:			block;
				padding:			0;
				clear:				both;
				text-decoration:	none;
				
				background-image: 		url('/sjablonen/1/images/general/arrow_next.gif'); 
				background-repeat:		no-repeat;
				background-position:	83px 8px;
			}
				
				#containerNews p .newsItemReadMore:hover
				{
					text-decoration:	underline;
				}
			
		#containerNews	hr
		{
			clear:				both;
			margin:				8px 0 8px 0; /* fix for FF */
			*margin:			0; /* only read by IE */
			
		}
		
		#content a.newsGoBackLink
		{
			text-decoration:		none;
		}
		
			#content a.newsGoBackLink:hover
			{
				text-decoration:		underline;
			}
}
