/***************************************** 
 * Author: IU Office of Creative Services
 *
 * CSS for print delivery
 *
 * The purpose of this stylesheet is to 
 * redefine the layout and formatting of 
 * the branding bar and footer for 
 * printing.
 *****************************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 18pt;
}
p, h1, h2, h3, h4, h5 {
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 20pt;
	line-height: 22pt;
}
h2 {
	font-size: 16pt;
	line-height: 18pt;
	padding: 18px 0;
	color: #000;
}
h3 {
	font-size: 14pt;
	line-height: 16pt;
}
img {
	border: 0;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	color: #900;
	text-decoration: underline;
}
td, th {
	vertical-align: top;
}


#identity hr, #skipnav {
	display: none;
}
#caption {
	border: 1px solid #000;
	padding: 10px;
	font-size: 10pt;
	line-height: 16pt;
	width: 242px;
	margin: 15px 0;
}
#content a:link:after, #main #content a:visited:after {
	content: " (" attr(href) ") ";
}

#footer {
	margin: 15px 0 0 0;
}
#footer #copyright #blockiu a img {
	float: left;
	margin: 0 5px 0 0;
}