/* proSilver Print Style Sheet
-------------------------------------------------
	Author: subBlue  ( http://www.subBlue.com/ )
	Version: 25 August 2004
	Copyright 2004 phpBB Group
-------------------------------------------------*/
/* Lots still TODO here! */
/* General markup styles */
#jfusion * {
	padding: 0;
	margin: 0;
}
body #jfusion {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
#jfusion a:link { color: #000000; text-decoration: none; }
#jfusion a:visited { color: #000000; text-decoration: none; }
#jfusion a:active { color: #000000; text-decoration: none; }
#jfusion img, #jfusion .noprint, #jfusion #sub-header, #jfusion #sub-footer, #jfusion .navbar, #jfusion .box1, #jfusion .divider, #jfusion .signature { display: none; }
/* Display smilies (Bug #47265) */
#jfusion .content img {
	display: inline;
}
/* Container for the main body */
#jfusion #wrap {
	margin: 0 2em;
}
#jfusion p { font-size: 85%; }
#jfusion .copyright { font-size: 75%; }
#jfusion .page-number { float:right; width: auto; text-align: right; font-size: 75%; }
#jfusion h1, #jfusion h2, #jfusion h3, #jfusion h1 a, #jfusion h2 a, #jfusion h3 a {
	font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
	color: #000000;
	background: none;
	text-decoration: none;
	font-weight: bold;
}
#jfusion h1 { font-size: 20pt; }
#jfusion h2 { font-size: 16pt; margin-top: 1em; }
#jfusion h3 { font-size: 14pt; margin-top: 1em; }
#jfusion .content {
	font-size: 11pt;
	line-height: 14pt;
	margin-bottom: 1em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	overflow: hidden;
}
/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
#jfusion .postbody a:link, #jfusion .postbody a:visited, #jfusion .postbody a:active, #jfusion .postbody a:hover {
	text-decoration: underline;
	padding: 0.1em 0.2em;
	margin: -0.1em -0.2em;
	color: #666;
	background: none;
	font-size: 100%;
}
html>body #jfusion .postbody a:link:after, html>body #jfusion .postbody a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	text-decoration: none;
}
#jfusion hr {
	height: 1px;
	background-color: #999999;
	border-width: 0;
}
#jfusion .author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 0.6em;
}
#jfusion .date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	position: relative;
	text-align: right;
	font-size: 75%;
}
/* Dont want to print url for names or titles in content area */
#jfusion .postbody .author a:link, #jfusion .postbody .author a:visited, html>body #jfusion .postbody .author a:link:after, html>body #jfusion .postbody .author a:visited:after, #jfusion .postquote .quote-by a:link, #jfusion .postquote .quote-by a:visited, html>body #jfusion .postquote .quote-by a:link:after, html>body #jfusion .postquote .quote-by a:visited:after, html>body #jfusion .postbody h1 a:link:after, html>body #jfusion .postbody h2 a:link:after {
	text-decoration: none;
	content: "";
}
/* Poster profile */
#jfusion .postprofile { display: none; }
#jfusion .grip-show { display:none; }
/* Quote */
#jfusion .postquote, #jfusion blockquote {
	font-size: 85%;
	margin: 1em 18% 1em 4%;
	padding: 0.5em;
	position: relative;
	line-height: 1.5em;
	border: 1px #999999 solid;
}
#jfusion .postquote img { display: none; }
#jfusion .postquote span { display: block; }
#jfusion .postquote span .postquote { font-size: 100%; }
#jfusion .quote-by, #jfusion blockquote cite {
	color: black;
	display : block;
	font-weight: bold;
}
/* List */
#jfusion ol, #jfusion ul {
	margin-left: 15pt
}
/* Misc page elements */
#jfusion div.spacer { clear: both; }
/* Accessibility tweaks: Mozilla.org */
#jfusion .skip_link { display: none; }
#jfusion dl.codebox dt { display: none; }
