/****************************************/
/*	Restyling METEOGIORNALE.IT			*/
/*										*/
/*	CSS previsioni meteo città			*/
/*										*/
/****************************************/

.prossimi-mtc {
	margin-top:10px;
	line-height:1.4;
	margin-bottom:15px;	
	font-size:12px;
}
.testa-mtc h3 {
	padding:0px;
	margin:0px;
	font-size:18px;
	color:#0264d4;
	font-weight:normal;
	text-transform:capitalize;
	margin-bottom:5px;
	font-weight:bolder;
	font-family: 'Open Sans', sans-serif;
	width: 60%;
}

.prossimi-mtc a:link, .prossimi-mtc a:visited, .prossimi-mtc a:active {
	color:#000;
	text-decoration:none;
	font-weight: bold;
}
.prossimi-mtc a:hover {
	color:#e2001a;
	text-decoration:none;
	font-weight: bold;
}

.reg-prev {
	background:transparent url('../bkg/rowNext.gif') no-repeat scroll 643px 3px;
	color:#e2001a;
	font-size:12px;
	padding-right:24px;
	text-align:right;
	font-weight:bolder;
	margin-top:30px;
}
.reg-prev a:link, .reg-prev a:visited,.reg-prev a:active {
	color:#e95d0f;
	text-decoration:none;
}
.reg-prev a:hover {
	color:#e2001a;
	text-decoration:none;
}
.prev-mtc {
	border-bottom:1px solid #C8CBCD;
	color:#0264D4;
	font-size:16px;
	font-weight:normal;
	margin:0 0 10px;
	padding:0 0 5px;
	text-transform:none;
}
.dati-citta {
	border-bottom:4px solid #d0e3eb;
	font-size:12px;
	color:#666666;
	line-height:1.5;
	padding-left:60px;
	padding-bottom:7px;
}
.dati-citta p { font-size:12px; }

.dati-citta p.astrogeo {
	margin-left: -60px;
	background: url(../bkg/opGlass.gif);
	background-position:12px 3px;
	background-repeat:no-repeat;
	padding: 6px 0 6px 60px;
}

.dati-citta p.uvi {
	margin-left: -60px;
	background: url(../bkg/uv-index.png);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	padding: 6px 0 6px 60px;
}

.dati-citta p.uvi a:link, .dati-citta p.uvi a:visited, .dati-citta p.uvi a:active {
	color:#0264d4;
	text-decoration:none;
}
.dati-citta p.uvi a:hover {
	color:#e2001a;
	text-decoration:none;
}

.dati-citta p.sea {
	margin-left: -60px;
	background: url(../bkg/sea.png);
	background-repeat: no-repeat;
	background-position: 12px 1px;
	padding: 6px 0 12px 60px;
}

/* @Gruppo SIDEBAR */

#side {
	width: 310px;
	margin: 5px 10px 0 10px;
	float: right;
}
#banner-lat { width: 290px;}
#banner-latsn {
	float: left;
	width: 100px;
}
#banner-latds {
	float: right;
	width: 120px;
}
.adsense-google {
	border: 1px solid #ffc8a0;
	margin: 10px auto;
	width: 468px;
}

/* @Gruppo PREVISIONI */

#booble {
	background: url('../bkg/booble.png') no-repeat;
	padding:7px 8px 26px 7px;
	width:129px;
	height:29px;
	width:131px;
	position:absolute;
	top:0;
	z-index:100;
	display:none;
	font-size:14px;
	color:#f08a40;
	font-size:12px;
	text-align:center;
}
.wtTable h3 { border:none;}

/* @Gruppo METEO GRATIS */ /* Bottone CSS3 per link a Meteo Gratis */

.free-meteo { 
	width: 41%;
	float: left;
}

/* @Gruppo CONDIVISIONE SOCIAL NETWORK */

.share-weather {
	width: 35%;
	height: 28px;
	float: right;
	margin: -30px -10px 0 0;
}
.fb-weather {
	width: 73px;
	float: left;
}
.twitter-weather {
	width: 60px;
	float: left;
	margin: 2px 4px 0 6px;
}
.google-weather,
.rss-weather {
	width: 38px;
	float: left;
	margin-top: 2px;
}

/* @Gruppo WEBCAM */

#webcam {
	display: block;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
#webcam h3 {
    font-size: 18px;
    margin-bottom: 10px;
	color: #0264D4;
}
#webcam .box {
    float: left;
    margin-right: 10px;
}
#webcam .box img {
    background: #fff url('../bkg/loading.gif') no-repeat center center;
    border: 1px solid #ABAAA6;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    display: block;
    padding: 2px;
    width: 130px;
    height: 97px;
}
#webcam .box h5 {
    font-size: 11px;
    margin-top: 4px;
    text-transform: uppercase;
}
#webcam .box h6 {
    font-size: 11px;
    margin-top: 3px;
	margin-bottom: 20px;
    max-width: 155px;
    width: 155px;
}
#webcam .box h5 a:link, #webcam .box h5 a:visited, #webcam .box h5 a:active {
	text-decoration: none;
	color: #0264D4;
}
#webcam .box h5 a:hover {
	text-decoration: none;
	color: #E2001A;
}
#webcam .box h6 a:link, #webcam .box h6 a:visited, #webcam .box h6 a:active {
	text-decoration: none;
    color: #E95D0F;
}
#webcam .box h6 a:hover {
	text-decoration: none;
    color: #E2001A;
}