﻿@charset "utf-8";

/* CCS Coded by Laboratre - http://www.laboratre.com */

.news
{    
    margin:0 0px 15px 0px;
    overflow:hidden;
    clear:both;
}

.news .b-grey
{    
    padding:0 5px 0 20px;
    display:inline;
}


.news .img
{   
    float:left;
    margin:0 1.5% 1% 0;
    width:150px;
}

.news .img img
{   
    width:100%;
}
/*
.news .contentImg
{   
    width:200px;
    height:100px;
    overflow:hidden; 
}


.news .text-news
{   
    width:405px;
    float:right;        
    line-height:14px;
    text-align:justify;
}*/

.news .text-news p.title
{   
    font-size:18px;
    line-height:18px;    
    text-transform:uppercase;
    font-weight:700;
    font-family:'Roboto', sans-serif;
    margin-bottom:5px;
    text-align:left;
}

.news .text-news p.title a
{   
   color:#000000;    
	text-decoration:none;
}

.news .link-all
{   
    font-size:10px;
    margin:5px 0 10px;
     
}

.news .share
{        
    position:relative;
    float:left;
    margin-bottom:10px;    
}

#Share .contentFacebook
{    
    margin-right:10px;
}
#Share .share
{    
    margin-bottom:5px;
}
.news .share span
{   
    float:left;    
}
.news .share img
{   
    padding:0;
    border:none;         
}

#news .img
{ 
width:auto;
border:none;
padding:0;
height:auto;
margin-bottom:10px;
}

#news .img img
{ 
width:100%;
}


#news .text-news
{ 
width:100%;
}


ul.linkMonth
{
    list-style:none;
    padding:0;
}

ul.linkMonth li
{
    text-transform:uppercase;
    font-size:20px;   
    color:#F05122;  
    line-height: 20px;
    margin-bottom: 5px;   
}

.linkMonth a
{
    color:#F05122;
}

.linkMonth ul
{
    padding:7px 0 10px 25px;
}

.linkMonth ul li
{    
    list-style-type:disc;    
    text-transform:none;
    font-size:13px;    
    color:#8A8A8A;
}

.linkMonth ul li a
{    
    color:#8A8A8A;
}

.linkPrevNext .left
{
   position:absolute;
   top:6px;
   left:0;   
}

.linkPrevNext .right
{  
    position:absolute;
   top:6px; 
   right:0;   
}

/*last eventi*/
.lastNews
{   
    overflow:hidden;    
    margin-bottom:10px; 
}

.lastNews p.date
{    
    margin:0;
}


.lastNews .img
{
    float:left;
    margin:0 3% 1% 0;    
}


.lastNews h3
{ 
    margin-bottom:5px;
}

#video
{
    margin-bottom:10px;
}

#imgNews a
{
    margin-right:5px;
}

#imgNews{ clear:both; margin-bottom:20px;}

/*news scorrevoli*/

.ticker {  
    height: 260px;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 260px;
}

.ticker li {    
    height: 83px;
    overflow:hidden;
    margin: 0 0 4px;
    padding: 0;
}

.ticker li img {
    margin-left: 5px;
    vertical-align: middle;
}

.ticker li span.title {    
    font-size:16px;
    padding-bottom:5px;
}

/*elenco categorie*/
.boxMenuCategoria
{
    border: 2px solid #F49223;
    box-shadow: 1px 2px 3px #D7D7D7;
    -moz-box-shadow:  1px  2px 3px #D7D7D7;
    -webkit-box-shadow:  1px  2px 3px #D7D7D7;   
    behavior: url(css/pie_files/PIE.htc); 
    padding:10px;
    margin-bottom:15px;
}
.boxMenuCategoria ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}

.boxMenuCategoria li
{
    color:#434244;
    margin-bottom:5pX;   
}

.boxMenuCategoria li.active,.boxMenuCategoria li:hover
{
    text-decoration:underline;
  
}

.boxMenuCategoria li a
{
    color:#434244;    
    text-decoration:none;
    display: block;
}

.boxMenuCategoria li.active a,.boxMenuCategoria li:hover a
{
    text-decoration:none 
}