/*	Goodwill Donate Print Stylesheet
	Author:Brad Graham (bgraham@matrixgroup.net)
	Created:5/2010
----------------------------------------------------*/
* { margin:0; padding:0; }
body { background:white; font-size:12pt; line-height:18pt; width:6in; margin:0 auto; background:transparent; padding:0 !important; color:black; }

/*  for hiding sections that need not be printed  */
#skiplinks, #util, #main-nav, #logo, #goodwill-logo, #complementary, #donate-slogan, #social-networking, #info-util-nav { display:none !important; }
/*  for displaying sections that need be printed  */
#content, #main, #content { float:none !important; width:auto !important; margin:0 !important; padding:0 !important; color:black; background:transparent; }

a:link, a:visited { color:#520; background:transparent; font-weight:bold; text-decoration:underline; }
#main a[href]:after, #footer a[href]:after { content:" (" attr(href) ") "; font-size:90%; }
#main a[href^="/"]:after, #footer a[href^="/"]:after { content:" (http://www.goodwill.org" attr(href) ") "; font-size:90%; }

/* typogrpahy */
h1 { font:italic bold 16pt/1em Georgia, serif; color:#333; margin-bottom:0.8em; border-top:2.5pt solid #000; border-bottom:1pt solid #000; padding:0.3em; }
h2 { font-size:12pt; font-weight:bold; line-height:1em; margin-bottom:0.565em; color:#333; }
h3 { font-size:10pt; font-weight:bold; line-height:1em; margin-bottom:0.636em; color:#333; }
h4 { font-size:8pt; font-weight:bold; line-height:1em; margin-bottom:0.75em; color:#333; }
h5 { font-size:8pt; font-weight:bold; color:#333; }
h6 { font-size:8pt; font-weight:bold; color:#333; }
p, ul, ol, dl { margin:1.4em 0; font-size:10pt; }

/* structure */
.for-print { display:block; }
#info { border-top:0.5pt dotted #000; }
#info address { margin-bottom:0.75em; }

