/*
** Printing style for ODcWiki skin.
*/

#p-logo img#logo-print {
	display: block;
	width: 200px;
	height: 110px;
}
#p-logo img#logo-main {
	display: none;
}

div#p-panel,div#p-personal,div#p-navigation,div#p-cactions,div#p-tb,
#footer,#viewcount {
       display: none;
}

#bodyContent a.external, 
#bodyContent a[href ^="gopher://"], 
#bodyContent a[href ^="https://"], 
.link-https, 
#bodyContent a[href ^="mailto:"], 
.link-mailt, 
#bodyContent a[href ^="news://"], 
#bodyContent a[href ^="ftp://"], 
.link-ftp, 
#bodyContent a[href ^="irc://"], 
.link-irc {
	background: inherit;
	padding-right: inherit;
}

#content a[href ^="mailto:"].external.text:after, #content a[href ^="mailto:"].external.autonumber:after {
    /* Expand URLs for printing */
    content: inherit;
}

