.container, #page .pagetext, #downloads, #submenu .menu, #submenu .menu li, #submenu .menu li a, #submenu .years, .top-form .checkbox-field, .top-form .field, .person .personal-info, .person .contacts, .person.large .person-details, #projects-home li,
   .event .fields .field.field-3, .event .field.field-2 {
    width: auto;
    height: auto;
    float: none;
}

#footer .menu {
    display: none;
}

body {
    min-width: 0;
}

#submenu .menu li a {
    display: block;
}

#menu li.selected {
    border: 2px solid #006792;
}

#menu > li {
    border: 2px solid transparent;
}

.portaltype-plone-site.template-index\.html #menu {
    position: static;
    margin-top: -40px;
}

.portaltype-plone-site.template-index\.html #logo {
    padding-top: 20px;
}

#menu > li.separator, .portaltype-plone-site.template-index\.html #menu li.separator {
    display: block;
}

#menu li.search {
    border-left: none;
    float: left;
}

#menu li.member {
    float: right;
    border: none;
}

#slogan {
    margin-top: 30px;
}



#submenu {
    padding: 20px 0;
}

#submenu .years {
    margin-top: 20px;
}

#submenu .years h2 {
    font-size: 20px;
}

#submenu .years li {
    width: 60px;
    text-align: center;
}


.top-form input, .top-form select {
    outline: none;
}

.top-form .field {
    margin-bottom: 15px;
}

.top-form label {
    margin-bottom: 3px;
}

.top-form .checkbox-field {
    width: 40%;
}

.block-events, #newsletter-listing, .person .personal-info {
    margin-right: 0;
}

.block {
    float: none;
    width: auto;
    margin-right: 0;
}

.person {
    padding: 20px;
}

.person .picture {
    margin: 0 auto 20px;
    float: none;
}

#downloads {
    margin-left: 0;
}

#page h1 {
    font-size: 30px !important;
    line-height: 1.2;
    color: #333;
    margin-bottom: 20px;
}


.event .fields .field.field-3 {
    margin-bottom: 15px;
}

.event .fields .field.field-2 {
    margin-bottom: 20px;
}

.event .field h3 {
    margin-bottom: 0;
}

#page .event .event-info { 
    padding: 20px;
}

/* Ricerca */
#search-form input[type="search"] {
    width: 100%;
}

#search-form input[type="submit"] {
    margin: 10px auto;
    display: block;
}

/* Home page */
body.portaltype-plone-site.template-index\.html {
    padding-top: 0;
}

#news-home li {
    border-top: none;
    height: auto;
}

#news-home li:first-child {
    border-top: 3px solid #333;
}

.home-blocks .title a.nav {
    display: none;
}

.home-blocks .block-events {
    margin-right: 10px;
}

/* Solo i primi 10 */
.home-blocks .block-events .block:nth-child(n+11) {
    display: none;
}

.home-blocks .title .square {
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.home-blocks .list {
    width: auto;
}

#projects-home .category {
    position: static;
    margin-bottom: 20px;
}

#projects-home .type, #projects-home .location {
    position: static;
}

#projects-home li .content {
    height: auto;
}

.download-buttons {
    margin-top: -20px;
}