@charset "UTF-8";

#closeButton {
  float: right;
}

#content {
  position: relative;
  padding-top: 50px;
}

#footer {
  color: #999;
  font-size: small;
  letter-spacing: 1px;
  margin: 2em 0;
  text-align: center;
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #222;
}

#header table {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
  height: 50px;
}

#header td {
  width: 260px;
  font-size: 0.8em;
}

#header td.last_col {
  width: 220px;
}

.section {
  display: none;
  margin-top: 2.5em;
}

table {
  border-collapse: collapse;
}

#intro_text,
#metadata {
  border-bottom: solid #666 1px;
  margin-bottom: 1em;
  padding-bottom: 3em;
}


#intro_text,
#metadata ul {
  font-size: larger;
  line-height: 1.6em;
}

#main_content {
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
  padding: 0 6px;
  width: 1000px;
}

#mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: black;
  opacity: 0.75;
}

#projects_tbl,
#videos_tbl {
  width: 100%;
}

#projects_tbl dd,
#videos_tbl dd {
  margin-left: 0;
}

#projects_tbl td,
#videos_tbl td {
  border-bottom: solid 1px #666;
  padding: 20px 0 40px;
  vertical-align: top;
}

#projects_tbl dd p,
#videos_tbl dd p {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

#section_tabs {
  margin-top: 2.5em;
}

#section_tabs div {
  border-bottom: solid 1px #666;
  cursor: pointer;
  float: left;
  height: 30px;
  letter-spacing: 2px;
  line-height: 30px;
  text-align: center;
  width: 250px;
}

#section_tabs div.showing {
  border-bottom: 0;
  border-left:  solid 1px #666;
  border-right:  solid 1px #666;
  border-top:  solid 1px #666;
  cursor: default;
  width: 248px;
}

#section_tabs div:hover {
  background-color: #444;
}

#section_tabs div.showing:hover {
  background-color: inherit;
}

#screenshot_display {
  position: fixed;
  top: 56px;
  width: 100%;
  min-height: 400px;
  text-align: center;
}

.clear {
  clear: both;
}

.footer {
  text-align: center;
}

.proj_image {
  margin-bottom: 3em;
  text-align: center;
}

.screenshot_td {
  width: 260px;
}

.usage_note {
  font-size: small;
}

a {
  color: #3C9;
  text-decoration: none;
}

a:hover {
  color: #F96;
  text-decoration: underline;
}

dt {
  color: #999;
  font-size: 0.8em;
  line-height: 0.75em;
}

h1, h2 {
  font-size: 1.4em;
}

img {
  border: 0;
}

body {
  margin: 0;
  background-color: #333;
  color: white;
  font-family: Arial, Verdana, sans-serif;
  font-size: 17px;
}
