﻿/* CLASSI AUTONOME */
.segoe {
    font-family: 'segoe', arial, serif;
}

.honeyl {
    font-family: 'HoneyScriptLight', arial, serif;
}

.honeyb {
    font-family: 'HoneyScriptBold', arial, serif;
}
/* SEZIONE CHE GESTISCE GRASSETTI ED EVIDENZIATORE */
b, strong {
    color: #630d91;
}

mark {
    color: #ffffff;
    background-color: #630d91;
    padding: 0;
    margin: 0;
}
/* SEZIONE CHE GESTISCE I LINK */
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:link, a:visited {
        color: #630d91;
        text-decoration: underline;
    }

    a:hover {
        color: #888888;
        text-decoration: underline;
    }
/* SEZIONE CHE GESTISCE TUTTI I TESTI BASE */
h1, h2, h3, h4, h5, h6 {
    font-family: 'light', arial, serif;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    padding: 0;
}
/* SEZIONE CHE GESTISCE TUTTI I TESTI BASE */
p, ol, ul, ul.elenco, figcaption {
    font-family: 'segoe', arial, serif;
    text-align: left;
    color: #000000;
}

    p, ul.elenco, figcaption {
        margin-left: 0;
    }

    p, ol, ul, ul.elenco {
        font-size: 1.1em;
        line-height: 2.2em;
    }

ol, ul {
    margin-left: 25px;
}

figcaption {
    font-size: 0.85em;
}

ul.elenco {
    padding: 0;
    color: #630d91;
    list-style-image: url('/en/design/check.png');
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
    color: #333333;
}
    /* SEZIONE CHE PERSONALIZZA I TESTI */
    p.linksmart {
        font-family: 'light', arial, serif;
        font-size: 1.5em;
        margin: 0;
        padding: 0;
        float: left;
    }

    p.center {
        text-align: center;
    }

    p.foot {
        font-size: 0.8em;
    }
