
/* Color Scheme */

.main-menu, .breaking-news .the-title,
.widget > h3,
.button,
a.small-button,
.marker,
.hover-effect,
#wp-calendar td#today,
.small-button,
#writecomment p input[type=submit] {
	background-color: #B70013/*#cf0d21*/;
}
.colore-testo,.list-title,
a:hover,
a.mobile-menu,
.widget .meta a {
	color: #cf0d21;
}
.list-title {
	border-bottom: 2px solid #cf0d21;
}

.header {
   /* background-color: white;*/
}

.secondary-menu {
	background: #007543/*#06854f*/;
}

.colore-testo-verde {
	color: #06854f;
}

.block-title {
    border-bottom: 3px solid #cf0d21;

}

.block-title h2 {
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 0px;
}

.block-title h1, .main-sidebar h1, .mailing-list h2, .mailing-list p, .mailing-list .colore-testo{
	/*color:white;*/
}


.block-title a {
	color: #fff;
    background: #cf0d21;
}


.secondary-menu ul li a {
    color: white;
}


