/*	SigilTheme3 Print Style Sheet
		--------------------------------------------------------------
	Author: MCZ & subBlue  ( http://www.subBlue.com/ )

	Copyright 2007 MCZ ( http://www.sigil.cz/ )
		--------------------------------------------------------------
*/

/* General markup styles */

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	font-family: Corbel, Verdana, "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}

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

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


/* Container for the main body */

#wrap {
	margin: 1em 2em;
}

page-footer {
	clear: both;
}

p { font-size: 85%; }

.page-number				{ font-size: 75%; margin: 1em 0; }
.page-number span		{ float: right; }

.copyright { 
	clear: both;
	font-size: 75%;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	color: #000000;
	background: none;
	text-decoration: none;
	font-weight: bold;
}

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

.content {
	font-size: 11pt;
	line-height: 14pt;
	margin-bottom: 1em;
	overflow: hidden;
}

strong.group { text-decoration: underline; }

/* CSS2 Print tip from: http://www.alistapart.com/articles/goingtoprint/ */
.postbody a:link, .postbody a:visited, .postbody a:active, .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 .postbody a:link:after, html>body .postbody a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	text-decoration: none;
}

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

.author {
	font-size: 9pt;
	margin-bottom: 1em;
}


/* Dont want to print url for names or titles in content area */

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


/* Poster profile */

.postprofile { display: none; }
.grip-show { display:none; }


/* Quote */

blockquote {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	margin: 0.5em 6px 1px 25px;
	overflow: hidden;
	padding: 3px 5px;
}

blockquote cite {
	/* Username/source of quoter */
	display: block;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
}

blockquote.uncited {
	padding: 21px 5px 3px;
}


/* Code */

dl.codebox {
	border: 1px solid #a0a0a0;
	font-size: 1em;
	margin: 0.5em 6px 1px 1px;
	padding: 3px 5px 3px;
}

dl.codebox dt { display: none; }

dl.codebox code {
	display: block;
	font: .9em Monaco, "Andale Mono", "Courier New", Courier, mono;
	height: auto;
	line-height: 1.3em;
	overflow: auto;
	white-space: normal;
}


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

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