/* Add styles to override the design defaults. */

/* Links at bottom of deeply nested folders */
h4.back {    
	font-size:1.0rem;
    background:url(../img/prev.gif) no-repeat 0 50%;
	padding-left: 40px;
	margin-top: 20px;
	float: left;
    width="50%;"
}
h4.next {	
    font-size:1.0rem;
	background:url(../img/next.gif) no-repeat 100% 50%;
	padding-right: 40px;
	margin-top: 20px;
	float: left;
    width="50%;"
}

/* Adjust min-width when there are too many nav bar items */
@media only screen and (min-width:45.126em) {
    .top-bar-container .top-bar {
        min-width: 750px;
    }
    header {
        min-width: 750px;
    }
}

/* Sitemap page */
#sitemap ul {
    margin: 10px 0 0 0;
	padding: 0;
	list-style-type:none;
	font-weight:bold;
}
#sitemap ul li {
	font-size:1.0em;
}
#sitemap ul ul {
	margin: 0 0 0 45px;
	font-weight:normal;
}
#sitemap ul ul li {
	font-size:9pt;
}

/* Block quote */
blockquote{
    background: url("http://www.rochester.edu/college/assets/img/beginquote.gif") no-repeat;
	font-style:italic;
	quotes: "\201C" "\201D";
	padding-left: 40px;
}
blockquote cite{
	font-size: 85%;
	padding-left: 20px;
}

/* Lists */
article ul, article ol {
    margin: 10px 30px;
	padding: 0 15px;
}
article ul ul {
	margin: 0 0 0 10px;
}
article ol li li{
	list-style-type:lower-alpha;
}
article ol li li li{
	list-style-type:lower-roman;
}
article ul span, article ol span {
	color: #777777; 
}
article ul li.pdf {
	list-style-type:none;
	padding-left:25px;
	margin-left:8px;
	background:url(../img/pdficon_small.gif) no-repeat 0px 50%;
}
div.and_or {
	width:230px;
	text-align:center;
	font-style:italic
}
dl {
    margin-left: 20px;
	width: 35em;
}
dl dt {
	font-weight: bold;
	margin-top: 14px;
}
dl dd {
	margin: 0 0 8px 8px;
}
.news-feed {
    height: 275px;
}

/* Tables */
table caption {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

/* Subheadings */
h3 { font-size: 1.6rem; }
h4 { margin-top: 1rem; }

/* Home page news panel */
.news-slideshow {
    height: 420px;
}
