/* Stili solo per l'homepage */

/*Headers*/

#latest h2 {
	width:390px;
	float:right;
	font-size:2em;
	line-height:115%;
}

.excerpt h3 {
	border:none;
	margin: 5px 0 -7px 0;
}
.excerpt h3 a:hover {
	text-decoration:none;
}

/*Content Styles*/

#calendar {
	background:url('../images/date_bg.png') no-repeat;
	width:60px;
	height:50px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font:0.9em Verdana, Geneva, sans-serif;
	padding-top:10px;
	}
	
#calendar p {
	font:2.4em Georgia, "Times New Roman", Times, serif;
	margin:0;
	text-transform:none;
	color:#444444;
	}	

.excerpt {
	padding:14px 18px;
	background:url('../images/divider.gif') bottom no-repeat;
	}

.excerpt .commentcount {
	background:url('../images/bubble.png') no-repeat 1px 0px;
	
	}
		
.headlines {
	padding:15px;
	list-style:none;
	}

.headlines li {	
	list-style:none;
	padding:4px 0;
	background:url('../images/border.gif') repeat-x;
	background-position: 0 100%;
	}

a.button, a.button:visited {
	background:url('../images/bg_button.gif') no-repeat;
	display:block;
	padding:5px 0 5px 34px;
	width:90px;
	text-transform:uppercase;
	color:#e9d393;
	margin:10px 4px 0 0;
	}		

a.button:hover, a.button:active {
	background:url('../images/bg_button_on.gif') no-repeat;
	text-decoration:none
	}		
	
.mainlist li {
	list-style:none;
	padding: 4px 0;
	border-top:1px solid #315885;
	}

a.archives, a.archives:visited {
	margin:0 0 0 18px;
	}
				