/*
	CSS for media print for ObertWPress01 wrote by Alberto Ramacciotti http://www.obertfsp.com
	All rights reserved
	20-03-2008
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: verdana, sans-serif;
	background-color: #ffffff;
	color: #000000;
	width: auto;
}

div#content {
	margin: 0;
	padding: 0;
	width: auto;
}

p, h2, h3 {
	margin: 1em 0;
}

.noprint, 
ul.pages, ul.navigation, 
div.articoli h2 span, div.articoli h3 span, 
#cvIT, .postmetadata, div#footer, 
.geo, .street-address, .extended-address, .postal-code, .tel {
	display: none;
}

a {
	text-decoration: none;
}

a:after {
	padding: 0.1em 0;
	background-color: #ffffff;
}

a:not ( [href^="#"] ) :after { content:" ( "attr(href)" ) "; }

a:not ([href^="http:"]):after { content: " ( http://www.obertfsp.com/"attr(href)" ) "; }

a [href^="irc:"]:after, a[href^="ftp:"]:after { content:" ( "attr(href)" ) "; }

address span {
	font-style: normal;
	display: block;
}

address span.adr {
	display: block;
	margin: 0;
	padding: 1em;
}

address .tel,
address .title,
address .region,
address .locality,
address .country-name {
	display: inline;
}
