/* CSS Document */

/************************************************************************************
change top navigation style (no tab)
*************************************************************************************/
@media screen and (max-width: 1055px) {

	body {
	}
	#top-nav {
		height: 34px;
		padding-left: 10px;
		padding-right: 10px;
		background: url("../images/bg/bg-top-nav-tab.png") repeat-x scroll 0 0;
		top: 0;
	}
	#top-nav > ul > li {
		width: auto;
		height: 34px;
	}
	#top-nav > ul > li:first-child {
		margin-left: 0;
	}
	#top-nav ul > li > a > div {
		border-radius: 0;
		box-shadow: none;
		margin: 0;
		padding: 0 10px;
	}
	#top-nav > ul > li > ul {
		text-align: left;
		position: absolute;
		padding: 0;
		z-index: 999;
		display: none;
		float: left;
	}
	#top-nav > ul > li > ul > li {
		margin: 0;
		border-left: none;
		border-right: none;
	}
	#top-nav > ul > li > ul > li:hover {
		color: #fff;
	}
	#top-nav > ul > li > ul > li:first-child {
		border-radius: 0;
		border-top: none;
	}
	#top-nav > ul > li > ul > li:last-child {
		border-radius: 0;
		border-bottom: none;
	}
	
	
	#faces {
		clear: both;
		position: relative;
		top: 38px;
		height: 134px;
		width: 100%;
		background: url(/assets/images/picture/faces2.jpg) no-repeat;
		background-size: contain;
	}
	
	
	
	/* embedded videos */
	.video embed,
	.video object,
	.video iframe {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

}

/************************************************************************************
change top navigation style (mobile style break point)
*************************************************************************************/
@media screen and (max-width: 770px) {

	html {
		overflow-x: hidden;
	}
	html.mobile-toggle-on {
		overflow-x: visible;
	}
	body {
		background-color: #f2f2e8;
		box-shadow: 0 2px 15px 8px rgba(0,0,0,0.4);
		overflow-y: auto;
		overflow-x: hidden;
	}
	html.mobile-toggle-on body {
    	margin-left: -220px;
		overflow-x: visible;
	}
	
	.tooltip {
		display: none;
	}
	
	.mobile-menu-toggle-container {
		display: block;
	}
	
	#top-nav {
		width: 220px;
		height: 100%;
		padding: 0;
		background-color: #f2f2e8;
		background-image: none;
		position: absolute;
		top: 0;
		right: -220px;
		margin-right: 0;
		z-index: -1;
	}
	#top-nav > ul {
		padding: 15px 0;
	}
	#top-nav > ul > li {
		float: none;
		display: block;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #fff;
		height: auto;
		position: relative;
		z-index: 99;
	}
	#top-nav > ul > li:first-child {
		border-top: 1px solid #fff;
	}
	#top-nav > ul > li:after { /* clearfix */
		visibility: hidden; 
		display: block; 
		font-size: 0; 
		content: " "; 
		clear: both; 
		height: 0;
		zoom: 1;
	}
	#top-nav a, #top-nav a.active {
		display: block;
		padding: 0;
		margin: 0;
		text-decoration: none;
	}
	#top-nav > ul > li.active {
		background-color: inherit;
		color: inherit;
	}
	#top-nav > ul > li:hover {
	}
	#top-nav a:hover {
		color: inherit;
		background-color: rgba(255,255,255,0.6);
	}
	#top-nav a.active {
		color: inherit;
	}
	#top-nav > ul > li > a > div {
		background-image: none;
		text-align: left;
		padding-left: 12%;
		font-weight: bold;
	}
#top-nav > ul > li > ul {
	text-align: left;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 999;
	width: 100%;
	display: block; 
}
#top-nav > ul > li.active > ul {
	display: block; 
}
#top-nav > ul > li > ul > li {
	margin: 0;
	width: 100%;
	background-color: transparent;
	opacity: 1;
	border-left: none;
	border-right: none;
	border-top: 1px solid rgba(255,255,255,0.8);
	font-size: 0.95em;
}
#top-nav > ul > li > ul > li:hover {
	background-color: transparent;
	color: #000;
}
#top-nav > ul > li > ul > li:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-top: 1px solid rgba(255,255,255,0.8);
}
#top-nav > ul > li > ul > li:last-child {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}
#top-nav > ul > li > ul > li a {
	line-height: 1.2;
}
#top-nav > ul > li > ul > li div {
	line-height: 1.2;
	text-align: left;
	padding: 8px 5% 8px 18%;
	width: 77%;
	border-top: none;
}
#top-nav > ul > li > ul > li:first-child div {
	border-top: none;
}
	
	
	#content.home {
		float: none;
		width: 100%;
		padding-right: 0;
	}
	#content.home section,
	#content.home section + section {
		float: none;
		width: 100%;
		padding-left: 0;
	}
	
	#contentWrap .homebox {
		float: none;
		width: 100%;
		overflow: hidden;
		border-radius: 0;
		padding: 15px 0 0;
		background-color: transparent;
		box-shadow: none;
	}
	#contentWrap .homebox + .homebox {
		float: none;
		width: 100%;
		overflow: hidden;
		border-radius: 0;
		padding: 30px 0 0;
		border-top: 1px solid #ddd;
		margin-top: 30px;
		background-color: transparent;
		box-shadow: none;
	}
	#contentWrap .homebox h2 {
		text-transform: none;
		color: #f1b82d; /* MU Gold */
		font-weight: normal;
		font-style: normal;
		font-size: 2.8em;
		margin-bottom: 10px;
	}
	#contentWrap .homebox h2:first-letter {
		font-size: inherit;
	}
	#contentWrap .homebox h3 {
		font: 1.6em/1.2 "Times New Roman", Times, serif;
		color: #000;
		font: normal 1.5em/1.2 Helvetica, Arial, sans-serif;
		margin-top: 1em;
		margin-bottom: 0;
	}
	
	#faces {
		display: none;
	}
	
	
	
#footer {
	padding: 1px 0;
	font-size: 0.82em;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #e9e9df;
	box-shadow: 0 -45px 141px rgba(102,86,0,0.3) inset;
	position: relative;
	z-index: 100;
	text-align: center;
}
#footer p, 
#footer img#fb {
	margin: 14px 0;
}
#footer a {
	text-decoration: none;
	color: inherit;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #footerContact {
	float: none;
	color: #968a5f;
}
#footer #footerContact p {
	display: block;
	vertical-align: top;
	font: 1.1em/1.2 "Times New Roman", Times, serif;
}
#footer #footerContact p.site-name {
	padding-right: 0;
	text-align: center;
	font: 2em/1.1 JansonStand, Times, serif;
}
#footer #footerContact p.site-name > span {
	font-size: 0.75em;
	font-style: italic;
}
#footer #footerContact p.site-contact {
	padding-left: 0;
	border-left: none;
	text-align: center;
}
#footer #fb {
	float: none;
}

#footer #copyright {
	color: #50451f;
}
	
	
	
}


/************************************************************************************
change top navigation style (smaller header)
*************************************************************************************/
@media screen and (max-width: 720px) {
	
	#header {
		height: auto;
		background: url(../images/bg/bg-header.png) repeat-x #fff;
		position: relative;
		z-index: 999;
	}
	#header-top {
		height: 64px;
		position: relative;
	}
	#header-top a {
		color: #000;
		text-decoration: none;
	}
	#header-top a:hover {
		color: #968a5f;
	}
	#header-top #logo-mu {
		position: absolute;
		top: 15px;
		left: 15px;
		height: 36px;
	}
	#header-top .site-name {
		position: absolute;
		top: 17px;
		left: 60px;
		font: 30px/1 JansonStand, Times, serif;
		text-shadow: 0 1px rgba(255,255,255,0.7);
	}
	#header-top .school-name {
		display: none;
	}
	#top-banner-image {
		margin: 0 auto;
		height: 60px;
		width: 950px;
		max-width: 100%;
		background: #7b7966 url(/assets/images/bg/bg-top-banner-image2.jpg) no-repeat center 15%;
		background-size: cover;
		position: relative;
		z-index: 1;
		box-shadow: 0px 1px 8px rgba(0,0,0,0.3) inset;
	}
	#top-banner-image-hover {
		margin: -140px auto 40px;
		height: 100px;
		width: 950px;
		max-width: 100%;
		position: relative;
		z-index: 2;
	}

}



/************************************************************************************
change top navigation style (smaller header)
*************************************************************************************/
@media screen and (max-width: 600px) {
	
	#header-top .site-name .full {
		display: none;
	}
	#header-top .site-name .cell {
		display: block;
	}
	
	.page-image {
		display: none;
	}

	#content ul.event > li.photo {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
	}

}




/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {
	
/* disable webkit text size adjust (for iPhone) */
html {
	-webkit-text-size-adjust: none;
}


}


