/* Hiding navigation from print */

#nav, #navlist, p.time, #where, #active {
	display: none;
	}

/* Setting font and background */

body {	
	background: white;
	font-size: 12pt; 
	}

/* Adding visible URLs after links */

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}

/* Adding website name to page title */

h1:after { 
	content: " (at Nest on a Crooked Limb)"; 
	}

/* Renders abbreviations + acronyms definitions visible */

abbr[title]:after, acronym[title]:after {
	content: " (" attr(title) ")";
	border: none;
	}

#copy:before {
	content: "(http://www.owlrigh.cjb.net)    "; }

/* Inserted quote, left in paragraph */

div#inset-l {
	float: left; 
	width: 25%; 
	text-align: left;
	font-family: Tahoma,Verdana,Arial,sans-serif; 
	font-size:11px;
	padding: 1em; 
	text-indent: -0.5em; 
	background: white;
	color: black; 
	border: dotted #033;
	border-width: 1px 1px 1px 1px; 
	margin: 10px 20px 7px 7px;
	position: relative;}                  /* fix for IE/Win */

/* Inserted quote, top left in section */

div#inset-tl {
	float: left; 
	width: 25%; 
	text-align: left;
	font-family: Tahoma,Verdana,Arial,sans-serif; 
	font-size:11px;
	padding: 1em; 
	text-indent: -0.5em; 
	background: white;
	color: black; 
	border: dotted #033;
	border-width: 1px 1px 1px 1px; 
	margin: -1px 14px 7px 7px;
	position: relative;}                  /* fix for IE/Win */

/* Inserted quote, top right in section */

div#inset-tr {
	float: right; 
	width: 25%; 
	text-align: left;
	font-family: Tahoma,Verdana,Arial,sans-serif; 
	font-size:11px;
	padding: 1em; 
	text-indent: -0.5em; 
	background: white;
	color: black; 
	border: dotted #033;
	border-width: 1px 1px 1px 1px; 
	margin: -1px -1px 7px 14px;
	position: relative;}                  /* fix for IE/Win */

/* Inserted quote, right in paragraph */

div#inset-r {
	float: right; 
	width: 25%; 
	text-align: left;
	font-family: Tahoma,Verdana,Arial,sans-serif; 
	font-size:11px;
	padding: 1em; 
	text-indent: -0.5em; 
	background: white;
	color: black; 
	border: dotted #033;
	border-width: 1px 1px 1px 1px; 
	margin: 7px -1px 7px 14px;
	position: relative;}                  /* fix for IE/Win */


