/* dnelson */

@font-face {
    font-family: 'roboto';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_thin';
    src: url('fonts/Roboto-Thin-webfont.eot');
    src: url('fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Thin-webfont.woff') format('woff'),
         url('fonts/Roboto-Thin-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Thin-webfont.svg#pt_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_light';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Light-webfont.woff') format('woff'),
         url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Light-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_bold';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Bold-webfont.woff') format('woff'),
         url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Bold-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'roboto_lightitalic';
    src: url('fonts/Roboto-LightItalic-webfont.eot');
    src: url('fonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-LightItalic-webfont.woff') format('woff'),
         url('fonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('fonts/Roboto-LightItalic-webfont.svg#pt_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0px;
    padding: 0px;
}

body {
	text-align:center;
	color:#000000;
	/* background:url(images/bg.gif) repeat-x #090401; */
    background: #000000;
	/* font:12px Verdana, Arial, Helvetica, sans-serif; */
    font-size: 16px;
    font-family: "Roboto", Helvetica, sans-serif;
	padding:0;
	margin:0;
}

a, a:visited {
    color: #f97301;
    padding: 1px;
    /* background: transparent; */
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
    color: #ffffff;
}

p {
	margin:0;
	padding:0 0 1em 0;
}

p#first:first-letter {
    font-size:1.5em;
}

p.link {
    margin-bottom: -8px;
}

p.just {
  text-justify:inter-word;
  text-align:justify;
}

p.bquote {
    color: #aaaaaa;
}

p.pagetop {
  color: #666;
  text-align: right;
  padding-top: 260px;
  font-size: 80px;
}

h1.paper {
  color:#ffffff;
  margin-top:65px;
}

h2 {
	height:41px;
	overflow:hidden;
  color:#ffffff;
  margin-top:6px;
  clear:both;
}

h2.tl {
  color:#ffffff;
	height:76px;
	line-height:1.2em;
}

h3 {
	height:34px;
	overflow:hidden;
  color:#ffffff;
  margin-top:6px;
}

h3.paper {
  margin-top: 20px;
  height: auto;
  overflow: normal;
  margin-top: 30px;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

#mainContainer {
	text-align:left;
	width:960px;
	margin:0 auto;
	position:relative;
}

@media (max-width: 980px) {
  #mainContainer {
    width: 700px;
  }
}

#header {
	height:100px;
	position:relative;
	overflow:hidden;
  text-align: center;
}

#harvardLogo {
	width:90px;
	height:90px; 
	top:5px;
    right:50px;
    float:right;
	background:url(images/harvard_90.png) no-repeat; 
}

#homeBanner {
	background:url(images/banner8.jpg) repeat-x center;
	background-color:#ffffff;
	position:absolute;
	left:0;
	top:55x; /* 70px */
	width:100%;
    height:450px; /* 456 px */
    z-index:300;
}

#topBar {
  /*position:absolute;*/
  position:fixed;
  left:0;
  top:0;
  height:55px;
  width:100%;
  background-color:#181818;
  z-index:400;
  text-align:center;
}

sub, sup { 
	font-size: 75%;
	line-height: 0; 
	position: relative; 
	vertical-align: baseline; 
}
sup { 
	top: -0.5em; 
}
sub { 
	bottom: -0.25em; 
}

/* navigation */

ul.nav2 {
    padding:0;
    margin:0 0px;
    list-style:none;
    top:0;
    /*position:absolute;*/
    position:fixed;
    z-index: 500;
}

ul.nav2 li {
    float: left;
    padding: 10px 0;
    margin-right: 40px;
    height: 22px; /* controls offset of orange bar from text */
    border-bottom: 3px solid #181818;
}
ul.nav2 li:hover {
    border-bottom: 3px solid #f97301;
    transition: border-bottom 0.5s ease-in-out;
  /*-webkit-transition : border 0.5s ease;
  -moz-transition : border 0.5s ease;
  -o-transition : border 0.5s ease;*/
}
ul.nav2 li.current {
    border-bottom: 3px solid #f97301;
}

ul.nav2 li a {
    font: 18px "Georgia", Times, serif;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    z-index: 10;
    display: block;
    float: left;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin: auto 0px;

    padding: 5px 0 5px 0;
}

ul.nav2 li a:hover {
    color: #999999;
    transition: color 0.5s ease-in-out;
}

/* sliding top tab */

.tabup {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 12px;
	width: 100%;
	position: relative;
     top: 0;
     z-index: 999;
}

.tabup ul.login {
	display: block;
	position: relative;
  	float: left;
  	clear: left;
  	height: 12px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	left: 100px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tabup ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tabup ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tabup ul.login li {
 	text-align: left;
  	padding: 0;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tabup ul.login li a {
	color: #15ADFF;
}

.tabup ul.login li a:hover {
	color: white;
}

.tabup a.open, .tabup a.close {
	height: 19px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 85px;
	position: relative;
	top: 11px;
}

.tabup a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tabup a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tabup a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tabup a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panelint {
	width: 100%;
	/* height: 310px; */
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panelint .contentint {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panelint .contentint .leftint {
	width: 930px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

/* content */

#content {
    color:#ffffff;
    line-height:21px;
/*  padding-top:500(banner4)px; */
    padding-top:450px;
    display: block;
    clear: both;

}

#content .left {
	position:relative;
	width:630px;
  float: left;
}

#content .left p {
  text-align: justify;
}

#content .right {
    position:relative;
    width:245px;
    float: right;
    padding: 5px 0 5px 10px;
    border-left: 1px dotted gray;
    margin-bottom: 20px;
}

/*#mask {  
  width:960px;  
  overflow:hidden; 
  top:0;
  position:relative;
}  
  
div.tab {  
  float:left;  
} */ 

/*----- Group -----*/

.person {
  display: inline-block;
  margin: 10px 10px;
  text-align: center;
}

.person p {
  margin-top: -8px;
}

.face {
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #333;
    width: 140px;
    height: 140px;
    margin: 20px;
    background-size: cover;
    float: left;
}

#f_dylan    { background-image: url(./images/people_dylan2.jpg);    }
#f_chris    { background-image: url(./images/people_chris.jpg);     }
#f_reza     { background-image: url(./images/people_reza.jpg);   }
#f_rahul    { background-image: url(./images/people_rahul.jpg); }
#f_xeno     { background-image: url(./images/people_xeno.jpg); }
#f_ole      { background-image: url(./images/people_ole.jpg); }
#f_nick     { background-image: url(./images/people_nick.jpg); }
#f_katrin   { background-image: url(./images/people_katrin.jpg); }
#f_ema      { background-image: url(./images/people_ema.jpg); }
#f_katie    { background-image: url(./images/people_katie.png); }
#f_milan    { background-image: url(./images/people_milan.jpg); }
#f_fin      { background-image: url(./images/people_fin.jpg); }
#f_raphael  { background-image: url(./images/people_raphael.jpg); }
#f_samridh  { background-image: url(./images/people_samridh.jpg); }
#f_faizan   { background-image: url(./images/people_faizan.jpg); }
#f_emma     { background-image: url(./images/people_emma.jpg); }
#f_eshna    { background-image: url(./images/people_eshna.jpg); }
#f_lucas    { background-image: url(./images/people_lucas.jpg); }
#f_qi       { background-image: url(./images/people_qi.jpg); }
#f_jonas_s  { background-image: url(./images/people_jonas_s.jpg); }
#f_jonas_b  { background-image: url(./images/people_jonas_b.jpg); }
#f_jan      { background-image: url(./images/face_placeholder.png); }
#f_linn     { background-image: url(./images/people_linn.jpg); }
#f_jeremias { background-image: url(./images/people_jeremias.jpg); }
#f_yuning   { background-image: url(./images/people_yuning.jpg); }
#f_kiara    { background-image: url(./images/people_kiara.jpg); }
#f_stawroula { background-image: url(./images/people_stawroula.jpg); }

/*----- Visualization -----*/

.vishead {
  background-color: #333;
  display: block;
  padding: 15px 0 0 15px;
  margin: 60px 0 30px;
  font-size: xx-large;
}

.visgallery {
  margin: -5px 0 0 0;
}

.img_row {
  padding: 0 10px 25px 0;
  float: left;
}
.img_row img {
  padding: 4px;
  border: 1px solid #777777;
}
.img_row img:hover {
  border: 1px solid #bbbbbb;
}

.img_row_med {
  padding: 0 8px 8px 0;
  float: left;
}
.img_row_med img {
  padding: 3px;
  border: 1px solid #777777;
  max-width: 280px;
  height: auto;
}
.img_row_med img:hover {
  border: 1px solid #bbbbbb;
}

.img_row_sm {
  padding: 0 10px 25px 0;
  float: left;
}
.img_row_sm img {
  width: 98px;
  height: 98px;
  padding: 4px;
  border: 1px solid #777777;
}
.img_row_sm img:hover {
  border: 1px solid #bbbbbb;
}

/*----- cv -----*/

p.cvPDF {
    float: left;
}

p.cvName {
    text-align: right;
    font-size: 1.8em;
}

p.cvAddress {
    text-align: right;
    font-size: 1.2em;
    margin-top: -1.0em;
    padding-top: 0.2em;
    border-top: 1px solid gray;
}

p.cvSection {
  font-size: 1.4em;
  border-bottom: 1px dotted gray;
  margin-top: 40px;
  padding: 1px 0;
  display: inline-block;
}

p.cvItem {
  margin-top: 5px;
  color: #aaa;
}

ol.cvList {
  margin-top: 10px;
  margin-left: 27px;
}
li.cvItem {
  color: #aaa;
  margin-bottom: 4px;
}

span.pTitle {
  color: #fff;
}

span.authors {
  font-size: 13px;
  display: block;
  /*margin-top: -2px;*/
  line-height: 1.4em;
}

/*
div.cvlinks a {
  color: #d97301;
  opacity: 0.9;
}
*/

span.me {
    color: #4aa402;
}

div.cvTitle {
    margin-left: 20px;
    color: #aaaaaa;
}

ul.cv {
    margin-top: -6px;
    margin-left: 40px;
    list-style-type: square;
}

.cvSpace li {
  margin-bottom: 5px;
}

/* footer */
	
#footer {
    clear:both;
    margin-top: 60px;
    text-align:center;
    padding:35px 0 15px;
    font-size:16px;
    background-color:#111;
    color:#444;
    height:50px;
    position:absolute;
    left:0;
    width:100%;
}

/* halo comparison */

.compHead {
  text-align:center;
}

.compHead table {
  color:#fff;
  padding: 1em;
  margin: 1em auto;
}

.compHead th {
  background:#330;
  border:1px solid #888;
  padding: 0.4em;
}
.compHead td {
  padding: 0.4em;
  border:1px solid #555;
}

.compBody {
  color:#ccc;
  text-align:center;
}

.compBody img {
  vertical-align:middle;
  padding: 0.2em;
}

.compBody table {
  padding:1em;
  margin:1em;
  border-collapse:collapse;
  width:95%;
}
.compBody tr.row {
  border: 1px solid #333;
}
.compBody th {
  background:#330;
  border:1px solid #888;
  size;x-large;
  padding:0.4em;
}
.compBody td {
  margin:0.4em;
  padding:0.4em;
}
.compBody td.stcell {
  color:#999;
}
.compBody td.gacell {
  background:#111;
}
.compBody .haloid {
  color:green;
  margin: 1em 0;
}

/* important redirect box for conferences */

.overlay{
    background:transparent url(images/overlay.png) repeat top left;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    z-index:100;
    display:none;
}

.box{
    position:fixed;
    top:-200px;
    left:30%;
    right:30%;
    background-color:#000;
    color:#fff;
    padding:20px;
    border:3px solid #fff;
    -moz-border-radius: 20px;
    -webkit-border-radius:20px;
    -khtml-border-radius:20px;
    -moz-box-shadow: 0 1px 5px #333;
    -webkit-box-shadow: 0 1px 5px #333;
    z-index:101;
    display:none;
}

a.boxclose{
    float:right;
    width:26px;
    height:26px;
    background:transparent url(images/cancel.png) repeat top left;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
}

.box h1{
    border-bottom: 1px dashed #7F7F7F;
    margin:-20px -20px 15px -20px;
    padding:10px;
    background-color:#059Dcc;
    color:#fff;
    -moz-border-radius:20px 20px 0px 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -khtml-border-top-left-radius: 20px;
    -khtml-border-top-right-radius: 20px;
}
