/*
Title:			  W Craig Tomlin styles for print
Author:     	D Edwards-Onoro, Lireo Designs
Author URL:   http://www.lireo.com/
Created:    	8 July 2009
Last Updated: 12 July 2009
*/

/*= ---- general ---- */
body 	{
    background: #ffffff;
    font: 12pt/1.1em "Times New Roman", Georgia, serif;
    color: #000000;
    text-align: left;
}
a img,
img,
.entry-content img  {
	  display:none;
}


/*= ----- header ----- */
#header {
    background: #fff;
    border-top: none;
  	width: 3in;
}
#blog-description {
    display: none;
}
#blog-title a{
    font-family: "Times New Roman", Georgia, serif;    
}


/*= ---- wrap ----- */
#main {
	  background: #fff;
	  border-left: none;
    border-right: none;
    color: #000;
	  margin: .2in 0;
    padding: 0;
    width: 7in;
}
#container {
	  background: #fff;
	  border: none;
	  margin: 0;
	  padding: 0;
	  width: 6in;
}

#skiplink,
#access,
.menu, 
#skiplink, 
#access-search, 
#primary,
#secondary,
#footer {
    display: none;
}


/* ---- headings ---- */
h1.entry-title ,
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4 {
	  color: #000000;
	  letter-spacing: normal;
	  font-family: "Times New Roman", Times, serif;
	  font-style: normal;	
}
h1	{
	  font-size: 16pt;
}
h2	{
	  font-size: 14pt;
	  margin: 0;
	  padding-bottom: 0;
}
h3	{
	  font-size: 12pt;
}
h4 {
	  font-size: 11pt;
}


/* ----- main content div -----*/
#content {
	  margin: 0;
	  width: 5.8in;
}	
acronym:after {
    content: " (" attr(title) ")";
}
#content a  {
	  border: none;
	  color: #000000;
	  text-decoration: none;
}
.maincontent a:after {
	content: " (" attr(href) ") ";
} 
blockquote {
    border-left: none;
    color: #000;
    font: italic 12pt/1.1em "Times New Roman", Georgia, serif;
}

