html, body {height: 100%; margin: 0px;}

body {
     margin: 0px;
     text-align: center;
     background-image: url(../images/bg.png);
     font-family: "georgia, utopia std., serif";
     font-size: 12pt;
     /*font-family: Tahoma, Geneva, sans-serif;
     font-size: 11pt;*/
}

#container {
  position: relative;
  width: 1180px;
  height: 660px;
  margin: 0 auto 0 auto;
  text-align: left;
  background-image: url(../images/shadows.jpg);
}

#content {
  position: absolute;
  top: 85px;
  left: 100px;
  width: 980px;
  margin: 0 auto;
  text-align: left;
  padding: 0px;
}

a {
  color: #c00;
  text-decoration: none;
}

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

a:active, a:focus {
  outline: none;
}


img {
  border: 0px;
  outline: none;
}

a.contact_info {
  position: absolute;
  top: 26px;
  right: 0px;
  text-decoration: none;
  /*font-size: 11pt;*/
  color: #c00;
}

a.contact_info:hover {
  text-decoration: none;
  color: #c00;
}

a.contact_info div {
  /*display: none;*/
  color: #999;
  position: absolute;
  top: 0px;
  right: 32px;
}

a.contact_info div:hover {
  color: #c00;
}

a:hover.contact_info div {
  display: block;
}

#projects {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 980px;
  height: 360px;
  margin: 0px;
}

.project {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 980px;
  height: 360px;
  /*visibility: collapse;*/
  display: none;
  background-repeat: no-repeat;
  /*opacity: 0;
  filter: alpha(opacity=0);*/
}

.selected_project {
  visibility: visible;
}

.project_info {
  position: absolute;
  right: 0;
  bottom: 0;
  display: none;
  
  width: 340px;
  height: 360px;
  color: #ddd;
  /*background: #000;
  opacity: 0.8;
  filter:alpha(opacity=80);*/
}

.project_info .inner {
  margin: 0px 30px 10px 30px;
}

.project_info h1 {
  margin: 0px;
  padding: 16px 0 0 0;
  color: #fff;
  font-variant: small-caps;
  border-bottom: 1px solid #999;
  font-size: 20pt;
  font-family: "georgia, utopia std., serif";
  color: #fff;
}

.project_info h2 {
  margin: 0px;
  padding: 20px 0 0 0;
  color: #999;
  font-size: 16pt;
}

.project_info p.byline {
  color: #999;
  margin: 2px 0 10px 0;
}

.project_info ul.videos {
  margin: 10px 0;
  padding: 0 0 0 0px;
  list-style: none;
}

.project_info ul.videos li {
  margin: 4px 0;
  padding: 0px;
}

.project_info ul.awards {
  margin: 10px 0;
  padding: 0 0 0 0px;
  list-style: none;
}

.project_info ul.awards li {
  margin: 0px;
  /*padding: 0px;*/
  background: url('../images/award_icon.png') no-repeat;
  padding: 0 0 0 24px;
}

span.url {
  color: #c00;
}

span.offline {
  margin: 0px;
  color: #999;
  font-size: 9pt;
}

#short {
  background-image: url(../images/backgrounds/nuit_blanche.jpg);
}

#nokia {
  background-image: url(../images/backgrounds/nokia.jpg);
}

#adcc {
  background-image: url(../images/backgrounds/adcc.jpg);
}

#sony  {
  background-image: url(../images/backgrounds/sony.jpg);
}

#eragon {
  background-image: url(../images/backgrounds/eragon.jpg);
}

#contact {
  background-image: url(../images/backgrounds/contact.jpg);
}

#project_thumbnails {
  margin: 1px 0 0 0;
  padding: 0px;
  position: absolute;
  top: 415px;
  left: 0px;
}

#project_thumbnails .project_thumbnail {
  position: absolute;
  top: 20px;
  /*display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;*/
  width: 119px;
  /*margin: 20px 3px;*/
}

#project_thumbnails .project_thumbnail div.thumbnail {
  background-position: 0 -70px;
  background-repeat: no-repeat;
}

#project_thumbnails .project_thumbnail a:hover div.thumbnail {
  background-position: 0 0;
}

#project_thumbnails .selected_thumbnail div.thumbnail {
  background-position: 0 -70px;
}

#project_thumbnails .project_thumbnail div.thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 119px;
  height: 64px;
}

#project_thumbnails .project_thumbnail div.info {
  display: none;
}

#project_thumbnails .project_thumbnail a:hover div.info {
  display: block;
}

#project_thumbnails div a {
  color: #eee;
  text-decoration: none;
  border: 0px;
}

#project_thumbnails div a p {
  margin: 2px;
}

#project_thumbnails .info {
  position: absolute;
  top: 70px;
  left: 0px;
}

#project_thumbnails .title {
  color: #c00;
}

#short_thumb .thumbnail {
  background-image: url(../images/thumbnails/short.jpg);
}

#nokia_thumb .thumbnail {
  background-image: url(../images/thumbnails/nokia.jpg);
}

#sony_thumb .thumbnail {
  background-image: url(../images/thumbnails/sony.jpg);
}

#eragon_thumb .thumbnail {
  background-image: url(../images/thumbnails/eragon.jpg);
}

#adcc_thumb .thumbnail {
  background-image: url(../images/thumbnails/adcc.jpg);
}

.video_player {
  position: absolute;
  top: 0px;
  left: 0px;
}

th, td {
  font-size: 12pt;
}

td {
  color: #eee;
}

.video_selector {
}

.video_selector a {
  text-decoration: underline;
}

.video_selector a.video_selected {
  text-decoration: none;
}

.video_icon {
  background: url('../images/video_icon.png') no-repeat;
  padding: 0 0 0 24px;
}

#contact th {
  color: #fff;
  text-align: left;
  font-size: 11pt;
}

#contact td {
  color: #999;
  font-size: 11pt;
}

#contact a {
  color: #fff;
}

#contact .project_info h1 {
  margin: 0px;
  padding: 12px 0 0 0;
  color: #fff;
  font-variant: small-caps;
  border-bottom: 1px solid #999;
  font-size: 16pt;
  font-family: "georgia, utopia std., serif";
  color: #fff;
}
