@charset "utf-8";
/* CSS Document */

@media print {
@page {
  size: 210mm 297mm;
  margin: 22mm 12mm 22mm 12mm;  /* DIFFERENT */
}
body { background:white; color:black; margin:0; font-family: 'Times New Roman', 'New Century Schoolbook', Times, Garamond, 'New York', serif; font-size:11pt; line-height: 1.1em;}
/*@page { margin: 10%; }*/

#sidebar {display:block; clear: both; width: 100%;}
#heading {display: block; float: left; width: 40%;}
#heading h1, #heading h2 {text-align: left;  /*TEXT FORMATTING */ color:#d85d5d;}
#menu {display:none;}
#contact_info {display: block; float: right; font-size: smaller; width: 40%; text-align: right; /*TEXT FORMATTING */ color:#d85d5d;  font-weight: bold;}
#contact_info h3 {text-align: right; /*TEXT FORMATTING */color:#d85d5d;}
#contact_info print {display: block;}
#sidebar-image {display:none;}
#content {display: block; margin-top: 10pt; clear: both;}
#content p.clearLeft {clear:left;}
div.pageBreak { page-break-before: always; }  /*PER FORZARE PAGEBREAK QUANDO SERVE*/
.pageBreak { page-break-before: always; }  /*PER FORZARE PAGEBREAK QUANDO SERVE*/
#form {display:none;}
/*TEXT FORMATTING *//* CAPOLETTERA ELEGANTE */
#first-letter p:first-letter  
{
font-weight: bold;
font-size: 200%;
font-family: 'Times New Roman', 'New Century Schoolbook', Times, Garamond, 'New York', serif;
font-style: italic;
clear: none;
line-height: 16pt;
margin-right: 0px;
margin-bottom: 0px;
}
#bottom_navigation {display: none;}
#update_date {display: block;  /*TEXT FORMATTING */ color:#d85d5d;}
#site_info {display: block; /*TEXT FORMATTING */ color:#d85d5d; font-weight: bold;}
#stats {display: none;}
#sidebar-right {display: none;}


.noPrint {display:none;}
img {display: none;}
img.print {display:block; float:left; clear:none; margin-right: 3pt; margin-top: 3pt; margin-bottom:3pt;}
img.print_float-right {display:block; float:right; clear:none; margin-left: 3pt; margin-top: 3pt; margin-bottom:3pt;}

/* DELETE UNUSED STYLES BELOW */
img.venetoStreets {width: 250mm;}
img.venetoSatellite{width: 600mm;}
img.250mm {width: 250mm;}
img.350mm {width: 350mm;}

 /*PAGE FORMATTING */ 
hr.print
{
  display:block;
  text-align:center;
  border-color: #d85d5d;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

h1, h2, h3, h4, h5 {text-align:center; line-height: 1.2em;  /*TEXT FORMATTING */ color:#d85d5d;}

br {line-height: 1.1em;}

div#site_info {
	margin-bottom: 10pt;
	}


/* IMPORTANT: CODE TO PRINT TEXT AFTER AN ELEMENT AND CODE TO PRINT LINKS - only in Firefox, Opera and Navigator. */
/*  TEXT TO PRINT AFTER PAGE CONTENT
div#site_info:after {
	content: "This page was printed from www.vicenzavillas.com. For enquiries, please email us at vivicenza@gmail.com or, better still, phone or fax us: +39 0444 54 30 87. Thank you!";
	}
*/	
#site_info a:link:after, #site_info a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }

div #site_info a[href^="/"]:after, #site_info a[href^="/"]:after {
   content: " (http://www.vicenzavillas.com" attr(href) ") ";
   }

}