@media print {
#buttons,#header,.sociable,#respond,.footerleft,#left,#right,#user4,#user3,#user2,#user1,.nocomments {
	display:none;
}
#content {
width:auto;
}
h1 {font-size:110%;}
h2  {font-size:100%;}
h3 {font-size:90%;}
.tagline {font-size:100%;}


#container a[href*="/"]:not([href*="http://"]):not([href*="mailto:"]):after {
	content:" (http://larpfest.sk/" attr(href) ")";
	font-size: 90%;
}

#container  a[href*="http://"]:after {
	content:" (" attr(href) ")"; 
font-size: 90%;
}
}
