@import "legenda.css";

/* BASE
================================================*/

body {font: 13px/15px /*'Lucida Grande','Lucida Sans Unicode','Lucida Sans', LucidaGrande, Geneva, */Arial, Verdana, sans-serif;color:#fff;margin: 0; padding: 0 10px; background-color: #000;}

a, a:visited, a:hover { color:#fff; text-decoration: underline; }

/* custom fonts */
@font-face {
    font-family: 'portlligatslab-regular-webfont';
    src: url('font/portlligatslab-regular-webfont.eot');
    src: url('font/portlligatslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/portlligatslab-regular-webfont.woff') format('woff'),
         url('font/portlligatslab-regular-webfont.ttf') format('truetype'),
         url('font/portlligatslab-regular-webfont.svg#portlligatslab-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1,h2,h3 {font-family:'portlligatslab-regular-webfont',serif;font-weight:normal;margin-bottom:10px;}

h1 {font-size:32px; line-height:32px;margin-bottom:5px;}
h2 {font-size:32px; line-height:34px;margin: 0 0 15px 0;}
h3 {font-size: 28px;line-height: 28px;text-transform: uppercase; margin: 0 0 5px 0;}

body#comunali h2.custom { color: #b9b09e; text-transform: uppercase; }
body#provinciali h2.custom { color: #f4e09a; text-transform: uppercase; }
body#regionali h2.custom { color: #b7d8e8; text-transform: uppercase; }

.clear { clear: both; position: relative; font-size: 0px; height: 0px; line-height: 0px }
em  { float: left; display: inline; margin-bottom: 15px; font-style: normal; }
p.close  { float: right; padding: 5px 0 0 0; margin: 0; }
p.close a, p.close a:visited { color: #fff; text-transform: uppercase; font-size: 11px; }

.graph-nota {margin:5px 0;}

/*** legenda partiti ***/
ul.legenda  {padding:0;margin:20px 0 0 0;}
ul.legenda li {float:left;display:inline;padding:0 0 0 20px;font-size:11px;line-height:12px;color:#fff;height:20px;}

