/*
-----------------------------------------------
Selected Works Print Styles
File:		bp-print.css
Author: 	Samira Vijghen
Version:	05 May 2007

This file contains the stylesheet rules needed 
for printing the Best Practices Journal  pages.
----------------------------------------------- */
body {
	background: white;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	margin:0 3%;
	text-align:left;
	width: auto !important;
	color:black; 
    padding:0;}

p#printlogo { 
	margin:0;
	padding:0; }

table { 
	width:100%; 
	margin:0 auto 15px; }

#logo,
#tabsJ, 
#sidebar,
#news,
#breadcrumb,
.divider,
#info-box,
#footer,
p.pdf,
.more {
	display: none !important; }
	
/* Typography
---------------------------------*/

h1 { 
	font:20px/24px Georgia, "Times New Roman", Times, serif;
	color:black;
	text-align:left;
	font-weight:normal;
	border-bottom:1px solid black; }

#pagetitle h1 {  
	font-style:italic;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
	border:0;
	color:blue;}

h2 	{ 
	font:16px/22px Georgia, "Times New Roman", Times, serif;
	color:black;
	text-align:left;
	font-weight:normal;
	border:0; }

h3  { 
	font:14px/20px Georgia, "Times New Roman", Times, serif;
    padding:0;
	padding-top:10px; 
	color:black;
	text-transform:uppercase;
	font-weight:bold; }

h4  {
	font:12px/16px Georgia, "Times New Roman", Times, serif;
	color:black; 
	font-weight:normal;
	padding:0;}
	
p, 
pre, 
td { 
	padding:5px 0; 
	text-align:left;
	width: auto !important; }

/* Links
---------------------------------*/

a { 
	font-weight:bold;
	text-decoration:underline; 
	color:black;
	margin-right:10px;}

a:link:after,
a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%; }
	
html.noted a:link:after,
html.noted a:visited:after {
	content: ''; }
    
p.pdf a,
a.ignore { 
	display:none; }

div  {
	margin: 0;
	text-align:left; 
	width: auto !important; }

.clear { 
	height:2px;
	width:auto !important;
	clear:both; }

#printfooter {
	  margin:20px auto;
	  border-top:1px dotted gray;
	  border-bottom:1px dotted gray; }

#printfooter p {
	  line-height:18px;
	  text-align:left;
	  padding:10px;}

#printfooter p strong {
        font-variant:small-caps;
        letter-spacing:2px;
        margin-right:20px; }
