
/* - arpatNewsPrint.css - */
@media print {
/*--------------- stampa ArpatNews ------------*/

body {
font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif;
}

a:link, a:visited {
font-weight: bold;
}

#top-nav {
display: none;
}

#content-bar-main {
border-left: 0px;
border-right: 0px;
}

.arpatnews_keyword {
font-size: 1.6em;
font-weight: bold;
font-style: italic;
text-transform: uppercase;
color: #FF9933;
}

.arpatnews_title {
font-weight: bold;
font-style: italic;
font-size: 1.8em;
color: #0099CC;
line-heigh: 60%;
margin: 0 0 0
}

.newsImageContainer {
float:right;
text-align: center;
}

/* commenti e pulsante invio commenti*/
.comment {
display: none;
}

.standalone {
display: none;
}

/* #relatedItemBox {
display: none;
} */

/* nascondo Footer */
#arpat-portal-footer {
display:none;
}

#portal-logo {
   display:block;
   float:left;
}

.logoRegione {
    float:right;
}

#content {clear:both;}

.template-arpatnews_view2 #portal-logo,
.template-arpatnews_view #portal-logo,
.template-arpatnews_view .logoRegione,
.template-arpatnews_view2 .logoRegione
{display:none !important}


/*--------------- modifiche by HTT 27/09/2011 ------------*/

.footer {
font-size: 0.8em;
}

.arpatnews_logo_footer_sx {
float: left;
}

.arpatnews_logo_footer_dx {
float: right;
}

.footer_verde {
color: #009966;
font-weight: bold;
}

.arpatnews_bold {
font-weight: bold;
}

.clearFl {
    clear: both;
}


/*--------------- modifiche per correggere problema testo intorno ad img ------------*/

.immagine1 {
    float: left;
    text-align: center;
}

.immagine1 {
    margin: 0 18px 3px 0;
}

.immagine2 {
    float: right;
    text-align: center;
}

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

.arpatnews_description {color: #514D2F;font-weight:bold; 
line-height:normal; margin-bottom:20px; font-style:italic;}

/* fine personalizzazioni ArpatNews */
}

