/**
 * Print - Makes the layout Print Friendly
 *
 * @package WPFramework
 * @subpackage Media
 */

/* Document Body */
body 							{ background: #fff; color: #000; font-family: Helvetica, Arial, sans-serif; font-size: 9pt; line-height: 1.3; font-weight: 100;}


/* No Show */
#secondary, #third, #topnavigation,	#tagline h2 { display: none; }


/* Anchor Element (links) */
a:link, a:visited 				{ background: transparent; font-weight: 700; text-decoration: none; color: #333; }

/* Headings */
h1, h2, h3, h4, h5, h6 			{ font-family: Helvetica, Arial, sans-serif; }
h1								{ font-size: 15pt; font-weight: 100;}
h2								{ font-size: 12pt; font-weight: 200;}
h3								{ font-size: 11pt; font-weight: 100;}
h4								{ font-size: 9pt; font-weight: 100;}
 
/* Element Changes */
blockquote 						{ margin: 1.5em; padding: 1em; font-style: italic; font-size: .9em; }
code 							{ font: 0.9em "Courier New", Monaco, Courier, monospace; } 
img								{ float: left; margin: 1.5em 1.5em 1.5em 0; }
a img 							{ border: none; }

#logo							{ padding-bottom: 15px;}
.footer							{ padding-top: 15px;}

/* Table */
table 							{ margin: 1px; text-align:left; }
th 								{ border-bottom: 1px solid #333;  font-weight: bold; }
td 								{ border-bottom: 1px solid #333; }
th, td 							{ padding: 4px 10px 4px 0; }
tfoot 							{ font-style: italic; }
caption 						{ background: #fff; margin-bottom: 2em; text-align: left; }
thead 							{ display: table-header-group; }
tr 								{ page-break-inside: avoid; }