/**
 * Blu istituzionale
 */
#top-menu{background: #243e6f;}
h1.post-title,
h2.post-title { color:#243e6f }

a { color: #243e6f; }
a:hover { color: #dedede; }
a:focus { color: #dedede; }

blockquote{ border-left: 2px solid #243e6f; border-right: 2px solid #243e6f; }

.button { background: #243e6f;  border: 1px solid #243e6f; }
.button.primary { background-color: #243e6f; border: 1px solid #243e6f; }
.button.disabled, .button[disabled] { background: #243e6f; }
.button.disabled:hover, .button[disabled]:hover { background: #243e6f; }
.button.dropdown.split:hover, .button.dropdown.split:focus { background-color: #243e6f; }

.button.dropdown.split > span{ background-color: #243e6f; }

.nav-bar > li.active { background: #243e6f; border-color: #c95a00; }
.nav-bar > li.active:hover { background: #243e6f; cursor: default; }

div.alert-box{ background-color: #243e6f; }

.label{ background: #243e6f; }

.panel.callout{ background: #243e6f;  }
.panel.callout .button{ color: #243e6f; }

dl.sub-nav dd.active a { background: #243e6f; }

ul.pagination li.current a{ background: #243e6f; }
ul.pagination li.current a:hover, ul.pagination li.current a:focus { background: #243e6f; }

.button {
    background: #243e6f; /* Old browsers */
    background: -moz-linear-gradient(top,  #243e6f 0%, #243e6f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b71111), color-stop(100%,#243e6f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #243e6f 0%,#243e6f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #243e6f 0%,#243e6f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #243e6f 0%,#243e6f 100%); /* IE10+ */
    background: linear-gradient(top,  #243e6f 0%,#243e6f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243e6f', endColorstr='#243e6f',GradientType=0 ); /* IE6-9 */
}


.comment-form input[type="submit"],
.contact-form input[type="submit"],
.login-form input[type="submit"] {
	background: #243e6f;
}

.newsSidebar ul li h4 a{
	color:#243e6f;
}

.copyright {
	background: #243e6f;
}
.copyright a{
	color:#fff;
	text-decoration: underline;
}

.cat-title { 
	background-color: #243e6f;
}

#main-menu a:hover, #main-menu li.active a {
    background: #243e6f;
}

.pagenation li.active{
	background: none repeat scroll 0 0 #535353 !important;
}
.pagenation li{
	background: none repeat scroll 0 0 #243e6f !important;
}