/* ------ DecorationPic DIV
----------------------------------------------------*/

/* News DIV
	<div id="decorationPic">
	</div>	
					
	<div id="news">
		<div id="newsHeading">Ajankohtaista
		</div>
		<div class="newNews">
			<h2><a href="index.php?news=38">Testi� vaan</a></h2>
			<p class="newsDate">18.04.2009</p>
			<p>Testi&auml; vaan......</p>
			<p class="newsMore"><a href="index.php?news=38">Lue lis&auml;&auml;</a></p>
		</div>
	</div>	
----------------------------------------------------*/

#news{
	padding: 0;
	background: #ffffff url(images/lintulogo.jpg) no-repeat top right;
}

#newsHeading{
	padding: 30px 0 18px 10px;
	font-family: Trebuchet MS, verdana, arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.2em;	
	color: #346aa9;   
 	background: url(images/news_top.jpg) no-repeat top left; 	
}

div.newsItem {
	margin: 0 10px 10px 10px;
	padding: 0 0 0 7px;
	border-bottom: 1px dotted #bbbbbb;
}

div.newsItem h2, div.newsItem h2 a:link, div.newsItem h2 a:visited{
	padding: 0 0 0 0;
	color: #676767;
	font-family: Trebuchet MS, verdana;
	font-weight: bold;
	font-size: 16px;	
	line-height: 1.2em;	
	text-decoration: none;
}

div.newsItem h2 a:hover{
	text-decoration: underline;
}

div.newsItem p.newsDate{
	padding: 0 0 10px 0;
	color: #aaaaaa;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.2em;
	text-decoration: none;
}
div.newsItem p, div.newsItem p a:link, div.newsItem p a:visited{
	padding: 0 0 5px 0;
	color: #676767;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
	line-height: 1.1em;
	text-decoration: none;
}

div.newsItem p a:hover{
	text-decoration: underline;
}

div.newsItem p.newsMore {
	padding: 4px 15px 15px 0;
	text-align: right;
}

div.newsItem p.newsMore a:link, div.newsItem p.newsMore a:visited{
	padding: 4px 0 0 0;
	color: #28c1f3;
	text-align: right;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;	
	line-height: 1.1em;
	text-decoration: underline;
}

div.newsItem p.newsMore a:hover{
	color: #333333;
}


#newsFooter{
	padding: 0 0 20px 0;
 	background: url(images/news_footer.jpg) no-repeat bottom left;      
}
