/* CSS Document */

#foto_del_giorno_box {
	float: left;	
	background-color: #d5d5d5;
	overflow:hidden;
}

#foto_del_giorno_box #content {
	text-align: left;
	float: left;
}

#foto_del_giorno_box #content h2 {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 0.8em;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
}

#foto_del_giorno_box #content .link {
	float: right;
	color: #666666;
	font-size: 0.75em;
	font-weight: bold;
	padding: 6px;
}

#foto_del_giorno_box #content .nsel {
	color: #666666;
	text-decoration: none;
}

#foto_del_giorno_box #content .sel {
	color: #000000;
	text-decoration: underline;
}
