/* - - - - - - - - - - - - - - - - - - - - -
__      __   _                _    _____ _                  _               _     
\ \    / /  | |              | |  / ____| |                | |             | |    
 \ \  / /_ _| |_   _  ___  __| | | (___ | |_ __ _ _ __   __| | __ _ _ __ __| |___ 
  \ \/ / _` | | | | |/ _ \/ _` |  \___ \| __/ _` | '_ \ / _` |/ _` | '__/ _` / __|
   \  / (_| | | |_| |  __/ (_| |  ____) | || (_| | | | | (_| | (_| | | | (_| \__ \
    \/ \__,_|_|\__,_|\___|\__,_| |_____/ \__\__,_|_| |_|\__,_|\__,_|_|  \__,_|___/

Title : 	PRINT style sheet
Author : 	David Hund - Valued Standards (c) 2009
URL : 		http://www.browserupgrade.info
Modified : 	2009-02-20 - SVN: $Revision$
- - - - - - - - - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - - - - - - - - -
This is just a very basic print setup. 
Nothing fancy, works though ...
- - - - - - - - - - - - - - - - - - - - - */
* { background: #fff; color: #000; }
html { font: 100%/1.5 georgia, serif; }

h1{font-size: 180%;}
#logo{font-size: 140%;}
h2{font-size: 160%;}
#tagline{font-size: 120%;}
h3{font-size: 140%;}
h4{font-size: 120%;}
h5{font-size: 100%;}
h6{font-size: 100%;}

a:link, a:visited {color: #333;background: transparent;text-decoration: underline;}
a:link:after {content: " (" attr(href) ") ";font-size: 90%;}
a[href^="/"]:after {content: " (http://www.browserupgrade.info.com" attr(href) ") ";}
#logo a{text-decoration: none; color: #000;}

.section p img{float: left;margin-right: 1em;}
a img{border:0;}

#tools, #nav, #footer { display: none; }

