/* Printer Friendly CSS */
/* Created by Matt Kallman (matt@kallmanconsulting.com) */

body {
  margin: 10px;
  padding: 0;
  font-size: .9em;
}

h1 {
  font-family: tahoma, helvetica, sans-serif;
  font-size: 1.8em;
  color: black;
}

.i\r {
	display: list-item;
	list-style-image: url("./images/logo_print.gif");
	list-style-position: inside;  
	letter-spacing: -1000em;
	width: 562px;
	height: 62px;
	}

h1.ir {
    
} 

h2 {
	font-size: 1.3em;
	font-family: georgia, tahoma, helvetica, sans-serif;
	margin: 3px;
	letter-spacing: -1px;
}

p, td, ul, ol {
  line-height: 1.4em;
  font-family: tahoma, helvetica, sans-serif;
}

a {
  color: #4477AA;
  text-decoration: underline;
  font-weight: bold;
}

.box {
	border: 1px solid #999999;
	padding: 5px;
}

.big { font-size: 1.7em; }

.small { font-size: .75em; }

.grey { color: #667788; }

.blue { color: #335588; }

.indent { margin-left: 25px; }
.bigindent { margin-left: 150px; }

ul {
  padding: 0 0 0 10px;
  margin: 5px 0 8px 10px;
  line-height: 130%;
  list-style-image: url(./images/arrow.gif);
}

#series { display: none; }
#people { display: none; }
#nav { display: none; }
#subnav { display: none; }
#books { display: none; }
#main { border: none; }

.new { display: none; }

#footer { margin-top: 30px; }