/*
-- parte disattivata con effetto over su testo

.narrowcolumn:hover, .narrowcolumn:hover a, .narrowcolumn:hover u{
	color: #00005c;
	border-color:  #00005c;
}
.narrowcolumn:hover .post{
	border-color:  #00005c;
}

.post:hover, .post:hover a{
	border-color: #0000ff;
}
*/


p:hover{
	background: #ffff00;
}


.category-eventi h3 p{
	margin-bottom: 0px;
}


body {	
	font-family: helvetica, arial;
	font-size: 16px;
	letter-spacing: 0.0em;
	line-height: 20px;
	background: #fff;
    padding: 50px;
	margin: 0px;

}

a{ 
	color: black;
	text-decoration: none; 
	border-bottom: 1px black solid;
}
u{
	text-decoration: none; 
	border-bottom: 1px black solid;

}
a:hover, .button:hover{ 
	color: black;
	text-decoration: none;
}


a img { border: none; }

b, strong {font-weight: bold;}

p {
    margin: 0 0 0 0;
	margin-bottom: 17px;
}

h1, h2, h3, h4, h5, small{ 
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h1{
}
h1 a{
	color: black;
	border-bottom: 1px black solid;
}
h1 a:hover{
	border-color: black;
	border-bottom: 0px black solid;
}
hr{
	display: none;
}
h2{
	margin-bottom:20px;

}
h3 a{
	border: 0px black solid;
}
h3, h4, blockquote{
	margin-left: 30px;
	max-width: 250px;
}
h4 a{
	font-family: times;	
	border-bottom: 1px gray solid;
}
h4{
	margin-bottom: 20px;
}
#page{
	min-width: 900px;
	max-width: 1400px;
}
#header{
	margin-bottom:60px;
}

.narrowcolumn{
	width:25%;
	padding-right: 30px;
	float: left;
}

.post{
	background: white;
	max-width: 400px;
	margin-bottom: 20px;
	border-bottom: 1px black solid;
	padding-bottom: 10px;
}
img{
}
li a{
	border: 0px black solid;
	
}
ul li{
	list-style-type: none;
}

#footer{
	font-size: 13px;
	line-height: 17px;

}
ul.option{
	margin: 0px;
	padding: 0px;
}

ul.option li{
	margin-bottom: 20px;
}
.archivePosts li{
	list-style-type: decimal;
}
.archivePosts li:hover, .archivePosts li:hover a{
	color: #0000ff;
	border-color: #0000ff;

}
::selection {
	background: #ffff00; /* Safari */
	}
::-moz-selection {
	background: #ffff00; /* Firefox */
}

#newsletter form h2{
	margin-top: 17px;
	margin-bottom: 0px;
}
#footer p:hover{
	background: white;
}