/* Estils per a Impressió */

body, #wrap, #header, #contentBox, #content, #contentShort, #footer {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
#controls, #helpNav, #mainNav, #brand, #sideBar, #breadcrumb, #footerNav, .newsDetetails, #sentinia {
	display:none;
	}
#contentBox h2 {
	margin-top:1em;
	}
#contentColA {
	width:48%;
	float:left;
	clear:left;
	}
#contentColB {
	width:48%;
	float:right;
	}
#new h3 {
	font-size:140%;
	}
#newsContent {
	padding: 2em 0;
	}
#newsContent img {
			padding:6px;
			background-image: none;
			}
#footer #legalCopy {
	clear:both;
	padding:10px 10px 20px 10px;
	}

#contentBox a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
/* Afegeix el domini del web abans de qualsevol enllaç que comença en '/'  */
#contentBox a[href^="/"]:after {
  content: " (http://www.ceeilleida.com" attr(href) ") ";
   }