.css3-shadow{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
}
/*==================================================
 * Drop shadow effect with box-shadow
 * ===============================================*/
.css3-shadow:after{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 40px rgba(0,0,0,0.8);
    box-shadow:0 0 40px rgba(0,0,0,0.8);
    bottom:5px;
    left:10%;
    right:10%;
    width:60%;
    height:50%;
    -moz-border-radius:100%;
    border-radius:100%;
}

/* COMMON */
* {
	padding:0;
	margin:0;
}

/*stili per il layout fisso con altezza minima*/
html,body {
	height:100%;
}
header {
	height: 200px;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:62.5%;
	color:#000;
	line-height:160%;
	background:rgb(243, 243, 243);
}

img {
	display:block;
}

img, input, textarea, select, optgroup {
	font-size:1.1em;
	border:0;
	font-family:Verdana, Geneva, sans-serif
}

ul {
}

ol {
}

li {
	padding:0;
	margin:0;

}

p {
}

a {
	color:#000;
	text-decoration:none;
}

a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1 {
	font-size:3.0em;
}

h2 {
	font-size:2.0em;
}

h3 {
	font-size:1.7em;
}

h4 {
	font-size:1.2em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1.0em;
}

.titolo_pagina {
	text-indent:-99999px;
}

.img_left {
	float:left;
	margin:0 12px 5px 0;
}

.img_right {
	float:right;
	margin:0 0 12px 50px;
}

.row_evidenza_tr {
	color:#fff;
}

.evidenza {
	color:#f07e31;
	font-weight:bold;
}


/* GOOD BAD NEWS */
li.voto div {
	display:block;
	width:21px;
	height:21px;
	background-image:url('/img/share/good-bad-news-icons.png');
	overflow:hidden;
	text-indent:21px;
	white-space:nowrap;
	float:left;
	margin:2px;
}

li.voto span {
	display:block;
	height:21px;
	line-height:25px;
	color:#666;
	float:left;
	font-weight:bold;
}

li.voto_active div {
	cursor:pointer;
}

li.voto.voto_ok.voto_active div {
	background-position:0 0;
}
li.voto.voto_ko.voto_active div {
	background-position:-21px 0;
}

li.voto.voto_ok.voto_active div:hover,
li.voto.voto_ok.voto_checked div {
	background-position:0 -21px;
}
li.voto.voto_ko.voto_active div:hover,
li.voto.voto_ko.voto_checked div {
	background-position:-21px -21px;
}

li.voto.voto_ok.voto_disabled div {
	background-position:0 -42px;
}
li.voto.voto_ko.voto_disabled div {
	background-position:-21px -42px;
}

/* In fondo all'articolo in home */
div.good_bad_news_container {
	clear:both;
	overflow:hidden;
	margin-top:10px;
}

div.good_bad_news_container div {
	margin:0 5px 0 0;
	overflow:hidden;
	float:left;
}


.p_class {
	padding:0 0 18px 0;
	margin:0;
}


/**** box commenti:disclaimer ****/
.disclaimer_commenti {
	line-height:1.4em;
	color:#444;
	font-size:1.1em;
	text-align:justify;
	padding-right:1em;
}

.disclaimer_commenti a,
.disclaimer_commenti a:visited,
.disclaimer_commenti a:hover {
	color:#000;
	text-decoration:underline;
}

.disclaimer_commenti p {
	padding:0 0 .5em 0;
	margin:0;
}

.disclaimer_commenti ul {
	padding:0 0 .5em 2.2em;
	margin:0;
}

.disclaimer_commenti ul li {
	padding:0 0 5px 0;
	margin:0;
}
/**** /box commenti ****/


.testo_gestionale {
	line-height:1.6em;
	color:#000;
	font-size:1.4em;
	/*text-align:justify;*/
	padding-right:.5em;
}

.testo_gestionale a,
.testo_gestionale a:visited,
.testo_gestionale a:hover {
	color:#000;
	text-decoration:underline;
}

.testo_gestionale p {
	padding:0 0 16px 0;
	margin:0;
}

/*.testo_gestionale ul {
	padding:0 0 16px 20px;
	margin:0;
}*/

.testo_gestionale ul li {
	padding:0 0 5px 0;
	margin:0;
}

.disclaimer_commenti ol,
.testo_gestionale ol {
	padding:0 0 16px 20px;
	margin:0;
}

.disclaimer_commenti ol li,
.testo_gestionale ol li {
	padding:0 0 5px 0;
	margin:0;
}

.testo_gestionale .alignright {
	float:right;
	margin:10px 0 10px 10px;
}

#wrapper_ie {
		background:url('/img/pre/bg.gif') repeat 0 0;
		width:100%;
		height:1000px;
		overflow:hidden;
		position:absolute;
		z-index:9999;
}

#alert_ie {
		-moz-border-radius:40px 40px 40px 40px;
		-webkit-border-radius:40px 40px 40px 40px;
		border-radius:40px 40px 40px 40px;
		background-color:#FFFFFF;
		border:21px solid #000;
		height:350px;
		margin:120px auto 0;
		width:680px;
}

#alert_ie h2 {
		color:#E93E47;
}

#alert_ie p {
		color:#666666;
		display:block;
}

#alert_ie p a {
		color:#666666;
		display:block;
}

#alert_content {
		height:300px;
		margin:0 auto;
		padding:20px;
		width:627px;
}

#allbrowser {
		margin:0 auto;
		padding:50px 0 20px;
		width:620px;
		height:120px;
		overflow:hidden;
}

#allbrowser div {
	float:left;
	padding:0 10px;
}


div#container {
	padding-top: 10px;
	margin:0 auto;
	position:relative;
	width:100%;
	overflow:hidden;
	background:#fff;
	margin-bottom: 20px;
	/**/
	padding:10px;
}

#page-body {
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	width:100%;
	background:url('/img/share/sep-page.gif') repeat-x 0 0;
	position:relative;
	padding:5px 0 26px;
	clear:both;
	background-color: #fff !important;
}

.contenitore_centrale {
    position: relative;
    /* width: 980px; */
    /* margin: 0 auto; */
    padding: 0;
    /* clear: both; */
    display: inline-block;
}

div.breadcrumb {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:0;
}

.tit_categoria_page {
	border-bottom:1px #b2b2b2 solid;
	width:100%;
	overflow:hidden;
	margin-bottom:13px;
}

.form_login_tit {
	color:#db6311;
	font-size:2.8em;
	padding-bottom:10px;
	line-height:28px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	padding-left:11px;
}


.tit_categoria_page h1  {
	color:#db6311;
	font-size:2.8em;
	padding-bottom:10px;
	line-height:28px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	padding-left:11px;
}


.tit_categoria_page_citta {
	border-bottom:1px #b2b2b2 solid;
	width:100%;
	overflow:hidden;

	background:#f4f4f4;
}

.tit_categoria_page_citta h2 {
	color:#db6311;
	font-size:2.0em;
	line-height:28px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;

	padding-left:11px;
}

.tit_categoria_page_citta h3 {
	color:#000;
	font-size:1.8em;
	line-height:28px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	padding-left:11px;

}
/* STRUTTURE */
.box-a-sponsor {
	width:976px;
	overflow:hidden;
	margin:0 auto 25px;
}

.box-a-sponsor-1 {
	width:623px;
	overflow:hidden;
	float:left;
	padding:9px 17px 0 0;
}

.box-a-sponsor-2 {
	width:336px;
	overflow:hidden;
	float:left;
	padding:9px 0 0 0;
}

.box-apertura {
	width:68%;
	float: left;
	overflow:hidden;
	margin:0 auto 15px;
}

.box-apertura-news {
	width:988px;
	overflow:hidden;
	border:1px #979797 solid;
	margin:0 auto 25px;
}

.box-apertura-correlate {
	width:988px;
	overflow:hidden;
	margin:0 0 25px;
	background:url('/img/share/box-apertura-correlate.png') repeat-y 0 0;
}

.box-apertura-correlate_1 {
	width:335px;
	float:left;
	padding:0 7px;
}

.box-apertura-correlate_2 {
	width:335px;
	float:left;
	padding:0 8px 0 10px;
}

.box-apertura-correlate_3 {
	width:273px;
	float:left;
	padding:0 0 0 10px;
}

#seconda_apertura{
	width: 100%;
	/*padding: 0px 10px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	/*margin-bottom: 40px;*/
	margin-top: 25px;
	background-repeat: repeat-x;
	padding-bottom: 10px;
    background-color: #fff;
}
#prima_apertura_side{
	display: inline-block;
    width: 273px;
    margin-left: 0px;
    z-index: 0;
    padding: 0px 40px;
    font-family: Georgia, "Times New Roman", Times, serif;
    /* margin-bottom: 40px; */
    padding-top: 10px;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    padding-right: 0;
}
#redazionali{
	display: inline-block;
    width: 93%;
    z-index: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    background-repeat: repeat-x;
    padding: 10px;
    padding-bottom: 0;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}
#seconda_apertura .item, #prima_apertura_side .item, #redazionali .item{
	width: 100%;
	float: left;
	/*padding-left: 10px;*/
}
#seconda_apertura .item {
	/*padding-left: 10px;*/
}
#seconda_apertura .sa1,
#seconda_apertura .sa2 {
	width: 32%;
}

#seconda_apertura .sa2 {
	margin-left: 19px;
}
#seconda_apertura .sa3 {
	width: 32%;
    margin-left: 19px;
}
#seconda_apertura .item h3, 
#prima_apertura_side .item h3,
#redazionali .item h3,
#table-middle .item .ri_categorie a,
.middle_featured .item h3{
	color: #F65215;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
	margin-bottom: 3px;
}
#seconda_apertura .item h1{
	line-height: 12px !important;
}

#seconda_apertura .item h1,
#seconda_apertura .item h2,
#prima_apertura_side .item h1,
#prima_apertura_side .item h2,
#redazionali .item h1,
#redazionali .item h2,
#table-middle .item h1,
#table-middle .item h2,
.middle_featured .item h1,
.middle_featured .item h2
{
	height: 50px;
	font-size: 15px;
	/*line-height: 24px;*/
	font-weight: 900;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
}

#prima_apertura_side .image_apertura,
#table-middle .image_apertura{
	padding: 10px 0px;
	float: left;
}
#redazionali .image_apertura {
	float: left;
    width: 115px;
    overflow: hidden;
    height: 110px;
    padding: 10px 0;
}
#seconda_apertura .image_apertura{
	padding: 0px 0px;	
}
#prima_apertura_side ul{
	padding-left: 0px;
    list-style: none;
    background: #fff;
}

#redazionali ul {
    list-style: none;
    /*background: #fff;*/
}
#prima_apertura_side ul li,
#redazionali ul li {
    display: flex;
    border-bottom: 1px solid #d2d2d2;	
}
#prima_apertura_side ul li:last-child,
#redazionali ul li:last-child {
	border-bottom: none;
}
#prima_apertura_side ul li:first-child img{
	height: 100%;
    width: auto;
}
#seconda_apertura .foto_box_standard{
	width: 100%;
	height: auto;
}
#prima_apertura_side .foto_box_standard,
#redazionali .foto_box_standard
{
	width: 130px;
	height: auto;
}
#prima_apertura_side .item p,
#redazionali .item p,
#table-middle .item p {
	font-size: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
}
#table-middle .meta_slide{ height: auto; width: 56%;}
#table-middle {display:table;width: 68.5%; display: inline-block;}
.row {display:table-row; }
.cell{display:table-cell; width: 32.5%; vertical-align: top; padding-right: 10px;}

.middle_featured {
	display: inline-block;
    vertical-align: top;
    width: 28%;
    margin-left: 10px;
    padding-left: 10px;
}

.middle_featured .item .meta_slide {
	width: 100%;
	margin-top: 10px;
}
.middle_featured img.foto_box_standard  {
	width: 100%;
    height: auto;
}

.box-middle .foto_box_standard{
	width: auto;
    height: 100%;
}
#page-body-hot-news > .box-carousel-home{
	width: 100% !important;
	height: 276px;
	position: relative;
	overflow: hidden;
}

#prima_apertura_side .meta_slide {
    /* float: left; */
    height: 115px;
    padding-top: 10px;
    margin-left: 130px;
}
#multimedia_carousel {
margin: 10px 0px;
width: 100%;
position: relative;
}
.box-riapertura {
	padding-bottom:15px;
	overflow:hidden;
}

.box-riapertura_2 {
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	border-top:1px #cbcbcb solid;
	height: 316px;
}

.firma_box_evidenza {
	background:#ebebeb;
	margin:0 0 1px 0;
	padding:15px 8px;
}

.firma_box_evidenza .ri_stit {
	font-style:italic;
	font-weight:bold;
	color:#7a7a7a;

}

.firma_box_evidenza .stitolone {
	padding-bottom:3px;
}

.firma_box_evidenza .ri_stit a,
.firma_box_evidenza .ri_stit a:visited,
.firma_box_evidenza .ri_stit a:hover {
	font-style:normal;
}

.box-riapertura_3 {
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	border-top:1px #cbcbcb solid;
	height: 316px;
}

.box-riapertura_3b {
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
	border-top:1px #cbcbcb solid;
	border-bottom:1px #cbcbcb solid;
}

.box-riapertura_4 {
	padding-bottom:15px;
	overflow:hidden;
}

.box-riapertura_5 {
	padding-top:15px;
	padding-bottom:15px;
	overflow:hidden;
}

.box-riapertura_6 {
	padding:15px 10px;
	overflow:hidden;
	border-top:1px #cbcbcb solid;
}

.box-rubrica {
	margin-bottom:30px;
	overflow:hidden;
	width:977px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	border-bottom:1px #c7c7c7 solid;
}

.box-rubrica-1 {
	width:368px;
	float:left;
	height:320px;
	overflow:hidden;
	position:relative;
}

.box-rubrica-2 {
	width:609px;
	float:left;
	position:relative;
	overflow:hidden;
}

.box-edicola {
	width:988px;
	height:434px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 0px;
	background:url('/img/share/bck_edicola.jpg') no-repeat 0 0;
	position:relative;
}

.box-firme {
	width:977px;
	height:255px;
	overflow:hidden;
	margin:0 auto;
	padding:0 0 50px;
	position:relative;
}

.box-a-b {
	width:976px;
	overflow:hidden;
	margin:0 auto 0px;
	padding:0;
	background:url('/img/share/box-a-b.gif') repeat-y 0 0;

}

.box-a-b-1 {
	width:335px;
	overflow:hidden;
	float:left;
	padding:0 9px 0 0;
}

.box-a-b-2 {
	width:625px;
	overflow:hidden;
	float:left;
	padding:0 0 0 7px;
}

.box-a-b-2-a-b {
	width:625px;
	overflow:hidden;
	float:left;
	padding:0;
}

.box-a-b-2-a-b-1 {
	width:335px;
	overflow:hidden;
	float:left;
	padding:0 9px 0 0;
}

.box-a-b-2-a-b-2 {
	width:272px;
	overflow:hidden;
	float:left;
	padding:0 0 0 8px;
}

.box-a-b-c-d {
	width:977px;
	overflow:hidden;
	margin:0 auto 25px;
	padding:0;
	background:url('/img/share/box-a-b-c-d.gif') repeat-y 0 0;
}

.box-a-b-c-d-1 {
	width:145px;
	overflow:hidden;
	float:left;
	padding:0 9px 0 0;
}

.box-a-b-c-d-2 {
	width:255px;
	overflow:hidden;
	float:left;
	padding:0 8px 0 8px;
}

.box-a-b-c-d-3 {
	width:255px;
	overflow:hidden;
	float:left;
	padding:0 8px 0 8px;
}

.box-a-b-c-d-4 {
	width:272px;
	overflow:hidden;
	float:left;
	padding:0 0 0 9px;
}

.box-a-b-cat {
	width:625px;
	overflow:hidden;
	float:left;
	padding:0;
	background:url('/img/share/box-a-b-cat.gif') repeat-y 0 0;
}

.box-a-b-cat-1 {
	width:335px;
	overflow:hidden;
	float:left;
	padding:0 9px 0 0;
}

.box-a-b-cat-2 {
	width:272px;
	overflow:hidden;
	float:left;
	padding:0 0 0 8px;
}


.box-sport-mondo {
	width:977px;
	overflow:hidden;
	margin:0 auto 50px;
	padding:0;
	background:url('/img/share/box-sport-mondo.gif') repeat-y 0 0;
}

.box-sport-mondo-1 {
	width:687px;
	overflow:hidden;
	float:left;
	padding:0 9px 0 0;
}

.box-sport-mondo-2 {
	width:272px;
	overflow:hidden;
	float:left;
	padding:0 0 0 9px;
	border-top:78px #fff solid;
}

.commenti {
    background: url('/img/share/commenti_white.png') no-repeat 0 0;
    width: 31px;
    height: 21px;
    text-align: center;
    color: #999 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    /* float: left; */
    line-height: 16px;
    margin: 0 4px 0 0;
    font-size: 12px;
}

a.commenti,
a.commenti:visited,
a.commenti:hover {
	color:#fff;
}

.commenti_off {
	background:url('http://livesicilia.it/img/share/commenti_off.png') no-repeat 0 0;
	width:29px;
	height:18px;
	text-align:center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	float:left;
	line-height:13px;
	margin:0 4px 0 0;

}

a.commenti_off,
a.commenti_off:visited,
a.commenti_off:hover {
	cursor:default;
}

.multi_correlati {
	color:#9b8f66;
	padding:10px 0 0 0;
	font-size:1.1em;
	clear:both;
}

.multi_correlati ul {
	padding:0 0 0 15px;
	margin:0;
	list-style-image:url('/img/share/fre_left.png');
}

.multi_correlati ul li {
	padding:0;
	margin:0;
}

.multi_correlati a,
.multi_correlati a:visited,
.multi_correlati a:hover {
	color:#9b8f66;
	font-weight:bold;
}

a.multi-video {
	background:url('/img/share/ico_video.png') no-repeat right top;
	padding:0 20px 0 0;
}

a.multi-foto {
	background:url('/img/share/ico_foto.png') no-repeat right top;
	padding:0 20px 0 0;
}

.box-ultima {
	background:#f0f0f0;
	width:975px;
	overflow:hidden;
	margin:0 auto 25px;
	clear:both;
}

.titolo_sezione {
	background:#ebebeb;
	border-top:4px #f07e31 solid;
	padding:0 10px;
	line-height:28px;
	text-transform:uppercase;
}

.titolo_sezione.good_news,
.titolo_sezione.bad_news {
	background-color:transparent;
	border:none;
	padding:0;
}

.titolo_sezione h2 {
	color: #282828;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: uppercase;
}

.titolo_sezione.good_news h2,
.titolo_sezione.bad_news h2 {
	width:275px;
	white-space:nowrap;
	text-indent:100%;
	overflow:hidden;
	height:34px;
	margin-bottom:10px;
	margin-top:10px;
}

.titolo_sezione.good_news h2 {
	background-image:url('/img/share/good-news-title.png');
}

.titolo_sezione.bad_news h2 {
	background-image:url('/img/share/bad-news-title.png');
}



span.good_bad_rating_faccetta {
	display:block;
	float:left;
	height:15px;
	width:19px;
	background-image:url('/img/share/good-news-count-1.png');
}
span.good_bad_rating {
	display:block;
	background-image:url('/img/share/good-news-count-2.png');
	padding:0 4px;
	color:#FFF;
	font-size:10px;
	height:15px;
	line-height:12px;
	overflow:hidden;
	float:left;
}
span.good_bad_rating_chiusura {
	display:block;
	float:left;
	clear:right;
	height:15px;
	width:4px;
	background-image:url('/img/share/good-news-count-3.png');
}

div.bad_news span.good_bad_rating_faccetta {
	background-image:url('/img/share/bad-news-count-1.png');
}

div.bad_news span.good_bad_rating {
	background-image:url('/img/share/bad-news-count-2.png');
}

div.bad_news span.good_bad_rating_chiusura {
	background-image:url('/img/share/bad-news-count-3.png');
}

a.good_bad_titolo {
	border-bottom:1px solid #CCCCCC;
	clear:both;
	color:#000000;
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.5em;
	font-weight:bold;
	line-height:1.2;
	margin-bottom:15px;
	padding-bottom:15px;
}

.box-b-a {
	width:976px;
	/*overflow:hidden;*/
	margin:0 auto 25px;
	padding:0;
	background:url('/img/share/box-b-a.gif') repeat-y 0 0;

}

.box-b-a-1 {
	width:650px;
	/*overflow:hidden;*/
	float:left;
	padding:0 7px 0 0;
}

.box-b-a-2 {
	width:309px;
	overflow:hidden;
	float:left;
	padding:0 0 0 9px;
	border-left: 1px solid #999;
}

.box-b-a-1-firma {
	width:625px;
	float:left;
	padding:85px 7px 0 0;
}

.new_pulsante{
	padding:5px;
    overflow:hidden;
    border-width:1px;
    border-style:solid;
    -moz-border-radius:5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    -khtml-border-radius:5px 5px 5px 5px;
    border-radius:5px 5px 5px 5px;
    -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.5);
    -khtml-box-shadow:3px 3px 3px rgba(0,0,0,0.5);
    box-shadow:3px 3px 3px rgba(0,0,0,0.5);
}

.bar-160 .jScrollPaneTrack {
    padding:0 4px;
    width:8px;
}

.bar-160 .jScrollPaneDrag {
    background:none repeat scroll 0 0 #DB6311;
}

.scroll-pane {
    float:left;
    overflow:auto;
}

.scroll-pane ul {
    margin:0;
    padding:0 0 0 15px;
}

.scroll-pane ul li {
    padding:0 0 5px;
}

.scroll-pane p {
    padding:0 0 10px;
}

.jScrollPaneContainer {
    overflow:hidden;
    position:relative;
    z-index:1;
}

.jScrollPaneTrack {
    cursor:pointer;
    height:100%;
    position:absolute;
    right:0;
    top:0;
}

.jScrollPaneDrag {
    background:none repeat scroll 0 0 #DB6311;
    cursor:pointer;
    overflow:hidden;
    position:absolute;
}

.jScrollPaneDragTop {
    left:0;
    overflow:hidden;
    position:absolute;
    top:0;
}

.jScrollPaneDragBottom {
    bottom:0;
    left:0;
    overflow:hidden;
    position:absolute;
}

a.jScrollArrowUp {
    display:block;
    height:9px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-2000px;
    top:0;
    z-index:1;
}

a.jScrollArrowUp:hover {
}

a.jScrollArrowDown {
    bottom:0;
    display:block;
    height:9px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-2000px;
    z-index:1;
}

a.jScrollArrowDown:hover {
}

a.jScrollActiveArrowButton,
a.jScrollActiveArrowButton:hover {
}

div.alignleft {
    float:left;
    margin-bottom:10px;
    margin-right:10px;
    margin-top:10px;
}

div.wp-caption {
    /*background:none repeat scroll 0 0 #F4F4F4;
    border:1px solid #CCCCCC;*/
    padding:4px;
}

.testata_stampa {
	display:none;
}

.banner_leaderboard {
	background:#d9d9d9;
	width:100%;
	overflow:hidden;
	border-bottom:1px #a6a6a6 solid;
}


.banner_leaderboard > div,
.banner_leaderboard .adsbygoogle,
.banner_leaderboard > div > div > div img,
.banner_leaderboard > div > div > ins
{
	display: block !important;
	margin: 0 auto;
}

.banner_notizia {
	margin:0 auto;
}

/* HEADER */

#cont_nav {
    margin-left:auto;
    margin-right:auto;
    position:relative;
    width:970px;
/*    z-index:9990;*/
    z-index:990;
}

.top_logo {
	width:570px;
	height:63px;
	position:absolute;
	left:210px;
	top:50px;
/*	z-index:100001;*/
	z-index:1001;

}

.top_prov {
	/*width:940px;
	margin: 0 auto;*/
	height:26px;
	line-height:14px;
}

.top_prov ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.top_prov ul li {
	float:left;
	padding:0;
	margin:0;
	padding-right: 2px;
}

.top_prov ul li:last-child a {
	border-right: 0;
}

.top_prov ul li a,
.top_prov ul li a:visited {
	/*height:26px;*/
	display:block;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
	font-size: 14px;
	color: #777777;
	padding: 0 2px;
	background-image: url('/img/share/sep_menu_header.gif');
	background-repeat: no-repeat;
	background-position: right center;
	border-right: 2px solid #ff7226;
    margin-top: 6px;
    /*font-weight: bold;*/
}

.top_prov ul li a:hover {
	/*height:26px;*/
	display:block;
	color: #000;
}


.top_prov ul li a.active,
.top_prov ul li a.active:visited,
.top_prov ul li a.active:hover {
	display:block;
}

.top_prov ul li a.activehome,
.top_prov ul li a.activehome:visited,
.top_prov ul li a.activehome:hover {
	color: #000000;
}


/*edigma*/


ul#main-menu2 li .sub {
	position:absolute;
	top:30px;
	left:0;
	background:url('/img/share/megamenu.gif') no-repeat 0 0;
	float:left;
	width:990px;
	height:311px;
	overflow:hidden;
	display:none;
	z-index:100000;
}

ul#main-menu2 li .sub ul {
	list-style-type:none;
	height:auto;
	overflow:visible;
	position:relative;
	padding:0;
	margin:0;
	width:990px;
}

ul#main-menu2 li .sub ul li {
	height:auto;
	float:left;
	overflow:visible;
}


ul#main-menu2 li .sub ul li a,
ul#main-menu2 li .sub ul li a:visited {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:18px;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
	font-weight:bold;
}

ul#main-menu2 li .sub ul li a:hover {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:18px;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
	font-weight:bold;
}


ul#main-menu2 li .sub ul li.sub_1 {
	float:left;
	width:252px;
	overflow:hidden;
	padding:25px 50px 0 20px;
}

ul#main-menu2 li .sub ul li.sub_2 {
	float:left;
	width:310px;
	overflow:hidden;
	padding:35px 30px 0 0;
}

ul#main-menu2 li .sub ul li.sub_3 {
	float:left;
	width:310px;
	overflow:hidden;
	padding:35px 0 0 0;
}


/*edigma end*/






#live2, #live3 {
background-image: url('/img/share/sfondo_sezionecitta.png');
width: 130px;
color: #D9DAD8;
border-right: solid 1px #fff;
}

#lives {
color: #FF9634;
border-right: solid 0px #fff;
}

#menu200  {
/*background-color: #ff9634 !important;*/
color: #000000;
/*border-right: solid 0px #fff;*/
}

#menu210,#menu220,#menu230,#menu240,#menu250,#menu260 {
/*background-color: #ffc79f !important;*/
/*width: 130px;*/
color: #000000;
/*border-right: solid 0px #fff;*/
}

ul#main-menu li#menu200 a,
ul#main-menu li#menu200 a: {
	font-family:'Roboto Condensed', "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:25px;
	padding:0 3px;
	font-size:13px !important;
	text-decoration:none;
	text-transform: uppercase;
	color:#000000;
	border-right: solid 1px;
	padding:right:4px;
	padding-left:4px;
}

div.pot_tit a, div.pot_tit a:visited {
	font-family:"Playfair Display",Georgia,"Times New Roman",Times,serif ;
}

#live2 span, #live3 span {
color: #FFFFFF;
font-weight: bold;
}
/*
#live2 {
	background-image:url('/img/share/smenu2.gif');
	width:46px;
}

#live3 {
	background-image:url('/img/share/smenu3.gif');
	width:45px;
}

#live4 {
	background-image:url('/img/share/smenu4.gif');
	width:48px;
}

#live5 {
	background-image:url('/img/share/smenu5.gif');
	width:47px;
}

#live6 {
	background-image:url('/img/share/smenu6.gif');
	width:51px;
}

#live7 {
	background-image:url('/img/share/smenu7.gif');
	width:45px;
}

#live8 {
	background-image:url('/img/share/smenu8.gif');
	width:48px;
}

#live9 {
	background-image:url('/img/share/smenu9.gif');
	width:49px;
}

#live10 {
	background-image:url('/img/share/smenu10.gif');
	width:42px;
}*/

a#main-logo,
a#main-logo:visited,
a#main-logo:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
/*	z-index:100001; */
	z-index:1001;
}

a#main-logo-1400,
a#main-logo-1400:visited,
a#main-logo-1400:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-ag.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1600,
a#main-logo-1600:visited,
a#main-logo-1600:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-cl.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1200,
a#main-logo-1200:visited,
a#main-logo-1200:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-ct.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1700,
a#main-logo-1700:visited,
a#main-logo-1700:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-en.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1500,
a#main-logo-1500:visited,
a#main-logo-1500:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-me.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1100,
a#main-logo-1100:visited,
a#main-logo-1100:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-pa.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1800,
a#main-logo-1800:visited,
a#main-logo-1800:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-rg.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1900,
a#main-logo-1900:visited,
a#main-logo-1900:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-sr.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

a#main-logo-1300,
a#main-logo-1300:visited,
a#main-logo-1300:hover {
	display:block;
	width:470px;
	height:90px;
	background:url('/img/share/logo-tp.gif') no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
	/*z-index:100001;*/
	z-index:1001;
}

.manchette-l {
	position:absolute;
	left:15px;
	top:0px;
	/*z-index:100001;*/
	z-index:1001;
}

.manchette-r {
	position:absolute;
	right:15px;
	top:0px;
	/*z-index:100001;*/
	z-index:1001;
}

.info_testata {
    width: 555px !important;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    top: 90px !important;
    z-index: 1002;
    font-size: 1.1em;
    color: #7f7f7f;
    position: absolute;
    left: 215px !important;
    display: inline-block;
}

.info_testata_1 {
	width:570px;
	text-align: right;
}

.info_testata_2 {
	width: 100px;
	height: inherit;
	padding: 0;
	float: left;
	text-align: left;
	position: relative;
}

.ani_meteo {
	position: absolute;
	left: 0;
	bottom: 4px;
	display: none;
	padding: 0 0 0 0;
	font-size: 13px;
	color: #777777;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

.info_testata_2 div.ico_meteo {
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
	display: none;
	visibility: hidden;
}

.form_cercatop {
	width:190px;
	overflow:hidden;
	position:absolute;
	right:0;
	top:4px;
}

.form_cercatop_1 {
	width:152px;
	float:left;
}

.form_cercatop_2 {
	width:38px;
	float:left;
}

.pulsantecerca {
	width: 11px;
	height: 14px;
	position: absolute;
	padding: 7px 14px;
}

.inpcerca {
	width:152px;
	line-height:26px;
	height:26px;
	background:#e5e5e5;
	padding:0 0 0 16px;
	font-size:1.1em;
	color:#727272;
}

/* MENU' */
#menu_ini {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	width:100%;
	/*height:165px;*/
	background:#fff url('/img/share/bg_body_header.png') repeat-x 0 0;
	position:relative;
	clear:both;
	border-top: 1px solid;
}

#menu_top {
	z-index: 0;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	width:100%;
	border-top:1px #000 solid;
	background:#fff;
	position:relative;
	clear:both;
}

#menu_citta {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	width:100%;
	border-top:3px #000 solid;
	background:#fff;
	position:relative;
}

.menu_ini_lista {
	width:980px;
	height:27px;
	font-size:1.1em;
	font-family: 'Roboto Condensed';
	text-transform:uppercase;
	position: relative;
}
.lessplus{
/*border-right: solid 1px;*/
padding-right: 12px;
padding-left: 5px;
width: 28px;
}

.social_top {
	position:absolute;
	  top: 3px;
	  right: 30px;
	  min-width: 107px !important;
	  width: 110px !important;
	  margin: 0 auto;
	  padding-top: 2px !important;
	  height: 24px;
	  width: 143px;
  }
.social_top a{
	width: 23px;
	height: 20px;
	background: transparent !important;
	padding: 0px 3px !important;
}
.social_top img{
	display: inline-block;
}
.social_top a:hover{
	opacity: 0.7;
	/*padding: 0 2px !important;*/
}
.at300bs{
	background:url('/img/share/icone_social.png') no-repeat left;
	width: 23px !important;
	height: 20px;

}
.at16nc.at16t_facebook{
	background-position: 0px 0px;
}
.at16nc.at16t_twitter{
	background-position: -23px 0px;
}
.at15t_youtube {
	background-position: -48px 0px;
}
.at15t_rss {
background-position: -76px 0px;
}
.menu_ini_lista_1 {
float: left;
width: 100%;
padding: 0;
margin: 0;

/*padding-top: 10px;*/
border-top: 1px solid black;
border-bottom: 1px solid black;
margin-top: 10px;
}

.menu_ini_lista_1_div {
float: left;
width: 660px;
/*background: url('http://cdn.livesicilia.it/livesicilia.it/img/share/background_start.png') no-repeat;*/
background-position: 1px 0px;
position: relative;
}

.social_top {
position: absolute;
top: 1px;
right: 30px;
min-width: 107px !important;
width: 110px !important;
margin: 0 auto;
padding-top: 2px !important;
height: 24px;
width: 143px;
}


.menu_ini_lista_2 {
	float:left;
	width:585px;
	padding:0;
	margin:0;
}

.menu_ini_lista_2_div {
float: right;
width: 320px;
position: relative;
}


.menu_ini_lista_2_div .bg_start_search {
position: absolute;
width: 7px;
height: 27px;
left: 0px;
top: 0px;
background-image: url('/img/share/background_chiaro_start.png');
background-position: 0px 0px;
background-repeat: no-repeat;
border-left: solid 1px;
}

.form_cercatop-palermo {
width: 320px;
height: 27px;
overflow: hidden;
float: right;
}

.form_cercatop-palermo #form2 {
background-image: url('/img/share/background_chiaro_centro.png');
background-size: 28px 28px;
background-repeat: repeat-x;
}

.form_cercatop-palermo_1 {
width: 280px;
float: left;
}

.form_cercatop-palermo_2 {
width: 38px;
height: 28px;
float: left;
position: relative;
}

.inpcerca-palermo {
width: 255px;
line-height: 26px;
height: 26px;
background: transparent;
padding: 1px 0 0 20px;
font-size: 1.3em;
color: #777777;
font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}


.menu_ini_lista_1 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.menu_ini_lista_1 ul li {
	margin: 0;
	float: left;
	height: 27px;
}


/*.menu_ini_lista_1 ul li.menu_login {
	padding:0 4px 0 7px;
	margin:0;
	float:left;
	background:#d2702c url('/img/share/back_login.gif') no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:1.1em;
}*/

.menu_ini_lista_1 ul li.menu_login a.menu_login_notifiche, .menu_ini_lista_1 ul li.menu_login a.menu_login_notifiche:visited, .menu_ini_lista_1 ul li.menu_login a.menu_login_notifiche:hover {
	background:url('/img/share/back_notifiche.gif') no-repeat 0 0;
	color:#fff;
	padding: 0 5px 0 24px;
	line-height:21px;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-shadow: black 0.1em 0.1em 0.2em;
}

/*.menu_ini_lista_1 ul li.menu_login a.pulslogin, .menu_ini_lista_1 ul li.menu_login a.pulslogin:visited, .menu_ini_lista_1 ul li.menu_login a.pulslogin:hover {
	color:#fff;
	padding:0 10px 0 16px;
	line-height:21px;
	display:block;
	font-weight:bold;
	text-shadow: black 0.1em 0.1em 0.2em;
	background:url('/img/share/fre_login.png') no-repeat 0 0;
}
*/
/*.menu_ini_lista_1 ul li.menu_registrati {
	padding:0 9px 0 11px;
	margin:0;
	float:left;
	background:#d2702c url('/img/share/back_user.gif') no-repeat 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;	font-size:1.1em;

}*/

.menu_ini_lista_1 ul li.menu_registrati a.menu_registrati_username, .menu_ini_lista_1 ul li.menu_registrati a.menu_registrati_username:visited, .menu_ini_lista_1 ul li.menu_registrati a.menu_registrati_username:hover {
	color:#fff;
	padding:0 5px 0 5px;
	line-height:21px;
	display:block;
	font-weight:bold;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-transform:none;
}
/*
.menu_ini_lista_1 ul li.menu_registrati a.menu_registrati_logout, .menu_ini_lista_1 ul li.menu_registrati a.menu_registrati_logout:visited, .menu_ini_lista_1 ul li.menu_registrati a.menu_registrati_logout:hover {
	color:#fff;
	padding:0 5px 0 16px;
	line-height:21px;
	display:block;
	font-weight:bold;
	text-shadow: black 0.1em 0.1em 0.2em;
	background:url('/img/share/fre_login.png') no-repeat 0 0;
}
*/

.menu_ini_lista a,
.menu_ini_lista a:visited ,
.menu_ini_lista a:hover {
	color:#000;
	text-decoration:none;
	line-height:28px;
	padding: 5px 10px;
	font-size: 12px !important;
	background-image: url('/img/sep_menu_header.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

.menu_ini_lista_2 ul {
	list-style-type:none;
	padding:0 0 0 1px;
	margin:0;
	background:url('/img/share/sep_top.gif') no-repeat left top;
	height:24px;
}

.menu_ini_lista_2 ul li {
	padding:0 21px 0 22px;
	margin:0;
	float:left;
	background:url('/img/share/sep_top.gif') no-repeat right top;

}

.brd_menu_top {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;
	width:100%;
	/*border-bottom:1px #000 solid;*/
    background: #fff;
    height: 65px;
}

#content_menu_main {
	/*border-bottom:1px #000 solid;*/
	float: right;
}

ul#main-menu {
    list-style: none;
    height: 26px;
    overflow: visible;
    position: relative;
    padding: 0;
    /* width: 980px; */
    /* clear: both; */
    /* margin: 0 auto; */
}

ul#main-menu li {
	height:26px;
	float:left;
	padding:0px;
	overflow:visible;
}

ul#main-menu li:last-child a {
	border-right: 0;
}

ul#main-menu li a, ul#main-menu li a:visited {
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
    display: block;
    overflow: hidden;
    line-height: 14px;
    padding: 0 3px;
    font-size: 14px !important;
    text-decoration: none;
    text-transform: uppercase;
    color: #777777;
    border-right: solid 2px #ff7226;
    /* padding-left: 4px; */
    /* padding-right: 4px; */
    margin-top: 6px;
    /*font-weight: bold;*/
}

li#menu800 > a, li#menu900 > a {
    position: relative;
    /* width: 77px; */
    text-align: left;
    /* margin-right: 3px; */
}

li#menu800 span{
	background-position: 2px 1px;
}

li#menu900 span{
	background-position: -38px 1px;
}

li#menu800 a:hover span {
	background-image: url('/img/share/foto.png');
	background-position: 2px 1px;
	background-size: 37px;
}

li#menu900 a:hover span {
	background-image: url('/img/share/ciak.png');
	background-position: 1px 1px;
	background-size: 31px;
}

li#menu800 span{
	position: absolute;
	left: 40px;
	bottom: 3px;
	background-image:url('/img/share/sprite_multimedia.gif');
	background-repeat: no-repeat;
	width: 38px;
	height: 20px;
}

li#menu900 span{
	position: absolute;
	left: 45px;
	bottom: 3px;
	background-image:url('/img/share/sprite_multimedia.gif');
	background-repeat: no-repeat;
	width: 38px;
	height: 20px;
}

li#menu1000 a{
	border-right: none !important;
}

ul#main-menu li:hover a,
ul#main-menu li a:hover {
	font-family:'Roboto Condensed', "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:14px;
	text-decoration:none;
	color: #000000;
}

ul#main-menu li a.active,
ul#main-menu li a.active:visited,
ul#main-menu li a.active:hover {
	color:#000000;
}

ul#main-menu li a.ico_meteo,
ul#main-menu li a.ico_meteo:visited {
	background:url('/img/share/ico_meteo_menu.png') no-repeat 8px 3px;
	padding:0 10px 0 40px;
}

ul#main-menu li:hover a.ico_meteo,
ul#main-menu li a.ico_meteo:hover {
	background:#f07e31 url('/img/share/ico_meteo_menu.png') no-repeat 8px 3px;
	padding:0 10px 0 40px;
}

ul#main-menu li a.ico_oroscopo,
ul#main-menu li a.ico_oroscopo:visited {
	background:url('/img/share/ico_oroscopo_menu.png') no-repeat 15px 4px;
	padding:0 10px 0 40px;
}

ul#main-menu li:hover a.ico_oroscopo,
ul#main-menu li a.ico_oroscopo:hover {
	background:#f07e31 url('/img/share/ico_oroscopo_menu.png') no-repeat 15px 4px;
	padding:0 10px 0 40px;
}

ul#main-menu li .sub {
	position:absolute;
	top:30px;
	left:0;
	background:url('/img/share/megamenu.gif') no-repeat 0 0;
	float:left;
	width:990px;
	height:311px;
	overflow:hidden;
	display:none !important;
	z-index:100000;
}

ul#main-menu li .sub ul {
	list-style-type:none;
	height:auto;
	overflow:visible;
	position:relative;
	padding:0;
	margin:0;
	width:990px;
}

ul#main-menu li .sub ul li {
	height:auto;
	float:left;
	overflow:visible;
}


ul#main-menu li .sub ul li a,
ul#main-menu li .sub ul li a:visited {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:18px;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
	font-weight:bold;
}

ul#main-menu li .sub ul li a:hover {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:18px;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
	font-weight:bold;
}


ul#main-menu li .sub ul li.sub_1 {
	float:left;
	width:252px;
	overflow:hidden;
	padding:25px 50px 0 20px;
}

ul#main-menu li .sub ul li.sub_2 {
	float:left;
	width:310px;
	overflow:hidden;
	padding:35px 30px 0 0;
}

ul#main-menu li .sub ul li.sub_3 {
	float:left;
	width:310px;
	overflow:hidden;
	padding:35px 0 0 0;
}

ul#main-menu li #submeteo {
	position:absolute;
	top:30px;
	left:0;
	background:url('/img/share/megameteo.png') no-repeat 0 0;
	float:left;
	width:990px;
	height:179px;
	overflow:hidden;
	display:none;
	z-index:100000;
	padding:5px 0;
}

ul#main-menu li #submeteo ul {
	list-style-type:none;
	height:auto;
	overflow:visible;
	position:relative;
	padding:0;
	margin:0;
	width:990px;
}

ul#main-menu li #submeteo ul li {
	height:auto;
	float:left;
	overflow:visible;
	width:109px;
	height:179px;
	border-right:1px #c6c6c6 solid;
	padding:0;
	margin:0;
}


ul#main-menu li #submeteo ul li a,
ul#main-menu li #submeteo ul li a:visited {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	overflow:hidden;
	line-height:1.6em;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
}

ul#main-menu li #submeteo ul li a:hover {
	font-family:Verdana, Geneva, sans-serif;
	display:block;
	overflow:hidden;
	line-height:1.6em;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
}

.menu_ini_lista_1 ul li div#social {
	padding-top:3px;
	width: 110px !important;
	margin: 0 auto;
}

.menu_ini_lista_1 ul li div.box24 {
	float:left;
	width:14px;
	height:24px;
}

a.max_testo, a.mini_testo{
	padding: 0px 0px !important;
	background: transparent;
}

a.max_testo:hover, a.mini_testo:hover{
	background: transparent;
}

a.mini_testo,
a.mini_testo:visited,
a.mini_testo:hover {
	display:block;
}

a.max_testo,
a.max_testo:visited,
a.max_testo:hover {
	display:block;
}

a.fb,
a.fb:visited,
a.fb:hover {
	text-indent:-9999px;
	background:url('/img/share/facebook.gif') no-repeat 0 0;
	width:24px;
	height:24px;
	display:block;
}

a.tw,
a.tw:visited,
a.tw:hover {
	text-indent:-9999px;
	background:url('/img/share/twitter.gif') no-repeat 0 0;
	width:24px;
	height:24px;
	display:block;
}

a.rss,
a.rss:visited,
a.rss:hover {
	text-indent:-9999px;
	background:url('/img/share/rss.gif') no-repeat 0 0;
	width:24px;
	height:24px;
	display:block;
}

ul#main-citta {
	list-style:none;
	height:26px;
	overflow:visible;
	position:relative;
	padding:0;
	width:990px;
}

ul#main-citta li {
	height:18px;
	float:left;
	overflow:visible;
	padding:4px 4px 4px 13px;
}

ul#main-citta li a,
ul#main-citta li a:visited {
	display:block;
	overflow:hidden;
	line-height:18px;
	font-size:1.5em;
	text-decoration:none;
	color:#7f7f7f;
}

ul#main-citta li:hover a,
ul#main-citta li a:hover {
	display:block;
	overflow:hidden;
	line-height:18px;
	font-size:1.5em;
	text-decoration:none;
	color:#000;
}

ul#main-citta li a.active,
ul#main-citta li a.active:visited,
ul#main-citta li a.active:hover {
	color:#000;
}

ul#main-citta li .sub {
	position:absolute;
	top:22px;
	left:0;
	background:url('/img/share/megamenu.gif') no-repeat 0 0;
	float:left;
	width:990px;
	height:311px;
	overflow:hidden;
	display:none;
	z-index:100000;
}

ul#main-citta li .sub ul {
	list-style-type:none;
	height:auto;
	overflow:visible;
	position:relative;
	padding:0;
	margin:0;
	width:990px;
}

ul#main-citta li .sub ul li {
	height:auto;
	float:left;
	overflow:visible;
}


ul#main-citta li .sub ul li a,
ul#main-citta li .sub ul li a:visited {
	border:none;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:18px;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
	font-weight:bold;
}

ul#main-citta li .sub ul li a:hover {
	border:none;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	display:block;
	overflow:hidden;
	line-height:18px;
	padding:0;
	font-size:1.3em;
	text-decoration:none;
	color:#000;
	background:none;
	font-weight:bold;
}


ul#main-citta li .sub ul li.sub_1 {
	float:left;
	width:252px;
	overflow:hidden;
	padding:25px 50px 0 20px;
}

ul#main-citta li .sub ul li.sub_2 {
	float:left;
	width:310px;
	overflow:hidden;
	padding:35px 30px 0 0;
}

ul#main-citta li .sub ul li.sub_3 {
	float:left;
	width:310px;
	overflow:hidden;
	padding:35px 0 0 0;
}

.pm_medie {
	width:69px;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0;
	overflow:hidden;
	font-size:0.9em;
	color:#5a5a5a;
}

.pm_medie_1 {
	width:34px;
	float:left;
	font-weight:bold;
	border-right:1px #d3d3d3 solid;
	text-align:center;
}

.pm_medie_1 span {
	color:#39a2f8;
}

.pm_medie_2 {
	width:34px;
	float:left;
	font-weight:bold;
	text-align:center;
}

.pm_medie_2 span {
	color:#f07e31;
}

.pm_temp {
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#5d5d5d;
}

.pm_citta {
	text-align:center;
	font-size:1.2em;
	color:#5d5d5d;
}

.menu_nav_container {
	display:none;
	position:absolute;
	left:0;
	top:24px;
	width:250px;
	z-index:100000000;
	padding:0;
	margin:0;
	border-top:5px #f07e31 solid;
}

.menu_nav_container ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:250px;
}

.menu_nav_container ul li {
	padding:0;
	margin:0;
	width:250px;
}

.ele_tendina{
	display:block;
	margin:0;
	background:#ebebeb;
	line-height:20px;
	border-bottom:1px #c6c6c6 solid;
	padding:0 10px;
	width:230px;
	text-transform:none;

}

.cambia_home {
	position:relative;
	padding:0 15px 0 0;
	margin:0;
	background:url('/img/share/fre_down_top.gif') no-repeat right top;
}


/* FOOTER */
#footer_1 {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	background: #fff url(/livesicilia.it/img/share/bg_body_header.png) repeat-x 0 0;
	height: 28px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

#menu_footer {
	display:inline-block;
	overflow:hidden;
	height:30px;
}

#menu_footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#menu_footer ul li {
	float: left;
	padding: 0px 3px 0px 2px;
}

#menu_footer ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 28px;
	padding: 2px 6px;
	font-size: 1.2em;
	background-image: url(/livesicilia.it/img/share/sep_menu_header.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#footer_2 {
	width:100%;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
	background:#e08016;
}

#footer_977_1 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#footer_977_1 ul li {
	border-bottom:1px #f0c08b solid;
	width:470px;
	padding:6px 0;
}

.ulf_tit {
	font-size:1.2em;
	line-height:1.6em;
	font-family:Arial, Helvetica, sans-serif;
	clear:both;
	color:#fff;
}

.ulf_tit a,
.ulf_tit a:visited,
.ulf_tit a:hover {
	color:#fff;
}

.ulf_categorie {
	font-size:1.0em;
	color:#f0c08b;
	line-height:1.6em;
	font-weight:bold;
}

.ulf_categorie a,
.ulf_categorie a:visited,
.ulf_categorie a:hover {
	color:#f0c08b;
}

.footer_977 {
	width:977px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding:10px 0;
	position:relative;
	height: 65px;
}

#footer_977_1 {
	width:626px;
	float:left;
	border-right:1px #fbb668 dotted;
	padding:0 10px;
}

#footer_977_2 {
	width:310px;
	float:left;
	padding:0 10px;
}

.ulf_titsez {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	color:#70400b;
	line-height:30px;
	text-transform:uppercase;
	clear:both;
}

#footer_977_2 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

#footer_977_2 ul li {
	padding:0 0 20px;
	width:270px;
}

#footer_977_2 ul li div {
	text-transform:uppercase;
	padding:0 0 5px;
	float:left;
	width:135px;

}

#footer_977_2 ul li div a,
#footer_977_2 ul li div a:visited,
#footer_977_2 ul li div a:hover {
	color:#fff;
}

#footer_3 {
width: 100%;
text-align: left;
margin: 0 auto;
overflow: hidden;
background: #e2e2e2;
position: relative;
top: -20px;
color: #3d3c3f;
}

#footer_977_3_1 {
	float:left;
	padding:0 10px;
	width: 100%;
	text-align: left;
}

#footer_977_3_1 div {
	padding:0 0 5px;
	font-size:0.9em;
	line-height:13px;
}

#footer_977_3_2 {
	display: inline-block;
    position: absolute;
    right: 0;
    bottom: -5px;
}


/* STRUTTURA */
/* MEGAMENU' suffisso = po_ */
.po_data {
	color:#db4c0d;
	font-size:1.0em;
}

.po_foto {
	border:1px #929292 solid;
	margin:5px 0 7px;
}

.po_txt {
	font-size:1.1em;
	max-height:80px;
	text-overflow:ellipsis;
}

.po_mini_foto {
	border:1px #929292 solid;
	margin:0 7px 0 0;
	float:left;
}

.po_mini {
	padding:6px 0 10px;
	border-bottom:1px #c6c6c6 solid;
	overflow:hidden;
}

.po_mini_end {
	padding:6px 0 10px;
	overflow:hidden;
}

.po_banner {

}

/* PRIMO PIANO JQUERY */
.pad_blocco_sezione {
	width:100%;
	height:295px;
	overflow:hidden;
}

.blocco_sezione {
	width:100%;
	height:295px;
	overflow:hidden;
	position:relative;
}

.blocco_sezione div.cont_news {
	width:100%;
	height:295px;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	border-top:4px #f17d32 solid;
}

.blocco_sezione div.titolo_news {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:84px;
}

.prev_nav {
	position:absolute;
	left:0;
	bottom:0;
}

.prev_nav a,
.prev_nav a:visited,
.prev_nav a:hover {
	width:28px;
	height:28px;
	display:block;
	text-indent:-9999px;
	background:url('/img/share/fre_left.gif') no-repeat 0 0;
}

.next_nav {
	position:absolute;
	right:0;
	bottom:0;
}

.next_nav a,
.next_nav a:visited,
.next_nav a:hover {
	width:28px;
	height:28px;
	display:block;
	text-indent:-9999px;
	background:url('/img/share/fre_right.gif') no-repeat 0 0;
}

.mini_nav {
	position:absolute;
	right:2px;
	top:12px;
}

.mini_nav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.mini_nav ul li {
	width:12px;
	height:12px;
	float:left;
	padding:0 3px 0 3px;
}

.mini_nav ul li a,
.mini_nav ul li a:visited {
	width:12px;
	height:12px;
	display:block;
	text-indent:-9999px;
	background:url('/img/share/puls.png') no-repeat 0 -12px;
}

.mini_nav ul li a:hover {
	width:12px;
	height:12px;
	display:block;
	text-indent:-9999px;
	background:url('/img/share/puls.png') no-repeat 0 0;
}

.mini_nav ul li a.attivo,
.mini_nav ul li a.attivo:visited,
.mini_nav ul li a.attivo:hover {
	background:url('/img/share/puls.png') no-repeat 0 0;
}

.blocco_sezione div.titolo_news p {
	padding:0 10px 5px 10px;
}

.blocco_sezione div.titolo_news h1 a,
.blocco_sezione div.titolo_news h1 a:visited,
.blocco_sezione div.titolo_news h1 a:hover {
	text-decoration:none;
}

.blocco_sezione div.titolo_news h2 a,
.blocco_sezione div.titolo_news h2 a:visited,
.blocco_sezione div.titolo_news h2 a:hover {
	text-decoration:none;
}

.blocco_sezione h1 {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	line-height:28px;
	clear:both;
}

.blocco_sezione h2 {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	line-height:28px;
	clear:both;
}

.blocco_sezione h3 {
	font-size:1.1em;
	text-transform:uppercase;
	color:#444444;
	width:465px;
	padding-top:6px;
}

.foto_news {
	position:absolute;
	left:0;
	bottom:0;
}

.desc_news {
	left:400px;
	bottom:0;
	position:absolute;
	background:#F4F4F4;
	width:220px;
	height:200px;
	padding:5px 15px;
}

.desc_news h4 {
	font-size:1.3em;
}

.link_categorie {
	color:#909090;
	font-size:1.1em;
	padding:0 0 2px;
}

.link_categorie a,
.link_categorie a:visited,
.link_categorie a:hover {
	color:#909090;
}

.desc_news p.pautore {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.flash-box-a-sponsor-2 {
	border:1px #ebebeb solid;
	margin:0 auto;
}

.head_related {
background: #ebebeb;
border-top: 4px #f07e31 solid;
padding: 0 10px;
line-height: 28px;
text-transform: uppercase;
margin-bottom: 5px;
}


.box_sc .banner_notizia {
	padding-top: 0px !important;
	margin: 0px;
}

.box_sc .banner_notizia.left{

}

.box_sc .banner_notizia.right{
	float: right !important;
}

.box_sc .single_follow.left{
	float: left;
}

.box_sc .single_follow.right{
	float: right !important;
}

.box_sc > .banner_notizia {
float: left;
border: solid 1px;
margin-top: 10px;
}


.box_sc .banner_notizia .banner_notizia {

}

.box_sc .banner_notizia .flash-box-a-sponsor-2 {
	border: none;
	float: left;
}

#social_follow{
	margin-top: 10px;
}

#ed_Related_Box{
	float: left;
	width: 100%;
	clear: both;
	margin: 15px 0px;
}

#likebox_follow{
	margin-top: 0px;
	margin-left: 10px;
	border: none;
	float: right;
}

#likebox_follow_inner{
overflow: hidden;
width: 275px;
height: 246px;
margin: 10px 0px;
}

.pad_standard_banner {
	padding:0 0 30px;
	margin:0 auto;
}

/* APERTUTA suffisso = ap_ */
.ap_foto {
	padding:8px 0 7px;
	/*border-bottom:1px #b2b2b2 solid;*/
}

div.titolone {
	/*border-bottom:1px #b2b2b2 solid;*/
	padding:8px 0;
	clear:both;
	margin-top: 15px;
}

div.titolone p {
	padding:0;
}

div.titolone h1 {
	font-size: 4.0em;
    line-height: 46px;
    /*text-align: center;*/
    font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
    font-weight: 700;
}

div.titolone h2 {
	font-size:3.5em;
	line-height:41px;
	text-align:center;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}

div.titolone h3 {
	font-size:3.5em;
	line-height:41px;
	text-align:center;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}

div.titolone h4 {
	font-size:3.5em;
	line-height:41px;
	text-align:center;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}

div.titolone h5 {
	font-size:3.5em;
	line-height:41px;
	text-align:center;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}

div.titolone h6 {
	font-size:2.0em;
	line-height:22px;
	text-align:center;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}

div.titolone_rich {
	border-bottom:1px #b2b2b2 solid;
	padding:8px 0;
	font-size:4.0em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	line-height:46px;
	text-align:center;
	clear:both;
}

div.titolone_rich p {
	padding:0;
}

div.titolone_rich h1 {
	font-size:100%;
}

div.titolone_rich h2 {
	font-size:80%;
	line-height:41px;
}

div.titolone_rich h3 {
	font-size:80%;
	line-height:41px;
}

div.titolone_rich h4 {
	font-size:80%;
	line-height:41px;
}

div.titolone_rich h5 {
	font-size:80%;
	line-height:41px;
}

div.titolone_rich h6 {
	font-size:80%;
	line-height:41px;
}


div.stitolone {
	/*padding-bottom:7px;*/
	clear:both;
	min-height: 46px;
}

div.stitolone p {
	padding:0;
}

div.stitolone h1 {
	font-size:2.0em;
	line-height:22px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
}

div.stitolone h2 {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

div.stitolone h3 {
	font-size:1.7em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

div.stitolone h4 {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

div.stitolone h5 {
	font-size:1.7em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

div.stitolone_rich {
	padding-bottom:7px;
	font-size:2.0em;
	clear:both;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	line-height:22px;
	font-weight:bold;
}

div.font_mini {
	font-size:2em;
}

div.stitolone_rich p {
	padding:0;
}

div.stitolone_rich h1 {
	font-size:100%;
	line-height:22px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

div.stitolone_rich h2 {
	font-size:100%;
	line-height:18px;
	clear:both;
	font-weight:bold;
}

div.stitolone_rich h3 {
	font-size:100%;
	line-height:18px;
	clear:both;
	font-weight:bold;
}

div.stitolone_rich h4 {
	font-size:100%;
	line-height:18px;
	clear:both;
	font-weight:bold;
}

div.stitolone_rich h5 {
	font-size:70%;
	line-height:18px;
	/*font-family:Verdana, Geneva, sans-serif;*/
	clear:both;
	font-weight:bold;
}

.ap_occhiello {
	font-size:18px;
	line-height:20px;
	padding:0px 0px 0px;
	/*border-bottom:1px #b2b2b2 solid;*/
	/*font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;*/
	font-family: Verdana, Geneva, sans-serif;
}
/* RIAPERTUTA suffisso = ri_ */
.ri_foto {
	margin:3px 8px 5px 0;
	float:left;
}

.ri_foto_float {
	float: left;
    margin: 3px 8px 0px 0px;
}

h2.ri_tit {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

h3.ri_tit {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

h4.ri_tit {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

h5.ri_tit {
	font-size:1.7em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

h1.hp_ri_tit {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

h2.hp_ri_tit {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

h3.hp_ri_tit {
	font-size:2.0em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

h4.hp_ri_tit {
	font-size:1.7em;
	line-height:22px;
	padding-bottom:7px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}


.ri_stit {
	color: #F65215;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
    margin-bottom: 3px;
}

article.single h4.ri_stit {
	padding:15px 0 0;
}

.ri_stit_ed_extra {
	font-size:1.1em;
	color:#707070;
	clear:both;
	line-height:13px;
	text-transform:uppercase;
	padding:6px 0px 5px;
}

.ri_stit_ed_extra a,
.ri_stit_ed_extra a:visited,
.ri_stit_ed_extra a:hover {
	color:#707070;
	font-weight: bold;
}

.ri_stit_ed_extra a.commenti,
.ri_stit_ed_extra a.commenti:visited,
.ri_stit_ed_extra a.commenti:hover {
	color:#fff;
}

.mini_di {
	font-size:90%;
	/*text-transform:none;*/
}

.ri_stit_mini {
	font-size:1.0em;
	line-height:13px;
	color:#707070;
	clear:both;
}

.ri_occhiello {
	font-size: 1.2em;
    font-family: Verdana, Geneva, sans-serif;
	padding-top:5px;
	position: relative;
    top: 0px;
}

.ri_occhiello_2 {
	font-size:1.1em;
	padding-top:5px;
}

.ri_autore {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: inline-block;
    position: relative;
    top: 0px;
    /*background-color: #fff;*/
    padding: 5px 5px;
}

.ri_categorie {
	font-size:1.1em;
	color:#707070;
	line-height:14px;
}

.ri_categorie a,
.ri_categorie a:visited,
.ri_categorie a:hover {
	color:#707070;
}

.ri_categorie_cerca {
	font-size:1.1em;
	color:#db6311;
	line-height:14px;
	padding:5px 0 0 0;
}

.ri_categorie_cerca a,
.ri_categorie_cerca a:visited,
.ri_categorie_cerca a:hover {
	color:#db6311;
}
/* ULTIMA ORA suffisso = ul_ */
.ul_tit {
	font-size:1.7em;
	line-height:28px;
	clear:both;
	color:#484848;
	padding:3px 20px 3px 20px;
}

.ul_tit a,
.ul_tit a:visited,
.ul_tit a:hover {
	color:#484848;
}

/* LIVETV suffisso = lt_  */
.lt_titolo_sezione {
padding: 0 10px;
line-height: 28px;
text-transform: uppercase;
background: url(/livesicilia.it/img/share/bg_arancio_centro.gif);
background-repeat: repeat-x;
height: 40px;
position: relative;

/*	background:#f07e31;
	padding:0 15px;
	line-height:28px;
	text-transform:uppercase;*/
}

.lt_titolo_sezione h2 {
background-image: url(/livesicilia.it/img/share/ciak.png);
width: 310px;
position: absolute;
bottom: 2px;
background-repeat: no-repeat;
background-position: right;
font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
color: #FFF;
font-size: 1.9em;

	/*color:#fff;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;*/
}

.box-livetv {
	background:#ebebeb;
	width:625px;
	overflow:hidden;
	margin:0 0 20px;
}

.box-livetv-1 {
	padding:15px;
	width:345px;
	float:left;
	overflow:hidden;
}

.box-livetv-2 {
	padding:15px 0;
	width:230px;
	float:left;
	overflow:hidden;
}

.box-livetv-3 {
	width:625px;
	overflow:hidden;
	background:url('/img/share/ombra-live.png') no-repeat 0 0;
	position:relative;
	height:145px;
}

.scrollable_left2 {
	width:40px;
	height:40px;
	position:absolute;
	top:65px;
	left:10px;
	z-index:1000;

}

.scrollable_right2 {
	width:40px;
	height:40px;
	position:absolute;
	top:65px;
	right:10px;
	z-index:1000;
}

.scrollable2 {
	position:absolute;
	overflow:hidden;
	width:552px;
	height:108px;
	z-index:100;
	padding:0;
	left:37px;
	top:22px;
}

.scrollable2 .items2 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items2 div.scrolla {
	float:left;
	width:552px;
	overflow:hidden;
}

.items2 div.scrolla .scrolla_int {
	float:left;
	width:144px;
	padding:0 20px;
	overflow:hidden;
	position:relative;
	height:108px;
}

.items2 div.scrolla .scrolla_int div {
	position:absolute;
	left:20px;
	bottom:0;
	width:134px;
	background:url('/img/share/back_video.png') repeat 0 0;
	padding:5px;
}

.items2 div.scrolla .scrolla_int h3 {
	font-size:1.0em;
	color:#fff;
}

.items2 div.scrolla .scrolla_int .tit_video a,
.items2 div.scrolla .scrolla_int .tit_video a:visited,
.items2 div.scrolla .scrolla_int .tit_video a:hover {
	color:#fff;
	display:block;
}

.scrollable_left2 .left {
	cursor:pointer;
	background:url('/img/share/left.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

.scrollable_right2 .right {
	cursor:pointer;
	background:url('/img/share/right.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

/* POSTIT suffisso = pt_ */
.pt_postit {
	background:#f3eb0d url('http://livesicilia.it/img/share/post-it.gif') no-repeat 0 0;
	padding:40px 15px 10px;
	overflow:hidden;
	color:#000;
	cursor:pointer;
}

.pt_postit_tutti {
	padding:0 15px;
	line-height:28px;
	border-top:1px #d3cd1b dashed;

}

.pt_postit p {
	padding:0 0 10px;
	font-size:1.1em;
}

/* BREVI suffisso = br_ */
.br_elenco ul {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px #000 dotted;
}

.br_elenco ul li {
	padding:5px 0;
	margin:0;
	font-weight:bold;
	border-bottom:1px #000 dotted;
}

.br_elenco ul li h5 {
	font-size:1.2em;
	clear:both;
	padding:0 5px 0 15px;
	background:url('/img/share/fre_left.png') no-repeat 3px -3px;
}

.br_elenco ul li h6 {
	font-size:1.1em;
	padding:0 5px 0 15px;
}

.br_elenco p {
	line-height:22px;
	font-size:1.1em;
}

/* PIU' LETTI suffisso = piu_ */
.piu_elenco ul {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px #d8d8d8 solid;
}

.piu_elenco ul li {
	padding:5px 0;
	margin:0;
	font-weight:bold;
	border-bottom:1px #d8d8d8 solid;
}

.piu_elenco ul li article {
	font-size:1.2em;
	/*clear:both;*/
	padding:0 5px 0 15px;
	/*background:url('/img/share/fre_left.png') no-repeat 3px -3px;*/
	text-align: left;
}

.scelta {
	/*border-bottom:10px #f07e31 solid;*/
	overflow:hidden;
}

.scelta ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.scelta ul li {
	float:left;
}

.scelta ul li a.piu_link,
.scelta ul li a.piu_link:visited,
.scelta ul li a.piu_link:hover {
	display:block;
	background:#fff;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	padding:5px 15px 0;
	line-height:18px;
	font-size: 14px;
    color: #666;
    /* margin-top: 4px; */
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

.scelta ul li a.attivo,
.scelta ul li a.attivo:visited,
.scelta ul li a.attivo:hover {
	display:block;
	background:#666;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding: 5px 15px 4px;
	line-height:18px;
	font-size: 14px;
    color: #fff;
    margin-top: 0;
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

.scelta_int {
	overflow:hidden;
	width:100%;
	padding:7px 0 8px;
	background-color: #666;
	border-bottom: 1px solid #F65215;
}

.scelta_int ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:282px;
}

.scelta_int ul li {
	float:left;
	/*padding:0 9px 0 0;*/
	width: 33%;
}

.scelta_int ul li a.piu_tem,
.scelta_int ul li a.piu_tem:visited,
.scelta_int ul li a.piu_tem:hover {
	display: block;
    background: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 20px;
    font-size: 14px;
    color: #ccc;
    /* width: 85px; */
    text-align: center;
    text-transform: uppercase;
    border-right: 2px solid #ccc;
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}
.scelta_int ul li a#vista_tem3,
.scelta_int ul li a#vista_tem3:visited,
.scelta_int ul li a#vista_tem3:hover {
    border-right: 0;
}

.scelta_int ul li a.attivo,
.scelta_int ul li a.attivo:visited,
.scelta_int ul li a.attivo:hover {
	display: block;
    background: #666;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 20px;
    color: #F65215;
    /* width: 80px; */
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border-right: 2px solid #ccc;
}


/* EDICOLA suffisso = ed_  */

.scrollable_left3 {
	width:40px;
	height:40px;
	position:absolute;
	top:160px;
	left:20px;
	z-index:1000;

}

.scrollable_right3 {
	width:40px;
	height:40px;
	position:absolute;
	top:160px;
	right:20px;
	z-index:1000;
}

.scrollable3 {
	position:absolute;
	overflow:hidden;
	width:860px;
	height:325px;
	z-index:100;
	padding:0;
	left:65px;
	top:108px;
}

.scrollable3 .items3 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items3 div.scrolla {
	float:left;
	width:860px;
	overflow:hidden;

}

.items3 div.scrolla .scrolla_int {
	float:left;
	width:215px;
	padding:0;
	overflow:hidden;
	position:relative;
	height:325px;
}

.scrollable_left3 .left {
	cursor:pointer;
	background:url('/img/share/left_b.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

.scrollable_right3 .right {
	cursor:pointer;
	background:url('/img/share/right_b.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

.tit_edicola {
	background:url('/img/share/tit_edicola.png') no-repeat center top;
	width:988px;
	height:43px;
	margin:15px 0 0 0;
}

.foto_edicola {
	padding:3px 25px 0;
}

.puls_edicola {
	position:absolute;
	left:0;
	top:199px;
}

.txt_edicola {
	position:absolute;
	left:0;
	bottom:0;
	height:82px;
	border-bottom:1px #cecece solid;
	border-top:1px #cecece solid;
	width:215px;
}

.txt_edicola .tit_item {
	padding:5px 10px;
	font-size:1.2em;
}

.txt_edicola .buy_item {
	padding:0 10px;
	font-size:1.1em;
}


/* RUBRICHE suffisso = ru_ */
.tit_rubrica {
	padding-bottom:18px;
}

h4.ru_tit {
	font-size:1.7em;
	line-height:22px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
}

.box-rubrica-1-img {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:368px;
	height:320px;
}

.box-rubrica-1-txt {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	width:368px;
	height:320px;

}

h5.ru_tit {
	font-size:1.4em;
	line-height:17px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	clear:both;
	font-weight:bold;
}

.ru_stit {
	font-size:1.1em;
	color:#434343;
	clear:both;
}

.ru_det {
	font-size:1.1em;
	color:#7f7f7f;
	clear:both;
	line-height:18px;
}

.ru_txt_r {
	position:absolute;
	top:80px;
	width:150px;
	right:25px;
	font-size:1.1em;
	color:#676767;
}

.ru_txt_l {
	position:absolute;
	top:80px;
	width:120px;
	left:0;
	font-size:1.1em;
	color:#676767;
}

.ru_txt_r a,
.ru_txt_r a:visited,
.ru_txt_r a:hover{
	color:#676767;
}

.ru_txt_l a,
.ru_txt_l a:visited,
.ru_txt_l a:hover{
	color:#676767;
}

.ru_occhiello {
	font-size:1.2em;
	padding-top:5px;
}

.ru_autore {
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;

}

.ru-ul {
	width:570px;
	list-style-type:none;
	padding:0 0 0 15px;
	margin:0;
}

.ru-ul li {
	width:175px;
	height:125px;
	overflow:hidden;
	padding:0 0 0 15px;
	margin:0;
	float:left;
}

.ru_immagine {
	padding:7px 0 0 0;
}

/* FIRME suffisso = fi_  */
.box-firme-int {
	width:977px;
	position:relative;
	height:223px;
	overflow:hidden;
}

.scrollable_left4 {
	width:40px;
	height:40px;
	position:absolute;
	top:80px;
	left:5px;
	z-index:1000;

}

.scrollable_right4 {
	width:40px;
	height:40px;
	position:absolute;
	top:80px;
	right:5px;
	z-index:1000;
}

.scrollable4 {
	position:absolute;
	overflow:hidden;
	width:882px;
	height:223px;
	z-index:100;
	padding:0;
	left:47px;
	top:0;
}

.scrollable4 .items4 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items4 div.scrolla {
	float:left;
	width:880px;
	overflow:hidden;
}

.items4 div.scrolla .scrolla_int {
	float:left;
	width:206px;
	margin:0 7px;
	padding:0;
	overflow:hidden;
	position:relative;
	height:223px;
	background:#ededed url('/img/share/box_firme.gif') repeat-x 0 0;
}

.items4 div.scrolla .scrolla_int_img {
	width:143px;
	margin:0 auto;
}

.items4 div.scrolla .scrolla_int h4 {
	color:#646464;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	padding:12px 8px 0;
}

.items4 div.scrolla .scrolla_int h5 {
	color:#000;
	font-size:1.0em;
	padding:0 8px 3px;
}

.items4 div.scrolla .scrolla_int h3 {
	color:#f07e31;
	font-size:1.1em;
	padding:0 8px 0;
	font-weight:bold;
}

.items4 div.scrolla .scrolla_int h3 a,
.items4 div.scrolla .scrolla_int h3 a:visited,
.items4 div.scrolla .scrolla_int h3 a:hover {
	color:#f07e31;
}

.scrollable_left4 .left {
	cursor:pointer;
	background:url('/img/share/left_b.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

.scrollable_right4 .right {
	cursor:pointer;
	background:url('/img/share/right_b.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

/* SONDAGGIO */
.blocco_sond_3 {
	width:252px;
	overflow:hidden;
	padding:6px 10px;
	font-size:1.2em;
	line-height:1.4em;
	border-bottom:1px #7f7f7f dotted;
}

#risposta_aut {
	width:252px;
	overflow:hidden;
	padding:0 10px;
	line-height:1.6em;
	color:#000;
}

.vota {
	width:41px;
	margin:0 auto;
	padding:10px 0 5px;
}

.option {
	font-size:1.2em;
	line-height:23px;
	border-bottom:1px #7f7f7f dotted;
	padding:0 10px;
	width:252px;
}

.radiopriv {
	margin:0 5px 0 10px;
}

.ris {
	text-align:center;
	font-size:1.1em;
}

.option_sond {

}

.blocco_sond {
	width:259px;
	overflow:hidden;
	padding:5px 5px 10px 8px;
	font-size:1.1em;
	line-height:13px;
	border-bottom:1px #b7b7b7 dotted;
}

.blocco_sond_2 {
	width:259px;
	overflow:hidden;
}

.barra {
	background:#ebebeb;
	height:12px;
	float:left;
	width:160px;
}

.barra div {
	background:#787878;
	height:12px;
}

.perc{
	float:left;
	width:38px;
	padding:0 0 0 6px;
}

.voti{
	float:left;
	width:50px;
	padding:0 0 0 5px;
}

/* GERENZA */
.gerenza {
	/*height:288px;*/
	position:relative;
	overflow:hidden;
	margin-top:5px;
}

.muovi_gerenza {
	/*position:absolute;
	left:0;
	top:0;*/
	padding:0 0 16px;
}

.muovi_gerenza p {
	padding:11px 0 0 0;
	font-size:1.1em;
}

.muovi_gerenza b {
	color:#7d7d7d;
	text-transform:uppercase;
}

.muovi_gerenza a,
.muovi_gerenza a:visited,
.muovi_gerenza a:hover {
	color:#dd581d;
}

.link_animate{
	border-top:1px #cccccc solid;
	margin-top:11px;
}

.link_animate_m{
	margin-left:auto;
	margin-right:auto;
	padding:15px 0;
	width:60px;
}

.link_animate_m div{
	float:left;
	padding:0 5px;
	cursor:pointer;
}


/* sport */
.box-sport {
	background:#fdf2ea;
	width:687px;
	overflow:hidden;
	position:relative;
}

.box-sport-1 {
	float:left;
	width:325px;
	padding:0 10px 0 0;

}

.box-sport-2 {
	float:left;
	width:325px;
	padding:0 0 0 10px;
	margin:0 17px 0 0;
	clear:both;

}

/*
.box-sport {
	background:#fdf2ea;
	width:687px;
	overflow:hidden;
	position:relative;
}

.box-sport-1 {
	float:left;
	width:325px;
	padding:0 0 0 10px;
	margin:0 17px 0 0;
}

.box-sport-2 {
	float:left;
	width:325px;
	padding:0 10px 0 0;
}
*/

.box-sport-3 {
	width:687px;
	overflow:hidden;
}

.box-sport-pp {
	background:#fdf2ea;
	width:367px;
	overflow:hidden;
	padding:0 10px 0 310px;
	border-bottom:1px #b1a9a3 solid;
	height:235px;
	position:relative;
}

.box-sport-pp-img {
	position:absolute;
	left:0;
	top:0;
}

.multimedia_sp {
	padding:0;
	margin:0;
	position:absolute;
	left:290px;
	bottom:10px;
}

.multimedia_sp ul {
	padding:0;
	margin:0;
	list-style-type:none;

}

.multimedia_sp ul li {
	float:left;
	padding:0 15px 0 0;
}

/* DOWNLOAD suffisso = dw_ */
.dw_elenco ul {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px #000 dotted;
}

.dw_elenco ul li {
	overflow:hidden;
	padding:5px 0;
	margin:0;
	font-weight:bold;
	border-bottom:1px #000 dotted;
}

.dw_elenco ul li h5 {
	font-size:1.0em;
	padding:0 5px 0 0;
	font-weight:bold;
	/*background:url('/img/share/fre_left.png') no-repeat 3px -3px;*/
}

.dw_elenco ul li h6 {
	font-size:1.1em;
	padding:0 5px 0 0;
}

.dw_elenco ul li h7 {
	font-size:1.0em;
	background:url('/img/share/fre_down.gif') no-repeat 0 0;
	color:#dd581d;
	padding:0 5px 0 15px;
}

.dw_elenco ul li h7 a,
.dw_elenco ul li h7 a:visited,
.dw_elenco ul li h7 a:hover {
	color:#dd581d;
}

/* NOTIZIOMETRO suffisso = nt_ */
.nt_elenco ul {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px #000 dotted;
}

.nt_elenco ul li {
	overflow:hidden;
	padding:5px 0;
	margin:0;
	font-weight:bold;
	border-bottom:1px #000 dotted;
}

.nt_elenco ul li h5 {
	font-size:1.1em;
	padding:0 5px 0 15px;
	/*background:url('/img/share/fre_left.png') no-repeat 3px -3px;*/
}

.nt_elenco ul li h6 {
	font-size:1.0em;
	padding:0 5px 0 15px;
}

.nt_elenco p {
	line-height:22px;
	font-size:1.1em;
}

.nt_elenco img {
	float:left;
	margin:0 5px 0 0;
}

/* ULTIMI COMMENTI suffisso = ut_ */
.ut_elenco ul {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px #000 dotted;
}

.ut_elenco ul li {
	overflow:hidden;
	padding:5px 0;
	margin:0;
	font-weight:bold;
	border-bottom:1px #000 dotted;
}

.ut_elenco ul li h5 {
	font-size:1.1em;
	padding:0 5px 0 15px;
	background:url('/img/share/fre_left.png') no-repeat 3px -3px;
}

.ut_elenco ul li h6 {
	font-size:1.0em;
	padding:0 5px 0 15px;
}

.ut_elenco p {
	line-height:22px;
	font-size:1.1em;
}

.ut_elenco img {
	float:left;
	margin:0 5px 0 0;
}

.banner_160{
	background:#efefef;
	width:160px;
	margin-left:auto;
	margin-right:auto;
}


/* SCHEDA ARTICOLO suffisso = sc_ */
.box_sc {
	/*width:624px;*/
	position:relative;
	padding:0;
	/*overflow:hidden;*/
}

.sc_foto {
	padding:0 0 16px;
}

h1.sc_tit {
	padding:38px 0 5px 0;
    font-size: 3.8em;
    line-height: 40px;
    font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
    clear: both;
}

article.single h1.sc_tit {
	padding:8px 0 5px 0;
}

h1.sc_tit_riv {
	font-size:3.2em;
	line-height:32px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	padding:20px 0 10px 0;
}

.sc_stit {
	font-size:1.3em;
	font-style: italic;
	color:#333333;
	clear:both;
	line-height:20px;
	padding-bottom:20px;
}

.sc_stit a,
.sc_stit a:visited,
.sc_stit a:hover {
	text-decoration:underline;
}

.sc_stit_mini {
	font-size:1.0em;
	line-height:13px;
	color:#707070;
	clear:both;
}

.sc_autore {
	font-weight:bold;
	color:#7f7f7f;
	font-size:1.1em;
	padding-bottom:20px;
}

.sc_autore span {
	font-weight:normal;
	margin-right:20px;
}

.sc_autore a,
.sc_autore a:visited,
.sc_autore a:hover {
	font-weight:bold;
	color:#7f7f7f;
}

.sc_categorie {
	font-size:1.2em;
	color:#707070;
	line-height:14px;
	padding:0 0 10px;
}

.sc_categorie a,
.sc_categorie a:visited,
.sc_categorie a:hover {
	color:#707070;
}

.sc_condivisione {
	background:#ddd;
	width:624px;
	height:24px;
	position:relative;
	clear:both;
}

.sc_condivisione_1 {
	float:left;
	padding:0 0 0 12px;
	margin:0;
	/*overflow:hidden;*/
}

.sc_condivisione_1 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.sc_condivisione_1 ul li {
	float:left;
	padding:2px 10px 0 0;
	margin:0;
	font-size:1.1em;
}

.sc_condivisione_2 {
	position:absolute;
	right:0;
	top:0;
	height:21px;
	/*overflow:hidden;*/
}

.sc_condivisione_2 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.sc_condivisione_2 ul li {
	float:left;
	padding:0 14px 0 0;
	margin:0;
}

ul li.comment-button {
	padding:0 10px 0 0;
	margin:0;
	font-size:0.9em;
	font-weight:bold;
	line-height:21px;
}

ul li.comment-button a,
 ul li.comment-button a:visited,
ul li.comment-button a:hover {
	background:url('/img/share/commenta.gif') no-repeat 0 0;
	padding:0 0 0 24px;

	color:#424242;
	text-transform:uppercase;
	display:block;
}

ul li.stampa-button {
	padding:0 10px 0 0;
	margin:0;
	font-size:0.9em;
	font-weight:bold;
	line-height:21px;
}

ul li.stampa-button a,
ul li.stampa-button a:visited,
ul li.stampa-button a:hover {
	background:url('/img/share/stampa2.gif') no-repeat 0 0;
	padding:0 0 0 24px;

	color:#424242;
	text-transform:uppercase;
	display:block;
}

.sc_correlate {
	padding:30px 0 0 0;
	clear:both;
}

.sc_correlate_media {
	float:left;
	width:144px;
	padding:0;
	overflow:hidden;
	position:relative;
	height:128px;
	margin:10px 15px 0 0;
}

.sc_correlate_media div {
	position:absolute;
	left:0;
	bottom:20px;
	width:134px;
	background:url('/img/share/back_video.png') repeat 0 0;
	padding:5px;
}

.sc_correlate_media h3 {
	font-size:1.0em;
	color:#fff;
}

.sc_correlate_media .tit_video a,
.sc_correlate_media .tit_video a:visited,
.sc_correlate_media .tit_video a:hover {
	color:#fff;
	display:block;
}

.sc_correlate_media .ico_video a{
	text-indent:-9999px;
	background:url('/img/share/ico_video.png') no-repeat 0 3px;
	width:16px;
	height:20px;
	display:block;
}

.sc_correlate_media .ico_foto a{
	text-indent:-9999px;
	background:url('/img/share/ico_foto.png') no-repeat 0 3px;
	width:16px;
	height:20px;
	display:block;
}

.box_cm {
	width:644px;
	overflow:hidden;
	padding:0;
	margin:0;
}

#respond {
	width:586px;
	overflow:hidden;
	padding:20px 19px;
	background:#ebebeb;

}

#respond h3 {
	font-size:2.4em;
	color:#4c4c4c;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
}


.titolopp {
	text-align:center;
	width:675px;
	margin-top: 10px;
}

.form_login_tit {
	font-weight:normal;
	font-size:3em;
}

.form_respond {
	width:586px;
	border:1px #ffffff solid;
	overflow:hidden;
	margin:0 auto 20px;
}

.form_respond2 {
	width:584px;
	border:1px #cdcdcd solid;
	overflow:hidden;
}

/*
.form_respond {
	width:584px;
	border:1px #fff solid;
	overflow:hidden;
}

.form_respond2 {
	width:582px;
	border:1px #cdcdcd solid;
	overflow:hidden;
	padding:20px 0;
}
*/
.tablogin {
	border: none;
	border-spacing:0;
	width:580px;
}

.tablogin1 {
	width:347px;
	border-right:1px #b0b0b0 dashed;
	vertical-align:top;
	padding:25px 0 15px;
}

.tablogin2 {
	width:225px;
	border-left:1px #fff dashed;
	vertical-align:top;
	padding:25px 0 15px;
}

.titlogin {
	font-size:1.2em;
	line-height:18px;
	padding:20px 20px 12px;

}

.titlogin2 {
	font-size:1.2em;
	line-height:18px;
	padding:20px 20px 12px;

}

.septesto {
	background:url('/img/share/back_testo.png') no-repeat 0 0;
	padding:17px 0 12px;
	font-size:1.1em;
	line-height:20px;
}

.septesto div {
	padding:0 20px;
}

.septesto a, .septesto a:visited {
	color:#e16919;
	font-size:1.1em;
	text-decoration:none;
}
a.tornalogin, a.tornalogin:visited, a.tornalogin:hover {
	color:#e16919;
	font-size:1.1em;
	text-decoration:none;
}

.septesto a:hover {
	text-decoration:underline;
}

.form_login_float {
	width:140px;
	float:left;
	padding:0 0 10px 20px;
	overflow:hidden;
}

.form_login_float label {
	color:#e16919;
	font-size: 1.1em;
	line-height: 25px;
}

.input_login {
	width:138px;
	border:1px #a9a9a9 solid;
	padding:3px 0;

}

.pulsfacebooklogin {
	padding:0 0 0 20px;
}

.form_login_puls {
	width:62px;
	margin:0 0 0 auto;
}

.form_respond_1 {
	width:174px;
	overflow:hidden;
	padding:0 10px 15px;
	font-size:1.1em;
	color:#4c4c4c;
	float:left;
}

.input_ele_1 {
	width:172px;
	border:1px #a9a9a9 solid;
	padding:1px 0;
	background:#fff;
}

.input_ele_2 {
	width:560px;
	border:1px #a9a9a9 solid;
	padding:1px 0;
	background:#fff;
	resize:none;
}

.form_respond_2 {
	width:562px;
	overflow:hidden;
	padding:0 10px 15px;
	font-size:1.1em;
	color:#4c4c4c;
	float:left;
	clear:both;
}

.form_respond_3 {
	overflow:hidden;
	padding:0 10px 0;
	font-size:1.1em;
	color:#4c4c4c;
	float:left;
}

.form_respond_4 {
	width:562px;
	overflow:hidden;
	padding:0 10px 25px;
	font-size:1.1em;
	color:#4c4c4c;
	float:left;
	clear:both;
}

.form_invia {
	width:62px;
	overflow:hidden;
	padding:0 10px 15px;
	clear:both;
	float:right;
}

.checkmar {
	margin:0 10px 0 0;
}

.sc_commenti {
	padding:30px 0 0 0;
}

.sc_titolo_sezione {
	padding:0 15px 0 50px;
	line-height:35px;
	background:#f07e31 url('/img/share/commenti.gif') no-repeat 0 0;
}

.sc_titolo_sezione h2 {
	color:#fff;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.4em;
}

ul.commentlist {
	width:624px;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.commentlist li {
	width:624px;
	padding:25px 0 0;
	margin:0;
	border-bottom:1px #d5d5d5 solid;
}

.commento {
	width:624px;
	overflow:hidden;
}

.commento_1 {
	float:left;
	width:175px;
	padding:0 0 20px 0;
}

.commento_2 {
	float:left;
	width:434px;
	padding:0 15px 20px 0;
	color:#666;
	line-height:18px;
	font-size:1.2em;
	text-align:justify;
}

.data_commento {
	color:#666;
	line-height:18px;
}

.user_commento {
	font-size:1.2em;
}

.commenti_ok {
	background-color:#71f284;
	width:542px;
	padding:10px 10px;
	overflow:hidden;
	font-size:1.1em;

}

.commenti_error {
	background-color:#FFC0C0;
	width:542px;
	padding:10px 10px;
	font-size:1.1em;
	overflow:hidden;
}

/* ELENCO FOTOGALLERY suffisso = ef_ */
.ef_elenco ul {
	padding:0;
	margin:0;
	list-style-type:none;
	border-top:1px #000 dotted;
}

.ef_elenco ul li {
	overflow:hidden;
	padding:5px 0;
	margin:0;
	font-weight:bold;
	border-bottom:1px #000 dotted;
}

.ef_elenco ul li h5 {
	font-size:1.4em;
	padding:0;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	/*background:url('/img/share/fre_left.png') no-repeat 3px -3px;*/
}

.ef_elenco img {
	float:left;
	margin:0 5px 0 0;
}

/* BOX LIVETV SIDEBAR suffisso = lts_  */

.box-livetv-sidebar {
	width:335px;
	overflow:hidden;
	margin:0 0 30px;
	background:#ebebeb url('/img/share/ombra-live-side.png') no-repeat left bottom;
}

.box-livetv-5 {
width: 272px;
margin: 0 auto;
overflow: hidden;
position: relative;
height: 500px;
font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

.scrollable_left5 {
width: 40px;
height: 40px;
position: absolute;
bottom: -3px;
right: 40px;
z-index: 1000;
}

.scrollable_right5 {
	width:40px;
	height:40px;
	position:absolute;
	bottom:-3px;
	right:0;
	z-index:1000;
}

.scrollable_archivio5 {
position: absolute;
bottom: 0;
left: 5px;
z-index: 1000;
line-height: 35px;
font-size: 15px;
text-transform: uppercase;
}

.scrollable5 {
position: relative;
overflow: hidden;
width: 306px;
height: 490px;
z-index: 100;
padding: 0;
}

.scrollable5 .items5 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items5 div.scrolla {
	float:left;
	width:306px;
	overflow:hidden;
}

.items5 div.scrolla .scrolla_int {
width: 144px;
padding: 0 4px;
overflow: hidden;
position: relative;
height: 150px;
float: left;
margin-top: 10px;
}

.items5 div.scrolla .scrolla_int div {
width: 134px;
padding: 5px;
}

.items5 div.scrolla .scrolla_int div.visualizzazioni {
	position:absolute;
	left:4px;
	bottom:0;
	line-height:12px;
	width:134px;
	background:none;
	padding:1px 0 0 0;
	font-size:0.9em;
}

.items5 div.scrolla .scrolla_int h3 {
	font-size:1.0em;
	color:#fff;
}

.items5 div.scrolla .scrolla_int .tit_video a,
.items2 div.scrolla .scrolla_int .tit_video a:visited,
.items2 div.scrolla .scrolla_int .tit_video a:hover {
color: #000;
font-weight: 700;
display: block;
line-height: 1.1em;
}

.scrollable_left5 .left {
cursor: pointer;
background: url(/livesicilia.it/img/share/left-n.png) no-repeat;
background-position: center center;
width: 40px;
height: 40px;
z-index: 1000;
display: block;
}

.scrollable_right5 .right {
cursor: pointer;
background: url(/livesicilia.it/img/share/right-n.png) no-repeat;
background-position: center center;
width: 40px;
height: 40px;
z-index: 1000;
display: block;
}




/* BOX LIVETV SIDEBAR suffisso = lts_  */

.box-livetv-sidebar_hp {
	width: 272px;
	overflow: hidden;
	margin: 0 0 15px;
	background: #fff;
}
.box-livetv-sidebar_hp .titolo_sezione {
	background: url('/img/share/bg_arancio_centro.gif');
	background-repeat: repeat-x;
	height: 40px;
	position: relative;
}

.box-livetv-sidebar_hp .titolo_sezione h2 {
	width: 250px;
	position: absolute;
	bottom: 2px;
	background-repeat: no-repeat;
	background-position: right;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1.9em;
}

#widget_top-video .titolo_sezione h2 {
	background-image: url('/img/share/ciak.png');
}
.box-livetv-5_hp {
	width: 272px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 580px;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

.lt_titolo_sezione_hp {
	background:#ebebeb;
	border-top:4px #f07e31 solid;
	padding:0 10px;
	line-height:28px;
	text-transform:uppercase;

/*	background:#f07e31;
	padding:0 15px;
	line-height:28px;
	text-transform:uppercase;*/
}

.lt_titolo_sezione_hp h2 {
	color:#282828;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;

	/*color:#fff;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;*/
}

.scrollable_left5_hp {
	width:19px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:60px;
	z-index:1000;

}

.scrollable_right5_hp {
	width:19px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:0;
	z-index:1000;
}

.scrollable_archivio5_hp {
position: absolute;
bottom: 0;
left: 0;
z-index: 1000;
line-height: 35px;
text-transform: uppercase;
font-size: 15px;
}

.scrollable5_hp {
	position: relative;
	overflow: hidden;
	width: 270px;
	height: 540px;
	z-index: 100;
	padding: 0;
	margin: 0 auto;
	border-bottom: solid 1px;
}

.scrollable5_hp .items5_hp {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items5_hp div.scrolla_hp {
	float: left;
	width: 272px;
	overflow: hidden;
}

.items5_hp div.scrolla_hp .scrolla_int_hp {
	float:left;
	width: 50%;
	padding: 0;
	overflow: hidden;
	position: relative;
	height: 170px;
	float: left;
	margin-top: 10px;
}

.items5_hp div.scrolla_hp .scrolla_int_hp:nth-child(even) img {
    margin-left: 6px;
}

.items5_hp div.scrolla_hp .scrolla_int_hp div {
	width: 120px;
	padding: 5px;
}
.items5_hp div.scrolla_hp .scrolla_int_hp:nth-child(even) div {
    margin-left: 6px;
}

.items5_hp div.scrolla_hp .scrolla_int_hp div.visualizzazioni {
	position: absolute;
	left: 8px;
	bottom: -2px;
	line-height: 12px;
	width: 110px;
	background: none;
	padding: 1px 0 0 0;
	font-size: 1.1em;
	color: #EC5D27;
}

.items5_hp div.scrolla_hp .scrolla_int_hp h3 {
	font-size: 1.3em;
	color: #fff;
	/*max-height: 35px;*/
	overflow: hidden;
	white-space: normal;
}

.items5_hp div.scrolla_hp .scrolla_int_hp .tit_video_hp a,
.items5_hp div.scrolla_hp .scrolla_int_hp .tit_video_hp a:visited,
.items5_hp div.scrolla_hp .scrolla_int_hp .tit_video_hp a:hover {
	color: #000;
	font-weight: bold;
	display: block;
	line-height: 1.1em;
}

.scrollable_left5_hp .left_hp {
	cursor:pointer;
	background:url('/img/share/fotovideo_arrow_prev.png') no-repeat;
	background-position: center center;
	width:19px;
	height:30px;
	z-index:1000;
	display:block;
}

.scrollable_right5_hp .right_hp {
	cursor: pointer;
	background: url('/img/share/fotovideo_arrow_next.png') no-repeat;
	background-position: center center;
	width: 19px;
	height: 30px;
	z-index: 1000;
	display: block;
}


/* TAGS */
.tags {
	background:#f1f1f1;
	border:1px #d5d5d5 solid;
	padding:20px 12px;
}

.tags h3 {
	font-size:1.2em;
	font-weight:bold;
}

.tags p {
	color:#f07e31;
	font-size:1.1em;
}

.tags a,
.tags a:visited,
.tags a:hover {
	color:#f07e31;
}


/* FIRME SIDEBAR suffisso = fs_  */
.box-firmes-int {
	width:335px;
	position:relative;
	height:223px;
	overflow:hidden;
}

.scrollable_left6 {
	width:40px;
	height:40px;
	position:absolute;
	top:80px;
	left:-9px;
	z-index:1000;

}

.scrollable_right6 {
	width:40px;
	height:40px;
	position:absolute;
	top:80px;
	right:-11px;
	z-index:1000;
}

.scrollable6 {
	position:absolute;
	overflow:hidden;
	width:294px;
	height:223px;
	z-index:100;
	padding:0;
	left:20px;
	top:0;
}

.scrollable6 .items6 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items6 div.scrolla {
	float:left;
	width:294px;
	overflow:hidden;
}

.items6 div.scrolla .scrolla_int {
	float:left;
	width:143px;
	margin:0 2px;
	padding:0;
	overflow:hidden;
	position:relative;
	height:223px;
	background:#ededed;
}

.items6 div.scrolla .scrolla_int h4 {
	color:#646464;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	padding:12px 8px 0;
}

.items6 div.scrolla .scrolla_int h5 {
	color:#000;
	font-size:1.0em;
	padding:0 8px 3px;
}

.items6 div.scrolla .scrolla_int h3 {
	color:#f07e31;
	font-size:1.1em;
	padding:0 8px 0;
	font-weight:bold;
}

.items6 div.scrolla .scrolla_int h3 a,
.items6 div.scrolla .scrolla_int h3 a:visited,
.items6 div.scrolla .scrolla_int h3 a:hover {
	color:#f07e31;
}

.scrollable_left6 .left {
	cursor:pointer;
	background:url('/img/share/left.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

.scrollable_right6 .right {
	cursor:pointer;
	background:url('/img/share/right.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}


.box_rivista_left {
	width:335px;
	background:#ebebeb;
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;
}

.img_cope {
	margin-left:auto;
	margin-right:auto;
	padding:15px 5px 25px;
	background:url('/img/share/ombra_riv.png') no-repeat left bottom;

}

.note_vendita {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	font-size:1.1em;
	color:#5d5d5d;
	padding:10px 0 10px 0;
}

.note_vendita p {
	padding:0 0 7px;
}

.note_vendita a,
.note_vendita a:visited,
.note_vendita a:hover {
	color:#e05a00;
}

.metodi_vendita {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	font-size:1.2em;
	text-transform:uppercase;
	color:#5d5d5d;
}

.metodi_vendita div {
	padding:0 0 5px;
}

.prezzo_vendita {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	overflow:hidden;
	border-top:1px #cecece solid;
	border-bottom:1px #f7f7f7 solid;
}

.prezzo_vendita2 {
	width:300px;
	overflow:hidden;
	border-top:1px #f7f7f7 solid;
	border-bottom:1px #cecece solid;
}

.prezzo_vendita_1 {
	width:110px;
	float:left;
	overflow:hidden;
}

.prezzo_vendita_1 div {
	width:110px;
	float:left;
	overflow:hidden;
	line-height:28px;
	font-size:1.2em;
	color:#5d5d5d;
}

.prezzo_vendita_2 {
	width:190px;
	float:left;
	overflow:hidden;
}

.prezzo_vendita_2 div {
	width:167px;
	margin-left:auto;
	margin-right:auto;
	padding:11px 0 0 0;
}

.prezzo_vendita_2 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.prezzo_vendita_2 ul li {
	font-size:1.2em;
	line-height:28px;
}

.prezzo_vendita_2 ul li a,
.prezzo_vendita_2 ul li a:visited,
.prezzo_vendita_2 ul li a:hover {
	color:#e05a00;
	font-weight:bold;
}

.download_rivista {
	list-style-type:none;
	padding:0;
	margin:0;
}

.download_rivista li {
	font-size:1.2em;
	padding:0 0 5px;
}

.download_rivista li a,
.download_rivista li a:visited,
.download_rivista li a:hover {
	color:#e05a00;
	font-weight:bold;
}

.input_riviste {
	padding:15px 0 40px;
	width:624px;
	overflow:hidden;
}

#carica_riviste ul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:690px;

}

#carica_riviste ul li {
	float:left;
	padding:0 66px 0 0;
	height:240px;
	margin:0;
	overflow:hidden;
}

#carica_riviste ul li div.img_num_edicola {
	height:210px;
	overflow:hidden;
	padding:0;
	margin:0;

}

.tit_num_edicola {
	line-height:30px;
	color:#707070;
	font-size:1.1em;
}

.tit_num_edicola a,
.tit_num_edicola a:visited,
.tit_num_edicola a:hover {
	color:#707070;
	padding:0 0 0 10px;
	background:url('/img/share/fre_left.png') no-repeat 0 -6px;
}

.abbonati {
	width:300px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	overflow:hidden;
	padding:0 0 12px 0;
	border-bottom:1px #cecece solid;
	text-align:center;
}

.abbonati p {
	font-size:1.1em;
	padding:0 0 10px;
}

.abbonati div {
	margin:0 auto;
	width:163px;
}

.img_riv {
	float:left;
	margin:0 18px 0 0;
}

.form_respond_4 p {
	line-height:1.6em;
	font-size:1.3em;
	margin:0 0 16px;
}

.form_respond_4 p.tit_abb {
	border-bottom:1px #d2d2d2 solid;
	line-height:22px;
}

.firma {
	position:absolute;
	top:-52px;
	width:624px;
	height:115px;
}

.box_firma {
	position:absolute;
	left:0;
	bottom:10px;
}

.firma_nome {
	color:#000;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	line-height:22px;
}

.firma_titolo {
	color:#7f7f7f;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.8em;
	line-height:34px;
}

/* VIDEO suffisso ve_ */
.ve_elenco-1 {
	width:144px;
	position:relative;
	padding:0 19px 0 0;
	overflow:hidden;
	float:left;
}

.ve_elenco-2 {
	width:462px;
	position:relative;
	padding:0;
	overflow:hidden;
	float:left;

}

.ve_tit_elenco {
	background:#222222;
	line-height:30px;
	padding:0 10px;
	font-size:1.2em;
	color:#bebebe;
}

.ve_tit_elenco1 {
	background:#d6d6d6;
	line-height:30px;
	padding:0 10px;
	font-size:1.2em;
	color:#2c2c2c;
	text-transform:uppercase;

}

.ve_elenco-1 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.ve_elenco-1 ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	background:#a3a3a3 url('/img/share/video_spe.gif') no-repeat left bottom;
}

.ve_elenco-1 ul li a,
.ve_elenco-1 ul li a:visited,
.ve_elenco-1 ul li a:hover {
	display:block;
	padding:8px 35px 7px 23px;
	background:url('/img/share/video_spe.png') no-repeat 0 0;
	color:#fff;
	font-size:1.2em;
}

.ve_elenco-1 ul li.ve_li_att {
	list-style-type:none;
	padding:0;
	margin:0;
	background:#ec9239 url('/img/share/video_att.gif') no-repeat left bottom;
}

.ve_elenco-1 ul li.ve_li_att a,
.ve_elenco-1 ul li.ve_li_att a:visited,
.ve_elenco-1 ul li.ve_li_att a:hover {
	background:url('/img/share/video_att_fre.gif') no-repeat right top;
}

.ve_elenco_sezione {
	background:#222222;
	line-height:30px;
	padding:0 10px;
	font-size:1.2em;
	color:#bebebe;
}

.box_sc2 {
	width:462px;
	position:relative;
	padding:0;
	overflow:hidden;
}

.box_cm2 {
	width:477px;
	overflow:hidden;
	padding:0;
	margin:0;
}

.ve_media {
	float:left;
	width:144px;
	padding:0;
	overflow:hidden;
	position:relative;
	height:108px;
	margin:10px 15px 0 0;
}

.ve_media div {
	position:absolute;
	left:0;
	bottom:0;
	width:134px;
	background:url('/img/share/back_video.png') repeat 0 0;
	padding:5px;
}

.ve_media h3 {
	font-size:1.0em;
	color:#fff;
}

.ve_media .tit_video a,
.ve_media .tit_video a:visited,
.ve_media .tit_video a:hover {
	color:#fff;
	display:block;
}

.ve_media .ico_video a {
	text-indent:-9999px;
	background:url('/img/share/ico_video.png') no-repeat 0 3px;
	width:16px;
	height:20px;
	display:block;
}

.ve_media .ico_foto a {
	text-indent:-9999px;
	background:url('/img/share/ico_foto.png') no-repeat 0 3px;
	width:16px;
	height:20px;
	display:block;
}

.titolo_ve_container {
	width:100%;
	overflow:hidden;
}

.titolo_ve_container_1 {
	float:left;
	width:70%;
}

.titolo_ve_container_2 {
	float:left;
	width:28%;
	margin-top:1em;
	text-align:right;
}

.titolo_ele_ve {
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:1.8em;
	line-height:34px;
}

.pad_box_nav_news {

	overflow:hidden;
	position:relative;
	text-align:center;
}

.pad_box_nav_int {

	overflow:hidden;
	display:inline-block;
	padding:25px 0;

}

.pad_box_nav_int a,
.pad_box_nav_int a:visited,
.pad_box_nav_int a:hover {
	display:block;
	float:left;
	text-align:center;
	line-height:18px;
	font-size:1.1em;
	margin:0 1px 0 2px;
	padding:0 6px;
	color:#000;
	text-decoration:none;
}

a.att_nav,
a.att_nav:visited,
a.att_nav:hover {
	color:#fff;
	background:#909090;
}

/* FOTOGALLERY */
.img_fotogallery {
	width:624px;
	height:415px;
	overflow:hidden;
	position:relative;
	background:#d9d9d9;
}

.img_fotogallery div {
	margin-left:auto;
	margin-right:auto;
}

.nav_fotogallery {
	width:624px;
	background:#f07e31;
	overflow:hidden;
}

.nav_fotogallery_1 {
	width:28px;
	float:left;
	overflow:hidden;
}

.nav_fotogallery_2 {
	width:538px;
	float:left;
	overflow:hidden;
	color:#ffffff;
	padding:6px 15px;
	font-size:1.2em;
}

.nav_fotogallery_3 {
	width:28px;
	float:left;
	overflow:hidden;
}

.tot_ris {
	font-size:1.2em;
}

.top_contatti {
	font-size:1.3em;
	line-height:20px;
}

.top_contatti a,
.top_contatti a:visited,
.top_contatti a:hover {
	color:#db6311;
}

.top_pubblicita {
	font-size:1.3em;
	line-height:20px;
	padding:15px 0;
	border-bottom:1px #c1c1c1 solid;
}

.top_pubblicita a,
.top_pubblicita a:visited,
.top_pubblicita a:hover {
	color:#db6311;
}

/* TUTTE LE FOTO */
.foto_box_standard {
	width:400px;
	height:210px;
}

.foto_edizione_straordinaria {
	width: auto;
    height: 324px;
}

.foto_big_home {
	width:330px;
	height:172px;
}

.foto_small_home {
	width:112px;
	height:75px;
}

.foto_big_home_rubrica {
	width:368px;
	height:320px;
}

.foto_small_home_rubrica {
	width:175px;
	height:62px;
}

.foto_big_home_sport {
	width:290px;
	height:235px;
}

.foto_big_home_livetv {
	width:114px;
	height:108px;
}

.foto_copertina_edicola {
	width:165px;
	height:213px;
}

.foto_firme {
	width:143px;
	height:114px;
}

.foto_big_home_menu {
	width:250px;
	height:130px;
}

.foto_small_home_menu {
	width:50px;
	height:50px;
}

.foto_big_article {
	width:624px;
	height: auto;
    min-width: 100%;
}

.link_rss {
	width:624px;
	list-style-type:none;
	padding:0;
	margin:0;
}

.link_rss li {
	width:580px;
	line-height:30px;
	padding:0 0 0 44px;
	background:url('/img/share/rss.png') no-repeat 10px 7px;
	border-bottom:1px #cccccc solid;
	overflow:hidden;
	font-size:1.2em;
}

.link_rss_1 {
	float:left;
	width:200px;
	overflow:hidden;
}

.link_rss_2 {
	float:left;
	width:380px;
	overflow:hidden;
}

.link_rss_2 a,
.link_rss_2 a:visited,
.link_rss_2 a:hover {
	color:#666666;
}

.last_edit {
	font-size:90%;
	font-style:italic;
	padding-top:.8em;
	color:#777;
	clear:both;
}


/* photocollage home */
.cont_gallery {
	position:relative;
	width:988px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}

.testi_gallery {
	position:relative;
	width:988px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	background:#91908f;
	height:33px;
	margin-top:15px;
	margin-bottom:2px;
}

.testi_gallery div {
	position:absolute;
	left:22px;
	top:0;
	width:944px;
	height:33px;
	display:none;
	color:#fff;
	line-height:33px;
	font-size:1.4em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;

}

.gallery {
	position:relative;
	width:986px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
}




/* TEMPLATE 1 */
.template1 {
	height:405px;
}

.template1 div {
	overflow:hidden;
	display:block;
	background:#000;
}

.template1 div a {
	overflow:hidden;
	display:block;
}

.template1 .img1 {
	width:250px;
	height:228px;
	position:absolute;
	left:0;
	top:0;

}

.template1 .img1 img {
	height:228px;
	left:-16px;
}

.template1 .img2 {
	width:250px;
	height:175px;
	position:absolute;
	left:0;
	top:230px;
}

.template1 .img2 img {
	width:250px;
	top:-16px;
}

.template1 .img3 {
	width:368px;
	height:287px;
	position:absolute;
	left:252px;
	top:0;
}

.template1 .img3 img {
	width:368px;
	top:-16px;
}

.template1 .img4 {
	width:116px;
	height:116px;
	position:absolute;
	left:252px;
	top:289px;
}

.template1 .img4 img {
	height:116px;
}

.template1 .img5 {
	width:250px;
	height:116px;
	position:absolute;
	left:370px;
	top:289px;
}

.template1 .img5 img {
	width:250px;
	top:-7px;
}

.template1 .img6 {
	width:250px;
	height:114px;
	position:absolute;
	left:622px;
	top:0;
}

.template1 .img6 img {
	width:250px;
	top:-8px;
}

.template1 .img7 {
	width:112px;
	height:114px;
	position:absolute;
	left:874px;
	top:0;
}

.template1 .img7 img {
	height:114px;
	left:-16px;
}

.template1 .img8 {
	width:364px;
	height:289px;
	position:absolute;
	left:622px;
	top:116px;
}

.template1 .img8 img {
	width:364px;
	top:-14px;
}

/* TEMPLATE 2 */
.template2 {
	height:510px;
}

.template2 div {
	overflow:hidden;
	display:block;
	background:#000;
}

.template2 div a {
	overflow:hidden;
	display:block;
}

.template2 .img1 {
	width:368px;
	height:298px;
	position:absolute;
	left:0;
	top:0;

}

.template2 .img1 img {
	width:368px;
	top:-11px;
}

.template2 .img2 {
	width:399px;
	height:210px;
	position:absolute;
	left:0;
	top:300px;
}

.template2 .img2 img {
	width:400px;

}

.template2 .img3 {
	width:400px;
	height:210px;
	position:absolute;
	left:370px;
	top:0;
}

.template2 .img3 img {
	width:400px;

}

.template2 .img4 {
	width:143px;
	height:86px;
	position:absolute;
	left:370px;
	top:212px;
}

.template2 .img4 img {
	width:143px;
	top:-14px;
}

.template2 .img5 {
	width:143px;
	height:86px;
	position:absolute;
	left:515px;
	top:212px;
}

.template2 .img5 img {
	width:143px;
	top:-14px;
}

.template2 .img6 {
	width:110px;
	height:86px;
	position:absolute;
	left:660px;
	top:212px;
}

.template2 .img6 img {
	width:110px;
	top:-15px;
}

.template2 .img7 {
	width:369px;
	height:210px;
	position:absolute;
	left:401px;
	top:300px;
}

.template2 .img7 img {
	height:210px;
	left:-16px;
}

.template2 .img8 {
	width:214px;
	height:130px;
	position:absolute;
	left:772px;
	top:0;
}

.template2 .img8 img {
	height:130px;
	left:-18px;

}

.template2 .img9 {
	width:214px;
	height:130px;
	position:absolute;
	left:772px;
	top:132px;
}

.template2 .img9 img {
	height:130px;
	left:-18px;

}

.template2 .img10 {
	width:214px;
	height:130px;
	position:absolute;
	left:772px;
	top:264px;
}

.template2 .img10 img {
	height:130px;
	left:-18px;
}

.template2 .img11 {
	width:214px;
	height:130px;
	position:absolute;
	left:772px;
	top:396px;
}

.template2 .img11 img {
	height:130px;
	left:-18px;
}

/* TEMPLATE 3 */
.template3 {
	height:405px;
}

.template3 div {
	overflow:hidden;
	display:block;
	background:#000;
}

.template3 div a {
	overflow:hidden;
	display:block;
}

.template3 .img1 {
	width:400px;
	height:185px;
	position:absolute;
	left:0;
	top:0;

}

.template3 .img1 img {
	width:400px;
	top:-13px;
}

.template3 .img2 {
	width:112px;
	height:86px;
	position:absolute;
	left:0;
	top:187px;
}

.template3 .img2 img {
	width:112px;
	top:-15px;

}

.template3 .img3 {
	width:119px;
	height:86px;
	position:absolute;
	left:114px;
	top:187px;
}

.template3 .img3 img {
	width:119px;
	top:-5px;

}

.template3 .img4 {
	width:233px;
	height:130px;
	position:absolute;
	left:0;
	top:275px;
}

.template3 .img4 img {
	height:130px;
	left:-9px;
}

.template3 .img5 {
	width:165x;
	height:154px;
	position:absolute;
	left:235px;
	top:187px;
}

.template3 .img5 img {
	width:165px;
	top:-30px;
}

.template3 .img6 {
	width:165px;
	height:62px;
	position:absolute;
	left:235px;
	top:343px;
}

.template3 .img6 img {
	height:62px;
	left:-5px;
}

.template3 .img7 {
	width:250px;
	height:130px;
	position:absolute;
	left:402px;
	top:0;
}

.template3 .img7 img {
	height:130px;
}

.template3 .img8 {
	width:250px;
	height:130px;
	position:absolute;
	left:402px;
	top:132px;
}

.template3 .img8 img {
	height:130px;

}

.template3 .img9 {
	width:250px;
	height:141px;
	position:absolute;
	left:402px;
	top:264px;
}

.template3 .img9 img {
	width:250px;
	top:-31px;

}

.template3 .img10 {
	width:165px;
	height:183px;
	position:absolute;
	left:654px;
	top:0;
}

.template3 .img10 img {
	width:165px;
	top:-15px;
}

.template3 .img11 {
	width:165px;
	height:104px;
	position:absolute;
	left:654px;
	top:185px;
}

.template3 .img11 img {
	width:165px;
	top:-50px;
}

.template3 .img12 {
	width:132px;
	height:114px;
	position:absolute;
	left:654px;
	top:291px;
}

.template3 .img12 img {
	height:114px;
	left:-6px;

}

.template3 .img13 {
	width:165px;
	height:104px;
	position:absolute;
	left:821px;
	top:0;
}

.template3 .img13 img {
	width:165px;
	top:-50px;
}

.template3 .img14 {
	width:165px;
	height:183px;
	position:absolute;
	left:821px;
	top:106px;
}

.template3 .img14 img {
	width:165px;
	top:-15px;
}

.template3 .img15 {
	width:198px;
	height:114px;
	position:absolute;
	left:788px;
	top:291px;
}

.template3 .img15 img {
	height:114px;
	top:-10px;
}


/*
  root element for the scrollable.
  when scrolling occurs this element stays still.
  */
.scrollable_new {

    /* required settings */
    position:relative;
    overflow:hidden;
	width:623px;
	height:295px;
    /* custom decorations */
}

/*
   root element for scrollable items. Must be absolutely positioned
   and it should have a extremely large width to accomodate scrollable_new
   items.  it's enough that you set the width and height for the root
   element and not for this element.
*/
.scrollable_new .items {
    /* this cannot be too large */
    width:20000em;
    position:absolute;
    clear:both;
}

.items div.area {
    float:left;
	position:relative;
	width:623px;
	height:295px;
	border-top:4px #F17D32 solid;
}



.navi {
	position:absolute;
	right:0;
	top:9px;
	z-index:1000;
	background:#fff;
	padding:3px 2px;
}



.navi a,
.navi a:visited {
	width:12px;
	margin:0 3px 0 3px;
	height:12px;
	float:left;
	display:block;
	text-indent:-9999px;
	background:url('/img/share/puls.png') no-repeat 0 -12px;
}

.navi a:hover {
	width:12px;
	height:12px;
	display:block;
	text-indent:-9999px;
	background:url('/img/share/puls.png') no-repeat 0 0;
}

.navi a.active,
.navi a.active:visited,
.navi a.active:hover {
	background:url('/img/share/puls.png') no-repeat 0 0;
}


/* this makes it possible to add next button beside scrollable */
.scrollable_new {
    float:left;
}

/* prev, next, prevPage and nextPage buttons */
a.browse_new {
    background:url('http://jquerytools.org/media/img/scrollable/arrow/hori_large.png') no-repeat;
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin:40px 10px;
    cursor:pointer;
    font-size:1px;
}

.prev_nav {
	z-index:1000;
	cursor:pointer;

}

.next_nav {
	z-index:1000;
	cursor:pointer;
}
/* right */
a.right_new { background-position:0 -30px; clear:right; margin-right:0px;}
a.right_new:hover { background-position:-30px -30px; }
a.right_new:active { background-position:-60px -30px; }


/* left */
a.left_new { margin-left:0px; }
a.left_new:hover  { background-position:-30px 0; }
a.left_new:active { background-position:-60px 0; }








/* LIVE */
.im_twtr-widget {
	position:relative;font-size:12px!important;font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif!important;zoom:1;}

.im_twtr-fullscreen {
	font-size:220%!important;
}

.im_twtr-fullscreen .im_twtr-new-results {
	_display:none!important;
}

.im_twtr-inactive {
	display:none;
}

.im_twtr-widget a img {
	border:0!important;
}

.im_twtr-doc {
	overflow:hidden;width:100%;text-align:left;font-weight:normal;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
}

.im_twtr-bd {
	padding:0 1px;
}

.im_twtr-tweet-wrap {
	border-bottom:1px solid #E8E8E8;
	padding:10px 0;
	clear:both;
	margin:0 10px;
	font-size:1.2em;
	font-family:"lucida grande",lucida,tahoma,helvetica,arial,sans-serif;
}

.im_twtr-widget .im_twtr-tweet-wrap {
	padding:6px 8px;overflow:hidden;zoom:1;
}

.im_twtr-fullscreen .im_twtr-tweet-wrap {
	padding:20px;
}

.im_twtr-widget .im_twtr-tweet {
	border-bottom:1px dotted #ddd;overflow:hidden;zoom:1;
}

.im_twtr-widget-profile img.im_twtr-profile-img {
	display:block;float:left;width:31px;height:31px;border:0!important;
}

.im_twtr-widget h3,.im_twtr-widget h4,.im_twtr-widget p {
	margin:0!important;padding:0!important;line-height:1.2!important;width:auto!important;
}

.im_twtr-widget-profile h3,.im_twtr-widget-profile h4 {
	margin:0 0 0 40px!important;
}

.im_twtr-widget h3 {
	font-size:11px!important;font-weight:normal!important;
}

.im_twtr-widget h4 {
	font-size:16px!important;
}

.im_twtr-widget em,.im_twtr-widget .im_twtr-new-results {
	font-size:9px;font-style:normal;display:block;margin-top:2px;zoom:1;
}

.im_twtr-widget .im_twtr-new-results {
	text-align:center;padding:3px;margin:0 auto -10px auto!important;display:block;position:relative;bottom:5px;line-height:.9;
}

.im_twtr-results-inner {
	line-height:1;font-size:100%;padding:4px 0;position:relative;bottom:-2px;width:40%;margin:0 auto;z-index:2;text-align:center;
}

.im_twtr-results-hr {
	width:100%;position:relative;z-index:1;height:1px;border-bottom:1px dotted #ddd;bottom:7px;background:none;overflow:hidden;
}

.im_twtr-new-results span {
	position:relative;z-index:3;top:-14px;display:block;font-size:9px!important;
}

.im_twtr-fullscreen .im_twtr-new-results span {
	font-size:24px!important;
}

.im_twtr-hd {
	padding:10px;position:relative;zoom:1;overflow:hidden;
}

.im_twtr-fullscreen .im_twtr-hd {
	height:0;padding:0;
}

.im_twtr-timeline {
	-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;position:relative;overflow:hidden;z-index:2;height:225px;
}

.im_twtr-scroll .im_twtr-timeline {
	overflow-x:hidden;overflow-y:auto;
}

.im_twtr-widget .im_twtr-tweet:last-child {
	border-bottom-width:0;
}

.im_twtr-ft {
	position:relative;
}

.im_twtr-ft div {
	overflow:hidden;padding:10px;zoom:1;
}

.im_twtr-ft span {
	float:right;text-align:right;
}

.im_twtr-ft a {
	float:left;display:block;
}

.im_twtr-ft span a {
	float:none;
}

.im_twtr-avatar {
	width:40px;height:40px;float:left;overflow:hidden;display:block;
}

.im_twtr-fullscreen .im_twtr-avatar {
	width:80px;height:80px;
}

.im_twtr-img {
	height:25px;width:25px;
	padding:3px 0 0 0;
}

.im_twtr-img img {
	width:30px;
	height:30px;
}

.im_twtr-fullscreen .im_twtr-img img {
	width:72px;
	height:72px;
}

.im_twtr-fullscreen a.im_twtr-join-conv {
	display:none;
}

.im_twtr-tweet-text {
	margin-left:40px;
}

.im_twtr-fullscreen .im_twtr-tweet-text {
	margin-left:90px;
}

.im_twtr-doc a {
	text-decoration:none!important;
}

.im_twtr-doc a:hover {
	text-decoration:underline!important;
}

.im_twtr-tweet-wrap a,
.im_twtr-tweet-wrap a:visited,
.im_twtr-tweet-wrap a:hover {
	color:#F07D31 !important;
}

.im_twtr-tweet-text em,
.im_twtr-tweet-text .im_twtr-new-results {
	font-size:1.0em;
	font-style:normal;
	margin-top:2px;
	zoom:1;
}

.linkmini {
	font-size:0.8em;
}

#liveTweet {
	width:318px;
	overflow:auto;
	height:250px;
	position:absolute;
	left:330px;
	top:26px;
}

.bandiera {
	background:url('/img/share/bandiera.jpg') no-repeat 0 0;
	width:975px;
	height:311px;
	position:relative;
}

/* WIDGET MULTIMEDIA */
.widget-multimedia {
	background:#ebebeb;
	overflow:hidden;
}

.widget-multimedia-titolo {
	background:#ebebeb;
	border-top:4px #f07e31 solid;
	padding:0 10px;
	line-height:45px;
	text-transform:uppercase;
}

.widget-multimedia-titolo h2 {
	color:#282828;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.0em;
	font-weight:bold;
}

.widget-multimedia ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.widget-multimedia ul li {
	padding:10px;
	margin:0;
	border-bottom:1px #d3d3d3 solid;
	overflow:hidden;
}

.widget-multimedia ul li.widget-multimedia-litop {
	background:url('/img/share/widget-multimedia-litop.png') no-repeat left bottom;
	padding:0 10px 10px 10px;
	margin:0;
	border:none;
}

.widget-multimedia-foto_big_home {
	width:315px;
	position:relative;
}

.widget-multimedia-litop-po_foto {
	width:315px;
	position:relative;
	overflow:hidden;

}

.widget-multimedia-litop-po_tit {
	font-size:2.2em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	line-height:24px;
	padding:14px 0;
}

.widget-multimedia-litop-po_tit a {
	display:block;
}

.widget-multimedia-ico-play {
	position:absolute;
	left:0;
	top:0;

}

.widget-multimedia-ico_video {
	background:url('/img/share/widget-multimedia-ico_video.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.widget-multimedia-ico_foto {
	background:url('/img/share/widget-multimedia-ico_foto.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.widget-multimedia ul li.widget-multimedia-li img {
	float:left;
	margin:0 10px 0 0;
}

.widget-multimedia ul li.widget-multimedia-li a {
	display:block;
	font-size:1.4em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}


/* WIDGET PERIZONA */
.widget-perizona {
	background: #D1D1D1;
	overflow: hidden;
}

.widget-perizona-titolo {
	background: #D1D1D1;
	padding: 0 10px 8px;
	line-height: 45px;
}

.widget-perizona-titolo h2 {
	height: 45px;
	text-indent: -9999em;
	background-image: url(http://cdn.livesicilia.it/livesicilia.it/img/share/logo_perizona.png);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: 0px 10px;
	color: #4e4d47;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-weight: bold;
}

.widget-perizona ul {
	list-style-type:none;
	padding:0 10px;
	margin:0;
}

.widget-perizona ul li {
	padding:18px 0 25px;
	margin:0;
	border-top:1px #000 dotted;
	overflow:hidden;
}

.widget-perizona-ico_video {
	background:url('/img/share/widget-multimedia-ico_video.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.widget-perizona-ico_foto {
	background:url('/img/share/widget-multimedia-ico_foto.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.widget-perizona ul li img {
	padding:0 0 12px 0;
}

.widget-perizona ul li a {
	display:block;
	font-size:1.3em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	font-weight:bold;
}


/* WIDGET CUCINA */
#widget-cucina{
	background-repeat: no-repeat;
	/*background-image: url('http://cdn.livesicilia.it/livesicilia.it/img/share/ombra600.png');
	background-color: #FDFFD5;*/
	background-position: 0px 0px;
	background-size: 17px 100%;
	padding-bottom: 0px;
	margin-bottom: 20px;
	/*border-bottom:2px #757555 solid;*/
}
.widget-cucina {
	overflow:hidden;
}

.widget-cucina-titolo {
	padding:0 10px 0px;
	line-height:45px;
}

.widget-cucina-titolo h2 {
	width: 200px;
	margin: 0 auto;
	height: 45px;
	text-indent: -9999em;
	background-image: url(http://cdn.livesicilia.it/livesicilia.it/img/share/logo_cucina_small.png);
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: 0px 10px;

	color:#4e4d47;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-weight:bold;
}

.widget-cucina ul {
	list-style-type:none;
	padding:0 10px;
	margin:0;
}

.widget-cucina ul li {
	padding:8px 0 15px;
	margin:0;
	overflow:hidden;
}

.widget-cucina ul li.cucina_0{
	border-bottom: solid 2px #F65215;
}

.widget-cucina-ico_video {
	background:url('/img/share/widget-multimedia-ico_video.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.widget-cucina-ico_foto {
	background:url('/img/share/widget-multimedia-ico_foto.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.widget-cucina ul li img {
	padding:0 0 12px 0;
}

.widget-cucina ul li h4 a{
	width: 230px;
	margin: 0 auto;
	font-size: 1.3em;
	color: #000;
}

.widget-cucina ul li a {
	display:block;
	font-size:1.3em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-weight:bold;
}

/* WIDGET MINIMAL */
#widget_container_post{
	background-image: url('http://cdn.livesicilia.it/livesicilia.it/img/share/ombra1200.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 17px 100%;
}
.minimal_widget {
	overflow:hidden;
	margin-bottom: 20px;
}

.minimal_widget-titolo {
	padding:0 10px 0px;
	line-height:45px;
}

.minimal_widget > div h2 {
	color:#FF4D39;
	font-family:'Roboto Condensed', "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	text-indent: 20px;

}

.minimal_widget ul {
	list-style-type:none;
	padding:0 10px;
	margin:0;
	border-bottom: solid 1px #d8d8d8;
}

.minimal_widget ul li {
	padding:10px 0 12px;
	margin:0;
	overflow:hidden;
}

.minimal_widget ul li.minimal_widget_0{
	border-bottom: solid 2px #757555;
}

.minimal_widget-ico_video {
	background:url('/img/share/widget-multimedia-ico_video.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.minimal_widget-ico_foto {
	background:url('/img/share/widget-multimedia-ico_foto.png') no-repeat right 3px;
	padding:0 23px 0 0;
}

.minimal_widget ul li img {
	padding:0 0 12px 0;
}

.minimal_widget ul li h4 a{
	width: 250px;
	font-size: 1.8em;
	color: #000;
}

.minimal_widget ul li a {
	display:block;
	font-size:1.3em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	line-height:20px;
	font-weight:bold;
}


/* WIDGET PIZZINO LO FAI TU */
.widget-pizzino_lo_fai_tu {
	overflow:hidden;
	width:268px;
	border:2px #f87e28 solid;
}

.widget-pizzino_lo_fai_tu-titolo {
	border-bottom:1px #cccccc solid;
	padding:6px 10px 6px;
}

.widget-pizzino_lo_fai_tu-titolo h2 {
	color: #525252;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 22px;
	font-style: italic;
	text-transform: uppercase;
}

.widget-pizzino_lo_fai_tu-titolo h3 {
	color: #525252;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 18px;
	font-style: italic;
}

.widget-pizzino_lo_fai_tu-tutti {
	border-top:1px #dddddd dashed;
	padding:0 10px;
	line-height:26px;
	color:#7f7f7f;
	text-transform:uppercase;
}

.widget-pizzino_lo_fai_tu-tutti a,
.widget-pizzino_lo_fai_tu-tutti a:visited,
.widget-pizzino_lo_fai_tu-tutti a:hover {
	color:#7f7f7f;
}

.widget-pizzino_lo_fai_tu article {
	padding:10px;
	font-size:1.1em;
}

/* NUOVE RUBRICHE */
ul.blocco-rubrica-newul {
	list-style-type:none;
	padding:0;
	margin:0;
	width:1059px;
	overflow:hidden;
}
ul.blocco-rubrica-newul li.blocco-rubrica-newul-li {
	overflow:hidden;
	float:left;
	width:255px;
	padding:4px 86px 15px 12px;
}

/* MENU' FOOTER */
.logo_footer {
	width:569px;
	margin:0 auto;
	padding:20px 0;
}

.brd_footer {
padding: 0;
margin-left: auto;
margin-right: auto;
overflow: visible;
width: 100%;
border-top: 1px #000 solid;
border-bottom: 1px #000 solid;
position: relative;
}

.brd_footer > .contenitore_centrale{
	height: 25px;
}
ul#main-menu-footer {
/*	list-style:none;
	height:34px;
	overflow:visible;
	position:relative;
	padding:0;*/
	list-style: none;
height: 25px;
overflow: visible;
position: relative;
padding: 0;
}

ul#main-menu-footer li {
	height:25px;
	float:left;
	padding: 0px;
	overflow:visible;
}

ul#main-menu-footer li a,
ul#main-menu-footer li a:visited {
font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
display: block;
overflow: hidden;
line-height: 25px;
padding: 0 3px;
font-size: 13px;
text-decoration: none;
color: #777;
border-right: solid 1px;
text-transform: uppercase;
}

ul#main-menu-footer li:hover a {
font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
display: block;
overflow: hidden;
line-height: 25px;
text-decoration: none;
color: #000;
}

ul#main-menu-footer li a.active,
ul#main-menu-footer li a.active:visited,
ul#main-menu-footer li a.active:hover {
	color:#5c5c5c;
	background-color:#dfdfdf;
}

/* GALLERIE PIU' VISTE */
.box-livetv-61211_hp {
	width: 272px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 560px;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

.scrollable61211_hp {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 520px;
	z-index: 100;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px;
}

.scrollable61211_hp .items61211_hp {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items61211_hp div.scrolla_hp {
	float:left;
	width:272px;
	overflow:hidden;
}

.items61211_hp div.scrolla_hp .scrolla_int_hp {
	float:left;
	width: 50%;
    padding: 0;
	overflow:hidden;
	position:relative;
	height:160px;
	float:left;
	margin-top:10px;
}

.items61211_hp div.scrolla_hp .scrolla_int_hp:nth-child(even) img {
    margin-left: 6px;
}

.items61211_hp div.scrolla_hp .scrolla_int_hp div {
width: 120px;
padding: 5px;
}

.items61211_hp div.scrolla_hp .scrolla_int_hp:nth-child(even) div {
    margin-left: 6px;
}

.items61211_hp div.scrolla_hp .scrolla_int_hp div.visualizzazioni {
	position: absolute;
	left: 8px;
	bottom: -2px;
	line-height: 12px;
	width: 110px;
	background: none;
	padding: 1px 0 0 0;
	font-size: 1.1em;
	color: #EC5D27;
}

.items61211_hp div.scrolla_hp .scrolla_int_hp h3 {
	font-size: 1.3em;
	color: #000;
	/*max-height: 35px;*/
	overflow: hidden;
}

.items61211_hp div.scrolla_hp .scrolla_int_hp .tit_video_hp a,
.items61211_hp div.scrolla_hp .scrolla_int_hp .tit_video_hp a:visited,
.items61211_hp div.scrolla_hp .scrolla_int_hp .tit_video_hp a:hover {
	color: #000;
	font-weight: bold;
	display: block;
	line-height: 1.1em;
}

.scrollable_left61211_hp .left_hp {
	cursor: pointer;
	background: url('/img/share/fotovideo_arrow_prev.png') no-repeat;
	background-position: center center;
	width: 19px;
	height: 30px;
	z-index: 1000;
	display: block;
}

.scrollable_right61211_hp .right_hp {
	cursor: pointer;
	background: url('/img/share/fotovideo_arrow_next.png') no-repeat;
	background-position: center center;
	width: 19px;
	height: 30px;
	z-index: 1000;
	display: block;
}


.scrollable_left61211_hp {
	width:19px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:60px;
	z-index:1000;

}

.scrollable_right61211_hp {
	width:19px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:0;
	z-index:1000;
}

.scrollable_archivio61211_hp {
	position: absolute;
	bottom: 0;
	left: 5px;
	z-index: 1000;
	line-height: 35px;
	font-size: 15px;
	text-transform: uppercase;
}



.box-livetv-61211 {
	width:304px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	height:436px;
}

.scrollable_left61211 {
	width:40px;
	height:40px;
	position:absolute;
	bottom:-3px;
	right:40px;
	z-index:1000;

}

.scrollable_right61211 {
	width:40px;
	height:40px;
	position:absolute;
	bottom:-3px;
	right:0;
	z-index:1000;
}

.scrollable_archivio61211 {
	position:absolute;
	bottom:0;
	left:0;
	z-index:1000;
	line-height:35px;
	text-transform:uppercase;
}

.scrollable61211 {
	position:relative;
	overflow:hidden;
	width:306px;
	height:390px;
	z-index:100;
	padding:0;
}

.scrollable61211 .items61211 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items61211 div.scrolla {
	float:left;
	width:306px;
	overflow:hidden;
}

.items61211 div.scrolla .scrolla_int {
	float:left;
	width:144px;
	padding:0 4px;
	overflow:hidden;
	position:relative;
	height:120px;
	float:left;
	margin-top:10px;
}

.items61211 div.scrolla .scrolla_int div {
	position:absolute;
	left:4px;
	bottom:12px;
	width:134px;
	background:url('/img/share/back_video.png') repeat 0 0;
	padding:5px;
}

.items61211 div.scrolla .scrolla_int div.visualizzazioni {
	position:absolute;
	left:4px;
	bottom:0;
	line-height:12px;
	width:134px;
	background:none;
	padding:1px 0 0 0;
	font-size:0.9em;
}

.items61211 div.scrolla .scrolla_int h3 {
	font-size:1.0em;
	color:#fff;
}

.items61211 div.scrolla .scrolla_int .tit_video a,
.items2 div.scrolla .scrolla_int .tit_video a:visited,
.items2 div.scrolla .scrolla_int .tit_video a:hover {
	color:#fff;
	display:block;
}

.scrollable_left61211 .left {
	cursor:pointer;
	background:url('/img/share/left.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}

.scrollable_right61211 .right {
	cursor:pointer;
	background:url('/img/share/right.png') no-repeat;
	width:40px;
	height:40px;
	z-index:1000;
	display:block;
}
















#exposeMask{
	z-index:100002;
}

.apple_overlay_login {
    display:none;
    z-index:100002 !important;
    background-color:#EBEBEB;
    width:675px;
    min-height:200px;
    border:1px solid #666;
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}

.apple_overlay_login .close {
    background-image:url(/img/share/chiudi.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:40px;
    width:45px;
}
div#exposeMask ~ img {display:none !important;}







/* dimensioni icona aggiungi|rimuovi topo-lista */

.icon_size_1 {

	 width:115px;

	 height:21px;

}




/* dimensioni icona aggiungi|rimuovi topo-collezione */

.icon_size_2 {

	 width:90px;

	 height:20px;

}



/* dimensioni icona aggiungi|rimuovi preferiti */

.icon_size_3 {

	 width:90px;

	 height:20px;

}





.loader_0	{

	 position:absolute;

	 left:0;

	 top:0;

	 background:url('/img/share/transp.png') repeat 0 0;

}











/* PULSANTE AGGIUNGI TOPOLISTA/WHISLIST */

.loader_1	{

	 width:99px;

	 height:16px;

	 position:absolute;

	 left:0;

	 top:0;

	 background:url('/img/share/transp.png') repeat 0 0;

}



/* PULSANTE AGGIUNGI CATALOGO/TOPOCOLLEZIONE */

.loader_2	{

	 width:90px;

	 height:20px;

	 position:absolute;

	 left:0;

	 top:0;

	 background:url('/img/share/transp.png') repeat 0 0;

}



/* PULSANTE DILLO AMICO */

.loader_3	{

	 width:90px;

	 height:20px;

	 position:absolute;

	 left:0;

	 top:0;

	 background:url('/img/share/transp.png') repeat 0 0;

}





.pulsante_cont	{
	position:relative;
}

.rotella	{
	width:16px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
}

.barra_social {
	width:624px;
	height:125px;
	clear:both;
}

.barra_social_1 {
	width:348px;
	float:left;
}

.barra_social_2 {
	width:274px;
	height:103px;
	overflow:hidden;
	float:left;
	overflow:hidden;
	border:1px #e2e0e0 solid;
	background:#efefef url('/img/share/sepsocial.png') repeat-y 0 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.barra_social_2_1 {
	float:left;
	width:133px;
}

.barra_social_2_2 {
	overflow:hidden;
	float:left;
	width:141px;
}

.barra_social_2_2 ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.barra_social_2_2 ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	width:141px;
	height:33px;
	border-bottom:1px #e2e0e0 solid;
}

.barra_social_2_2 ul li.notbrd {
	border:none;
}

.box-riapertura_4_new {
	width:335px;
	height:103px;
	position:relative;
	overflow:visible;
	border:1px #e2e0e0 solid;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.box-riapertura_4_new h3 {
	line-height:2.2em;
	font-size:0.9em;
	text-transform:uppercase;
	font-weight:bold;
	background:#efefef;
	border-bottom:1px #e2e0e0 solid;
	padding:0 10px;
}

.testo_gestionale ul.social_new {
	list-style-type:none;
	padding:7px 0 0 0;
	margin:0;
	text-align:center;
}

.testo_gestionale ul.social_new li {
	float:left;
	margin-left:auto;
	margin-right:auto;
}

.blocco_star	{
	width:116px;
	padding:9px 7px 0 7px;
	overflow:hidden;
}

.blocco_star2	{
	width:123px;
	padding:0;
	overflow:hidden;
}

.blocco_star2_1	{
	width:123px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#424242;
	line-height:17px;
	text-align:center;
}

.blocco_star2_2	{
	width:123px;
}

.blocco_star2_3	{
	width:123px;
}

#ajax_response	{
	font-size:0.9em;
}



/* VOTA */
.testo_gestionale ul.cont-ui-stars-star	{
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

.testo_gestionale ul.cont-ui-stars-star	li {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.testo_gestionale ul.cont-ui-stars-star	li  {
	width: 24px;
	height: 21px;
	display: block;
	float:left;
	position: relative;
}

.ui-stars-star_ini	{
	width: 20px;
	height: 21px;
	display: block;
	position: relative;
	background-image:url('/img/share/crystal-stars.png');
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0 3px;
}

.ui-stars-star_over  {
	width: 20px;

	height: 21px;
	display: block;
	position: relative;
	background-image:url('/img/share/crystal-stars.png');
	background-repeat:no-repeat;
	background-position:0 -22px;
	padding:0 3px;
}

.ui-stars-star_over50  {
	width: 20px;
	height: 21px;
	display: block;
	position: relative;
	background-image:url('/img/share/crystal-stars.png');
	background-repeat:no-repeat;
	background-position:0 -42px;
	padding:0 3px;
}

.voti_tot {
	text-align:center;
	color:#878986;
	font-size:1.2em;
}

.voti_tot b {
	color:#df5109;
}

.voti_utenti {
	text-align:center;
	font-size:0.9em;
	line-height:12px;
}

.pad_puls_social {
	padding:9px 0 0 11px;

}

.pad_puls_social a.commenti_social, .pad_puls_social a.commenti_social:visited, .pad_puls_social a.commenti_social:hover {
	line-height:17px;
	background:url('/img/share/ico_commenta.png') no-repeat 0 0;
	padding:0 0 0 22px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#424242;
	text-decoration:none;
	text-transform:uppercase;
}

.pad_puls_social a.stampa_social, .pad_puls_social a.stampa_social:visited, .pad_puls_social a.stampa_social:hover {
	line-height:17px;
	background:url('/img/share/stampa3.png') no-repeat 0 0;
	padding:0 0 0 22px;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#424242;
	text-decoration:none;
	text-transform:uppercase;
}



/* In fondo all'articolo in home */
div.good_bad_news_container {
	clear:both;
	overflow:hidden;
	margin-top:10px;
}

div.good_bad_news_container div {
	margin:0 5px 0 0;
	overflow:hidden;
	float:left;
}

ul.commentlist_new {
	list-style-type:none;
	padding:25px 0;
	margin:0;
	width:624px;

}
ul.commentlist_new li.li_comment {
	overflow:hidden;
	border-top:1px #d5d5d5 solid;
	padding:0;
	margin:0;
	width:624px;

}
ul.commentlist_new li.li_comment.risposta {
	overflow:hidden;
	border:none;
	padding:0 0 0 37px;
	margin:0 0 18px 47px;
	width:540px;
	background:#e8e8e8 url('/img/share/risposta.png') no-repeat 0 0;

}

.data_commento_new {
	line-height:26px;
	color:#666666;

}

.spazio_avatar {
	clear:both;
	overflow:hidden;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	padding:15px 0;

}

.spazio_avatar_1 {
	overflow:hidden;
	width:10%;
	float:left;
	position:relative;
}

.spazio_avatar_1 img {
	border:1px #a7a7a7 solid;
}

.spazio_avatar_2 {
	overflow:hidden;
	float:left;
	position:relative;
	width:90%;

}
ul.commentlist_new li.li_comment.risposta .spazio_avatar_1 {
	overflow:hidden;
	width:12%;
	float:left;
	position:relative;
}
ul.commentlist_new li.li_comment.risposta .spazio_avatar_2 {
	overflow:hidden;
	float:left;
	position:relative;
	width:88%;
}

.user_commento_new {
	line-height:17px;
	font-size:1.2em;
	color:#000;
	padding:0 0 4px;
	width: 480px;
}

.user_commento_new span {
	line-height:17px;
	font-size:0.8em;
	color:#666666;
	margin-left:1em;
}

.level_user ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.level_user ul li {
	float:left;
	padding:0 3px 0 0;
	border:none;
}

.vota_commento {
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

.vota_commento ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

.vota_commento ul li {
	float:left;
	overflow:hidden;
	border:none;

}

.vota_commento_1 {
	height:20px;
	color:#fff;
	text-transform:uppercase;
	padding: 0 15px 0 0;

}

.vota_commento_1 a, .vota_commento_1 a:visited, .vota_commento_1 a:hover {
	background:#909090;
	padding:0 5px;
	display:block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:20px;
}

.vota_commento_1 a.rispatt, .vota_commento_1 a.rispatt:visited, .vota_commento_1 a.rispatt:hover {
	background:#ff7238;
	padding:0 5px;
	display:block;
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height:20px;
}

.segnala_rispondi {
	position:absolute;
	right:0;
	top:0;
	height:20px;
	display:none;
}

.segnala_rispondi ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.segnala_rispondi ul li {
	float:left;
	overflow:hidden;
	padding:0 6px 0 28px;
	text-transform:uppercase;
}

.segnala_rispondi ul li a, .segnala_rispondi ul li a:visited, .segnala_rispondi ul li a:hover {
	line-height:20px;
	display:block;
	color:#4c4c4c;
	text-decoration:none;
	padding:0 0 0 8px;
	text-transform:uppercase;
	background:url('/img/share/fre_left_comment.png') no-repeat 0 7px;
}

.vota_commento_2 {
	height:20px;
	margin-right:2px;
	padding:0 2px 0 4px;
	line-height:20px;
}

.vota_commento_3 {
	height:20px;
	padding:0 2px 0 4px;
	line-height:20px;
}



/* GOOD BAD NEWS */
li.voto_commento div {
	display:block;
	width:21px;
	height:21px;
	background-image:url('/img/share/good-bad-news-icons2.png');
	overflow:hidden;
	text-indent:21px;
	white-space:nowrap;
	float:left;
	margin:0;
}

li.voto_commento span {
	display:block;
	height:21px;
	color:#000;
	float:left;
	font-weight:bold;
	font-size: 1.2em;
}

li.voto_active div {
	cursor:pointer;
}
li.voto_ok span {
	color:#ff7238;
}
li.voto_commento.voto_ok.voto_active div {
	background-position:0 0;
}
li.voto_commento.voto_ko.voto_active div {
	background-position:-21px 0;
}

li.voto_commento.voto_ok.voto_active div:hover,
li.voto_commento.voto_ok.voto_checked div {
	background-position:0 -21px;
}
li.voto_commento.voto_ko.voto_active div:hover,
li.voto_commento.voto_ko.voto_checked div {
	background-position:-21px -21px;
}

li.voto_commento.voto_ok.voto_disabled div {
	background-position:0 -42px;
}
li.voto_commento.voto_ko.voto_disabled div {
	background-position:-21px -42px;
}

.commento_txt {
	font-size:1.2em;
	padding:0 0 10px 0;
	line-height:20px;
}

.sc_commenti_comment {
	padding:16px 0 0 0;
	width:100%;
}

.risposta_comment {
	overflow: hidden;

}

.risposta_comment h3 {
	font-size: 2.4em;
	color: #4c4c4c;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
	padding-bottom: 8px;
}

.form_respond_comment {
	width: 100%;
	overflow: hidden;
}

.form_respond_comment_l1 {
	width: 10%;
	float:left;
	overflow:hidden;
}

.form_respond_comment_l2 {
	width: 90%;
	float:left;
	overflow:hidden;
}

.form_respond2_comment {
	width: 100%;
	overflow: hidden;
	padding:0;
}

.form_respond_2_comment {
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
	font-size: 1.1em;
	color: #4c4c4c;
	float: left;
	clear: both;
}

.form_respond_1_comment {
	overflow: hidden;
	padding: 3px 0 15px;
	font-size: 1.1em;
	color: #4c4c4c;
	float: left;
}

.form_respond_1_comment div {
	float:left;
	margin-right:5px;
}

.form_respond_1_comment div label {
	line-height:18px;
}

.form_respond_1_comment div.nomelog {
	line-height:18px;
}

.inviaclass {
	float:right;
}

.input_ele_1_comment {
	width: 99%;
	border: 1px #a9a9a9 solid;
	padding: 1px 0;
	background: #fff;
}

.input_ele_2_comment {
	width: 99%;
	border: 1px #a9a9a9 solid;
	padding: 1px 0;
	background: #fff;
	height:60px;
	line-height:20px;
	resize:none;
}

.form_respond_new {
	width:100%;
	margin:
}

.form_respond_3_comment {
	overflow: hidden;
	padding:0;
	font-size: 1.1em;
	color: #4c4c4c;
	float: left;
}

.form_invia_comment {
	width: 62px;
	overflow: hidden;
	padding: 0 2% 15px;
	clear: both;
	float: right;
}

ul.elementi_archivio {
	list-style-type:none;
	padding:0;
	margin:0;
	width:480px;
}
ul.elementi_archivio li {
	width:480px;
	min-height:50px;
	border-bottom:1px #d8d8d8 solid;
	background:url('/img/share/delete_back.gif') repeat-y 0 0;
	overflow:hidden;
	display:none;
}

.blocco_lista_delete {
	width:34px;
	float:left;
	display:block;
}

.blocco_lista_ele {
	width:446px;
	float:left;
	background:url('/img/share/back_elem.gif') repeat-y 0 0;
	overflow:hidden;
	min-height:50px;
	margin:0 auto;
}

.blocco_lista_ele2 {
	width:446px;
	float:left;
	background:url('/img/share/back_elem.gif') repeat-y right top;
	overflow:hidden;
	min-height:50px;
	padding:0 17px;
}

.blocco_lista_ele_noback {
	/*background:url('/img/share/back_elem.gif') repeat-y right top;*/
}

.blocco_lista_ele-img {
	float:left;
	margin:0 15px 0 0;

}

.altezza_div {
	/*height:255px;*/
	overflow:hidden;
	width:480px;
}

.form_respond2 {
	padding:0;
}

#risposta {
	margin:10px 0 0 0;
	font-size:1.1em;
	padding:5px 0;
	text-align:center;
	color:#fff;
}

.txt_segnala {
	width:100%;
	font-size:1.2em;
	text-align:center;
}

.input_segnala {
	width:100%;
	padding:10px 0 0 0;
	overflow:hidden;
}

.input_segnala_1 {
	width:50%;
	float:left;
}

.input_segnala_1 div {
	width:63px;
	height:24px;
	margin:0 auto;
}

.form_respond_comment_l1-2 {
	float:left;
	overflow:hidden;
	margin:0 10px 10px;
}



.scelta_archivio {
	overflow:hidden;
	width:460px;
	padding:0 10px;
	background:url('/img/share/back_li.gif') repeat-x 0 0;
	height:47px;
	border-bottom:1px #d8d8d8 solid;
}

.scelta_archivio ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

.scelta_archivio ul li {
	float:left;
	padding:0 36px 0 0;
	font-size:1.1em;
}

.scelta_archivio ul li a.piu_link,
.scelta_archivio ul li a.piu_link:visited,
.scelta_archivio ul li a.piu_link:hover {
	display:block;
	background:#f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:20px;
	margin:15px 0 0 0;
	text-transform:uppercase;
	color:#262626;
	border:1px #c9c9c9 solid;
	padding:0 12px;
}

.scelta_archivio ul li a.attivo,
.scelta_archivio ul li a.attivo:visited,
.scelta_archivio ul li a.attivo:hover {
	display:block;
	background:#f07e31;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:20px;
	margin:15px 0 0 0;
	text-transform:uppercase;
	color:#fff;
	border:1px #f07e31 solid;
	padding:0 12px;
}



.scelta_segui {
	overflow:hidden;
	width:460px;
	padding:0 10px;
	background:url('/img/share/back_li.gif') repeat-x 0 0;
	height:47px;
	border-bottom:1px #d8d8d8 solid;
}

.scelta_segui ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

.scelta_segui ul li {
	float:left;
	padding:0 36px 0 0;
	font-size:1.1em;
}

.scelta_segui ul li a.piu_link,
.scelta_segui ul li a.piu_link:visited,
.scelta_segui ul li a.piu_link:hover {
	display:block;
	background:#f4f4f4;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:20px;
	margin:15px 0 0 0;
	text-transform:uppercase;
	color:#262626;
	border:1px #c9c9c9 solid;
	padding:0 12px;
}

.scelta_segui ul li a.attivo,
.scelta_segui ul li a.attivo:visited,
.scelta_segui ul li a.attivo:hover {
	display:block;
	background:#f07e31;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height:20px;
	margin:15px 0 0 0;
	text-transform:uppercase;
	color:#fff;
	border:1px #f07e31 solid;
	padding:0 12px;
}



.blocco_profilo_cont {
	width:1010px;
	overflow:hidden;
}

.blocco_profilo {
	width:480px;
	overflow:hidden;
	float:left;
	margin:0 25px 25px 0;
	min-height:350px;
	background:#f7f7f7;
	position:relative;
	padding:0 0 30px;
}

.blocco_profilo h2 {
	width:450px;
	border-bottom:1px #ca6a29 solid;
	padding:0 15px;
	background:#f07e31;
	line-height:29px;
	text-transform:uppercase;
	color:#fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	font-size:1.4em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.mostra_altri {
	height:30px;
	background:url('/img/share/back_mostra.gif') repeat-x 0 0;
	overflow:hidden;
	padding:0 25px;
	width:430px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:100;
}

.mostra_altri a, .mostra_altri a:visited, .mostra_altri a:hover {
	height:30px;
	background:url('/img/share/mostra.png') no-repeat 0 0;
	overflow:hidden;
	width:116px;
	text-indent:-9999px;
	display:block;
	margin:0 auto;
}

a.blocco_lista_ele-titolo-autore, a.blocco_lista_ele-titolo-autore:visited, a.blocco_lista_ele-titolo-autore:hover {
	line-height:16px;
	display:block;
	padding:10px 12px 0;
	color:#d05a29;
	font-weight:bold;
	font-size:1.100em;
}
a.blocco_lista_ele-titolo-autore span {
	color:#323232;
}
a.blocco_lista_ele-titolo-archivio, a.blocco_lista_ele-titolo-archivio:visited, a.blocco_lista_ele-titolo-archivio:hover {
	line-height:16px;
	display:block;
	padding:10px 12px 0;
	color:#464646;
	font-weight:bold;
	font-size:1.400em;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
}
a.blocco_lista_ele-data-archivio, a.blocco_lista_ele-data-archivio:visited, a.blocco_lista_ele-data-archivio:hover {
	line-height:14px;
	display:block;
	padding:0 12px 10px;
	color:#464646;
}

a.blocco_lista_ele-data-commenti, a.blocco_lista_ele-data-commenti:visited, a.blocco_lista_ele-data-commenti:hover {
	line-height:12px;
	display:block;
	padding:10px 0 1px 0;
	color:#333333;
}
a.blocco_lista_ele-txt-commenti, a.blocco_lista_ele-txt-commenti:visited, a.blocco_lista_ele-txt-commenti:hover {
	line-height:12px;
	display:block;
	color:#4a4a4a;
	font-size:1.1em;
}
a.blocco_lista_ele-titolo-commenti, a.blocco_lista_ele-titolo-commenti:visited, a.blocco_lista_ele-titolo-commenti:hover {
	line-height:13px;
	display:block;
	padding:6px 0 8px;
	color:#464646;
	font-weight:bold;
	font-size:1.1em;
	font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
}

.ico_autori {
	background:url('/img/share/ico_preferiti.png') no-repeat 0 10px;
	padding:0 0 0 40px;
}

.ico_voto {
	background:url('/img/share/ico_plus.png') no-repeat 0 10px;
	padding:0 0 0 40px;
}

.ico_risposta {
	background:url('/img/share/ico_risposta.png') no-repeat 0 10px;
	padding:0 0 0 40px;
}


a.blocco_lista_ele-data-notifica, a.blocco_lista_ele-data-notifica:visited, a.blocco_lista_ele-data-notifica:hover {
	line-height:12px;
	display:block;
	padding:11px 0 0 0;
	color:#333333;
}
a.blocco_lista_ele-txt-notifica, a.blocco_lista_ele-txt-notifica:visited, a.blocco_lista_ele-txt-notifica:hover {
	line-height:14px;
	display:block;
	color:#464646;
	font-size:1.1em;
	padding:0 0 11px;
}
a.blocco_lista_ele-titolo-notifica, a.blocco_lista_ele-titolo-notifica:visited, a.blocco_lista_ele-titolo-notifica:hover {
	line-height:14px;
	display:block;
	color:#d05a29;
	font-weight:bold;
	font-size:1.1em;
}
a.blocco_lista_ele-titolo-notifica span {
	color:#323232;
}
ul.elementi_archivio li.letto {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

ul.elementi_archivio li.letto .blocco_lista_ele2  {
	background:#fffefe;
}

.nodata {
	padding:17px;
	font-size:1.1em;
	font-weight:bold;
}

.top_profilo {
	width:100%;
	overflow:hidden;
	background:#f0f0f0;
	height:70px;
	margin:0 0 20px;
	position:relative;
}

.top_profilo_img {
	padding:10px 10px 10px 25px;
	float:left;
}

.top_profilo_img img {
	border:1px #a7a7a7 solid;
}

.top_profilo_imp {
	position:absolute;
	right:0;
	top:0;
	background:url('/img/share/sep_impostazioni.png') no-repeat 0 0;
	padding:0 15px 0 40px;
}

.top_profilo_nome {
	float:left;
	background:url('/img/share/sep_impostazioni.png') no-repeat 0 0;
	padding:0 25px 0 45px;
	line-height:70px;
	font-size:1.3em;
}

.top_profilo_commenti {
	float:left;
	background:url('/img/share/ico_top_commenti.png') no-repeat 0 29px;
	padding:0 25px 0 30px;
	line-height:70px;
	font-size:1.3em;
}

.top_profilo_commenti b {
	font-size:1.1em;
}

.top_profilo_commenti_p {
	float:left;
	background:url('/img/share/ico_top_piu.png') no-repeat 0 26px;
	padding:0 25px 0 27px;
	line-height:70px;
	font-size:1.3em;
}

.top_profilo_commenti_p b {
	font-size:1.1em;
}

.top_profilo_commenti_m {
	float:left;
	background:url('/img/share/ico_top_meno.png') no-repeat 0 31px;
	padding:0 0 0 27px;
	line-height:70px;
	font-size:1.3em;
}

.top_profilo_commenti_m b {
	font-size:1.1em;
}

.top_profilo_att {
	position:absolute;
	right:300px;
	top:0;
	background:url('/img/share/sep_impostazioni.png') no-repeat 0 0;
	padding:0 0 0 40px;
}

.stelle_resp {
	text-align:center;
}


/* AUTORE */
.autore_box_top_sep {
	border-bottom:1px #b2b2b2 solid;
}
.autore_box_top {
	width: 932px;
	overflow: hidden;
	margin: 0 auto;
	padding:22px;
	background:#f2f2f2 url('/img/share/sep_page.png') repeat-x 0 0;
}

ul.social_new_autore {
	list-style-type:none;
	padding:5px 0 0 0;
	margin:0;
	float:right;
}

ul.social_new_autore li {
	float:left;
	margin:0 0 0 15px;
	overflow:hidden;

}
.autore_box_top_1 {
	width:466px;
	float:left;
	overflow:hidden;
	padding:0 0 15px;
}
.autore_box_top_2 {
	width:466px;
	float:left;
	overflow:hidden;
	padding:0 0 15px;
}
.autore_box_top img.foto_profilo {
	float:left;
	border:1px #9e9e9e solid;
	margin:0 11px 0 0;
}
.autore_box_top h1 {
	color:#db6311;
	font-size:2.6em;
	padding:0 0 12px;
	line-height:25px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}
.autore_box_top_3 {
	width:932x;
	float:left;
	overflow:hidden;
	padding:0;
	font-size:1.200em;
}




.box_sidebar_autore {
	width: 315px;
	overflow: hidden;
	margin: 0 0 30px;
	padding:10px;
	background:#ebebeb;
	border-top: 4px #f07e31 solid;
}

ul.social_sidebar_new_autore {
	list-style-type:none;
	padding:0;
	margin:0;
}

ul.social_sidebar_new_autore li {
	float:left;
	margin:0 15px 0 0;
	overflow:hidden;

}
.box_sidebar_autore img.foto_profilo {
	float:left;
	border:1px #9e9e9e solid;
	margin:0 11px 0 0;
}
.box_sidebar_autore h1 {
	color:#db6311;
	font-size:2.1em;
	padding:0 0 22px;
	line-height:25px;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}
.box_sidebar_autore_txt {
	clear:both;
	padding:10px 0 0 0;
}

/* REDAZIONE */
.redazione {
	width: 985px;
	overflow: hidden;
	margin: 0 auto 25px;
	padding: 0;
}
.redazione div.div_faccie {
	width: 985px;
	height:193px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position:relative;
}
.redazione ul.faccie {
	width: 985px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type:none;
	background:#e7e7e7;
}
.redazione ul.faccie li.li_faccie {
	float:left;
	border-right:1px #fff solid;
	border-bottom:1px #fff solid;
	width:163px;
	background:#000;
}
.redazione ul.faccie li.li_faccie a.a_faccie, .redazione ul.faccie li.li_faccie a.a_faccie:visited, .redazione ul.faccie li.li_faccie a.a_faccie:hover {
	display:block;
	text-decoration:none;
	width:163px;
	height:193px;
}
.redazione ul.faccie li.li_faccie a span {
	width:147px;
	height:30px;
	display:block;
	background:#f1592a;
	color:#fff;
	line-height:30px;
	padding:0 8px;
	font-size:1.1em;
}
.redazione ul.faccie li.li_faccie .description_redazione {
	position:absolute;
	left:0px;
	top:193px;
	width:985px;
	background:#e7e7e7 url('/img/share/sep_page.gif') repeat-x left bottom;
	height:320px;
	display:none;

}
.chiudi_bio {
	position:absolute;
	right:5px;
	top:5px;
}

ul.social_new_bio {
	list-style-type:none;
	padding:0;
	margin:0;
	float:right;
}

ul.social_new_bio li {
	float:left;
	margin:0 0 0 5px;
	overflow:hidden;
}
.bio_txt {
	width:930px;
	padding:45px 27px 27px 27px;
}
.intesta_bio {
	position:relative;
	width:625px;
	border-bottom:1px #b9b9b9 solid;
	overflow:hidden;
}
.intesta_bio h1 {
	color:#4e4e4e;
	line-height:32px;
	font-size:2.500em;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
}
.desc_bio {
	padding:15px 0 0 0;
	width:625px;
	overflow:hidden;
}

/* footer */

.footer_prov {
	width:570px;
	height:26px;
	position:relative;
	margin:0 auto 20px;
	z-index:100001;
	line-height:26px;
	border-top:1px #b2b2b2 solid;
	border-bottom:1px #b2b2b2 solid;
}

.footer_prov ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.footer_prov ul li {
	float:left;
	padding:0;
	margin:0;
}

.footer_prov ul li a,
.footer_prov ul li a:visited {
	text-indent:-9999px;
	height:26px;
	background-repeat:no-repeat;
	background-position:left bottom;
	display:block;
}

.footer_prov ul li a:hover {
	text-indent:-9999px;
	height:26px;
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}

.footer_prov ul li a.active,
.footer_prov ul li a.active:visited,
.footer_prov ul li a.active:hover {
	text-indent:-9999px;
	height:26px;
	background-repeat:no-repeat;
	background-position:left top;
	display:block;
}

/*#footer_live2 {
	background-image:url('/img/share/smenu2.gif');
	width:46px;
}

#footer_live3 {
	background-image:url('/img/share/smenu3.gif');
	width:45px;
}

#footer_live4 {
	background-image:url('/img/share/smenu4.gif');
	width:48px;
}

#footer_live5 {
	background-image:url('/img/share/smenu5.gif');
	width:47px;
}

#footer_live6 {
	background-image:url('/img/share/smenu6.gif');
	width:51px;
}

#footer_live7 {
	background-image:url('/img/share/smenu7.gif');
	width:45px;
}

#footer_live8 {
	background-image:url('/img/share/smenu8.gif');
	width:48px;
}

#footer_live9 {
	background-image:url('/img/share/smenu9.gif');
	width:49px;
}

#footer_live10 {
	background-image:url('/img/share/smenu10.gif');
	width:42px;
}*/

.twitter_feed1 {
	width: 100%;
	height: 46px;
	background: transparent url('/img/share/bg_twitter.gif') 0 0 no-repeat;
	padding: 0;
}

.twitter_feed1 td {
	vertical-align: middle;
	margin: 0;
	font-size: 1.2em;
	color: #666666;
	padding: 0 10px 0 80px;
}

.twitter_feed1 td a,
.twitter_feed1 td a:visited,
.twitter_feed1 td a:hover {
	color: #f07d31;
	text-decoration:underline;
}

.twitter_item {
	position:relative;
	width:900px;
	height:40px;
	padding-top:15px;
	overflow:hidden;
}

.twitter_item p {
	position:absolute;
	left:0;
	top:0;
	width:900px;
	height:36px;
	overflow:hidden;
	padding:2px 0;
	font-family:Arial,Helvetica,sans-serif;
	line-height:44px;
}

._google{background-position:0 -352px;display: inline-block; margin-right: 0px !important;}

#floorAd {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 990px;
	height: 40px;
	z-index: 100000000000000000000;
	text-align: center;
}

.clear{clear: both;}



.ads940 > div > div > div,
.ads940 > div > div > iframe
{
	margin: 0 auto;
	display: block;
}
.top_logo img {
margin: 0 auto;
/*padding-top: 15px;*/
max-width: 580px;
height: auto;
}
.top_logo {
width: 580px;
height: 87px;
position: absolute;
left: 201px;
background-color: #FFF;
top: 15px;
z-index: 1001;
}

.info_testata{
width: 570px;
line-height: 28px;
margin-left: auto;
margin-right: auto;
/*bottom: 10px;*/
font-size: 1.1em;
color: #7f7f7f;
position: absolute;
left: 193px;
}

.adsLogo{
    padding-top: 20px;
    height: 130px;
}
body{
	background-color: rgb(255, 255, 255);
	overflow-x: hidden;
}
#div-gpt-ad-skin-adethic {
	position:fixed;
	z-index:-2;
	width:100%;
	height:605px;
	background-repeat:no-repeat;
	top:0;
	cursor:pointer;
	background-size: 1590px;
}
#container {
	width:990px !important;
/*	z-index:2000 !important;*/
}
#container {
	overflow: visible !important;
}
/*#container > *{
	width: 980px !important;
}*/
#page-body {
	overflow: visible !important;
	width:100%;
}
#page-body > .contenitore_centrale{
	width: 980px !important;
/*	overflow: hidden !important;*/
	 background:#fff;
    margin:0px auto 0px;
    border-radius:2px;
}
#page-body > .box-carousel-home {
	width: 100% !important;
	height: 276px;
	position: relative;
	overflow:hidden;
}
ins.adsbygoogle{
	margin: 0 auto;
	display: block !important;
}

.effect6
{
  	position:relative;       
}
.effect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow: 0 0px 15px rgb(152, 152, 152);
    width: 98%;
    margin: 0 auto;
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}
/*==================================================
 * Effect 8
 * ===============================================*/
.effect8
{
    position:relative;
    
}
.effect8:before, .effect8:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:25px;
    left:15px;
    right:15px;
    border-radius:100px / 10px;
} 
.effect8:after
{
    right:10px; 
    left:auto; 
    transform:skew(8deg) rotate(3deg);
}

.effect9 {
	position: relative;
}

.effect9:before {
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 20px rgba(0,0,0,0.8);	
    top: 45px;
    bottom: 45px;
    left: 15px;
    right: 30px;
    border-radius:100px / 10px;
}

/* CUSTOM */
.info_testata .fondatore {
    text-align: left;
    width: 175px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 9px;
    color: #FF7226;
    position: relative;
    left: 43px;
    top: -5px;
}
.info_testata .info_testata_1
{
	width: 305px;
    text-align: right;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    position: relative;
    right: 44px;
    top: -5px;
    letter-spacing: -0.5px;
}
#menu_top .loghi
{
  	/* text-align: center; */
    display: inline-block;
    padding-top: 7px;
}
#menu_top .loghi a img
{
  width: auto;
  height: 15px;
  display: inline-block;
  margin-right: 30px;
}
#menu_top .loghi a:last-child img
{
  margin-right: 0;
}
#primo
{
	width: 100%;
}
#prima_apertura_side > ul > li:first-child h2
{
	font-size: 20px;
	/*height: 85px;*/
    line-height: 1;
    display: inline-block;
}
#seconda_apertura .item h2
{
	height: auto;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
}
#table-middle .row
{
	display: block;
}
#table-middle .cell
{
	display: inline-block;
	width: 48%;
	min-height: 110px;
}
#table-middle .cell .meta_slide h2
{
	margin-top: 5px;
    font-size: 16px;
    line-height: 1.1;
}
#table-middle .cell .image_apertura
{
	padding: 0;
	overflow: hidden;
    width: 40%;
    height: 90px;
}
#table-middle .cell .meta_slide {
    float: left;
    width: 56%;
    padding-top: 0px !important;
    margin-left: 10px !important;
    margin-bottom: 10px;
}
.middle_featured .meta_slide h2
{
	font-size: 18px;
    height: initial;
    line-height: 1;
    margin-bottom: 10px;
}
.middle_featured .meta_slide p
{
    font-size: 1.5em;
    font-family: Verdana, Geneva, sans-serif;
}
#prima_apertura_side ul li:first-child .image_apertura
{
	height: 188px;
    overflow: hidden;
    width: 100%;
}
#prima_apertura_side ul li:not(:first-child) .image_apertura
{
	width: 120px;
    overflow: hidden;
    height: 115px;
    padding: 10px 0;
}
#prima_apertura_side ul li:not(:first-child) img
{
	height: 100%;
    width: auto;
}
#seconda_apertura .ri_stit_ed_extra
{
	height: 21px;
}
#redazionali .item {
    width: 100%;
    float: left;
    /* padding-left: 10px; */
    height: 130px;
}
#redazionali .foto_box_standard {
    width: auto;
    height: 100%;
}
#redazionali .meta_slide {
    padding-top: 10px !important;
    margin-left: 125px !important;
}
span.arrow_piu_letti_commentati {
    float: left;
    font-size: 14px;
    color: #F65215;
}
.info_testata_footer {
    width: 555px !important;
    line-height: 28px;
    margin-left: auto;
    margin-right: auto;
    top: -25px !important;
    font-size: 1.1em;
    color: #7f7f7f;
    position: relative;
    left: 215px !important;
    display: inline-block;
}
.info_testata_footer .fondatore {
    text-align: left;
    width: 175px;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-size: 9px;
    color: #FF7226;
    position: relative;
    left: 34px;
}
.info_testata_footer .info_testata_1 {
    width: 305px;
    text-align: right;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    position: relative;
    right: 35px;
}
.widget-perizona-titolo {
    background: #D1D1D1;
    padding: 0 10px 8px;
    line-height: 45px;
}
.widget-perizona-titolo h2 {
    height: 45px;
    text-indent: -9999em;
    background-image: url(http://cdn.livesicilia.it/livesicilia.it/img/share/logo_perizona.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 10px;
    color: #4e4d47;
    font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
    font-size: 2.2em;
    font-weight: 700;
}
.widget-perizona {
    background: #D1D1D1;
    overflow: hidden;
}
.widget-perizona ul {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}
.widget-perizona ul li {
    padding: 18px 0 25px;
    margin: 0;
    border-top: 1px #000 dotted;
    overflow: hidden;
}
.widget-perizona ul li a {
    display: block;
    font-size: 1.3em;
    font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
    line-height: 18px;
    font-weight: 700;
}
.widget-perizona ul li img {
    padding: 0 0 12px;
}
#widget-sport {
    background-color: #f4f4f4;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 2px #757555 solid;
}
.widget-sport-titolo {
    padding: 0 10px;
    line-height: 45px;
}
.widget-sport-titolo h2 {
    width: 200px;
    margin: 0 auto;
    height: 45px;
    text-indent: -9999em;
    background-image: url(http://cdn.livesicilia.it/livesicilia.it/img/share/logo_sport_small_n.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 0 10px;
    color: #4e4d47;
    font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
    font-size: 2.2em;
    font-weight: 700;
}
.widget-sport {
    overflow: hidden;
}
.widget-sport ul {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}
.widget-sport ul li {
    padding: 8px 0 15px;
    margin: 0;
    border-top: 1px #000 dotted;
    overflow: hidden;
}
.widget-sport ul li a {
    display: block;
    font-size: 1.3em;
    font-family: 'Playfair Display', Georgia, "Times New Roman", Times, serif;
    line-height: 20px;
    font-weight: 700;
}
#widget-sport li h4 {
    font-size: 1.1em;
}
.widget-sport ul li img {
    padding: 0 0 12px;
}
#widget-sport li h4 a {
    color: #000 !important;
}
.box-rubrica .foto_big_home_menu {
    width: 130px;
    height: auto;
}
.box-rubrica .ri_occhiello {
    top: 0;
}
.box-rubrica .ri_autore {
    top: 0;
    display: inline;
    padding-left: 0;
}


.share_h {
	list-style: none;
}

ul.share_h li {
	display: inline;
}



.under_social {
    clear: both;
    text-align: right; 
    margin-bottom: 6px; 
    margin-top: 6px; 
    padding: 4px; 
}

.info_testata {
	height: 20px;
}
#seconda_apertura .item p
{
	font-size: 1.4em;
	font-family:Verdana, Geneva, sans-serif;
}
.blocco-rubrica-newul .stitolone
{
    min-height: 37px;
}
.blocco-rubrica-newul .stitolone h4
{
    font-size: 15.6px !important;
    line-height: 16px;
}
.box-middle .meteo_msg
{
    margin-top: -5px;
}
.box-middle .meteo_msg a
{
    color: #F65215;
    font-weight: bold;
    font-size: 13px;
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
    text-decoration: underline;
}
ul.under_social > li i.fa.fa-facebook {
    position: relative;
    left: -8px;
    top: 5px;
}
.side_banners_fixed.fissa
{
	padding-left: 13px;
	margin-left: -10px;
	border-left: 1px solid #999;
}
.side_banners_fixed
{
	padding-left: 10px;
	margin-left: -10px;
	border-left: 1px solid #999;
	height: 850px;
}
.widget-gallery-video-title
{
	position: absolute;
    right: 10px;
    margin-top: -20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
    color: #F65215;
}

.box-livetv-sidebar {
	width: 309px;
	overflow: hidden;
	margin: 0 0 15px;
	background: #fff;
}
.box-livetv-sidebar .titolo_sezione {
	background: url('/img/share/bg_arancio_centro.gif');
	background-repeat: repeat-x;
	height: 40px;
	position: relative;
}

.box-livetv-sidebar .titolo_sezione h2 {
	width: 250px;
	position: absolute;
	bottom: 2px;
	background-repeat: no-repeat;
	background-position: right;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 1.9em;
}

.box-livetv-5 {
	width: 309px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	height: 580px;
	font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}

.lt_titolo_sezione {
	background:#ebebeb;
	border-top:4px #f07e31 solid;
	padding:0 10px;
	line-height:28px;
	text-transform:uppercase;

/*	background:#f07e31;
	padding:0 15px;
	line-height:28px;
	text-transform:uppercase;*/
}

.lt_titolo_sezione h2 {
	color:#282828;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;

	/*color:#fff;
	font-family:'Playfair Display', Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;*/
}

.scrollable_left5 {
	width:19px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:60px;
	z-index:1000;

}

.scrollable_right5 {
	width:19px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:0;
	z-index:1000;
}

.scrollable_archivio5 {
position: absolute;
bottom: 0;
left: 0;
z-index: 1000;
line-height: 35px;
text-transform: uppercase;
font-size: 15px;
}

.scrollable5 {
	position: relative;
	overflow: hidden;
	width: 307px;
	height: 540px;
	z-index: 100;
	padding: 0;
	margin: 0 auto;
	border-bottom: solid 1px;
}

.scrollable5 .items5 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items5 div.scrolla {
	float: left;
	width: 309px;
	overflow: hidden;
}

.items5 div.scrolla .scrolla_int {
	float:left;
	width: 50%;
	padding: 0;
	overflow: hidden;
	position: relative;
	height: 170px;
	float: left;
	margin-top: 10px;
}

.items5 div.scrolla .scrolla_int:nth-child(even) img {
    margin-left: 6px;
}

.items5 div.scrolla .scrolla_int div {
	width: 140px;
	padding: 5px;
}
.items5 div.scrolla .scrolla_int:nth-child(even) div {
    margin-left: 6px;
}

.items5 div.scrolla .scrolla_int div.visualizzazioni {
	position: absolute;
	left: 8px;
	bottom: -2px;
	line-height: 12px;
	width: 110px;
	background: none;
	padding: 1px 0 0 0;
	font-size: 1.1em;
	color: #EC5D27;
}

.items5 div.scrolla .scrolla_int h3 {
	font-size: 1.3em;
	color: #fff;
	/*max-height: 35px;*/
	overflow: hidden;
	white-space: normal;
}

.items5 div.scrolla .scrolla_int .tit_video a,
.items5 div.scrolla .scrolla_int .tit_video a:visited,
.items5 div.scrolla .scrolla_int .tit_video a:hover {
	color: #000;
	font-weight: bold;
	display: block;
	line-height: 1.1em;
}

.scrollable_left5 .left {
	cursor:pointer;
	background:url('/img/share/fotovideo_arrow_prev.png') no-repeat;
	background-position: center center;
	width:19px;
	height:30px;
	z-index:1000;
	display:block;
}

.scrollable_right5 .right {
	cursor: pointer;
	background: url('/img/share/fotovideo_arrow_next.png') no-repeat;
	background-position: center center;
	width: 19px;
	height: 30px;
	z-index: 1000;
	display: block;
}
.redazionali-titolo
{
	text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid;
}
.redazionali-titolo img
{
	margin: 0 auto;
    margin-bottom: 5px;
}
#prima_apertura_side ul li:not(:first-child) .meta_slide h2
{
	height: auto;
}
.ri_autore_side
{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    position: relative;
    top: 0px;
    /* background-color: #fff; */
    padding: 5px 0px;
}
.box-riapertura_3.background-special {
    background-color: #ebebeb;
    padding: 15px 10px;
    height: auto;
}
.box-riapertura_2.background-special {
    background-color: #ebebeb;
    padding: 15px 10px;
    height: auto;
}
.box-riapertura_3.background-special div.stitolone h2 {
    font-size: 1.9em;
}
.box-riapertura_2.background-special div.stitolone h2 {
    font-size: 1.9em;
}
.ri_occhiello-middle
{
	color: #F65215;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', "Times New Roman", Times, serif;
}
.share_h_count {
    font-size: 12px;
    padding: 1px 4px;
    color: #fff;
    border-radius: 50%;
    margin-left: 2px;
}
.share_h a
{
	text-decoration: none !important;
}
.wp-caption-text {
    background-color: #f4f4f4;
    font-size: 80%;
    font-style: italic;
}
div#ph
{
	display: none !important;
}

@-webkit-keyframes lampeggia {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.5);
    }
}

@keyframes lampeggia {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.5);
    }
}
.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext {
	display: none;
}









