/* dnelson */

* {
    margin: 0px;
    padding: 0px;
}

body {
	text-align:center;
	color:#000000;
  /*  background: #f5f5f5; */
	/* font:12px Verdana, Arial, Helvetica, sans-serif; */
    font: 16px "Georgia", Times, serif;
	padding:0;
	margin:0;
}

a, a:visited {
    color: #f97301;
    padding: 1px;
    /* background: transparent; */
    text-decoration: none;
}

a:hover {
    text-decoration:underline;
    color: #005;
}

p {
	margin:0;
	padding:0 0 1em 0;
}

#wrapper {
    width:80%;
    height:100%;
    margin:0 auto;
    position:relative;
    background:#fff;
}

#navbar {
	height:400px;
	width:200px;
	top:130px;
	position:fixed;
	overflow:hidden;
}

#content {
    text-align:left;
    line-height:21px;
/*  padding-top:500(banner4)px; */
    padding: 350px 15px 5px 5px;
    margin-left: 200px;
    width:auto;
}

#harvardLogo {
	width:90px;
	height:90px; 
	margin: 15px 15px;
	float:left;
	background:url(images/harvard_90.png) no-repeat; 
}

#homeBanner {
	background:url(images/banner4.png) no-repeat center;
	margin-top:-350px;
	width:100%;
    height:350px;
}

/* navigation */

ul.nav2 {
    padding:0;
    margin:0;
    list-style:none;
    position:absolute;
}

ul.nav2 li {
    float: right;
    margin-right: 10px;
}

ul.nav2 li.current {
    border-bottom: 3px solid #f97301;
}

ul.nav2 li a {
    font: 26px "Georgia", Times, serif;
    text-decoration: none;
    color: #000;
    outline: none;
    z-index: 10;
    float: right;
    position: relative;
    overflow: hidden;
    margin: 5px 0px;
    padding: 0;
}

ul.nav2 li a:hover {
    color: #8c8;
}

/*----- images -----*/

div.images {
  text-align:center;
  padding: 5px 15px;
}

.images img {
  padding: 4px;
  margin:1px;
}
.images img:hover {
  border: 1px solid #ff9331;
  opacity:0.5;
  margin:0;
}
.images p {
  padding-left: 30px;
  padding-right: 30px;
  color:#777;
}

div.figure {
  text-align:center;
  padding: 5px 15px;
}

.figure img {
  padding: 5px;
}

.figure p {
  padding-left: 30px;
  padding-right: 30px;
  color:#777;
}

/*----- misc -----*/

h2.sechead {
  font-size: 1.5em;
  border-bottom: 1px dotted gray;
  margin: 20px 0 5px 0;
  padding: 0.3em;
 /* display: inline-block; */
}

p.htitle {
    padding:50px 25px 0 25px;
    text-align:center;
    font-size:2.4em;
    line-height:1.1em;
    text-shadow: 2px 2px 1px #fff,-2px -2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff;
}

p.hauthors {
    text-align:center;
    font-size:1.2em;
    padding:0.6em 0;
    font-style:italic;
    text-shadow: 2px 2px 1px #fff,-2px -2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff;
}

p.hdesc {
    text-align:center;
    color:#666;
    padding:0.3em 0;
    text-shadow: 2px 2px 1px #fff,-2px -2px 1px #fff,-2px 2px 1px #fff,2px -2px 1px #fff;
}

ul.ref {
    margin-top: -6px;
    margin-left: 40px;
    list-style-type: square;
}

/* footer */
	
#footer {
    clear:both;
    padding:50px 0 20px;
    font-size:10px;
    text-align:center;
    color:#82826c;
/*   border-top: 1px dotted #f97301; */
}