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

body {
	background: url(img/header.jpg) no-repeat scroll center top transparent;
}

#logo{
    margin: 65px 0 0 8px;
	background: none no-repeat scroll 0 0 transparent
}

#logo  a,
#logo404 a  {
    height: 118px;
    width: 300px;
}

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

.btnmore:hover{
	color: #c22c28;
}

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

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

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

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

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

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

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

#maincontainer {
    background: none repeat scroll 0 0 transparent;
}

#isaytopbar, #leaderbord {
	display: none;
}

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