/**
 * Print - Makes the layout Print Friendly
 *
 * @package WPFramework
 * @subpackage Media
 */

/* Document Body */
body 							{ background: #fff; color: #000; font-family:  url('http://c0404161.cdn.cloudfiles.rackspacecloud.com/19a47972dd68e34bfe319bf657820a78'), Helvetica, Arial, sans-serif; font-size: 10pt; line-height: 1.5; }

/* No Show - Hide various parts of the theme
#header, #navigation, #secondary, #footer 	{ display: none; } */

/* Anchor Element (links) */
a:link, a:visited 				{ background: transparent; font-weight: 700; text-decoration: underline; color: #333; }
a:link:after, a:visited:after 	{ content:  url('http://c0404262.cdn.cloudfiles.rackspacecloud.com/6587b4e949c4ac6c2795adca45349a92') attr(href)  url('http://c0404291.cdn.cloudfiles.rackspacecloud.com/71a5e876e41d68dabaed5f36eaf3009e'); font-size: 90%; }

	/* If you're having trouble printing relative links, uncomment and customize this:
	   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */
	
	/* a[href^= url('http://c0404262.cdn.cloudfiles.rackspacecloud.com/6666cd76f96956469e7be39d750cc7d9')]:after {s
	  content:  url('http://c0404452.cdn.cloudfiles.rackspacecloud.com/e2419cbd9351e975f6e685f0ef4fda5e') attr(href)  url('http://c0404291.cdn.cloudfiles.rackspacecloud.com/71a5e876e41d68dabaed5f36eaf3009e');
	} */

/* Headings */
h1, h2, h3, h4, h5, h6 			{ font-family:  url('http://c0404161.cdn.cloudfiles.rackspacecloud.com/19a47972dd68e34bfe319bf657820a78'), Helvetica, Arial,  url('http://c0404402.cdn.cloudfiles.rackspacecloud.com/c2950792913b029ee4622554416aff4e'), sans-serif; }
 
/* Element Changes */
blockquote 						{ margin: 1.5em; padding: 1em; font-style: italic; font-size: .9em; }
code 							{ font: 0.9em  url('http://c0404432.cdn.cloudfiles.rackspacecloud.com/ddeb3650250224c7444f3df0b86d14ee'), Monaco, Courier, monospace; } 
img								{ float: left; margin: 1.5em 1.5em 1.5em 0; }
a img 							{ border: none; }

/* 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; }