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

/* Normalization */
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {margin: 0; padding: 0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0;}

body {
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
  font-family: Helvetica, Verdana, Geneva, sans-serif;
  font-size: 100%;
}

#cit {
  float: right;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: auto;
}

.italic {font-style: italic;}
.normal {font-weight: normal;}
.bold {font-weight: bold;}
.journal {font-style: italic;}

/*.journal {font-weight: bold;}
*/
.volume {font-weight: normal;}
.title {font-weight: 500; color:#006699;}
.spacer {clear: both;}
.arxiv {color: #000000;}

/*
a:link {color: #006699;}
a:visited {color: #006699;}
a:hover {color: #00F;}
a:active {color:#0000FF;}
*/

#person {
  position: relative;
  margin-top: 1.5em;
  margin-right: 0.7em;
  margin-bottom: 0.7em;
  margin-left: 0.7em;
  font-weight: normal;
}

#person h2 {
  font-size: 1.4em;
}

#person h3 {
  font-size: 1.1em;
}

#mugshot {
  float: left;
  color: #999;
  border: 1px groove;
  margin-right: 20px;
  height: 170px;
  width: 170px;
}

#bookcover {
  float: right;
  color: #999;
  border: 1px groove;
  margin-right: 20px;
  height: 170px;
}


#office, #email
{margin-top:4em;
font-size: 0.875em;}

#fullname {
  font-size: 1.4em;
  padding-top: 0.1em;
  padding-right: 0px;
  padding-bottom: 0em;
  padding-left: 0px;
  margin-bottom: 0em;
}

#past {
  color:#7F7F7F;
}
/* #talks ul, #research ul, #teaching ul, #publications ul */
ul {
  margin-left: 1em;
  list-style: disc;
}

ol {
  margin-left: 2em;
}

li {
  margin-top: 0.4em;
  line-height: 120%;
/*  list-style: disc;
*/}


#talks, #research, #teaching, #publications, #degrees, #positions {
  margin-top: 0.7em;
}

#footer {
  width: 100%;
  margin-top: 2.0em;
  margin-bottom: 2.0em;
  padding-top: 0.3em;
  padding-right: 0px;
  padding-bottom: 0.3em;
  padding-left: 0px;
  background-color: #002A5C;
  color: #FFF;
  font-size: 0.7em;
  font-weight: bold;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  text-align: center;
}  
