@charset "UTF-8";
/* CSS Document */

/* offset verticali */
.voffset2  { margin-top: 2px; }
.voffset5 { margin-top: 5px; }
.voffset10 { margin-top: 10px; }
.voffset15 { margin-top: 15px; }
.voffset30 { margin-top: 30px; }
.voffset40 { margin-top: 40px; }
.voffset60 { margin-top: 60px; }
.voffset80 { margin-top: 80px; }
.voffset100 { margin-top: 100px; }
.voffset150 { margin-top: 150px; }

/* colori */
.color_red  { color:red; }
.color_gray  { color:gray; }
.color_aedes  { color:#00797F; }
.color_graydark  { color:#555; }
.color_white { color:#fff; }

/* login */
#layer01_holder {
	width:563px;
	height:350px;
	background-image: url(/loghi/administration.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
}
#layer01_holder #left {
	background-repeat:no-repeat;
	width:96px;
	height:157px;
	float:left;
	display:block;
}
#layer01_holder #center {
	height: 157px;
	float: left;
	display: block;
	margin-top: 136px;
	margin-left: 66px;
	width: 260px;
}
#layer01_holder #right {
	background-image:url(images/loginpage_04.jpg);
	background-repeat:no-repeat;
	width:247px;
	height:157px;
	float:left;
	display:block;
}
#form_login  {
	}	
#form_login input {
	display:block;
	}	
.filo {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
	color: #00797F;
		}
.filoTop {
	border-top: 1px solid #333333;
	margin-top: 30px;
	color: #00797F;
	text-align: center;
		}
.filoNews {
	border-bottom: 3px dotted #333333;
	margin-bottom: 10px;
		}
.date_authorh {
	margin-top: 5px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 5px;
}
.date_author {
	margin-top: 20px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 0px;
}
.single_post {
	overflow: hidden;
	width: 100%;
}
.pb_10 {
	padding-bottom: 10px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pt_30 {
	padding-top: 30px;
}
.px {
	padding-left: 10px;
	padding-right: 10px;	
}
.sev_leggi {
	background: #f7f7f7 none repeat scroll 0 0;
	border-radius: 50%;
	margin-top: 10px;
	position: relative;
	font-size: 18px;
    margin-bottom: 5px;

}
.sev_leggi p {
	padding-left: 10px;
	padding-right: 15px;
	text-align: center;
	font-size: 20px !important;
	line-height: 24px;
}
.sev_leggi h5 {
	margin: 0;
	padding: 0;
	text-align: center;
	padding-bottom: 10px;
}
.sev_leggi h5 a {
	background: #333 none repeat scroll 0 0;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	padding: 10px 25px;
	text-align: center;
	text-transform: uppercase;
}
.single_serv:hover .sev_leggi h5 a {
	background: #037880 none repeat scroll 0 0;
}