html,body {
  background-color:#88840c;
  height: 100%
}

#main-content {
  background-color:#FFF;
  border-left:8px solid #646109;
  border-right:8px solid #646109;
  margin-left:auto;
  margin-right:auto;
  text-align:left;
  width:1020px;
  min-height: 100%;
}

#main-content h1.pagetitle {
  font-size:1.4em;
  font-weight:700;
  margin:0 0 1em;
  padding:0 0 2px;
}

.title {
  font-weight:bold;
  font-size: 1.2em;
  margin-bottom: 7px;
}

#topnav {
  background-color:#fefdea;
  margin:2px 0;
  width:100%;
}

#topnav th {
  background-color:#bbb738;
  border-right:2px solid #fefdea;
  color:#fefdea;
  font-weight:700;
  font-size: 1.1em;
  padding:7px 15px;
}

#topnav th.current {
  background-color:#62931c;
}

#topnav th.current > ul > li > a {
  text-transform: uppercase;
}

#topnav td ul {
  margin: 10px 20px;
}

#topnav td ul li {
  margin-bottom: 7px;
}

#topnav td.main, .topnav th.main {
  border-right: 3px solid #d0cb4d;
}

td.side-nav-cell {
  background-color:#fbf9b3;
  width:260px;
}

.sidenav {
  font-size: 1.1em;
  margin:25px;
}

.sidenav .current {
  font-weight:700;
  text-transform: uppercase;
}

.sidenav li {
  margin-bottom:7px;
}

.content-container {
  background-color:#fdfbd1;
  padding:30px 40px;
  width: 760px;
}

#footer {
  position: relative;
  height: 80px;
  background-color:#fefeed;
  color:#373737;
}

#footer .icons {
  position: absolute;
  left: 24px;
  line-height:1.5em;
  padding:24px 0;
}

#footer .copyright {
  position: absolute;
  left: 150px;
  line-height:1.5em;
  padding:22px 0;
}

#footer .address {
  position: absolute;
  right: 0px;
  padding: 12px 10px;
  text-align: right;
}

h1 a {
  color:#333;
  text-decoration:none;
}

.newsEntry {
  overflow: auto;
  width: 100%;
  vertical-align: top;
  border-bottom: 2px solid white;
}

.newsEntry td {
  padding: 10px 0;
  border-bottom: 2px solid white;
}

.newsEntry .date {
  font-size: 0.9em;
  margin: 0 0 10px;
  padding: 0 0 3px;
}

.newsEntry .header {
  border-bottom: 2px solid white;
  margin-bottom: 0.1em;
  padding-bottom: 0.2em;
  font-weight:bold;
  font-size: 1.2em;
}

.newsEntry .content {
  line-height:1.4em;
}

.newsEntry img {
  float:left;
  margin-right:15px;
  margin-bottom:7px;
}

.comment {
  margin-bottom: 15px;
}

.comment .header {
  font-weight: bold;
  border-bottom: 2px solid white;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.project .title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.project .url {
  font-size: 0.85em;
  font-style: italic;
  font-weight: normal;
  margin: 0.3em;
}

.project .manager {
  font-size: 1.1em;
  font-style: italic;
  margin-bottom: 0.3em;
}

.project .label {
  font-weight: bold;
}

.project .proj-img {
  float:left;
  margin-right:15px;
  margin-bottom:7px;
}

table.sponsors {
  width: 100%;
  border-top: 1px solid white;
}

.sponsors td.logo {
  text-align:center;
  vertical-align:bottom;
  padding-top: 22px;
  padding-bottom: 2px;
}

.sponsors td.title {
  text-align:center;
  font-weight:bold;
  vertical-align:top;
  border-bottom: 1px solid white;
  padding-top: 2px;
  padding-bottom: 22px;
}

.sponsors .title div {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.header-links {
  position: relative;
  font-size: 1.2em;
}

.publication {
  border-bottom: 2px solid white;
  overflow: auto;
	width: 100%;
  position:relative;
}

.publication .cover-container {
  padding-right: 8px;
  padding-bottom: 16px;
}

.publication .content {
  padding: 2px;
  vertical-align: top;
}

.publication .title {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.publication .title .more {
  font-size: 0.85em;
  font-style: italic;
  font-weight: normal;
  margin: 0.3em;
}

.publications .file-container {
  background-repeat: no-repeat;
  padding-left: 18px;
  height: 16px;
  float: left;
}

.about-box {
  width: 290px;
  background: #fdfbd1;
  padding: 10px;
  vertical-align: top;
  font-size: 0.9em;
}

.about-box .content {
  margin: 30px 0;
  padding: 8px 10px;
  border: 1px solid #D8D8D8;
  background: #fefdea;
  min-height: 220px;
}

/* ------- */
ul.potato-menu > li.potato-menu-item {
  background-image: none;
}
ul.potato-menu-group {
  background: #fefdea;
}
ul.potato-menu-group > li {
  background-image: url(../img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  border-bottom: 1px solid #bbb738;
}
ul.potato-menu-group a {
  font-weight: normal;
  font-size: 0.9em;

  width: 160px;
  padding:5px 12px 5px 25px;
  /*background: #fefdea;*/
  padding-right:20px;
}
ul.potato-menu-group a:hover {
  background: #fbf9b3;
}
