/*************************************************
 * Site Name
 *
 * print.css
 * Author: IU Communications - IET
 ************************************************/

/****************************************
 * Page Attributes to set the content for page headers and footer to blank;
 ****************************************/
 @page {

                @top-left {
                    content: ""
                }

                @top-center {
                    content: ""
                }

                @top-right {
                    content:""
                }

                @bottom-left{
                    content:"";
                }
                @bottom-center{
                    content:"";
                }

                @bottom-right{
                    content:"";
                }

            }
            
/****************************************
 * 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;
}
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;	
}
#identity img {
	margin: 0;	
}
#sidebar {
	border-bottom: 1px solid #000;
	margin: 10px 0;	
	padding: 10px 0;
}


/****************************************
 * Hidden Elements
 ****************************************/
 
#skipnav, #identity hr, #search, #nav-main, #nav-secondary, #footer hr, #head,ul#topNav,ul#nav-wrap,div#bottom-nav,ul#footerMap,#iufooter,div.mdd {
	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;
}


div#cse-search, .toggles, div#nav-wrap, div#iufooter 
{
    display: none !important;
}

#left-content>#breadcrumbs, #left-content>h3, #left-content>.no-bullet{
    display: none !important;
}

div#right-content>.content-share,  a.print-photo,#print-this a,#share-this a
{
    display: none !important;
}

strong{
    font-weight: bold;
}



div#web-view{
display:block;font-size:1.3em;line-height: 1.8em !important;margin: 10px 0 5px 10px;padding: 0;}


div#bottom-nav{
    display: none;
}