/*************************************************
 * Site Name: IU Template (Responsive)
 * 
 * Description: Print stylesheet
 * Version: 1.0
 * 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;  
}
#sidebar {
    border-top: 1px solid #000;
    margin: 10px 0; 
    padding: 10px 0;
}


/****************************************
 * Hidden Elements
 ****************************************/
 
#skipnav, #branding-bar form, #branding-bar .toggle, #nav-wrap, #search-menu, #section-title img, #breadcrumbs, #nav-vertical, #feature-buttons, #feature-nav, #slideshow-buttons, .ad-nav, .ad-controls, .mejs-container {
    display: none;  
}


/****************************************
 * Homepage
 ****************************************/

#feature ul,
#slideshow {
    list-style: none;
    margin: 0;
    padding: 0; 
}
#feature img,
#slideshow img {
    height: auto;
    width: 100%;    
}


/****************************************
 * Overwrite Javascript styles
 ****************************************/

#content .accordion-content {
    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;
}