/*************************************************
 * IU Bloomington template
 *
 * print.css
 * Author: IU Office of Creative Services
 ************************************************/

/****************************************
 * Defaults
 ****************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
} 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 14pt;
}
a {
	color: #000;
	text-decoration: underline;
}
h1 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 20pt;
	line-height: 22pt;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
h1 a {
	text-decoration: none;	
}
h2 {
	border-bottom: 1px solid #000;
	font-size: 18pt;
	line-height: 20pt;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
h2 a {
	text-decoration: none;	
}
h3 {
	font-size: 16pt;
	line-height: 18pt;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 14pt;
	line-height: 16pt;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 12pt;
	line-height: 14pt;
	margin: 0 0 10px 0;
}
h6 {
	font-size: 11pt;
	line-height: 13pt;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}
h7 {
	font-size: 11pt;
	line-height: 11pt;
	margin: 5 0 10px 0;
	text-transform: uppercase;
}
p, img {
	margin: 0 0 10px 0;	
}
table, form, dl {
	margin: 0 0 20px 0;	
}
form {
	border: 1px solid #000;
	padding: 5px;	
}
table {
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
}
td, th {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
ul, ol {
	margin: 0 0 10px 25px;	
}
#slideshow {
	list-style: none;
	margin: 0;
}
#slideshow img {
	width: 100%;	
}
#sidebar {
	border-bottom: 1px solid #000;
	margin: 10px 0;	
	padding: 10px 0;
}


/****************************************
 * Hidden Elements
 ****************************************/
 
#skipnav, #search, #identity hr, #footer hr, #nav-horizontal, #nav-vertical, #breadcrumbs, #section-title img, audio, video, .mejs-container, #slideshow-buttons {
	display: none;	
}


/****************************************
 * IU Footer
 ****************************************/

#footer {
	border-top: 1px solid #000;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;	
}
#footer img {
	float: left;
	margin: 0 15px 0 0;
}