@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Rokkitt:700);
@import url(frontend.skin.css);

body {
	font-family: 'PT Serif', serif;
	font-size: 12px;
	color: #000;
	background: url(../images/bg.png) repeat-y center top #FFF;
}

a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

em {
	font-style: italic !important;
}

div.adv {
	display: inline-block !important;
}

/* inizio rubrica*/
.circleTB {
	float: left;
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 35px;
	line-height: 35px;
	text-align: center;
	background-color: #428BCA;
	font-size: 15px !important;
	color: #FFFFFF !important;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
}

.circleTB:hover {
	background-color: #306;
	color: #FFFFFF;
	text-decoration: none;
}

h2.rubrics {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 290px;
	padding: 5px 5px;
	margin-top: 10px;
	background-color: #E9F8FC;
}

ul#rubrics {
	float: left;
	margin: 10px 0;
}

ul#rubrics li{
	display: table;
	width: 300px;
	margin: 10px 0;
	border-bottom: 1px solid #EFEFEF;
}

ul#rubrics li a {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	color: #000;
}

ul#rubrics li span {/*
	display: inline-block;
	height: 35px;
	line-height: 35px;*/
}

ul#rubrics li span.divider {
	padding: 0 3px;
}

ul#rubrics li span a {
	font-weight: bold;
	text-transform: uppercase;*/
}

div.information {
	float: left;
	display: inline-block;
	width: 255px;
	margin-bottom: 10px;
}
/* fine rubrica*/

div.fb-like-box {
	margin: 15px 0;
}

div.fb-like {
	margin: 10px 45px 0 32px;
	display: block;
	clear: both;
}

h2.hidden {
	display: none;
}

div.container {
	margin: 0 auto;
	width: 1020px;
	background-color: #FFFFFF;
	display: table;
}

div.container p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

header {
	width: 1020px;
	background-color: #FFFFFF;	
}

div#leaderboard {
	margin: 0 auto;
	padding: 10px 0;
	width: 1000px;
	text-align: center;
}

div.leaderboard {
	margin: 0 auto;
}

div.pushbar {
	margin: 0 auto;
	padding: 10px 0;
}

div.topSection {
	padding: 10px 0;
	display: inline-block;
}

div.topSection div {
	float: left;
}

div.topSection div.machette {
	width: 160px;
	height: 90px;
	display: block;
	margin: 0 10px;
}

div.topSection div.logo {
	padding-top: 5px;
	width: 660px;
	height: 45px;
	text-align: center;
}

div.topSection div.logo h1 {
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	font-size: 75px;
	line-height: 65px;
}

div.topSection div.logo h1 a {
	color: #000;
	text-decoration: none;
}

div.topSection div.logo span {
	font-family: 'Rokkitt', serif;
	font-weight: bold;
}

div.topSection div.logo span#clock{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	display: block;
	margin-top: 10px;
}

/***/

ul#servicesMenu {
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #E0E0E0;
}

ul#servicesMenu li {
	list-style-type: none;
	display: inline-block;
}

ul#servicesMenu li span.temperature {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-left: 45px;
	color: #0066FF;
}

ul#servicesMenu li.fb {
	background: url(../images/facebook.png) no-repeat left center;
	background-size: 20px;
	padding-left: 15px;
}

ul#servicesMenu li.tw {
	background: url(../images/twitter.png) no-repeat left center;
	background-size: 20px;
	padding-left: 15px;
}

ul#servicesMenu li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}

ul#servicesMenu li a:hover {
	color: #06F;
}

ul#servicesMenu li.searchButton a {
	cursor: pointer;
}

ul#servicesMenu li:nth-child(9) {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	display: block;
	padding: 10px 10px;
	font-size: 13px;
	text-decoration: none;
	color: #000;
}

ul#servicesMenu li.searchForm {
	float: right;
	display:none;
}

ul#servicesMenu li.searchForm input[type=search] {
	position:relative;
	top: 3px;
	padding: 5px 15px;
	background:rgba(224, 224, 224, 0.2);
	border: 0px solid #dbdbdb;
}

ul#servicesMenu li.searchForm input[type=submit] {
	position:relative;
	top: 3px;
	left: -8px;
	padding: 4px 15px;
	border: 2px solid #0066FF;
	background-color: #0066FF;
	color:#FFF;
}

ul#servicesMenu li.searchForm input[type=submit]:hover  {
	border: 2px solid #207cca;
	background-color: #207cca;
}
/**/

form.searchbox {
	margin-bottom: 25px;
}

form.searchbox input[type=search] {
	position:relative;
	top: 3px;
	padding: 5px 15px;
	background:rgba(224, 224, 224, 0.2);
	border: 0px solid #dbdbdb;
	width: 391px;
}

form.searchbox input[type=submit] {
	position:relative;
	top: 3px;
	left: -8px;
	padding: 4px 15px;
	border: 2px solid #0066FF;
	background-color: #0066FF;
	color:#FFF;
}

form.searchbox input[type=submit]:hover  {
	border: 2px solid #207cca;
	background-color: #207cca;
}

/***/

#mainMenu ul{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
}

#mainMenu ul li {
	list-style-type: none;
	display: inline-block;
}

#mainMenu ul li a {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	display: block;
	padding: 10px 11px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	background-color: #FFF;
	
	-webkit-transition-property:color, text;
	-webkit-transition-duration: 0.3s, 0.3s;
	-webkit-transition-timing-function: linear, ease-in;
	-moz-transition-property:color, text;
	-moz-transition-duration:0.3s;
	-moz-transition-timing-function: linear, ease-in;
	
	-o-transition-property:color, text;
	-o-transition-duration:0.3s;
	-o-transition-timing-function: linear, ease-in;
}
#mainMenu ul li a:first-child {
	padding-left: 10px;
}

#mainMenu ul li a:hover {
	background-color: #06F;
	color: #FFF;
}

#mainMenu ul li a.active {
	background-color: #06F;
	color: #FFF;
}

/**/
section#content-h {
	margin: 0 auto;
	padding-bottom: 30px;
	padding: 0 15px 15px 15px;
	width: 990px;
	display:table;
	background-color: #FFF;
}

section#content-h article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 49px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-align: center;
}

section#content-h article h2 a{
	color: #000;
	text-decoration: none;
}

section#content-h article h2 a:hover{
	text-decoration: underline;
}

section#content-h article h3{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-align: center;
}

section#content-h article h3 a{
	color: #000;
	text-decoration: none;
}

section#content-h article h3 a:hover{
	text-decoration: underline;
}

section#content-h article p{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin: 5px 0;
	text-align: center;
}

section#content-h article p a{
	color: #000;
	text-decoration: none;
}

section#content-h article p a:hover{
	text-decoration: underline;
}

section#content-h article figure{
	margin-top: 15px;
}

/**/

section#content-gallery {
	margin: 0 auto;
	width: 1020px;
	min-height: 346px;
	display:table;
	background: url(../images/box.jpg) repeat;
}

h2.photogallery {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 0;
	color: #0066FF;
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
}

section#content-gallery article {
	float: left;
	width: 660px;
	margin: 15px;
	position: relative;
}

section#content-gallery figure {
	float: left;
	width: 660px;
	margin-right: 15px;
}

section#content-gallery article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	width: 650px;
	padding: 5px;
	line-height: 35px;

}

section#content-gallery article h2 a{
	color: #FFF;
	text-decoration: none;
}

section#content-gallery article h2 a:hover{
	text-decoration: underline;
}

section#content-gallery article p{
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 0;
	margin: 0 0 0 20px;
	width: 620px;
	text-align: center;
}

section#content-gallery nav {
	float: right;
	width: 315px;
	margin: 15px 15px 15px 0;
}

section#content-gallery nav ul{
	margin: 0;
	padding: 0;
}

section#content-gallery nav li{
	list-style-type: none;
	width: 300px;
	min-height: 100px;
	margin-bottom: 7px;
	border: 2px solid #464646;
	
	position: relative;
	opacity: 0.99;
}

section#content-gallery nav li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.5;
}

section#content-gallery nav li.current, section#content-gallery nav li:hover{
	border: 2px solid #E0E0E0;
	opacity: 1;
}

section#content-gallery nav li a.homePhotosBox{
	font-family: 'PT Serif', serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	
	text-transform: uppercase;
	
	display: block;
	width: 290px;
	height: 90px;
	padding: 5px;
	color: #FFF;
	position: relative;
}

section#content-gallery nav li span{	
	display: block;
	padding: 3px 5px;
	background-color: #E0E0E0;
	border-top: 0px !important;
}

section#content-gallery nav li span a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
}

/**/
/**/

section#content-a {
	margin: 0 auto;
	width: 1020px;
	min-height: 346px;
	display:table;
	background: url(../images/box.jpg) repeat;
}

section#content-a article {
	float: left;
	width: 660px;
	margin: 5px 15px 10px 15px;
}

section#content-a img {
	width: 400px;
}

section#content-a figure {
	float: left;
	width: 400px;
	margin-right: 15px;
}

section#content-a article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 35px;
}

section#content-a article h2 a{
	color: #FFF;
	text-decoration: none;
}

section#content-a article h2 a:hover{
	text-decoration: underline;
}

section#content-a div.author {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #FFF;
	width: 245px;
	height: 15px;
}

section#content-a div.author span{
	text-transform: lowercase;
}

section#content-a article p{
	float: left;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 0;
	margin: 0;
	
	position: relative;
	width: 245px;
	height: 227px;
}

section#content-a article p span{
	position: absolute;
	bottom: 0;
}

section#content-a aside {
	float: left;
	width: 300px;
	min-height: 290px;
	padding: 48px 0 0 15px;
}

/**/

section#content-a-normal {
	margin: 0 auto;
	width: 1020px;
	min-height: 346px;
	display:table;
	background-color: #FFF;
	/*background: url(../images/box.jpg) repeat;*/
}

section#content-a-normal article {
	float: left;
	width: 660px;
	margin: 5px 15px 10px 15px;
}

section#content-a-normal img {
	width: 400px;
}

section#content-a-normal figure {
	float: left;
	width: 400px;
	margin-right: 15px;
}

section#content-a-normal article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	line-height: 40px;
}

section#content-a-normal article h2 a{
	color: #000;
	text-decoration: none;
}

section#content-a-normal article h2 a:hover{
	text-decoration: underline;
}

section#content-a-normal div.author {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	width: 245px;
	height: 15px;
}

section#content-a-normal div.author span{
	text-transform: lowercase;
}

section#content-a-normal article p{
	float: left;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	display: block;
	padding: 0;
	margin: 0;
	
	position: relative;
	width: 245px;
	height: 227px;
	
	line-height: 20px;
}

section#content-a-normal article p span{
	position: absolute;
	bottom: 0;
}

section#content-a-normal aside {
	float: left;
	width: 300px;
	min-height: 290px;
	padding: 48px 0 0 15px;
}

/**/
nav#content-b {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	display:table;
	background-color: #FFF;
	border-bottom: 1px solid #E0E0E0;
}

nav#content-b ul {
	margin: 0;
	padding: 0;
}

nav#content-b ul li {
	display: block;
	float: left;
}

nav#content-b ul li:nth-child(1) {
	width: 320px;
	margin-right: 15px;
}

nav#content-b ul li:nth-child(2) {
	width: 320px;
	margin-right: 15px;
}

nav#content-b ul li:nth-child(3) {
	width: 320px;
}

nav#content-b ul li h2 {
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 19px;
	font-weight: bold;
	display: block;
	width: 320px;
	height: 40px;
	padding: 5px 0;
	line-height: 21px;
}

nav#content-b ul li h2 a{
	color: #000;
	text-decoration: none;
}

nav#content-b ul li h2 a:hover{
	text-decoration: underline;
}

nav#content-b ul li p{
	float: left;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 15px;
	display: block;
	width: 190px;
	height: 76px;
	padding: 0;
	margin: 0;
	
	position: relative;
}

nav#content-b ul li span.title{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 310px;
	padding: 5px 5px;
	margin-bottom: 10px;
	background-color: #E9F8FC;
}

nav#content-b ul li span.title a{
	color: #000;
}

nav#content-b ul li p span{
	position: absolute;
	bottom: 2px;
}

nav#content-b ul li figure{
	float: left;
	padding-right: 10px;
}

nav#content-b ul li figure img{
	width: 120px;
}

/**/

nav#content-b-article {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 990px;
	display:table;
	background-color: #FFF;
	border-bottom: 1px solid #E0E0E0;
}

nav#content-b-article ul {
	margin: 0;
	padding: 0;
}

nav#content-b-article ul li {
	display: block;
	float: left;
	width: 330px;
}

nav#content-b-article ul li h2 {
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	display: block;
	width: 320px;
	padding: 5px 0 0 0;
}

nav#content-b-article ul li h2 a{
	color: #000;
	text-decoration: none;
}

nav#content-b-article ul li h2 a:hover{
	text-decoration: underline;
}

nav#content-b-article ul li p{
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 14px;
	display: block;
	width: 185px;
	padding: 0;
	margin: 15px 15px 0 0;
}

nav#content-b-article ul li span{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	width: 320px;
	padding: 5px 5px;
	margin-bottom: 10px;
	background-color: #E9F8FC;
}

nav#content-b-article ul li span a{
	color: #000;
}

nav#content-b-article ul li figure{
	float: left;
	padding-right: 10px;
}

nav#content-b-article ul li figure img{
	width: 120px;
}

/**/
section#content-c {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	min-height: 630px;
	display:table;
	background-color: #FFF;
}

section#content-c nav{
	margin-bottom: 14px;
	display: block;
	clear: both;
}

section#content-c nav ul{
	margin: 0;
	padding: 0;
}

section#content-c nav ul li a{
	float: left;
	width: 50%;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #0066FF;
	padding-bottom: 7px;
}

section#content-c section.article {
	float: left;
	width: 460px;
	min-height: 600px;
	margin: 0 15px 10px 0;
}

section.article span.results {
	display: block;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
}

section.article span.results strong{
	font-weight:bold !important;
}

section#content-c section.article article {
	float: left;
	width: 460px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}

section#content-c section.article article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

section#content-c section.article article h2 a{
	color: #000;
	text-decoration: none;
}

section#content-c section.article article h2 a:hover{
	text-decoration: underline;
}

section#content-c section.article article figure{
	margin-top: 15px;
	width: 220px;
	float: left;
}

section#content-c section.article article figure img{
	width: 220px;
}

section#content-c section.article article p{
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 15px;
	color: #000;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	width: 230px;
	height: 121px;
	
	position: relative;
}


section#content-c section.article article p span{
	position: absolute;
	bottom: 2px;
}

section#content-c div.author {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	width: 230px;
	height: 15px;
	margin-top: 15px;
}

section#content-c div.author span{
	text-transform: lowercase;
}

section#content-c section.more {
	float: left;
	text-align:center;
	width: 200px;
}

section.more div.comunicati, aside div.comunicati{
	margin: 15px 0;
	width: 200px;
	min-height: 400px;
	background: #E9F8FC;
}

aside div.comunicati{
	width: 300px;
	background: none;
}

section.more div.comunicati h2, aside div.comunicati h2{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 19px !important;
	text-transform: uppercase;
	text-align: left;
	border-bottom: 1px solid #E0E0E0;
	letter-spacing: 0;
	color: #0066FF;
	padding: 5px;
	margin-bottom: 5px !important;
}

section.more div.comunicati h2:not(.mainTitle):not(.appuntamenti) a, aside div.comunicati h2:not(.mainTitle):not(.appuntamenti) a{
	font-size: 15px !important;
	font-weight: normal !important;
}

section.more div.comunicati article, aside div.comunicati article{
	font-family: 'PT Serif', serif;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
	padding: 5px 5px 10px 5px ;
	width: 96% !important;
	margin: 0 !important;
	min-height: auto !important;
}

section.more div.comunicati article time, aside div.comunicati article time{
	font-weight: bolder;
}

aside div.comunicati article{
	width: 100%;
}

section.more div.comunicati article h2, aside div.comunicati article h2{
	font-family: 'PT Serif', serif;
	font-size: 15px;
	font-weight: normal;
	text-transform: none;
	line-height: 18px;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
}

section.more div.comunicati article a, aside div.comunicati article a{
	color: #000;
	text-decoration: none;
}

section.more div.comunicati article a:hover, aside div.comunicati article a:hover{
	text-decoration: underline;
}

section.more div.comunicati article span, aside div.comunicati article span{
	text-transform: uppercase;
	font-weight: bold;
}

section#content-c div.skyscraper {
	width: 120px;
	margin: 0 auto;
}

section#content-c aside {
	float: left;
	width: 300px;
	margin: 0 0 10px 15px;
}

/**/

section#content-category {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	min-height: 630px;
	display:table;
	background-color: #FFF;
}

section#content-category section.article {
	float: left;
	width: 460px;
	min-height: 600px;
	margin: 0 15px 10px 0;
}

section#content-category section.article article {
	float: left;
	width: 460px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}

section#content-category section.article article time {
	font-style: italic;
}

section#content-category section.article div.author {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	width: 230px;
	height: 15px;
	margin-top: 15px;
}

section#content-category section.article div.author span{
	text-transform: lowercase;
}

section#content-category section.article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: bold;
	color: #0066FF;
	margin-bottom: 25px;
	text-transform: uppercase;
}

section#content-category section.article article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-transform: none;
}

section#content-category section.article article h2 a{
	color: #000;
	text-decoration: none;
}

section#content-category section.article article h2 a:hover{
	text-decoration: underline;
}

section#content-category section.article article figure{
	margin-top: 15px;
	width: 220px;
	float: left;
}

section#content-category section.article article figure img{
	width: 220px;
}

section#content-category section.article article p{
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	width: 230px;
	height: 120px;
	
	position: relative;
}

section#content-category section.article article p span{
	position: absolute;
	bottom: 2px;
	width: 230px;
}

section#content-category section.more {
	float: left;
	text-align:center;
	width: 200px;
	margin-right: 15px;
}


section#content-category div.skyscraper {
	width: 120px;
	margin: 0 auto;
}

section#content-category aside {
	float: left;
	width: 300px;
	min-height: 600px;
	margin: 5px 0 10px 0;
}

/**/
/**/

section#content-rubrics {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	min-height: 630px;
	display:table;
	background-color: #FFF;
}

section#content-rubrics section.article {
	float: left;
	width: 460px;
	min-height: 600px;
	margin: 0 15px 10px 0;
}

section#content-rubrics section.article article {
	float: left;
	width: 460px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}

section#content-rubrics section.article article time {
	font-style: italic;
}

section#content-rubrics section.article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: bold;
	color: #0066FF;
	margin-bottom: 25px;
	text-transform: uppercase;
}

section#content-rubrics section.article .circleTB {
	float: left;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	line-height: 100px;
	text-align: center;
	background-color: #428BCA;
	font-size: 30px !important;
	color: #FFFFFF !important;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 10px;
}

section#content-rubrics section.article .circleTB:hover {
	background-color: #306;
	color: #FFFFFF;
	text-decoration: none !important;
}

section#content-rubrics section.article .circleTB:hover img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url(grayscale.svg); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */	
}

section#content-rubrics section.article article div {
	float: left;
	width: 350px;
}

section#content-rubrics section.article article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-transform: none;
}

section#content-rubrics section.article article div.info {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	width: 350px;
	margin-top: 10px;
}

section#content-rubrics section.article article div.info span{
	float: left;
	text-transform: uppercase;
	width: 175px;
}

section#content-rubrics section.article article div.info span:nth-child(1) {
	text-align: left;
}

section#content-rubrics section.article article div.info span:nth-child(2) {
	text-align: right;
}

section#content-rubrics section.article article h2 a{
	color: #0066FF;
	text-decoration: none;
}

section#content-rubrics section.article article h2 a:hover{
	text-decoration: underline;
}

section#content-rubrics section.article article p{
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	display: block;
	padding: 0;
	margin: 0;
	float: left;
	width: 350px;
	
	position: relative;
}

section#content-rubrics section.article article p a {
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

section#content-rubrics section.more {
	float: left;
	text-align:center;
	width: 200px;
	margin-right: 15px;
}


section#content-rubrics div.skyscraper {
	width: 120px;
	margin: 0 auto;
}

section#content-rubrics aside {
	float: left;
	width: 300px;
	min-height: 600px;
	margin: 5px 0 10px 0;
}

/**/


section#content-csapp {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	min-height: 630px;
	display:table;
	background-color: #FFF;
}

section#content-csapp section.article {
	float: left;
	width: 460px;
	min-height: 600px;
	margin: 0 15px 10px 0;
}

section#content-csapp section.article article {
	float: left;
	width: 460px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
}

section#content-csapp section.article article time, section#content-csapp section.article article span{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}

section#content-csapp section.article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: bold;
	color: #0066FF;
	margin-bottom: 25px;
	text-transform: uppercase;
}

section#content-csapp section.article article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
	text-transform: none;
}

section#content-csapp section.article article h2 a{
	color: #000;
	text-decoration: none;
}

section#content-csapp section.article article h2 a:hover{
	text-decoration: underline;
}

section#content-csapp section.article article p{
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 14px;
	color: #000;
	display: block;
	padding: 0;
	margin: 0 0 0 10px;
	float: left;
	width: 440px;
	
	position: relative;
}

section#content-csapp section.more {
	float: left;
	text-align:center;
	width: 200px;
	margin-right: 15px;
}

section#content-csapp div.skyscraper {
	width: 120px;
	margin: 0 auto;
}

section#content-csapp aside {
	float: left;
	width: 300px;
	min-height: 600px;
	margin: 5px 0 10px 0;
}

/**/

section#content-galleries {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	min-height: 630px;
	display:table;
	background-color: #FFF;
}

section#content-galleries article {
	font-family: 'PT Serif', serif;
	font-size: 13px;
	float: left;
	width: 660px;
	min-height: 950px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
}

section#content-galleries article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 40px;
	font-weight: bold;
	color: #0066FF;
	margin-bottom: 25px;
	text-transform: uppercase;
}

section#content-galleries span.goback {
	width: 660px;
	display: block;
	margin-bottom: 20px;
}

section#content-galleries span.goback a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-weight: bold;
	color: #222;
	text-transform: uppercase;
}

section#content-galleries b, section#content-galleries strong {
	font-weight: bold;
}

section#content-galleries i {
	font-style: italic;
}

section#content-galleries ul.galleries {
	font-family: 'PT Serif', serif;
	font-size: 13px;
	float: left;
	width: 660px;
	min-height: 950px;
	margin: 15px 15px 10px 0;
	padding-bottom: 10px;
}

section#content-galleries h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}

section#content-galleries ul.galleries li {
	float: left;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	width: 325px;
	min-height: 100px;
	position: relative;	
}

section#content-galleries ul.galleries time {
    padding: 5px;
	position: absolute;
    top: 5px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
	
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
}

section#content-galleries ul.galleries li a {
	display: block;
	width: 325px;
	height: 108px;
	background-size: 325px 100px;
	background-repeat: no-repeat;
}


section#content-galleries ul.galleries li a img {
	width: 325px;
	height: 108px;
}

section#content-galleries ul.galleries li a img:hover{
}

section#content-galleries ul.galleries li span {
	display: block;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #E9F8FC;
	border: 1px solid #E0E0E0;
	border-top: 0px !important;
}

section#content-galleries ul.galleries li span a{
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	display: block;
	width: 315px;
	height: auto;
}

section#content-galleries ul.galleries li:nth-child(odd) {
	margin-right: 10px;
}

section#content-galleries ul.galleries li:nth-child(even) {
	margin-right: 0;
}

section#content-galleries aside div.medium300x250{
	margin-bottom: 15px;
}
/**/


section#content-galleries ul.photos {
	font-family: 'PT Serif', serif;
	font-size: 13px;
	float: left;
	width: 660px;
	min-height: 950px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
}

section#content-galleries ul.photos li:nth-child(1) {
	float: left;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	width: 652px;
	min-height: 346px;
	height: auto;
}

section#content-galleries ul.photos li:nth-child(1) a {
	display: block;
	width: 652px;
	height: 346px;
}

section#content-galleries ul.photos li:nth-child(1) img {
	width: 652px;
	height: 346px;
}

section#content-galleries ul.photos li {
	float: left;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	width: 157px;
	height: 102px;
	padding: 0 8px 8px 0;
}



/* Push */
@-webkit-keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.push:hover, .push:focus, .push:active {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

section#content-galleries ul.photos li a {
	display: block;
	width: 157px;
	height: 102px;
}

section#content-galleries ul.photos li a img:hover{
	/*opacity: 0.6;
    -webkit-transition: all .6s ease;   Transition for Webkit browsers */
}

section#content-galleries ul.photos li p{
	display: block;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	clear: both;
	margin-left: 32px;
	margin-right: 45px;
}
/**/
section#content-galleries aside{
	float: left;
	width: 300px;
	margin-left: 15px;
}

/**/

section#content-article {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	min-height: 630px;
	display:table;
	background-color: #FFF;
}

section#content-article b, section#content-article strong {
	font-weight: bold;
}

section#content-article i {
	font-style: italic;
}

section#content-article span.info{
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 15px 0;
	display: block;
	width: 70%;
	position: relative;
	z-index: 99999;
}

section#content-article span.info a{
	color: #0066FF;
	text-decoration: none;
}

section#content-article span.info a:hover {
	text-decoration: underline;
}

section#content-article span.author{
	float: left;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	margin: 0 0 15px 0;
	display: block;
	width: 30%;
	position: relative;
	z-index: 99999;
}

section#content-article span.author span{
	text-transform: lowercase;
}

section#content-article article {
	font-family: 'PT Serif', serif;
	font-size: 13px;
	float: left;
	width: 660px;
	min-height: 950px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
}

section#content-article article.fullwidth {
	font-family: 'PT Serif', serif;
	font-size: 13px;
	float: left;
	width: 1005px;
	min-height: 250px;
	margin: 0 0 10px 0;
	padding-bottom: 10px;
}

section#content-article article.fullwidth p{
	font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    clear: both;
	text-align: left;
}

section#content-article article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 35px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}

section#content-article article figure {
	margin-top: 15px;
	width: 660px;
	min-height: 430px;
	position: relative;
}

section#content-article article figure img{
	width: 660px;
}

section#content-article article figure figcaption{
	position: absolute;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	text-align: center;
	text-shadow: 1px 0px 7px rgba(0, 0, 0, 1);
	top: 400px;
	width: 660px;
}

section#content-article article div.content {
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	clear: both;
	margin-left: 32px;
	margin-right: 45px;
}

div.adv300x250_art {
	float: left;
	margin-right: 10px;
}

section#content-article article div.content p {
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	clear: both;
}

section@content-article article span.author {
	font-family: 'PT Serif', serif;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	text-align: right;
}


section#content-article aside div.medium300x250{
	margin-bottom: 15px;
}

section#content-article aside{
	float: left;
	width: 300px;
	margin-left: 15px;
}

/**/

section#content-static {
	margin: 0 auto;
	padding: 15px 0;
	width: 990px;
	min-height: 630px;
	display:table;
	background-color: #FFF;
}

section#content-static article {
	font-family: 'PT Serif', serif;
	font-size: 13px;
	float: left;
	width: 660px;
	min-height: 950px;
	margin: 0 15px 10px 0;
	padding-bottom: 10px;
}

section#content-static article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 32px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}

section#content-static article p {
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #000;
	clear: both;
}

section#content-static article strong {
	font-weight: bold;
}

section#content-static aside{
	float: left;
	width: 300px;
}

section#content-static aside div.medium300x250{
	margin-bottom: 15px;
}

/**/

div.pagination ul {
	margin: 0;
	padding: 0;
}

div.pagination ul li {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	float: left;
}

div.pagination ul li a{
	padding: 3px 5px;
	color: #000;
}

div.pagination ul li.active a{
	font-weight: bold;
	background-color: #0066FF;
	color: #FFF;
}

div.container footer {
	width: 990px;
	margin-top: 100px;
	padding: 20px 15px 40px 15px;
	border-top: 1px solid #E0E0E0;
}

div.container footer div:nth-child(1) {
	float: left;
	width: 650px;
	height: 80px;
}

div.container footer div:nth-child(2) {
	margin: 0;
	font-family: 'Rokkitt', serif;
	font-weight: bold;
	font-size: 35px;
	text-align: right;
	float: left;
	width: 340px;
}

div.container footer div:nth-child(2) img {
	width: 120px;	
}

div.container footer p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	margin: 0;
}

form#contacts label {
	display: block;
	width: 100%;
}

form#contacts input[type=text], form#contacts input[type=email] {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	display: block;
	width: 600px;
	padding: 3px 5px;
	margin-top: 5px;
}

form#contacts input[type=submit] {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	border: 0;
	background-color: #0066FF;
	padding: 5px 10px;
}

form#contacts input[type=submit]:hover {
	background-color: #008CEF;
	cursor: pointer;
}

form#contacts textarea {
	font-family: 'PT Serif', serif;
	font-size: 14px;
	display: block;
	width: 600px;
	height: 200px;
	padding: 3px 5px;
	margin-top: 5px;
}

div#iamcalciosharingmatch {
	margin-top: 15px;
}

/**/

section#content-weather {
	margin: 0 auto;
	width: 1020px;
	min-height: 346px;
	display:table;
	background: #FFF;
}

section#content-weather article {
	float: left;
	width: 660px;
	margin: 5px 15px 10px 15px;
}

section#content-weather figure {
	float: left;
	width: 400px;
	margin-right: 15px;
}

section#content-weather article h2{
	font-family: 'PT Serif', serif;
	letter-spacing: -1px;
	font-size: 35px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 15px;
	line-height: 35px;
}

section#content-weather article h2 a{
	color: #FFF;
	text-decoration: none;
}

section#content-weather article h2 a:hover{
	text-decoration: underline;
}

section#content-weather div.author {
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #FFF;
	width: 245px;
	height: 15px;
}

section#content-weather div.author span{
	text-transform: lowercase;
}

section#content-weather article p{
	float: left;
	font-family: 'PT Serif', serif;
	font-weight: normal;
	font-size: 16px;
	color: #FFF;
	display: block;
	padding: 0;
	margin: 0;
	
	position: relative;
	width: 245px;
	height: 227px;
}

section#content-weather article p span{
	position: absolute;
	bottom: 0;
}

section#content-weather aside {
	float: left;
	width: 300px;
	min-height: 290px;
	padding: 48px 0 0 15px;
}

/* nunzio castaldi */

h2.mainTitlePopularPosts {
	font-size: 18px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 290px;
    padding: 5px 5px;
    margin-top: 10px;
    background-color: #E9F8FC;
}

.comunicati h2.mainTitle {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    width: 290px;
    padding: 5px 5px;
    margin-top: 10px;
    background-color: #E9F8FC;
}

section#content-article aside article{

	font-size: 14px !important;
	
}

/**/

/* *** */

.fb_iframe_widget span,
.fb_iframe_widget iframe{
	
	
	min-width: 100% !important;
	
}