/*** SARAH v1.0 | TJK.Template | Table-less Layouts | Copyright (c) TJKDesign - Thierry Koblentz */

/* Print Style Sheet for modern browsers                ******************** */
/* This Sheet is to only print the main content of the page + the Copyright DIV */
/* Do not forget to replace yoursite in the last rule with the appropriate name */
/* NOTE:  Some browsers have trouble printing floating elements longer than one */
/* page.  If you run into that problem, replace the declaration with float:none */

acronym {border:none}
/* These are the containers we want to print             *******************/
#printheader {
	display:inline;
	font-size:12pt;
	margin:0;
	padding:0;
	border-bottom:1px dotted #006666}
/* Use this rule to set the font and size you would like to use for printing */
#content {
	width:90%;
	font-family:arial, verdana, sans-serif;
	font-size:10pt;
	border:none;
	margin:10px;
	color:#555555;
	text-align:left;
	background-color:transparent
}
#copyright {
	clear:both;
	display:inline;
	color:#006666;
	font-size:small;
	text-align:right;
}
/* These are the containers we do not want to print      *******************/
#toplinks,#header,#sidebar,#menu,#footer,#skipnav,img {display:none !important}
/* This CSS does not validate because of these 2 last rules, but */
/* I think they are cool enough to use them in here. This one below */
/* adds the "href" value to links that point to external URLs. */
#main a[href^="http"]:after {content: " (" attr(href) ") "}
/* If you use root-relative paths within your web site, the rule */
/* below can include your domain name in the links ("yoursite"). */
#main a[href^="/"]:after {content: " (http://www.dancingnomad.com" attr(href) ") "}