/*************************************************
 * Site Name: School of Public Health
 * 
 * Description: Print stylesheet
 * Author: IU Communications 
 * Author URI: http://communications.iu.edu
 ************************************************/

/****************************************
 * 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, #sitesearch, #nav, #nav-secondary, #breadcrumbs, #footer hr, #connect, #feature-previous, #feature-next {
    display: none;  
}


/****************************************
 * Reset Javascript inline styles
 ****************************************/
 
#home .container {
    height: auto !important;    
}
 

/****************************************
 * Feature
 ****************************************/

#feature {
    margin-left: 0 !important;
    width: 100% !important;
}
#feature li {
    display: none;
    width: 100% !important; 
}
#feature li.original {
    display: block; 
}
#feature li .feature-content,
#feature li .more {
    display: block !important;
}


/****************************************
 * 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;
}