html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);  
  
  
body
{   font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.25;
    color: #323232;
    font-size: 12px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
     background: transparent;}

p
{ padding: 0 0 20px 0;
  line-height: 1.7em;
  font-size: 120% }

img
{ border: 0;}



a, a:hover
{ background: transparent;
  outline: none;
  text-decoration: underline;
}

a:hover
{ text-decoration: none;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: italic;
  font-size: 120%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

#main, #header, #banner, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

  
/* #main { background: #FFF url(../images/multiscale_modeling.jpg) repeat-x;} */


#header
{ background: transparent;
  width: 880px;
  padding: 0px 0 0 0;
  background: transparent;}

#banner
{ width: 880px;
  position: relative;
  text-align: center; 
  height: 85px;
  padding: 30px 0px 0px 0px;
  background: transparent;}

#banner a
{ margin-top: 30px;
  font: normal 300% sans-serif;
  letter-spacing: -2px;
  text-decoration: none;
  color: #ff0000;}

#menubar
{ width: 880px;
  height: 35px;
  text-align: center; 
  margin: 0 auto;
  background: transparent;} 

ul#menu
{ 
  margin:0}

ul#menu li
{ padding: 0 0 0 0px;
  list-style: none;
  margin: 2px 0 0 1px;
  display: inline;
  background: transparent;}

ul#menu li a
{ font: normal 110% sans-serif, sans-serif;
  display: inline;
  letter-spacing: -1px;
  height: 21px;
  padding: 0px 15px 4px 15px;
  text-align: center;
  color: #0000ff;
  text-decoration: none;
  background: transparent;} 

ul#menu li.selected
{ margin: 2px 0 0 1px;
  background: transparent;
  color: #000000;
  text-decoration: underline;}

ul#menu li.selected a, ul#menu li.selected a:hover
{ background: transparent;
  color: #000000;}

ul#menu li a:hover
{ color: #000000;}



#site_content
{ width: 880px;
  overflow: hidden;
  background: #FFF;} 
  }

.content_item
{ margin-top: 20px;
  margin-bottom: 20px;
  }

#content
{ text-align: justify;
  width: auto;
  padding: 0;
margin-top: 20px;}

.content_item
{ margin-top: 20px;
  margin-bottom: 20px;
  }

.sidebar {
	float: left;
    background: #fff;
    margin: 0px;
	height: auto;
    padding: 0 7px 0 7px;
    width: 420px;
    border-radius: 10px;
}

.box1 {
    display: block;
    padding: 10px;
    margin-bottom: auto;
    text-align: auto;
}

.sidebar2 {
	float: right;
    background: #fff;
	height: auto;
    margin: 0px;
    padding: 0 7px 0 7px;
    width: 420px;
    border-radius: 10px;
}

.box2 {
    display: block;
    padding: 10px;
    margin-bottom: auto;
    text-align: auto;
}


.container2 {
    background: #fff;
    padding: 0 7px 0 7px;
	height: auto;
    width: 400px;
    overflow: hidden;
	margin-bottom: auto;
    text-align: auto;
    }


.marqueeElement {
    padding: 0 7px 0 7px;
	padding-top: 20px;
    text-align: relative;	
	position: relative;
	margin-bottom: relative;
}
#mholder {
    background: #fff;
	margin-bottom: relative;
    padding: 0 7px 0 7px;
    width: 400px;
    overflow: hidden;
    position: relative;
	margin-bottom: relative;
    }




/* styling for the slideshow on the homepage */
ul.slideshow {
  float: left;
  margin: 10px 20px 20px 10px;
  list-style: none;
  width: 240px;
  height: 240px;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
  box-shadow:2px 4px 8px 0 hsla(0,0%,0%,.2);}
  
ul.slideshow li {
  position: absolute;
  margin: 0;
  padding: 0;
  left: 0;
  right: 0;}
  
ul img {
  border: none;}

/* styling for the slideshow on the people page */
ul.slideshow2 {
  float: center;
  margin: 10px 20px 20px 20px;
  list-style: none;
  width: 800px;
  height: 240px;
  overflow: hidden;
  position: relative;
  padding-top: 10px;
  box-shadow:2px 4px 8px 0 hsla(0,0%,0%,.2);}
  
ul.slideshow2 li {
  position: absolute;
  margin: 0;
  padding: 20;
  left: 20;
  right: 20;}
  
ul img {
  border: none;}

  
  
  
  /* research page */ 
  
  .gridimage{
 width:auto;
 height:auto;
 clear:both;
 border-radius:8px;
 }
 
.gridimage>div{
 width:400px;
 height:400px;
 float:left;
 text-align:center;
 
}
.gridimage>div>img{
 display: inline-block;
 vertical-align:middle;
 max-width: 90%;
 max-height: 90%;
 border-radius:4px;
 box-shadow:2px 4px 8px 0 hsla(0,0%,0%,.2);
 -webkit-transition:-webkit-transform 700ms ease;
}
.gridimage>div>img:hover{
 -webkit-transform:scale(1.1);
}  
  
 /* people's page */

  .grid{
 width:50%;
 height:auto;
 clear:both;
 border-radius:20px;
  }
 
.grid>div{
 width:50%;
 height:200px;
 float:left;
 text-align:center;
}

.grid>div>img{
 display: inline-block;
 vertical-align:middle;
 max-width: 90%;
 max-height: 90%;
 border-radius:40px;
 box-shadow:2px 4px 8px 0 hsla(0,0%,0%,.2);
 -webkit-transition:-webkit-transform 700ms ease;
}
.grid>div>img:hover{
 -webkit-transform:scale(1.1);
}  
 

 
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
	
}
.p-top-30 {
    padding-top: 30px;
	
}
.half-txt {
    width: 60%;
    margin: 0 auto;
    text-align:center;
    line-height: 25px;
    color: #7e7e7e;
}
.text-uppercase {
    text-transform: uppercase;
	text-align:center;
}
  

  
  /* people's page */ 
  
.grid3x3{
 width:auto;
 height:600;
 clear:both;
 border-radius:8px;
 } 
  
  .grid3x3>div{
 width:220px;
 height:200px;
 float:left;
 line-height:200px;
 text-align:center;
 
}
.grid3x3>div>img{
 display:inline-block;
 vertical-align:middle;
 max-width:70%;
 max-height:70%;
 border-radius:20px;
 box-shadow:2px 4px 8px 0 hsla(0,0%,0%,.2);
 -webkit-transition:-webkit-transform 700ms ease;
}
.grid3x3>div>img:hover{
 -webkit-transform:scale(1.1);
}
  
  
  
   /* footer*/

	
.footer-distributed{
	background-color: #fff;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: normal 16px sans-serif;

	padding: 10px 10px;
	margin-top: auto;
}

.footer-distributed .footer-left p{
	color:  #43423F;
	font-size: 14px;
	margin: 0;
}

/* Footer links */

.footer-distributed p.footer-links{
	font-size:14px;
	font-weight: bold;
	color:  #43423F;
	margin: 0 0 10px;
	padding: 0;
}

.footer-distributed p.footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-right{
	float: right;
	margin-top: 6px;
	max-width: 180px;
}

.footer-distributed .footer-right a{
	display: inline-block;
	width: 150px;
	height: 50px;
	background-color:  #fff;
	border-radius: 2px;

	font-size: 20px;
	color: #43423F;
	text-align: center;
	line-height: 35px;

	margin-left: 3px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 600px) {

	.footer-distributed .footer-left,
	.footer-distributed .footer-right{
		text-align: center;
	}

	.footer-distributed .footer-right{
		float: none;
		margin: 0 auto 80px;
	}

	.footer-distributed .footer-left p.footer-links{
		line-height: 1.8;
	}
}
	
/* hover text over imagers */

.tooltip-wrap {
  position: relative;
}
.tooltip-wrap .tooltip-content {
  display: none;
  position: relative;
  bottom: 60%;
  left: 0%;
  right: 0%;
  background-color: transparent;
  padding: .5em;
}
.tooltip-wrap:hover .tooltip-content {
  background-color: rgba(255, 255, 255, 0.7);
  display: inline-block;
}
