/***************************************** 
 * 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 {
	background-color: #fff;
}
 
#identity {
	background-color: #fff;
}
#identity #signature a {
	background: none;
	position: static;
}
#identity #signature a img {
	display: block;
}

#header {
	height: auto;
}
#header #sitename {
	width: auto;
	padding: 0 15px;
	background: none;
}
#header #sitename h1 {
	padding: 15px 0;
}
#header #sitename h1 a {
	width: auto;
	height: 80px;
}
#header #sitename h1 a:hover {
	text-decoration: none;
}
#header #sitename h1 a span {
	color: #252e56;
	display: block;
	font-size: 24px;
}
#header #toolkit {
	padding: 0 15px;
	width: auto;
}
#header #toolkit #search {
	width: auto;
}

#main {
	width: auto;
}

#callout {
	display: none;
}

#content { 
	margin: 0; 
	padding: 15px 0 0 0;
	min-height: inherit;
}
#content a {
	text-decoration: underline;
}
#content a:link:after, #main #content a:visited:after {
	content: " (" attr(href) ") ";
}

#footer {
	margin: 15px 0 0 0;
	background-color: #fff;
}
#footer #copyright {
	margin: 0;
}
#footer #copyright #blockiu a {
	background: none;
}
#footer #copyright #blockiu a img {
	display: block;
}
#footer #copyright p {
	color: #000;
}
#footer #copyright a {
	color: #990000;
	text-decoration: underline;
}