
* {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
}

h1,h2,h3 {
  margin-top: 0px;
  padding-top: 1em;
  // letter-spacing: -.05em;
  // font-weight: bold;
  font-weight: 500;
}

h1, h2 {
  font-variant: normal;//small-caps;
}

h1 {
  margin-bottom: .75em;
}

h2,h3 {
  margin-bottom: .25em;
}


h1:first-child, h2:first-child, h3:first-child {
  padding-top: 2px;
  margin-top: 0px;
}

p {
  margin-top: .5em;
  margin-bottom: 0em;
  line-height: 1.4em;
}

.floatRight {
  float: right;
  margin-left: 1em;
}

.floatLeft {
  float: left;
  margin-right: 1em;
}

a:link, a:visited {
  color: #2c78b3;
}

a:hover, a:active {
  text-decoration: none;
  color: #034a96;
  /* color: #FFFFFF; */
  /* background-color: #2c78b3; */
}

a img {
  border: none;
  padding: none;
  margin: none;
}

code {
  white-space: pre;
  font-family: mono;
  font-size: 80%;
}

ul {
  /* http://www.famfamfam.com/lab/icons/silk/ - thanks! */
  list-style-image: url(bullet_black.png);
}

ul.papers {
  list-style-image: url(publication.gif);
}

ul.classes {
  list-style-image: url(cap.png);
}

body {
  margin: 0px;
  padding: 0px;
/*  background-image: url(delme.jpg); */
  background-repeat: repeat-x;
  background-attachment: fixed;
}

/* classes */

div.right {
  width:244px;
  float:left;
  overflow:visible;
}

div.left {
  width:416px;
  float:left;
  overflow:visible;
  padding-right:40px;
}

div.columns {
  width: 100%;
  border-top: 1px solid black;
  overflow: hidden;
  padding-bottom: 20px;
}
div.columns:first-child {
  padding-top: 0px;
  margin-top: 0px;
  border: 0px;
}
div.columns div.section {
  width: 244px;
  float: left;
  border-top: none;
  overflow:visible ;
}
div.columns div.section:first-child {
  width: 416px;
  overflow:none ;
}
div.columns div.left div.section {
  float:none;
  clear:both;
  width:100%;
  border-top: 1px solid black;
}
div.columns div.left div.section:first-child {
  border: none;
}
div.columns div.right div.section {
  float:none;
  clear:both;
  width:100%;
  border-top: 1px solid black;
}
div.columns div.right div.section:first-child {
  border: none;
}

div.section {
  width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid black; //#cccccc;
  overflow: hidden;
  clear: left;
}

div.sidebar {
  font-size: 80%;
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #cccccc;
  overflow hidden;
}
div.sidebar:first-child {
  border: 0px;
}
div.sidebar p {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

div.figure {
  padding-top: 3em;
  float: right;
  width: 244px;
}
div.figure img { display: block; border: 2px solid black; }
div.figure a { padding: 0px; }
div.figure p {
  line-height: 1em;
  color: #666666;
  font-size: 90%;
}
div.figure p:first-child {
  padding-top: 2px;
}

li {
  margin-bottom: .5em;
  line-height: 1.4em;
}

/* standard page elements */

#page {
  margin-left: auto;
  margin-right: auto;
  width: 700px;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: left;
  overflow: hidden;
  line-height: 110%;
  padding-top: 20px;
  background-color:auto;
}

#footer {
  font-size: 90%;
  color: #666666;
  vertical-align: bottom;
  text-align: right;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

div#header h1 {
  margin-bottom: .25em;
}

