@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


body{
background: #eee url(bg_overlay-2.png) repeat bottom left;
z-index: 0;
font-family:"OpenSans",Helvetica ,Arial,sans-serif;
font-weight:400;
/*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
color:#555;
}

h1,h2,h3{
	font-family:"OpenSans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#eb4d00; /*#EB6400;*/

	font-weight:700;
}


img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	-moz-border-radius: 4px;
border-radius: 4px;

}
a {
    color: #0088CC;
    text-decoration: none;
}

#container{
	max-width:1170px;
	margin:40px auto;
	font-size:0.9em;

}



#pic,#department, #intro{
	padding:0% 1.5%;
	margin-bottom:10px;
	display:block;
}
#department{
	font-size:0.8em;
}
.note{
	font-style:italic;
	font-size:1em;
}
#main{
	max-width:1170px;
	background-color:#fff;
	padding:4% 2% 2% 2%;
	margin-bottom:20px;
	clear:both;
	overflow: auto;
}

#news{
	background-color:#fff;
	padding:0.3% 2% 2% 2%;
	margin-top:2.5%;
}

#news img{
	float:left;
	margin-bottom:8px;
	margin-right:8px;
}
#news p{
	clear:both;
}

.columnmembers{
		
	background-color:#fff;
	padding:0% 2.5% 1% 2.5%;;
	display:block;
	float:left;
	margin-bottom:2%;
}

.column{
		
	background-color:#fff;
	padding:0% 2.5% 1% 2.5%;;
	display:block;
	float:left;
	margin-bottom:2%;
	
}

.column .columnmembers img {
    margin-bottom: 8px;
    margin-right: 8px;
	
	float:left;
}

.column > p > a, .column a{
    color: #F17D00;;
    font-weight: 600;
}

.column li {
    line-height: 2em;
    list-style-image: url("list_squares-2.png");
}

.column  p{
	clear:both;
}

.column > ul{
	padding-left:2.5%;
}

#publications, #members{
	clear:both;
	padding:0.3% 2% 2% 2%;
	background-color:#fff;
	margin-bottom:20px;
}
#publications li {
    line-height: 1.7em;
    list-style-image: url("list_squares.png");
    margin-bottom: 0.7em;
}

.journal{
font-style:italic;
}


#main, #publications, .column, #news, #members {
	-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 6px 5px -7px #333333;
	   -moz-box-shadow: 0 6px 5px -7px #333333;
	        box-shadow: 0 6px 5px -7px #333333;

}

@media all and (min-width: 480px) {
#main{
	padding:0.5% 0%;
	margin-bottom:20px;
}	
	

#pic{

	width:18%;
	float:left;
	margin-top:14px;
}

#pic_members{
	float:left;
	margin-top:1px;
	padding-right:5px;
}

#department {
	float:left;
	width:25%;
	font-size:0.8em;
}


#intro{
	float:left;
	width:45%;
	margin-top:0.8%;
}
#columnswrapper{
	clear:both;
	display: inline-block;
}
	
#container {
	
}
.column {
	margin:2%;
	float: left;
	width:27%;
}
div#columnswrapper div:first-child, div#columnswrapper div:last-child {
	margin-left:0;
	margin-right:0;
}
}