/* 
Name: MacGregor Literary Website Print Stylesheet
Author: Nick Francis
Questions/Comments: nick@project83.com   
*/

body {
	background:#fff;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.50;
	font-size:12pt;
	}

#wrap {
	width: auto; 
	margin: 0 5%;
	padding: 0; 
	}	
	
a:link, a:visited {
	color: #0C4916;
	font-weight: bold;
	text-decoration: underline;
	}	
	
a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }	
   
a[href^="/"]:after {
  content: " (http://www.macgregorliterary.com" attr(href) ") ";
   }   
	
#header h1 {
	width:auto;
	font-size:22px;
	margin:0;
	padding:0;
	}					
	
#topnav, #blog-promo, #book-showcase, #nav, #sidebar, #footer {
	display:none;
	}		
	
h1, h2, h3 {
	color:#0C4916;
	}