﻿@charset "utf-8";
/* CSS Document */
/*NoiDellaElle*/
@font-face {
    font-family: 'bearpawregular';
    src: url('fonts/bearpaw_-webfont.eot');
    src: url('fonts/bearpaw_-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bearpaw_-webfont.woff2') format('woff2'),
         url('fonts/bearpaw_-webfont.woff') format('woff'),
         url('fonts/bearpaw_-webfont.ttf') format('truetype'),
         url('fonts/bearpaw_-webfont.svg#bearpawregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ccc;
    margin-top: 0px;
    padding: 0px;
    color: #000;
    font-family: 'Roboto', sans-serif/*Georgia, "Times New Roman", Times, serif*/;
    font-size: 14px;
}


img {
    width: 100%;
    height: auto;
}


a:link, a:visited {
    color: #fff;
    text-decoration: none;
}

a:hover { 
    color: #fff;
    text-decoration:underline;
}


h1 {
    font-size: 28px;
    margin: 0 0 15px 0;
    text-align:left;
    font-family: bearpawregular;	
}

h1 a:link, h1 a:visited {
    text-decoration:none;
    color:#fff;
}

h1 a:hover{
    text-decoration:underline;
    color:#fff;
}

/*------page-----*/
div.wrapper {
    margin: 0 auto;
    font-family: 'Roboto', sans-serif/*Georgia, "Times New Roman", Times, serif*/;
    font-size: 14px;
    width: 70%;
    line-height: 15px;
    background-color: #fff;
}


.img-top {
    display: block;
    padding:2% 3%;
}


/*footer*/
div.footer {
    background-color: #06c;
    color: #fff;
    padding: 1% 3%;
    font-weight: bold;
}


/*contenuto*/
div.main {
    padding: 3%;
    width: auto;
}


div.testo_home_notizie {
    margin-right: 5%;
    padding-bottom: 5%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: auto;
}


div.elenco_nomi {
    padding-bottom:15px;
    line-height: 17px;
    width: auto;
}


div.testo_home {
    margin-right: 5%;
    padding-bottom: 5%;
    margin-top: 5%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    width: auto;
}


div.dx_home {
    width: auto;
    padding-bottom: 5%;
    margin-top: 5%;
}


div.menu {
    width: 100%;
    float: left;
    margin-bottom: 5%;
}


div.menu  ul li {
    list-style:none;
    padding:6px 6px 6px 12px;
    font-size:24px;
    background-color:#06c;
    margin: 0 0 1px 0;
    font-family: bearpawregular;	
}
