/*************************************************************************************************/
/* Author:			VINCIS Rinse van Dijk         					                          	  		*/
/* Description:		NEWS stylesheet for Miracleweb	       	                                	  			*/
/* Site name:		Internet 2009 Gemeente Weststellingwerf		                                         	  		*/
/* Date created:		06-03-2009						                                         	  		*/
/************************************************************************************************/
@media screen 
{	

	/*******************************************************************************************/
	/* =News Styles  					                     		              					 */
	/*******************************************************************************************/
	#containerNews
	{
	
	}
	
		#containerNews span
		{
			color:				#aaa;
			font-size:			1.0em;
		}
		
		#containerNews h2
		{
			margin:				0;
			padding:			0;
			
			font-size:			1.2em;
		}
		
			#containerTotal #containerNews h2 a 
			{
				font-weight:		bold;
				font-size:			1.2em;
				color:				#000;
				text-decoration:	none;
			}
			
				#containerTotal  #containerNews h2 a:hover
				{
					color:				#333;
					text-decoration:	underline;
				}
			
		#containerNews p
		{
			padding:			0 0 6px 0;
			margin:				0;
		}
		
			#containerNews p .newsItemReadMore
			{
				display:			block;
				padding:			0;
			}
			
		#containerNews	hr
		{
			clear:				both;
		}
		
	.newsItem
	{
		clear:					both;
	}
	
	.publishInfo
	{
		float:					right;
	}
	
	/*******************************************************************************************/
	/* =Paging Styles 					                     		              					 */
	/*******************************************************************************************/	
	#containerPaging
	{
		float:					left;
		width:					725px;
		padding:				0px 0 13px 0;
	}
	
		#containerPaging ul
		{		
			clear:					both;
			
			height:					20px;
			padding:				0;
			margin:					0;
		}
		
			#containerPaging ul li
			{
				float:					left;
				
				width:					13px;
				min-width:				13px;
				padding:				3px 3px 3px 3px;
				margin:					0 5px 0 0;
				
				list-style:				none;
				text-align:				center;
				
				background-color:		#f9e9ec;
				background-image:		none;
				
				border:					1px solid #e01a3e;
			}
			
			*>#containerPaging ul li
			{
				width:					auto;
			}
			
				#containerPaging ul li a
				{
					color:					#e01a3e;
				}
		
		#containerPaging .selectedPageNumber
		{
			color:					#FFFFFF;
			font-weight:			bold;
			
			background-color:		#e01a3e;
			
			border-color:			#e01a3e;
		}
}
