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

html {
	background: url(img/pattern.jpg) repeat scroll left top #bcdcdb;
}

#logo{
    margin: 8px 0 0 5px;
}

#logo  a,
#logo404 a  {
    height: 121px;
    width: 251px;
}

#leaderbord {
	margin-right: 7px;
}

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

.btnmore:hover{
	color: #f9a021;
}

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

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

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

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

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

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

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

.main-menu {
	width: 620px;
}

.main-menu li {
	margin: 0 8px 0 0;
}

span.box-title {
    font-family: Helvetica Neue, Arial, Verdana,Tahoma,Helvetica,sans-serif;
    font-size: 18px;
    text-transform: none;
}

.text p, .text li {
	font-family: Helvetica Neue, Arial, Verdana, DejaVu Sans, Tahoma, Helvetica, sans-serif!important;
	font-size: 14px!important;
	line-height: 21px!important;
	color: #444!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;
}*/