/*------------------------------------------------------
nameofwebsite.com - print.css

designed and developed by: mike mccarron
http://www.mikemccarron.com

Defines Layout and style for Print media.
------------------------------------------------------*/

/*------------------------
REDEFINE HTML TAGS
------------------------*/

html, body 
{
   background-color: #fff;
   padding: 0px;
}

   
/*--------------------------------------
Link format for print
---------------------------------------*/   

a:link, a:visited 
{
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
   
#content a:link:after, #content a:visited:after
{
   content: " (" attr(href) ") ";
   font-size: 90%;
}
   
#content a[href^="/"]:after 
{
   content: " (http://www.#webaddress#.com" attr(href) ") ";
} 
   
/*---------------------------------------------------------*/

#leftcol
{
	display: none;
} 
#outer
{
	border-left: 0px;
}
