/* PRINT STYLESHEET for Admissions      */
/* last updated by estellta  2010-01-14 */

head {
    display: none;
}

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

h1 {
    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;
}

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, .UCList {
    display: none;
}

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

/* render link URLs for print -- uses CSS2&3, will not render in all browsers */
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/SITENAME" attr(href) ")";
}
*/

a[href ^="mailto:"][title *="@"]:after {
    content: " (" attr(title) ")";
}