html {
  height: 100%;
}

body {
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 13px;
  margin: 0px;
  height: 100%;
  background-color: #C7C8B7;
}

table {
  border-collapse: collapse;
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 13px;
  margin: 0px;
}

input {
  font-family: Trebuchet MS, Tahoma, sans-serif;
  font-size: 13px;
}

td {
  padding: 0;
  vertical-align: top;
}

img {
  border: 0;
}

a {
  color: #1678C4;
  text-decoration: none;
}

a:hover {
  color: #005393;
  text-decoration: underline;
}

form {
  margin: 0;
}

/** Page border */

#border {
  height: 100%;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

#border-left-glow, #f-border-left-glow {
  background-image: url('../img/border-left.gif');
  background-repeat: repeat-y;
  width: 17px;
  border-right: 1px #505049 solid;
}

#border-right-glow, #f-border-right-glow {
  background-image: url('../img/border-right.gif');
  background-repeat: repeat-y;
  width: 17px;
  border-left: 1px #505049 solid;
}

#left-column {
  background-image: url('../img/left-gradient.gif');
  background-repeat: repeat-x;
  width: 150px;
  background-color: #E9EAD6;
  border-right: 1px #C7C8B7 dotted;
  height: 100%;
}

#f-left-column {
  background-image: url('../img/left-gradient.gif');
  background-repeat: repeat-x;
  width: 150px;
  background-color: red;
  border-right: 1px #C7C8B7 dotted;
}

#right-column, #f-right-column {
  width: 40px;
  background-color: #E9EAD6;
  border-left: 1px #C7C8B7 dotted;
}

#center-column {
  background-color: #F5F6E1;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

#f-center-column {
  background-color: #F5F6E1;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  height: 26px;
}

#footer {
  text-align: center;
  font-size: 11px;
  color: #a0a0a0;
  border-top: 1px solid #c0c0c0;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

#logo-container {
  margin-left: 13px;
  margin-top: 10px;
  width: 124px;
  height: 155px;
  background-image: url('../img/logo-glow.gif');
}

#logo {
  position: relative;
  border: 1px #494839 solid;
  top: 8px;
  left: 10px;
}

#main-title {
  font-family: Garamond;
  font-size: 50px;
  font-variant: small-caps;
  margin-top: 55px;
  line-height: 70%;
}

#underline {
  width: 100%;
  height: 9px;
}

#underline td {
  border-bottom: 1px #C7C8B7 solid;
}

#underline-box {
  background-color: #C7C8B7;
}

#utils {
  margin-left: 100px;
  margin-top: 7px;
  padding-top: 2px;
  padding-right: 1px;
  border-top: 1px #C7C8B7 solid;
  text-align: right;
}

#utils span {
  padding-left: 15px;
}

/** Menu */
#menu-container {
  margin-top: 10px;
  margin-left: 20px;
}

#menu-container ul {
  margin: 0;
  padding: 0;
  list-style-image: url('../img/bullet-inactive.gif');
}

#menu-container ul li {
  margin: 0;
  margin-left: 20px;
  padding: 0px;
}

#menu-container a, #utils a {
  text-decoration: none;
  color: #505049;
}

#menu-container a:hover, #utils a:hover {
  text-decoration: underline;
  color: black;
}

/** Content */
#content {
  margin-top: 37px;
}

p {
  margin: 0;
  margin-top: 1ex;
}

h1 {
  margin-top: 3ex;
  margin-bottom: 0ex;
  font-size: 16px;
}

/** Publications */

.publication-list .title {
  font-style: italic;
}

.publication-list .authors {
  font-variant: small-caps;
  font-size: 110%;
}

.publication-list .links {
  margin-top: 3px;
  display: block;
}

.publication-list li {
  margin-bottom: 3ex;
}

.publication-list .links a {
  padding-right: 15px;
}

sub.bt {
  font-size: 100%;
  position: relative;
  top: 0.1em;
}

/** */
#cvcontent h1 {
  font-size: 17px;
  margin-bottom: 2ex;
}

table.cv-section {
  width: 100%;
}

table.cv-section td.name {
  width: 30%;
  padding-bottom: 1ex;
  font-weight: bold;
}

table.cv-section td.value {
  width: 70%;
  padding-bottom: 1ex;
}
