/*
aptosid-manual OS print.css by © 2006-2009 Harald Holt (h2) & © 2006-2010 Trevor Walkley (bluewater)(trevor_walkley at aptenodytes.org), released under GNU Free Documentation License.Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts.
*/
/* last updated by bluewater 2010-08-26 0730 UTC*/

body {
background: transparent;
font-size: 11pt;

}
#menu {display:none;}
#main-page {
margin:0 5em 0 2em;
}
#top-header {
display: list-item;
list-style-image: url(../logos/aptosid-lang-100x64.png);
list-style-position: inside;
}
/* not needed if want coloured highlights
.highlight-1 {color:#000;}
.highlight-2 {color:#000;}
.highlight-3 {color:#000;}
.highlight-4 {color:#000;}
*/


p {
page-break-inside:avoid;
}


/* creating mouseover hyperlinks for print to PDF file doesnt work ... yet ....this is to get the url to print*/
a:link, a:visited, a:hover, a:active{
	color: #003082;
	background: transparent;
	font-weight: normal;
	text-decoration: underline;
	}


#main-page a:link:after, #main-page a:visited:after {
	content: " (" attr(href) ") ";
	font-size:90%;
   }
/* added height 2009-01-21 1422 UTC. Updated by bluewater 2009-02-02 0500 UTCtook out overflow:visible; and replaced with white-space: pre-wrap; so that codebox overflow wraps when printing*/
pre {
	color:#000;
	background:transparent;
	border:1px solid #888;
	font:normal 11px "dejavu", "Lucida Console", monospace;
	width:95%;
	height: auto;
	margin:0 auto 1em auto;
	padding:6px;
	text-align:left;
	white-space: pre-wrap;
}
