section, article, aside, footer, header, nav, hgroup, figcaption { display:block; }
.formatted textarea, .formatted input { border-radius:3px; padding:6px; border: 0px; font-weight: 300; font-size: 13px; color: #555555; background: #ededed; resize: none; box-sizing:border-box; }
/*button { border-radius:3px; padding:6px; background: #ededed; padding-right: 18px; padding-left: 18px; padding-top: 11px; font-weight:bold; }*/

* { margin:0; padding:0; }
img { border:0; }

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

/* TAGCLOUD */
.tagcloud a { margin-right:0.7em; }
.tagcloud a:hover{ color:#CC1C0F; }
a.size1{ font-size:80%; }
a.size2{ font-size:100%; }
a.size3{ font-size:120%; }
a.size4{ font-size:150%; }
a.size5{ font-size:180%; }

/* CONDIVISIONE ARTICOLO */
table.condivisioni { width:100%; margin:5px auto 15px auto; text-align:center; border-collapse:collapse; }
table.condivisioni td { padding:6px 0; }
table.condivisioni a { display:block; width:100%; height:100%; }
table.condivisioni img { height:28px; width:28px; vertical-align:middle; }
table.condivisioni td:hover { opacity:0.8; }

/* TAG ARTICOLI */
#articoloTags .homeArticleBoxItem { padding:5px; box-sizing:border-box; }
#articoloTags a { background-color:#CCCCCC; padding:5px 9px; color:#000000; margin: 0 3px 5px 0; display: inline-block; }

/* RATING ARTICOLI */
#ratingSystem { margin-bottom:20px; }
#ratingSystem h3{ margin-right:10px; height:30px; line-height:30px; float:left; }
#ratingSystem #votiArticolo { float:left; }
#ratingSystem .bordo-generale { margin-bottom:8px; }
.heartOn{
background: rgb(255,48,25);
background: -moz-linear-gradient(top,  rgba(255,48,25,1) 0%, rgba(207,4,4,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,48,25,1)), color-stop(100%,rgba(207,4,4,1)));
background: -webkit-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -o-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
background: linear-gradient(to bottom,  rgba(255,48,25,1) 0%,rgba(207,4,4,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
}
.heartOff{
background: rgb(212,228,239);
background: -moz-linear-gradient(top,  rgba(212,228,239,1) 0%, rgba(134,174,204,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,228,239,1)), color-stop(100%,rgba(134,174,204,1)));
background: -webkit-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
background: -o-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
background: -ms-linear-gradient(top,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
background: linear-gradient(to bottom,  rgba(212,228,239,1) 0%,rgba(134,174,204,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#86aecc',GradientType=0 );
}
.heartOnHover{
background: rgb(252,30,30);
background: -moz-linear-gradient(top,  rgba(252,30,30,1) 0%, rgba(254,144,144,1) 84%, rgba(254,187,187,1) 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,30,30,1)), color-stop(84%,rgba(254,144,144,1)), color-stop(99%,rgba(254,187,187,1)));
background: -webkit-linear-gradient(top,  rgba(252,30,30,1) 0%,rgba(254,144,144,1) 84%,rgba(254,187,187,1) 99%);
background: -o-linear-gradient(top,  rgba(252,30,30,1) 0%,rgba(254,144,144,1) 84%,rgba(254,187,187,1) 99%);
background: -ms-linear-gradient(top,  rgba(252,30,30,1) 0%,rgba(254,144,144,1) 84%,rgba(254,187,187,1) 99%);
background: linear-gradient(to bottom,  rgba(252,30,30,1) 0%,rgba(254,144,144,1) 84%,rgba(254,187,187,1) 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc1e1e', endColorstr='#febbbb',GradientType=0 );
}
.heartOffHover{
background: rgb(125,126,125);
background: -moz-linear-gradient(top,  rgba(125,126,125,1) 4%, rgba(14,14,14,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1)));
background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 4%,rgba(14,14,14,1) 100%);
background: -o-linear-gradient(top,  rgba(125,126,125,1) 4%,rgba(14,14,14,1) 100%);
background: -ms-linear-gradient(top,  rgba(125,126,125,1) 4%,rgba(14,14,14,1) 100%);
background: linear-gradient(to bottom,  rgba(125,126,125,1) 4%,rgba(14,14,14,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}

.videodetector { position: relative; width: 100%; height:0; padding-bottom:60%; }
.videodetector iframe { position:absolute; top:0; left:0; width:100%; height:100%; }

/* FOOTER */
#footer { background-color:#228848; text-align:left; color:#fff; font-size:85%; padding:10px 5px 10px 5px; box-sizing:border-box; }
#footer ul { list-style:none; }
footer a { color:#fff; text-decoration:none; }
footer a:hover { text-decoration:underline; }
#footer section ul li { margin-bottom:5px; }

/* FORM MAIL */
#contatti { width:100%; padding:0 7px; box-sizing:border-box; text-align:left; }
#contatti p { margin:15px 0; }
#contatti input, #contatti textarea { padding:10px 3px; font-size:105%; }
#contatti input#invia, #contatti input#annullaInvio { margin:0 auto; padding:10px inherit; }
@media (max-width:400px) {
	#contatti input#invia, #contatti input#annullaInvio { width:90%; }
}
@media (min-width:401px) {
	#contatti input#invia, #contatti input#annullaInvio  { width:45%; float:left; margin-right:10px; }
}


/* SFONDI e BORDI */
.bg-generale { background-color:#a63c34; }
.bordo-generale { border-top:2px solid #a63c34; }
.bg-evidenza { background-color:#CC1C0F; }
.bordo-evidenza { border-top:2px solid #CC1C0F; }
.bg-spazioAperto { background-color:#228848; }
.bordo-spazioAperto { border-top:2px solid #228848; }
.colore-spazioAperto { color:#228848; }
.bg-territorio { background-color:#d26d4e; }
.bordo-territorio { border-top:2px solid #d26d4e; }
.bg-nazionale { background-color:#437ab7; }
.bordo-nazionale { border-top:2px solid #437ab7; }
.bg-altrenews { background-color:#CC1C0F; }
.bordo-altrenews { border-top:2px solid #CC1C0F; }
.bg-focus { background-color:#227673; }
.bordo-focus { border-top:2px solid #227673; }
.bg-agenda { background-color:#2a2f31; }
.bordo-agenda { border-top:2px solid #2a2f31; }
.bg-gallerie { background-color:#704376; }
.bordo-gallerie { border-top:2px solid #704376; }
.bg-fashion { background-color:#e91385; }
.bordo-fashion { border-top:2px solid #e91385; }
.bg-letterario { background-color:#7d4bff; }
.bordo-letterario { border-top:2px solid #7d4bff; }
.bg-cronacastorica { background-color:#a07735; }
.bordo-cronacastorica { border-top:2px solid #a07735; }
.bg-viverecongusto { background-color:#c35a16; }
.bordo-viverecongusto { border-top:2px solid #c35a16; }
.bg-pubblicitaria { background-color:#4141a7; }
.bordo-pubblicitaria { border-top:2px solid #4141a7; }
.bg-rubriche { background-color:#969696; }
.bordo-rubriche { border-bottom:2px solid #969696; }
.bg-necrologi { background-color:#A7A7A7; }
.bordo-necrologi { border-bottom:2px solid #A7A7A7; }
.bg-nero { background-color:#000; }
.bordo-nero { border-bottom:2px solid #000; }
.bg-banner { background-color:#6699FF; }
.bordo-banner { border-bottom:2px solid #6699FF; }


/* CLASSI GENERICHE */
.nascosto { display:none; }
.invisibile { visibility:hidden; }
.sinistra { float:left; }
.destra { float:right; }
.clear { clear:both; }
.nomargin { margin:0; }
.marginbottom { margin-bottom:20px; }
.marginright { margin-right:5px; }
.marginleft { margin-left:5px; }
.margin_low { margin: 2px; }
.margin_med { margin: 4px; }
.margin_high { margin: 8px; }
.margin-right { margin-right:15px; }
.margin-top { margin-top:15px; }
.padding_high { padding:8px; }
.padding_med { padding:6px; }
.padding_low { padding:4px; }
.padding-top-med { padding-top:6px; }
.padding-bottom-med { padding-bottom:6px; }
.allin_dx { text-align:right; }
.allin_sx { text-align:left; }
.allin_cx { text-align:center; }
.allin_js { text-align:justify; }
.bold { font-weight:bold; }
.rosso { color:#FF0000; }
.red { color:#CC1C0F; }
.verde { color:#00CC00; }
.bianco { color:#FFFFFF; }
.nero { color:#000000; }
.sottolineato { text-decoration:underline; }
.border-high { border-top-width:4px; }
.testo-90 { font-size:90%; }
.testo-80 { font-size:80%; }
.testo-70 { font-size:70%; }

.maiuscolo { text-transform:uppercase; }
.minuscolo { text-transform:lowercase; }
.obliquo { font-style:italic; }
.noitalic { font-style:normal; }
.normal { font-weight:normal; }

.ok { font-weight:bold; color:#006600; }
.error { font-weight:bold; color:#FF0000; }
.bordo { border:1px solid red; }
.nobordo { border:0px; }
.pointer { cursor:pointer; }
.overflow-hidden { overflow:hidden; }
.fullwidth { width:100%; }
.nofloat { float:none; }
.reviveBannerAd { margin-bottom:20px; text-align:center; }