
/* 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 */

 #phpbbrednblack * {
	padding: 0;
	margin: 0;
}

 body #phpbbrednblack  {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}

 #phpbbrednblack a:link { color: #000000; text-decoration: none; }

 #phpbbrednblack a:visited { color: #000000; text-decoration: none; }

 #phpbbrednblack a:active { color: #000000; text-decoration: none; }

 #phpbbrednblack img , #phpbbrednblack .noprint , #phpbbrednblack #sub-header , #phpbbrednblack #sub-footer , #phpbbrednblack .navbar , #phpbbrednblack .box1 , #phpbbrednblack .divider , #phpbbrednblack .signature { display: none; }

/* Container for the main body */

 #phpbbrednblack #wrap {
	margin: 0 2em;
}

 #phpbbrednblack p { font-size: 85%; }

 #phpbbrednblack .copyright { font-size: 75%; }

 #phpbbrednblack .page-number { float:right; width: auto; text-align: right; font-size: 75%; }

 #phpbbrednblack h1 , #phpbbrednblack h2 , #phpbbrednblack h3 , #phpbbrednblack h1 a , #phpbbrednblack h2 a , #phpbbrednblack h3 a {
	font-family: "Trebuchet MS",georgia,Verdana,Sans-serif;
	color: #000000;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

 #phpbbrednblack h1 { font-size: 20pt; }

 #phpbbrednblack h2 { font-size: 16pt; margin-top: 1em; }

 #phpbbrednblack h3 { font-size: 14pt; margin-top: 1em; }

 #phpbbrednblack .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/ */

 #phpbbrednblack .postbody a:link , #phpbbrednblack .postbody a:visited , #phpbbrednblack .postbody a:active , #phpbbrednblack .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 #phpbbrednblack  .postbody a:link:after , html > body #phpbbrednblack  .postbody a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	text-decoration: none;
}

 #phpbbrednblack hr {
	height: 1px;
	background-color: #999999;
	border-width: 0;
}

 #phpbbrednblack .author {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-bottom: 0.6em;
}

 #phpbbrednblack .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 */

 #phpbbrednblack .postbody .author a:link , #phpbbrednblack .postbody .author a:visited , html > body #phpbbrednblack  .postbody .author a:link:after , html > body #phpbbrednblack  .postbody .author a:visited:after , #phpbbrednblack .postquote .quote-by a:link , #phpbbrednblack .postquote .quote-by a:visited , html > body #phpbbrednblack  .postquote .quote-by a:link:after , html > body #phpbbrednblack  .postquote .quote-by a:visited:after , html > body #phpbbrednblack  .postbody h1 a:link:after , html > body #phpbbrednblack  .postbody h2 a:link:after {
	text-decoration: none;
	content: "";
}

/* Poster profile */

 #phpbbrednblack .postprofile { display: none; }

 #phpbbrednblack .grip-show { display:none; }

/* Quote */

 #phpbbrednblack .postquote {
	font-size: 85%;
	margin: 1em 18% 1em 4%;
	padding: 0.5em;
	position: relative;
	line-height: 1.5em;
	border: 1px #999999 solid;
}

 #phpbbrednblack .postquote img { display: none; }

 #phpbbrednblack .postquote span { display: block; }

 #phpbbrednblack .postquote span .postquote { font-size: 100%; }

 #phpbbrednblack .quote-by { font-weight: bold; }

/* Misc page elements */

 #phpbbrednblack div.spacer { clear: both; }

/* Accessibility tweaks: Mozilla.org */

 #phpbbrednblack .skip_link { display: none; }


