/**
 * Printer-friendly stylesheet
 *
 *
 * @package Young_Indies
 */

/* Things to hide */
#pageHead, 
#pageFoot, 
.ft, 
.utility, 
.sidebar 		{ display:none; } 

/* -------------------------------------------------------------------------------------------------- */

body { background:#ffffff; color:#111111; font-family:Georgia,serif; font-size:10pt; line-height:1.5; }

a, a:link, a:visited { background:transparent; font-weight:600; text-decoration:none; color:#333; }
a:link:after, a:visited:after { content:" [ " attr(href) " ] "; font-size:70%; color:blue; }

h1, h2, h3, h4, h5, h6 { font-family:Courier,'Courier New',monospace; }
 
blockquote { margin: 1.5em; padding: 1em; font-style: italic; font-size: .9em; }
code { font-size:0.9em; font-family:"Courier New",Monaco,Courier,monospace; } 
object,
img { page-break-inside:avoid; }
a img { border:0; }

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; }
