/*  SOE Header Enforcement  */
#umstripContainer {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMjM2NyIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iIzE3MWY0ZiIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZjFiM2EiIHN0b3Atb3BhY2l0eT0iMC45NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%) repeat scroll 0 0 transparent; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(29,35,103,0.95)), color-stop(49%, rgba(23,31,79,0.95)), color-stop(100%, rgba(15,27,58,0.95))) repeat scroll 0 0 transparent; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%) repeat scroll 0 0 transparent; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%) repeat scroll 0 0 transparent; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%) repeat scroll 0 0 transparent; /* IE10+ */
	background: linear-gradient(to bottom, rgba(29,35,103,0.95) 0%, rgba(23,31,79,0.95) 49%, rgba(15,27,58,0.95) 100%) repeat scroll 0 0 transparent; /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f21d2367', endColorstr='#f20f1b3a', GradientType=0 ) repeat scroll 0 0 transparent; /* IE6-8 */
}
header #umstrip .umstriplogo a {
	color: #ffffff;
}
#deptheadContainer {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMC44NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(242,242,242,0.85) 0%, rgba(242,242,242,0.85) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,0.85)), color-stop(100%,rgba(242,242,242,0.85))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(242,242,242,0.85) 0%,rgba(242,242,242,0.85) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(242,242,242,0.85) 0%,rgba(242,242,242,0.85) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(242,242,242,0.85) 0%,rgba(242,242,242,0.85) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(242,242,242,0.85) 0%,rgba(242,242,242,0.85) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f2f2f2', endColorstr='#d9f2f2f2',GradientType=0 ); /* IE6-8 */
}
header #depthead a {
	color: #14213D;
}
header .watermark {
	background: url("images/UMStripWaterMark.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*  Fix Title Wrapping Below Nav Links  */
@media (max-width:640px) {
	#depthead h1 { width:275px; padding-top: 23px;}
#depthead h1 a {
	  font-size:.8em;
	  line-height:1em;
}
#depthead .combined {
    line-height: 1.3em;
}
}

#depthead h1 {
	display: inline-flex;
	display: -moz-inline-flex;
	display: -webkit-inline-flex;
	display: -ms-inline-flex;
	vertical-align: middle;
}

/*  Zero Padding for Contactblock Logo  */
nav.sidebar.contactblock ul li.logo, nav.main-contact.contactblock ul li.logo{
	padding-left: 0px;
}

/*  Fax Icon for Contactblock  */
nav li.fnumber {
	background: url("http://education.olemiss.edu/_images/icons-main/fax.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
}

/*  SmugMug Social Icon  */
li.smug {background: url("images/imgs_icon/gray-smugmug.png") no-repeat scroll transparent; margin-left: 1px;}

/* Cyclone Slider Styling */
.cycloneslider-slides.cycle-slideshow{
	border: 1px solid #000000;
}
.cycloneslider-template-default .cycloneslider-pager{
	bottom: -13px;
	height: 8px;
	left: 0;
	top: auto !important;
	position: absolute !important;
	text-align: center;
	width: 100%;
	z-index: 200 !important;
}
.cycloneslider-template-default .cycloneslider-pager span{
	height: 8px !important;
	width: 8px !important;
	margin: 0 5px !important;
}
.phoneftr::first-letter{
	font-weight: bold;
	color: #9aa4c1;
}
.emailftr::first-letter{
	font-weight: bold;
	color: #9aa4c1;
}
.emailftr:hover{
	text-decoration:underline;
}
div.ivycat-post h2.entry-title{
	font-size: 1em;
}
div.ivycat-post a:hover{
	text-decoration: underline;
}
div.main div.meta{
	font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Romain",sans-serif;
	color: #14213d;
}

/*Hide "Your Email: Label for Subscribe2*/
p label[for=s2email]{
	visibility:hidden;
}
