/* 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 */
* .mainCell {
	padding: 0;
	margin: 0;
}

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

.mainCell a:link		{ color: #000000; text-decoration: none; }
.mainCell a:visited	{ color: #000000; text-decoration: none; }
.mainCell a:active	{ color: #000000; text-decoration: none; }

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

/* Container for the main body */
.mainCell #wrap {
	margin: 0 2em;
}

.mainCell p { font-size: 85%; }
.mainCell .copyright { font-size: 75%; }
.mainCell .page-number { float:right; width: auto; text-align: right; font-size: 75%; }

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

.mainCell h1 { font-size: 20pt; }
.mainCell h2 { font-size: 16pt; margin-top: 1em; }
.mainCell h3 { font-size: 14pt; margin-top: 1em; }

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

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

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

.mainCell .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 */
.mainCell .postbody .author a:link, .mainCell .postbody .author a:visited, 
html>body .mainCell .postbody .author a:link:after, 
html>body .mainCell .postbody .author a:visited:after,
.mainCell .postquote .quote-by a:link, .mainCell .postquote .quote-by a:visited, 
html>body .mainCell .postquote .quote-by a:link:after, 
html>body .mainCell .postquote .quote-by a:visited:after,
html>body .mainCell .postbody h1 a:link:after, html>body .mainCell .postbody h2 a:link:after {
	text-decoration: none;
	content: "";
}

/* Poster profile */
.mainCell .postprofile { display: none; }
.mainCell .grip-show { display:none; }

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

.mainCell .postquote img { display: none; }
.mainCell .postquote span { display: block; }
.mainCell .postquote span .postquote { font-size: 100%; }
.mainCell .quote-by { font-weight: bold; }

/* Misc page elements */
.mainCell div.spacer { clear: both; }

/* Accessibility tweaks: Mozilla.org */
.mainCell .skip_link { display: none; }

