/* v1.2.6 */

head {
    display: none;
}

body {
    background: white;
    color: black;
    font-family: verdant;
    font-size: 12pt;
    font-weight: normal;
    line-height: 1.3em;
}

/* warning for old browsers */
.ahem {
    display:none;
}

h1, div.pageBanner span.title {
    display:block;
    font-family: sans-serif;
    margin-bottom: 0;
    font-size: 20pt;
    font-weight: normal;
    text-align: center;
}

h2 {
    font-family: sans-serif;
    margin-bottom: 0;
    font-size: 18pt;
    font-weight: bold;
    border-bottom: 2px solid black;
}

h3 {
    font-family: sans-serif;
    margin-bottom: 0;
    font-size: 16pt;
    font-weight: bold;
    border-bottom: 1px dotted #555;
    color: #111;
}

h4 {
    font-family: sans-serif;
    margin-bottom: 0;
    font-size: 16pt;
    font-weight: bold;
    text-decoration: underline;
    color: #222;
}

h5 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: sans-serif;
    font-size: 14pt;
    font-weight: bold;
    color: #333;
}

h6 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-family: sans-serif;
    font-size: 12pt;
    font-weight: bold;
    color: #444;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    text-decoration: none;
}

h3+p,h4+p,h5+p,h6+p {
    margin-top: 0;
}

a {
    color: black;
    text-decoration: underline;
}

#leftimagenav,#rightimagenav {
    display: none;
}

/* Hide GlobalEmergency component */
div.GlobalEmergency {
    display:none;
    }

/* Hide nav components */
div.GlobalNav,
div.GlobalNavDraggable,
div.DropdownNav,
div.PageTop div.UCList {
    display:none !important;
    }

/* PageBanner styles */

div.pageBanner h1 img {
    display:none;
    }

/* Footer styles */
div.FooterLayout {
    font-size: 8pt;
    font-family: sans-serif;
    border-top: 1px solid black;
    margin-top: 1em;
    padding-top: 1em;
}

/* hide nav for print */
div.NavLayout {
    display: none;
}

/* hide image sliders, image rotators, social media bar */
div.ImageSliderContainer,
div.ImageRotator,
div.randomImage,
div.LensRotator {
    display: none;
}

/* Hide duplicate CustomID alert */
.multiple_IDs_alert {
    display: none;
}

/* hide HRs */
div.announcements hr, div.Lens hr {
    display:none;
    }

/* render link URLs for print -- uses CSS3 features, will not render in IE6 or 7 */
a:link:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    font-weight: normal;
    font-family: sans-serif;
}

 change SITENAME below to actual URL
a[href ^="/"]:after {
    content: " (http://www.uc.edu" attr(href) ")";
}

/* Make e-mail links pretty (remove "mailto:") if their title tag contains the e-mail address */
a[href ^="mailto:"][title *="@"]:after {
    content: " (" attr(title) ")";
}

/* Don't print out inline JavaScript links */
a[href ^="javascript:"]:after {
    content: "" !important;
}

/* Hide FooterRight (It's All UC) */
div.FooterRight {
    display:none;
}