/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(http://www.siue.edu/research/img/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

#bx-pager {
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
	margin-left: -5px;
	margin-right: -5px;
}
#bx-pager a {
	width: 20%;
	display: block;
	float: left;
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
	padding: 13px 5px 5px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
#bx-pager img {
	padding-bottom: 5px;
	max-width: 100%;
}
#bx-pager h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}
#bx-pager a.active {
	background: url(http://www.siue.edu/research/img/point.png) no-repeat top center;
}
#bx-pager a.active h2 {
	border-bottom: 5px solid #E63030;
	margin-bottom: -5px;
	color: #E43A3A;
}
#bx-pager a:hover h2 {
	color: #E43A3A;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(http://www.siue.edu/research/img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(http://www.siue.edu/research/img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 80;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(http://www.siue.edu/research/img/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(http://www.siue.edu/research/img/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
.bx-viewport li { min-height: 1px; min-width: 1px; }

.hdrImageWrap .hdrImage {
	height: auto;
	background: none;
}
.slider-fade {
	width: 250px;
	height: 380px;
	position: absolute;
	right: 380px;
	top: 0;
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.7) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0.7 );

}
.slider-content {
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	height: 380px;
	background: rgb(0,0,0);
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.slider-content h1 {
	font-size: 2.1em;
}
.slider-content p {
	font-size: 1.3em;
}
.slider-read-more {
	background: #E63030 url(http://www.siue.edu/research/img/arrow.png) no-repeat right 10px top 8px;
	display: inline-block;
	color: #FFF;
	padding: 11px 40px 11px 10px;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1;
    text-decoration: none;
}
.slider-read-more:hover {
    background: #F73C3C url(http://www.siue.edu/research/img/arrow.png) no-repeat right 10px top 8px;
}

.research-content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin: 0 0 1em;
}
.magazine {
	background: #E63030 url(http://www.siue.edu/research/img/arrow.png) no-repeat right 10px top 8px;
	color: #FFF;
	padding: 13px 40px 10px 10px;
	margin: 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1;
    text-decoration: none;
    display:inline-block;}
.magazine:hover {
    background: #F73C3C url(http://www.siue.edu/research/img/arrow.png) no-repeat right 10px top 8px;
}
.magazine-sidebar {
	overflow: hidden;
	margin-bottom: 15px;
}
.magazine-sidebar img {
	max-width: 100%;
}
.video {
	margin-bottom: 20px;
	overflow: hidden;
}
.video img {
	max-width: 100%;
}
.video-img {
	background: #D76F6F;
	height: 37px;
	width: 37px;
	float: left;
	overflow: hidden;
}
.video-img img {
	padding: 11px;
}
.video-h1 {
	background: #E61C24;
	height: 37px;
	overflow: hidden;
}
.video-h1 h1 {
	font-size: 19px;
	color: #FFF!important;
	display: block;
	padding: 8px 0 0 11px;
}
.video-screenshot {
	position: relative;
}
.video-caption {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: rgba(0,0,0,0.5);
}
.video-caption p {
	color: #FFF;
	margin: 12px 17px;
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.video-sidebar p {
	font-size: 14px;
}
.video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}
.video-play img {
	margin-top: -70%;
	margin-left: -50%;
}
.video-screenshot:hover > .video-play {
	display: block;
}
.more-videos {
	background: #F3F3F3;
	float: right;
	padding: 6px 8px;
	margin-top: 5px;
}
.more-videos p {
	display: inline-block;
	margin: 0.4em 0 0.5em;
	color: #FF3333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
}
.more-videos img {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 5px 8px;
}
.news {
	margin-bottom: 20px;
	clear: both;
}
.news-img {
	background: #D76F6F;
	height: 37px;
	width: 37px;
	float: left;
	overflow: hidden;
}
.news-img img {
	padding: 8px 16px;
}
.news-h1 {
	background: #E61C24;
	height: 37px;
	overflow: hidden;
}
.news-h1 h1 {
	font-size: 19px;
	color: #FFF!important;
	display: block;
	padding: 8px 0 0 11px;
}
.news a {
	text-decoration: none!important;
}
div.body-wrap ul li {
	list-style: none;
	margin: 0;
}
.news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.news ul li {
	list-style: none;
	margin: 3px 0 0 !important;
	padding: 16px 19px 45px 19px;
	background: #F3F3F3 url(http://www.siue.edu/research/img/newsarrow.png) no-repeat bottom 16px left 19px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4D4D4D;
    

}
.news ul li:hover {
	background-color: #EBEBEB;
    }
   
   
   .light-feature-nav { display:none; position:absolute; margin-left:-143px; width:640px; top:15%; left:50%; height:400px; z-index:102; overflow: auto; }
    .light-feature { display:none; position:absolute; margin-left:-320px; width:640px; top:15%; left:50%; height:400px; z-index:102; overflow: auto; }
    div.siteNav {  padding-left:0px; padding-right:0px;  }
    
    div.siteNav div.mainLink { background-color:#EE3333;}
    
div.siteNav div.mainLink a:hover { background-color:#FF7373; }

div.siteNav div.mainLink .submenu { position:absolute; background-color:#EE3333; display:none; width:100%; overflow:hidden; }
div.siteNav div.mainLink .submenu a { padding:15px; color:#fff; text-decoration:none; display:block;  }
div.siteNav div.mainLink .submenu a:hover { padding:15px; color:#fff; background-color:#FF7373; }

div.siteNav div.home { width:50px; background-image:url(http://www.siue.edu/_files/images/icn-home.png); background-repeat:no-repeat; background-position: center; }
div.siteNav div.home a:hover { background-image:url(http://www.siue.edu/_files/images/icn-home.png); background-repeat:no-repeat; background-position: center; }
div.siteNav div.dark { background-color:#DD3333; }

h3 { margin-bottom:6px; }

dt.journals { font-weight:bold; margin:0px; display:block; }
dd.journals  { margin:0px 0px 20px 10px; display:block; }



