/* css custom specifico del blog - - - - - */
body, #header-top {
	background: url(img/background.jpg) no-repeat scroll center top #201f2f;
}

#logo{
    margin: 2px 0 0 0px;
	background: none repeat scroll 0 0 transparent;
}

#logo  a,
#logo404 a  {
    height: 138px;
    width: 260px;
}

/*colore hover dei titoli del blog*/
.main-menu a:hover {
	background-color: #6e749b;
}

.btnmore:hover{
	color: #bb1c1e;
}

#footer-box3,
#colonna h4,
.rel-art h2,
#comments-box h2,
#footer a,
.post-title a:hover,
.rel-art a.title:hover,
#comments-box a.count,
#comments-box a.data:hover,
.comment_submit:hover,
.titolo-articolo a:hover,
#isay_tabs_widget.tab,
.abtnmore .acontinue,
.single-box-label {
	color: #bb1c1e!important;
}

.breadcrumbs a {
	color: #bb1c1e;
	border-bottom: 1px dotted #bb1c1e;
}

.breadcrumbs a:hover {
	border-bottom: 1px solid #bb1c1e;
}

.isay_category_post  span.box-title,
.current-menu-item {
	/*
	chiaro: #d92121
	scuro: #98171b
	*/
	background-color: #d92121;/* fallback */
	background: -moz-linear-gradient(100% 100% 90deg, #98171b, #d92121); /* Firefox 3.6+ */
	/* -webkit-gradient(<type>, <point> [, <radius>]?, <point> [, <radius>]? [, <stop>]*) */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d92121), to(#98171b)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(#d92121, #98171b); /* Safari 5.1+, Chrome 10+ */
	background: -o-linear-gradient(#d92121, #98171b); /* Opera 11.10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d92121', endColorstr='#98171b'); /* IE6 & IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#d92121', endColorstr='#98171b')"; /* IE8 */
}

/*Personalizzazione sidebar*/
.isay_category_menu .count, .widget_nav_menu .count {
	color: #bb1c1e;
}

/*Customizzazioni aggiuntive specifiche*/
.isay-tools li:last-child{
    margin-right: 4px;
}

#logo  a {
	margin-top: 0!important;
}

.leonardo a {
	background: url(img/logo-leonardo-white.png) no-repeat scroll 0 0 transparent;
	width: 138px;
	height: 30px;
	text-indent: -9999em;
	display: block;
}

.main-menu a {
    position: relative;
    z-index: 99;
}

.neve {
    background: url(img/neve.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 69px;
    margin: 0 -6px -69px;
    position: relative;
    top: 146px;
    width: 1017px;
}

#footer-box2 {
	display: none;
}

#footer-box1 {
	width: 725px;
}
/*calendario*/
/*.calendar-table table, .calendar-table td, .calendar-table th {
    border: 1px solid #CCCCCC !important;
    border-collapse: collapse!important;
	padding: 0!important;
}

.calendar-table {
    background-color: #FFFFFF!important;
    border-left: 0 none!important;
    font-size: 11px!important;
    margin: 0!important;
    width: 143px!important;
}

#wpng-cal-widget-events .thickbox-calendar {
    background: none repeat scroll 0 0 transparent!important;
    padding-left: 0px!important;
}

#wpng-cal-widget-events li {
    border-bottom: 1px solid #CCCCCC !important;
    margin: 5px 0 0 5px!important;
}

#wpng-cal-widget-events {
    width: 143px!important;
}

#wpng-cal-widget-events ul {
    padding-left: 18px !important;
}*/