/*
x20230503 - johns2ja - 3 May 2023 - prevent all from being block display
x20170911 - johns2ja - 11 September 2017 - enable print css for RWD template
*/
/* ================================================== Global ================================================== */

* {
    margin:0;
    padding:0;
    border:0;
    text-decoration:none;
    color:#000;
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
}

a {
    font-weight:bold;
}

/* ================================================== Hidden Elements ================================================== */

#header-top,
#header-bottom .nav,
#home-slideshow,
#main .user-tabs,
#main .social-list .buttons,
#main .more,
#content .list-buttons,
#content .tab-buttons,
#content .load-more,
#content .controls,
#sidebar,
#connect,
#footer .links,
#footer .buttons {
    display:none;
}

/* ================================================== Framework ================================================== */

#header-bottom .logo {
    padding:10px 0;
    font-size:28px;
    text-transform:uppercase;
    font-family:Georgia, "Times New Roman", Times, serif;
}

#header-bottom .logo a {
    font-weight:normal;
}

#heading {
    padding:10px 0;
    border-top:2px solid #000;
}

#heading h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}

#heading .breadcrumbs {
    font-size:10px;
}

#content p, #content ul, #content ol {
    padding:0 0 10px 0;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight:normal;
}

#content .heading {
    padding:10px 0;
    border-top:2px solid #000;
}

#content .feature-image {
    padding:10px 0;
    border-top:2px solid #000;
}

#footer {
    border-top:2px solid #000;
    padding:10px 0;
    font-family:Georgia, "Times New Roman", Times, serif;
}

#footer a {
    font-weight:normal;
}

.column {
    border-top:2px solid #000;
    padding:10px 0;
    height:auto !important; 
}

/* start x20170911 */
@import url("//www.jmu.edu/web_ssi/yui/3.18.1/responsive-styles-tabular.css");
/* removal per x20230503 * { display: block !important; } */
style, script, head, #sidebar, #goldbar { display: none ! important;}
/* end x20170911 */