/* Estils per a Impressió */

body, #wrap, #header, #bodyContent, #content, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#helpNav, #mainNav, #mainBanner, #sideBar, #breadcrumb, #footerNav, .shotsNav {
	display:none;
	}
.screenShots {
	text-align:center;
	}
.screenShots .shotsInfo {
	float:none;
	}
#contentInfo h2 {
	margin-top:1em;
	}
#footer {
	margin-top:30px;
	}
#bodyContent a:link:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/* Afegeix el domini del web abans de qualsevol enllaç que comença en '/'  */
#bodyContent a[href^="/"]:after {
  content: " (http://www.xopie.com" attr(href) ") ";
   }



