/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Revised by chiusy
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b { font-weight: bold;}
em, i { font-style: italic;}


/* ------------------------------------------------
	Embedded Fonts
--------------------------------------------------*/
@font-face {
	font-family:JansonStand;
	src: url(/assets/fonts/JansonStand.otf);
}
@font-face {
	font-family:JansonStandBold;
	src: url(/assets/fonts/JansonStandBold.otf);
}

/* ------------------------------------------------
    General
--------------------------------------------------*/
*:focus {
    outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
	-webkit-tap-highlight-color: transparent;  // i.e. Nexus5/Chrome and Kindle Fire HD 7''
}
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}
body {
	color: #333333;
	font: 1em/1.4 Arial, Helvetica, sans-serif;
	position: relative;
	width: 100%;
	overflow-y: scroll;
	-webkit-transition: margin 0.3s ease 0s;
	transition: margin 0.3s ease 0s;
}

a {
	color: inherit;
}
p {
	margin: 0.8em 0;
}
hr {
	height: 1px;
	border: none;
	margin: 2em 0;
	background-color: #e4e4d8;
}
blockquote {
	margin-left: 2em;
}

.zone {
	max-width: 1050px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.left {
	float: left;
	margin-right: 1em;
}
.right {
	float: right;
	margin-left: 1em;
}
.clear {
	clear: both;
}

/* clearfix */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
/* clearfixleft */
.clearfixleft:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: left; height: 0; }
.clearfixleft { display: inline-block; }
.clearfixleft { display: block; zoom: 1; }

/* ------------------------------------------------
	tooltipster overwrite
--------------------------------------------------*/
.tooltipster-css1 {
	border-radius: 8px; 
	border: 1px solid #ccc;
	background: #333;
	color: #ccc;
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.tooltipster-css1 .tooltipster-content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	padding: 12px 14px;
	font-weight: 400;
}

.tooltipster-listserv {
	border-radius: 8px; 
	border: 1px solid #c0b694;
	background: #fff;
	color: #50451F;
	box-shadow: 0 0 25px rgba(0,0,0,0.3);
	max-width: 90%;
}
.tooltipster-listserv .tooltipster-content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	padding: 12px 14px;
	font-weight: 400;
	max-width: 350px;
}


/* ------------------------------------------------
    header
--------------------------------------------------*/

#header {
	height: 232px;
	background: url(../images/bg/bg-header.png) repeat-x #fff;
	position: relative;
	z-index: 999;
}
#header-top {
	height: 92px;
	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: 60px;
}
#header-top .site-name {
	position: absolute;
	top: 17px;
	left: 86px;
	font: 36px/1 JansonStand, Times, serif;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}
#header-top .site-name .cell {
	display: none;
	font-size: 36px;
	margin-top: -2px;
}
#header-top .school-name {
	position: absolute;
	top: 54px;
	left: 86px;
	font: 20px/1 JansonStand, Times, serif;
	text-shadow: 0 1px rgba(255,255,255,0.7);
}

#top-banner-image {
	margin: 0 auto;
	height: 140px;
	width: 1050px;
	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: 1050px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}


#header-top .cell-only {
	display: none;
}

/* ------------------------------------------------
    navigation on top
--------------------------------------------------*/
.mobile-menu-toggle-container {
	display: none;
	position: absolute;
	top: 14px;
	right: 15px;
	z-index: 9999;
}
.mobile-menu-toggle-container a {
	display: block;
	padding: 2px 3px;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,0.3);
	box-shadow: 0 1px 1px rgba(255,255,255,0.7);
}
.mobile-menu-toggle-container a:hover {
	background-color: rgba(0,0,0,0.05);
}
#mobile-menu-toggle {
	display: block;
}
#mobile-menu-toggle,
#mobile-menu-toggle img {
	height: 30px;
}


#top-nav {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1050px;
	font: 0.938em/34px Helvetica, Arial, sans-serif;
	color: #8d6502;
	position: relative;
	top: -34px;
	z-index: 9999;
}
#top-nav a {
	text-decoration: none;
	color: inherit;
}
#top-nav > ul > li {
	height: 30px;
	float: left;
	position: relative;
}
#top-nav > ul > li:first-child {
	margin-left: 10px;
}
#top-nav > ul > li > a > div {
	margin: 0 5px;
	padding: 0 20px;
	border-radius: 10px 10px 0 0;
	background-image: url(../images/bg/bg-top-nav-tab.png);
	background-repeat: repeat-x;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
	position: relative;
	z-index: 99;
}
#top-nav > ul > li > a > div:hover {
	color: #422f00;
}
#top-nav > ul > li.active > a > div {
	background-color: #fff;
	background-image: none;
	color: #422f00;
}
#top-nav > ul > li > ul {
	text-align: center;
	position: absolute;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 999;
	width: auto;
	display: none;
}
#top-nav > ul > li > ul > li {
	margin: 0 5px;
	background-color: rgba(227,212,175,0.9);
	background-color: #e3d4af\9;
	opacity: 0.9\9;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	font-size: 0.9em;
	width: auto;
}
#top-nav > ul > li > ul > li:hover {
	background-color: rgba(141,101,2,1);
	background-color: #8d6502\9;
	color: #fff;
}
#top-nav > ul > li > ul > li:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#top-nav > ul > li > ul > li:last-child {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom: 1px solid #fff;
}
#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: 10px 20px;
	width: 150px;
	border-top: 1px solid rgba(255,255,255,0.5);
	border-top: 1px solid #fff\9;
}
#top-nav > ul > li > ul > li:first-child div {
	border-top: none;
}




/* ------------------------------------------------
    content
--------------------------------------------------*/
#contentWrap {
	padding: 20px 0 40px;
	font-size: 0.813em;
	background: #fff;
	position: relative;
	z-index: 100;
}
#contentWrap .zone {
	
}


#content {
}
#content.home {
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-sizing: border-box;
}
#content.home section.homeleft {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
#content.home section.homeright {
	float: right;
	padding-top: 8px;
	width: 45%;
	padding-left: 5%;
}
#content.home section.homefull {
	float: left;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ddd;
	width: 100%;
}
#content a:hover {
	color: #8D6502;
}
#content img.page-image {
	float: right;
	max-width: 45%;
	margin: 0 0 15px 15px;
	padding: 1px;
	border: 1px solid #d8d6c4;
}
#content h2 {
	color: #f1b82d; /* MU Gold */
	font: 2.8em/1 "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
#content.home h2 {
	color: #f1b82d; /* MU Gold */
	font: 2.8em/1 "Times New Roman", Times, serif;
	margin-bottom: 20px;
}
#content h2:first-child {
}
#content h3 {
	color: #968A5F;
	font: italic 1.5em/1.2 Helvetica, Arial, sans-serif;
	margin-bottom: 25px;
}
#content h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
#content h5 {
	font-size: 1.05em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
#content p {
	margin-top: 1em;
	margin-bottom: 1em;
}
#content ul {
	margin-top: 1em;
	margin-bottom: 1em;
}
#content ul li {
	list-style: disc;
	margin-left: 2em;
}
#content img {
	max-width: 100%;
}

#content ul.event {
	padding-bottom: 2em;
	padding-top: 2em;
	margin: 0;
	border-top: 1px solid #e4e4d8;
}
#content ul.event > li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
#content ul.event > li.title {
	font-weight: bold;
	font-size: 1.2em;
}
#content ul.event > li.photo {
	float: right;
	width: 350px;
	max-width: 50%;
	margin-top: 1em;
	margin-left: 10px;
	margin-bottom: 5px;
}
#content ul.event > li.photo.wide {
	float: none;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	max-width: 100%;
	width: 100%;
}
#content ul.event > li.photo img {
	width: 100%;
}
#content ul.event > li.date {
	color: #999;
}


#faces {
	clear: both;
	position: relative;
	top: 38px;
	height: 134px;
	width: 100%;
	background: url(/assets/images/picture/faces3.jpg) no-repeat;
	background-size: contain;
}
#faces > div {
	width: 14.28%;
	height: 100%;
	float: left;
}


/* profile list */
#content ul.profile li.name {
	font-weight: bold;
}
#content ul.profile li.field {
	list-style: none;
}


/* list with space between list items */
#content ul.space li {
	margin-bottom: 0.8em;
}



/* ------------------------------------------------
    homebox
--------------------------------------------------*/
#contentWrap .homebox {
	float: left;
	border-radius: 15px;
	width: 50%;
	padding: 0.3em 2em 2em;
	background-color: #f8f1e2;
	box-shadow: 0 0 100px rgba(150, 77, 1, 0.5) inset;
	box-sizing: border-box;
}
#contentWrap .homebox + .homebox {
	float: right;
	border-radius: 15px;
	width: 45%;
	padding: 0.3em 2em 2em;
	background-color: #f8f1e2;
	box-shadow: 0 0 100px rgba(150, 77, 1, 0.5) inset;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contentWrap .homebox h2 {
	color: #fff;
	font: italic bold 1.8em/1 "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#contentWrap .homebox h2:first-letter {
	font-size: 1.5em;
}
#contentWrap .homebox h3 {
	font: 1.35em/1.2 Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 0.5px;
	color: #963;
	margin-top: 0.8em;
	padding-top: 0.5em;
	border-top: 1px solid #fff;
}
#contentWrap .homebox hr {
	border: 0;
	height: 1px;
	background-color: #fff;
}
#contentWrap .homebox p.date {
	margin-top: 0.3em;
	font-size: 1em;
	font-weight: bold;
}
#contentWrap .homebox p.more {
	font: bold 1em/1.2 Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin-top: 1.2em;
	padding-top: 1em;
	border-top: 1px solid #fff;
}
#contentWrap .homebox ul li {
	list-style: disc;
	margin-left: 2em;
}









/* ------------------------------------------------
    footer
--------------------------------------------------*/
#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;
}
#footer p, 
#footer img#fb {
	margin: 14px 0;
}
#footer a {
	text-decoration: none;
	color: inherit;
}
#footer a:hover {
	text-decoration: underline;
}

#footer #footerContact {
	float: left;
	color: #968a5f;
}
#footer #footerContact p {
	display: inline-block;
	vertical-align: top;
	font: 1.1em/1.2 "Times New Roman", Times, serif;
}
#footer #footerContact p.site-name {
	padding-right: 15px;
	text-align: right;
	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: 15px;
	border-left: 1px solid #968a5f;
}
#footer #fb {
	float: right;
}

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

