/**
 * Print stylesheet
 *
 * Vikingboard default stylesheet for print
 * @author Marius Pedersen Taule <marius@vikingboard.com>
 * @package Vikingboard
 * @version 0.2.0
 *
 * $Id: print.css 1336 2007-02-26 23:07:55Z paitrakt $
 */

body {
	margin: 0;
}

#quick-navigation,
#menu,
#navigation,
#quick-search,
.reply,
.post h3 input,
.post h3 .pm,
.post .details p,
.post .details img,
.post .details dl,
.post .signature,
.post .actions,
#mod-options,
#quick-reply,
#jump-to,
#footer
{
	display: none;
}

a
{
	text-decoration: none;
	color: #000;
}

#thread {
	margin: 0;
	padding: 0;
}

#thread,
#thread .post,
#thread .poll
{
	list-style-type: none;
}

.poll dd:after
{
	content: " (" attr(title) ") ";
}

.post .content a:after
{
	content: " (" attr(href) ") ";
	font-style: italic;
}

.content p + p {
	text-indent: 1em;
}

attr:after,
acronym:after
{
	content: " (" attr(title) ") ";
}
