/* $Id: views-styles.css,v 1.3 2010/06/24 23:08:18 jmburnz Exp $ */

/**********************************************************
 *                    Views Styles
 **********************************************************/

/* TODO: add basic views selectors */
.view-ultime-news h2{font-size:1.25em}
.view-ultime-news h2 a{color:#006699}



.view-comunicati .comunicati-date, .view-faq-home .comunicati-date  { background: url("images/calendar-icon-small.png") no-repeat scroll 0 -1px rgba(0, 0, 0, 0);
    padding: 4px 0px 5px 25px; font-family:verdana; font-style:italic; font-weight:bold; color:#686868}
	
.view-comunicati .views-row, .view-faq-home .views-row {
	padding-top:.5em;
	padding-bottom:.5em;
	border-bottom: 1px dashed #b6b6b6;
	clear:both;
}
.view-comunicati .views-field , .view-faq-home .views-field{	    
	/*border-bottom: 1px dashed #b6b6b6;*/
    display:inline-block;
    width:100%;
	}	
.view-comunicati .views-field-title , .view-faq-home .views-field-title  {	    
	/*border-bottom: 1px dashed #b6b6b6;*/
    margin-bottom: 0em;
    padding: 0.5em 0.2em 0.5em 0;
	font-weight:bold;
	}
.view-comunicati .views-field-title a, .view-comunicati .views-field-title a:link, .view-comunicati .views-field-title a:visited , .view-faq-home .views-field-title a, .view-faq-home .views-field-title a:link, .view-faq-home .views-field-title a:visited{
    color: #006699;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5em;
	text-decoration:none;
}
/*-------------- Blue Blank-----------------*/

.readmore,.node-readmore a{
background:#006dda;
text-align:right;
cursor:pointer;
color:#fff;
margin: .5em 1em;
float:right;
padding:2px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:2px solid #006dda;
font:bold 11px sans-serif;
}
.readmore:hover,.node-readmore a:hover{
background:#da3f0f;
font:bold 11px sans-serif;
color:#fff;
border:1px solid #006dda;
padding:3px
}
.readmore a,.node-readmore a {
font:bold 11px sans-serif;
color:#fff;
text-decoration:none;
}

.readmore a:hover,.node-readmore a:hover {
color:#fff;
text-decoration:none;
}


span.field-content.comunicati-date{
	font-size:.9em !important
}
div.views-field.views-field-title a:hover{
	/*font-size:.9em !important;*/
        text-decoration:underline;
        color:#df004a;
}
.view-comunicati .view-header img, .view-faq-home .view-header img{
	float:left;
}
.view-comunicati .view-header, .view-faq-home .view-header{
	margin-bottom:2em;
}
.view-comunicati .view-header h1, .view-faq-home .view-header h1{
	padding-bottom:1.5em;
	font-size:1.8em;
}
.view-comunicati .views-field-title, .view-faq-home .views-field-title{font-size: 1em}

/* Stile per titolo Calendario Eventi nella Colorbox */
h1.cbox-event-title{padding-bottom:1em; font-size:1.3em}
/* Calendario eventi formattazione header */
.view .date-nav-wrapper .date-heading h3 {font-size:1.2em}
.view .date-nav-wrapper .date-prev a {font-size:.8em;margin:right:15px;padding-right:10px}
.view .date-nav-wrapper .date-next a {font-size:.8em;margin:right:15px; padding-left:10px}



