/*************************************************/
/* HOME
/* Author: Davide Reppucci <me@davidereppucci.com>
/* File: home.css
/* Version: 1.0
/* Date: 14/07/2008
/*************************************************/

h2 {
	display: none;
}

h3#h3-news {
	margin: 62px 0 14px 10px;
	background: url(../images/h3-news.gif) top left no-repeat;
	display: block;
	width: 94px;
	height: 15px;
}

p#welcome {
	display: block;
	width: 700px;
	height: 48px;
	background: url(../images/span-welcome.gif) top left no-repeat;
}

ul#list-news {
	list-style: none;
	float: left;
	width: 466px;
}
ul#list-news li {
	width: 187px;
	height: 136px;
	float: left;
	background: url(../images/ul-news-paper.gif) top left no-repeat;
	padding: 0 14px 0 32px;
	margin: 0 0 42px 0;
}
ul#list-news li.ultimo {
	width: 186px;
}
ul#list-news li h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 4px 0;
	color: #010101;
}
ul#list-news li h5 {
	color: #b0b0b0;
	font-size: 10px;
	margin: 0 0 16px 0;
}
ul#list-news li p {
	color: #262626;
	font-size: 10px;
	line-height: 12px;
}
ul#list-news li p a {
	padding: 2px 0 2px 24px;
	background: url(../images/ul-news-link.gif) center left no-repeat;
	font-weight: bold;
	color: #1d6387;
}
ul#list-news li p a:hover {
	text-decoration: underline;
}