iframe {
  width: 100%;
}
/* Links */
a {
	color: #003399;
	text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
/* Titles  */
h1, h2, h3, h4, h5, h6 {
/*  clear: right;*/
  margin-bottom: .5em;
  line-height:1.3em;
  font-family:  Arial, Verdana, Helvetica, sans-serif;
  font-weight: normal;
  color: #003399;
}
h1 {
	font-size: 2.2em;
	font-weight:300;
	padding: 0 0 0.5em;
	margin: 0;
}
h2 {font-size:1.8em;font-weight:300;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;font-weight:600;}
h6 {font-size:1em;font-weight:bold;}
/* Blockquotes and citations */
blockquote {
 font-family: Georgia, serif;
 line-height: 1.4em;
 border: 0px none;
 margin: 2em;
 padding: 0;
}
blockquote:before, blockquote:after {
 color: #003399;
 line-height: 0px;
 font-size: 4em;
}
blockquote:before {
 content: "\201C";
 float: left;
 clear: left;
 margin-left: -24px;
 position: relative;
 bottom: -10px;
}
blockquote:after {
 content: "\201D";
 float: right;
 clear: both;
 margin-right: -24px;
 margin-left: 476px;
 position: relative;
 top: 5px; 
}
blockquote cite {
 margin: .5em 0 0 0;
 display: block;
 color: #003399;
}
code {
 font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
 font-size: 0.9em;
 letter-spacing: .07em;
}
/* Paragraph Styles */

p {
	margin: 0 0 .5em 0;
}

/* Table Styles  */

table {
	width: 99%;
	border-collapse: collapse;
	margin-bottom: 1em;
}
table caption {
	color: #003399;
	border-bottom: 2px solid #003399;
	text-align: left;
}
table thead tr {
 border-bottom: 1px solid #003399;
 color: #003399;
}
table tbody tr {
 border-bottom: 1px solid #003399;
}
table tr th, table tr td {
 padding-right: 1em;
 border-bottom: none !important;
}
table tr th {
 text-align: left;
}
table tr td {
 text-align: left;
}
tr.even, tr.odd {
  border-bottom: 0px none;
}
tr.even td, tr.odd td {
  padding: 2px 5px;
}
tr.even {
  background: white;
}
tr.odd {
  background-color: #f0f6ff;
}
table.blank tr, tr.blank {
  border-bottom: 0px none;
}

/* Code */

pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}

pre {
	background-color: #efefef;
	display: block;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #aaa;
}

/* List Styles */
ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.5em;
  list-style-type: disc;
}
ul ul       { list-style-type: circle; }
ul ul ul    { list-style-type: square; }
ul ul ul ul { list-style-type: circle; }
ol          { list-style-type: decimal; }
ol ol       { list-style-type: lower-alpha; }
ol ol ol    { list-style-type: decimal; }
li.video {
  list-style-image: url(images/icons/cam_icon_blue.gif);
}
li.audio {
  list-style-image: url(images/icons/speaker_icon_blue.gif);
}
li.documento {
  list-style-image: url(images/icons/page-icon.gif);
}
/* Abbreviation */

acronym, abbr {
	 border-bottom: 1px dashed #999;
	 cursor: help;
	 white-space: nowrap;
}
/* Form elements */
/* Forms */
form {
 margin: 0;
 padding: 0 0 7px 0;
 border: 0px none !important;
}
.views-exposed-widget {
  padding: 0 !important;
}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
label, .form-item label, span.label {
  color: #af0f20;
  font-weight: normal;
}
input {
 font-size: 1em;
}
input[type="text"], input[type="password"], select, textarea {
 border: 1px solid #ffcc00;
 background: repeat-x url(images/input_text_background.gif) white;
}
/*
input[type="text"], input[type="password"] {
  max-width: 20em;
}
*/
input[type="text"]:focus, input[type="password"]:focus, select:focus {
 border-color: #af0f20;
}
input[type="text"], input[type="password"], select, option {
 background-color: white;
}
/* Buttons */
p.buttons {
  margin-bottom: 1em;
}
input[type=button],
input[type=submit],
button,
.button,
li.comment_add a,
li.comment_reply a {
  margin-bottom: 3px;
  margin-right: 7px;
  padding: 3px 5px 3px 5px;
  border: 0;
  background-color: #006F9F;
  color: white;
  font-weight: normal;
}
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.button:hover,
li.comment_add a:hover,
li.comment_reply a:hover {
  background-color: #af0f20;
  color: white;
  text-decoration: none;
}
a.video, a.audio, a.documento {
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 20px;
}
a.video {
  background-image: url(images/icons/cam_icon_blue.gif);
}
a.audio {
  background-image: url(images/icons/speaker_icon_blue.gif);
}
a.documento {
  background-image: url(images/icons/page-icon.gif);
}
.button.video, .button.audio {
  background-position: 3px 4px;
  background-repeat: no-repeat;
}
.button.video {
  background-image: url(images/icons/cam_icon_white.gif);
}
.button.audio {
  background-image: url(images/icons/speaker_icon_blue.gif);
}
.button.yellow {
  background-color: #ffcc00;
  color: #003399;
}
.button.blue {
  background-color: #003399;
}
/*
a.button-regioni {
  margin-bottom: 3px;
  padding: 3px;
  border: 0;
  background-color: #ffcc00;
  color: #af0f20;
  font-weight: normal;
}
*/
/* Objects */
/*
#content div.content object {
  float: left;
  margin: 3px 10px 10px 0;
}*/
/* Images */
.alignleft, img[align=left] {
  float: left;
  clear: left;
  display: inline !important;
  margin: 5px 10px 5px 0 !important;
}
.aligncenter, img[align=center] {
  float: none;
  clear: both;
  text-align: center;
  display: block !important;
  margin: 5px auto !important;
  clear: none;
}
.alignright, img[align=right] {
  float: right;
  clear: right;
  display: inline !important;
  margin: 5px 0 5px 10px !important;
}
.node .image-attach-body {
  margin-right: 1.5em;
  float: none;
  margin-left: 0;
}


.50px {
  width: 50px;
  height: auto;
}
.100px {
  width: 100px;
  height: auto;
}
.150px {
  width: 150px;
  height: auto;
}
.preview, .preview img {
  margin-top: 0;
  margin-left: 0;
}
.one-column {
  width: 245px;
  height: auto;
}
.two-columns {
  width: 490px;
  height: auto;
}
img.icon, img.banner {
  display: inline;
  border: 0px none !important;
  margin: 0 5px 0 0;
  padding: 0;
}
/* UI improvments  */

#edit-title{
	font-size: 24px;
}
#system-themes-form img{
	width:100px;
}
.form-item .description{
	font-style:italic;
	line-height:1.2em;
	font-size:0.8em;
	margin-top:5px;
	color:#777;
}
#edit-delete{
	color:#c00;
}

/**
 * Console, style from Slate theme
 */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #036;
  background: #bdf;
  border: 1px solid #ace;
}
div.warning {
  color: #840;
  background: #fe6;
  border-color: #ed5;
}
div.error {
  color: #fff;
  background: #e63;
  border-color: #d52;
}
div.status {
  color: #360;
  background: #cf8;
  border-color: #be7;
}
/* Comments */
#comments {
  border-top: 1px solid #003399;
  padding: 0 5px 0 5px;
  background-color: #f0f6ff;
}
#comments .title {
  margin-bottom: .5em;
}
#comments div.comment {
  border-top: 1px solid #003399;
  margin-bottom: 1em;
}
#comments div.comment ul.links {
	margin-top: 5px;
}
#comments div.content {
}
#comments li.comment_reply {
	margin-bottom: .5em;
}
#comments div.box {
  border-top: 1px solid #003399;
  padding: 0 !important;
  width: 100%;
}
/* Blocks */
div.con-immagini-50 .views-row {
  min-height: 55px;
}
div.con-immagini-100 .views-row {
  min-height: 105px;
}
div.con-immagini-150 .views-row {
  min-height: 155px;
}
#main div.block {
	clear: both;
	padding: 0;
	margin-bottom: 5px;
	border-top: 1px solid #003399;
}
#main div.block:first-child {
  border-top: 0px none;
}
#main div.block h2, div.block h3 {
	margin-top: 0;
	clear: none;
}
#main div.block .view-filters {
  padding: 0 5px;
}
#main .views-row {
	margin: 0 5px;
	padding: 4px 0 4px 0;
	border-top: 1px dotted #003399;
}
#main .views-row h2.title {
	font-size: 1em;
}
/*
#content .views-row {
  min-height: 150px;
}
*/
#content .views-row .field-content>p:first-child img {
  max-width: 150px;
  height: auto;
  max-height: 150px;
}
.sidebar #block-views-archivio_primo_piano-block_1 .views-row img {
  margin-top: 0 !important;
}
.metadata {
  color: #006F9F;
}
.published, .submitted, .category {
  font-size: .8em;
  text-transform: uppercase;
}
.metadata strong, .metadata strong a {
  color: #af0f20;
  font-weight: normal;
}
/* Pager */
ul.pager {
  border-top: 1px solid #006F9F;
  color: #006F9F;
}
ul.pager li {
  margin: 0;
  padding: 0 .2em 0 0;
}
ul.pager li a.ative {
  color: #006F9F;
}
ul.pager .pager-current {
  font-weight: normal;
}
.icon {
  margin-right: 5px;
}
/* Soacial sharing */
.twitter_share {
  position: relative;
  top: 0px;
}
.twitter_share iframe {
  width: auto;
}
.google_share {
  position: relative;
  top: -3px;
}
.google_share iframe {
  width: auto;
}

a.facebook-button {
  display: block;
  height: 16px;
  width: 16px;
  background: url(images/social/facebook.png) #003399;
}
a.rss-button {
  display: block;
  height: 16px;
  width: 16px;
  background: url(images/social/feed.png) orange;
}
a.facebook-button span, a.rss-button span {
  display: none;
}
/*
a.connect_widget_like_button  {
  -moz-border-radius:3px 3px 3px 3px;
  border-radius:3px 3px 3px 3px;
  border:1px solid #000000;
  display:block;
  float:left;
  padding:4px 5px;
}
*/
/* Dona ora */
form.dona {
  display: inline-block;
  width: auto;
  margin-bottom: 2em;
  padding: 0 0 0 5px;
  vertical-align: middle;
  background-color: #ffcc00;
  color: #003399;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
form.dona .sostieni {
  display: inline;
}
form.dona input[type=text] {
  margin-right: 5px;
}
form.dona input[type=submit] {
  height: auto;
  margin-bottom: 0;
  margin-right: 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  background-color: #003399;
  color: #ffcc00;
}
form.dona input[type=submit]:hover {
  background-color: #af0f20;
  color: white;
}
a.taxonomy-image-link-alter img { display: none; }
p.disclaimer {
  display: none;
}
/* Content */
#content {
  line-height: 1.5em;
}
#content .view-row .title {
  font-size: 1.5em;
}
#content h1.title {
  padding-left: 10px;
  padding-right: 10px;
  color: #af0f20;
}
#content div.content h2.summary {
  margin-top: 0;
  font-size: 1.5em;
  color: #af0f20;
}
#content div.content h2 {
  margin-top: 1.5em;
}
#content div.content h3 {
}
#content #content-area {
  padding-left: 10px;
  padding-right: 10px;
}
/* Boxes */
div.box {
  display: inline-block;
  padding-bottom: 5px;
}
div.box h2 {
  margin-top: 0 !important;
  margin-bottom: 10px;
}
#content div.box {
  background-color: #f0f6ff;
  padding: 10px;
  margin-bottom: 1em;
}
#content div.box.yellow {
  background-color: #ffee9e;
}
#content div.box.yellow h2 {
 background-color: #ffcc00 !important;
}
/* Sections */
div.section {
  border-top: 2px solid #003399;
  clear: both;
  margin-bottom: 2em;
}
div.section>img {
  float: left;
  clear: none;
  border-top: none;
  width: 80px;
  height: 80px;
}
div.section h2 {
  margin-top: 0 !important;
}
div.section div.description {
  margin: 0 0 0 110px;
  width: 600px;
  vertical-align: top;
}
div.section div.description h2, body.page-chisiamo-eletti div.section div.description h3 {
  margin-top: 0 !important;
  clear: none !important;
}
div.section div.description li.social {
  list-style: none;
  padding-top: 5px;
}
/* Primo piano */

/* FACEBOOK SHARE BUTTON */
div.fblike {max-height:62px;}
div.fblike div.FB_Loader {display:none;}

/* RIBBON */

.ribbon {
  background-color: #af0f20  ;
  overflow: hidden;
  white-space: nowrap;
      position: absolute;
  left: -170px;
  top: 50px;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ribbon a {
  border: 1px solid #faa;
  color: #fff;
  display: block;
  font: bold 75% 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;

}