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