@charset "utf-8";
/*************************************
Transfer101.org
Decemeber 2009
Style for Print

written by Michelle Flynn
mflynn@utsystem.edu

 **************************************/

* {font-size: 100% !important;}
body {background: #fff; font-family:Arial, Helvetica, sans-serif; color: #000;}
h1 {font-size: 140% !important;}
h2 {font-size: 120% !important;}
h3 {font-size: 100% !important;}

/*********************************
 use the style below if page breaks are needed throughout document.
 example: before and after graphs, tables, or large images
 *********************************/

.breakhere {page-break-before: always;}

/*********************************
 hide navigation and other sections not needed in print
 *********************************/

#goto, .pagenav, #pageSubmenu, #sidebar, #footer ul, h3.reply, form#commmentform, .postinput {display: none !important;}

/*********************************
 Create Letterhead from Header
 *********************************/

#header {float: none !important; width: auto !important; height: auto !important; margin: 0 !important; padding: 0 !important;}
#header h1 {height: auto !important;}
#header .logo h1 a {display: block; position: static; width: auto; height: auto; margin: 0 !important; padding: 0 !important; text-align: left; background: none; text-decoration: none; font-weight: bold !important; border-bottom: 1px black solid;}

/*********************************
 Style for tables and tabular data
 *********************************/

table {border-bottom: 3px solid #B2B2B2; margin: 0 0 2em;}
caption {padding: 0.75em;
  border: 1px solid #B2B2B2; border-width: 1px 0 2px;
  background: #EEE;}
th, td {padding: 0.5em 1em;
  border: 1px solid #CCC;
  border-width: 0 1px 1px 1px;}
/*
th.first, td.first, tbody th {border-left: none;}
*/
thead th {text-transform: uppercase; text-align: left;}
tbody th {width: 20%;}
tfoot {display: none;}


/*********************************
 footer and copyright
 *********************************/
#footer {float: none !important; width: auto !important; height: auto !important; display: block; border-top: 1px black solid; margin-top: 1em;}

/*********************************
 include link url after <a> tag 
 *********************************/

a[href]:after, #main a[href]:after, #article a[href]:after {content: " (" attr(href) ") "; font-size: 90%;}
a[href^="/"]:after, #main a[href^="/"]:after, #article a[href^="/"]:after {content: " (http://www.stateoftomorrow.com" attr(href) ") ";}