
/* CDS */

@import "cds_filter.css";

/* node */

div.content h4 { margin: 1em 0 0 0; color: #1B5094; }
div.content p { margin-bottom: 1.2em; }
div.content p+p {	margin-top: 0em; }
.teaser .content p+p { margin-top: 1.2em; }

.teaser .foto-destra { margin-top: 0px; position: relative; left: 20px; margin-bottom: 0;}

/* node_image */

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

.node_image {
  float: left;
  width: 48%;
  font-size: .9em;
  margin-bottom: 5px;
  padding-right: 10px;
}

.node_image a img {
  border: 1px solid silver;
}

.node_image a:hover img {
  border: 1px solid red;
}

/* sidebar */

/* Topics */

.topic-image {
  width: 680px;
  border: 10px solid #B8DAFF;
}
.sticky .topic-image {
  border: 0;	
}

/* subsection */

.subsection_link {
  margin-left: 10px;
  font-size: .9em;
}
.subsection_title {
  background-color: #eee;
  border-bottom: 1px solid silver;
  margin-bottom: 5px !important;
}
.subsection_title a:hover {
  text-decoration: none;
  color: #1B5094;
}
a.subsection_top {
	font-size: .8em;
	color: #999;
}
	