html {
	margin: 0; 
	padding: 0; 
	height:100%;
}

body{
	margin:0px; 
	padding:0px;	
	text-align:center;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}

a, a:visited{
		color:#d31a1c;
		text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

#container{	
	width:900px;
	margin: 0 auto;
	padding:0px;
	height:100%;
	min-height:100%;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	background-color:/*#1F4864;*/#FFFFFF;
}

html>body #container {
	height:auto;	
}

#header{
	height:200px;
}

#menu{
	padding:17px 10px;
}

#menu a{
	color:#1F4864;
	text-decoration:none;
	padding:15px 10px;
	font-weight:bold;
	font-size:15px;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #417396;
}

#menu a:hover{
	background-image:url(images/menuh.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #417396;
	
}

#content{
	background-color:#FFFFFF;
	margin-top:48px;
	text-align:justify;
	padding-left:55px;
	padding-right:55px;
	padding-bottom:50px;
	
}

.titolo{
	text-align:center;
	font-size:26px;
	margin-bottom:10px;
	font-weight:bold;
	color:#50021B;
}

.sottotitolo{
	text-align:center;
	font-style:italic;
	margin-bottom:30px;
}

.autore{
	text-align:right;
	font-weight:bold;
	margin-top:30px;
}

#footer{
	clear:both;
	background-color:#1F4864;
	color:#CCCCCC;
	text-align:center;
	padding:5px;
}

#footer a, #footer a:visited{
	color:#CCCCCC;
	text-decoration:underline;
}

#footer a:hover{
	text-decoration:none;
}

.news{
	margin-right:350px;
	background-image:url(images/news.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:30px;
}

.titolonews{
	margin-left:50px;
	padding-top:5px;
	margin-bottom:5px;
	color:#50021B;
	font-weight:bold;
	font-variant: small-caps;
	font-size:15px;
}

#menudx{
	float:right;
	width:300px;
}

.welcome{

}

.statistiche{
	background-image:url(images/statistiche.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	margin-top:30px;
	margin-bottom:10px;
}

.titolostatistiche{
	margin-left:50px;
	padding-top:20px;
	margin-bottom:20px;
	color:#d31a1c;
	font-weight:bold;
	font-variant: small-caps;
	font-size:15px;
}

.oranews{
	margin-left:50px;
	font-style:italic;
	margin-bottom:10px;
	font-size:11px;
}

.autorenews{
	text-align:right;
	font-weight:bold;
	margin-top:20px;
}

.numcommy{
	text-align:left;
	font-style:italic;
	font-size:11px;
}

.rigastatistica{
	border-bottom:2px dotted #ffcb35;
	padding:3px 7px;
	margin-bottom:1px;
	font-size:12px;
	color:#666666;
}

.rigastatistica a{
	color: #e95e42;
}

.titoletto{
	text-align:center;
	font-size:26px;
	margin-bottom:30px;
	font-weight:bold;
	color:#50021B;
}

.searcharticoli{
	float:left;
	text-align:center;
	padding-bottom:20px;
	background-color:#FFFFFF;
	margin-left:10px;
	margin-right:10px;
	width:375px;
}

.searcharticoli a, searcharticoli a:visited{
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
	color:#E95C40;
}

.searcharticoli a:hover{
	font-weight:normal;
}


.elencoart{
	margin-left:10px;
	margin-bottom:40px;
}

.linkart{
		margin-bottom:10px;
}

.linkart a, .linkart a:visited{
	color:#E95C40;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;

}

.linkart a:hover{
	font-weight:normal;
}

.info{
	margin-top:10px;
	font-size:12px;
	color:#666666;
}

.info a, .info a:visited{
	text-decoration:underline;
	color:#666666;
}

.info a:hover{
	text-decoration:none;
}

table{
	margin:auto;
}

.center{
	text-align:center;
}

.error{
	text-align:center;
}


.commynews{
	margin-right:350px;
}

.commento{
	margin-top:30px;
	background-color:#d7e2e8;
	padding:5px;
}


.postato{
	margin-top:5px;
	font-style:italic;
	font-size:11px;
}

.vota{
	margin-top:20px;
	text-align:center;
}

