          /*
--=.._/(        Oregon Food Bank PRINT STYLES      )\_..=--
    	  */

body { background:transparent none; font-size: 100%; }

#footer, #lead, #nav, #search-site, #secondary, fieldset{
    display: none;
}
#header, #header .decorator, #content, #content .decorator, #content .content-wrap, #content .inner-decorator, #primary { background:transparent none; display:block; overflow:visible; padding:0; }
#header .decorator { height:auto; }
#brand { display:block; position:static; width:auto; }

.content-wrap { width:auto; }
#primary, #primary .introduction, #primary .main, #primary .sidebar { display:block; float:none; margin:0; width:100%; }

#primary .sidebar .section,
#primary .sidebar .section .content-wrap { border:none; background:transparent none; display:block; overflow:visible; padding:0; }
#primary .sidebar .section img { background:transparent none; border:none; margin:0; padding:0; }

/*

	Uncomment and insert correct domain

*/

/* insert the url with domain and slash*/
a:after 				{ content: " (http://domain.com/" attr(href)") "; }
 
 
/* if starts with slash already, only put in domain to avoid doubling it*/
a[href^="/"]:after		{ content: " (http://domain.com" attr(href)") "; }


/* if starts with http:, don't put in the domain at all -- it's either external or full url already*/
a[href^="http:"]:after	{ content: " (" attr(href)") "; }
 
 
 
/* don't do that content insert at all for jump links and named anchors */
sup a:after,
a[href^="#"]:after,
a[name]:after 			{ content: ""; }