/*
SITE-SPECIFIC STYLES
The following CSS changes images and colors used on the subsite.
*/

header.page-header {
	background-image: url('/media/montclairedu/styleassets/images/csam/header-background.png');
	background-position: bottom;
}

section.header-logo h1 a {
	width: 205px;
	height: 35px;
	background-image: url('/media/montclairedu/styleassets/images/standardbase/msu_logo_small.png');
}

nav.header-nav ul li ul {
	z-index: 102 !important;
}

nav.header-nav ul li a {
	border-left: 1px solid #800101;
	border-right: 1px solid #bb3c3d;
}

section.page-middle-backing {
	background-image: url('/media/montclairedu/styleassets/images/csam/middle-background.png');
	background-position: center top;
}

footer.page-footer {
	background-image: url('/media/montclairedu/styleassets/images/csam/footer-background.png');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 20px;
}

section.subsite-heading h2 a, section.subsite-heading h3 a {
	color: #FFF;
	text-decoration: none;
}

section.subsite-heading h2 span, section.subsite-heading h3 span {
	cursor: default;
}

.tab-group nav ul li a {
	background-image: url('/media/montclairedu/styleassets/images/csam/menu-background.png');
	background-color: #9f0102;
}

/*
LAYOUT CHANGES
The following CSS changes the page layout to accommodate a subsite.
*/

section.page-header-container, section.page-header-image, section.page-header-image section.slideshow {
	overflow: hidden;
}

section.global-nav {
	float: right;
	margin-top: 10px;
}

section.global-nav nav {
	display: block;
	margin: 0px;
	overflow: hidden;
}

section.global-nav nav ul {
	padding: 0px;
}

section.global-nav form {
	margin: 0px;
}

section.header-logo {
	margin-top: 14px;
	margin-bottom: 13px;
	width: 205px;
	height: 35px;
}

section.header-logo h1 {
	margin: 0px;
}

section.subsite-heading {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: white;
	font-family: BentonMod, serif;
}

section.subsite-heading h2, section.subsite-heading h3 {
	display: inline-block;    
	font-weight: normal;
}

section.subsite-heading h2 {
	font-size: 36px;
	margin-top: 18px;
	margin-bottom: 18px;
}

section.subsite-heading h3 {
	font-size: 26px;
	margin: 0;
}
 
nav.header-nav {
	margin-top: 0px;
}

nav.left-menu ul li span {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #55504a;
}

article.main-content {
	overflow-wrap: break-word;
}

article.main-content a {
	text-decoration: none;
}

article.main-content a:hover {
	text-decoration: underline;
}

article.main-content img {
    max-width: 100%;
}

article.main-content>*:last-child {
	margin-bottom: 0;
}

section.sidebar>*, section.sidebar img {
	width: 100%;
}

ul.news-listing {
	margin: 0;
}

ul.news-listing li {
	border-top: none;
}

ul.news-listing li a span.headline {
	text-decoration: none;
}

ul.news-listing li a span.headline.has-image {
	min-height: 48px;
}

ul.news-listing li:hover a span.headline {
	text-decoration: underline;
}

ul.news-listing li span.lead {
	margin-top: .75em;
}

ul.news-listing li a span.lead.has-image {
	padding-left: 0;
}

article.spotlight section.spotlight-content a, article.spotlight section.spotlight-content a span {
	text-decoration: none;
}

article.spotlight section.spotlight-content a:hover span.title {
	text-decoration: underline;
}

article.spotlight section.spotlight-content a span.title {
	margin-bottom: .5em;
}

@media print {
	header.page-header {
		display: none;
	}
}