/*
 * scaffold.css
 *
 * Stylesheet for the DIAP website. This stylesheet provides the scaffold
 * within which the elements fit. It is responsible for alignment and
 * placement, but not for color.
 */

body {
  text-align: center;
  font-size: 12pt;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  /*border: 1px solid yellow;*/
  width: 740px;
  min-height: 480px;
}

p {
  margin: 0px;
}

h1 {
  font-size: 18pt;
  margin: 0px;
}

h2 {
  font-size: 16pt;
  margin: 0px;
}

h3 {
  text-decoration: none;
  font-weight: normal;
  font-size: 9pt;
  margin: 0px;
}

h4 {
  font-size: 10pt;
  margin: 0px;
}

div {
  /*width: 50em;*/
  text-align: left;
  /*margin: 0px;*/
  /*padding: 0px;*/
}

img {
  border: none;
}

#header {
  height: 50px;
  margin-bottom: 3px;
}

#logo {
  margin-left: 18px;
  margin-right: 8px;
  margin-bottom: -8px;
}

.sectionlink {
  padding: 0px 18px 0px 18px;
  font-size: 11pt;
}

.subsectionlink {
  font-size: 8pt;
  margin-right: 24px;
  white-space: nowrap;
}

.projectlink {
  font-size: 7pt;
  margin-right: 22px;
  white-space: nowrap;
}

.viewlink {
  font-size: 9pt;
  padding-right: 6px;
}

#navigation {
  margin-bottom: 44px;
  font-size: 8pt;
}

#navtop {
  margin-left: 28px;
  text-indent: -28px;
  line-height: 17px;
  margin-bottom: -5px;
  min-height: 34px;
}

#navsep {
  margin: 0px;
  padding: 0px;
}

#navbottom {
  margin-left: 28px;
  text-indent: -28px;
  line-height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-top: 0px;
}

#main {
  font-size: 8pt;
}

#leftcolumn {
  float: left;
  text-align: right;
  width: 480px;
  height: auto;
  /*height: 300px;*/
  min-height: 300px;
  overflow: hidden;
}

#rightcolumn {
  float: right;
  width: 250px;
  height: 210px;
  margin-top: 0px;
  padding-left: 0px
}

#caption {
  float: left;
  text-align: right;
  width: 480px;
  padding-top: 4px;
}

#views {
  float: right;
  width: 250px;
  padding-top: 4px;
}

#image img {
  /* TODO: Why does this break Opera?*/
  max-height: 300px;
}

#copyright {
  clear: both;
  font-size: 7pt;
  padding-top: 60px;
  /*margin-left: 120px;*/
}

.cte {
  position: relative;
  float: right;
  height: 0px;
  top: -26px;
  right: 6px;
  font-size: 9pt;
  color: #000000;
  /* background-color: #FFFFFF; */
}
