/* 	NEWS STYLESHEET - USED BY NEWS AND HOMEPAGE 
	(BUT NOT EVENTS, WHICH USES OWN MODIFIED COPY OF THIS)
*/

	/* overriding default p first-line-indent */
	#maincolumn { text-indent: 0;  }
	#maincolumn p { text-indent: 0; }	
	
	/* used by the actual news entries */
	.newsdate { display: inline; font-weight: bold; }
	.newsbody { margin: 15px 0px 10px 25px; }

	/* use like this: <div class="newsspacer"> [ASTERIX] </div> */
	.newsspacer { 
		padding: 0px; 
		margin-top: 15px; 
		margin-bottom: 15px; 		
		color: #ffcc00;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		text-align: center;
		/*background-color:#CCFFFF; */
		}
	.newssubspacer { height: 12px; padding: 0px; margin: 0px; /*background-color:#E5E5E5; */}

	/*.newsbetweenspacer { border-top: 5px dotted gray; margin: 20px 0 20px 0; background-color:#CCCCFF;}	*/
	.newsbetweenspacer { margin: 20px 0 20px 0; border-top: 1px dotted gray; /* background-color:#CCCCFF; */}	
	
	.newsthumbnailbox { 
		float: right;
		width: 110px;
		margin: 0 0 10px 15px;
		padding: 0 0 10px 10px;
		border-left: 1px dotted gray;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-indent: 0em;
		line-height: normal;
		text-align: center;
	}
