html {
	width:100%;
	}

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

/* expand out abbreviations */
#bd abbr[title]:after, acronym[title]:after {
	content:"(" attr(title) ")"; 
	background-color:#fff; 
	color:#cccccc;
	}

/* Images ----------------------------- */
img {
	display: block;
	border: 0;
	}

/* Layout ----------------------------- */
#page {
	width:auto !important;
	}

#mainContent {
	margin: 0;
	padding: 0;
	width: auto;
	float: none !important;
	color: #000;
	}

.post {
  border-bottom: 1px dotted #000000;
  margin-bottom: 40pt;
  }
  
/* Suppressed divs for printing ------- */
#siteNav, #articleNav, #sideBar, .wp-pagenavi, #searchform, #lightwindow, .lightwindow, #commentform, .more-link, #share, #commentform {
	display:none !important;
	}

/* Headers ---------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	background-color: #fff;
	line-height: 125%;
	color: #000;
	}

h1 {
	font-size:24pt;
	}
	
h2 {
	font-size:18pt;
	}
	
h3 {
	font-size:12pt;
	}

/* Links ------------------------------ */
a, a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}

/* reveal link URLs - or use the neater http://alistapart.textdrive.com/articles/improvingprint */
a:after, a:visited:after {
	content:" ("attr(href)")"; 
	font-size: 80%; 
	color: #303030;
	}

h1 a:after, h2 a:after, h3 a:after, h4 a:after, h5 a:after, h6 a:after {
  display: block;
  }

a img {
	border-width:0;
	}

.byline a {
  display: none;
  }