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

#logo{
    margin: 15px 0 0 2px;
}

#logo  a,
#logo404 a  {
    height: 135px;
    width: 258px;
}

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

.btnmore:hover{
	color: #168fdb;
}

#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: #168fdb!important;
}

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

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

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

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

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

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

/*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;
}*/