body {
  font-size: 12px;
  border: 0;
  padding: 8px;;
  margin: 0;
  font-family: Sans-Serif;
  font-size: 12px;
}
img {
  border: 0;
}
.stills {
  width: 100%;
  text-align: center;
  
}
.stills img {
  border: 0;
  padding: 2px;
}

#top {
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  position: fixed;
  background-color: #fff;
}

.title {
  font-size: 20px;
}
.title a, #sitetitle a {
  text-decoration: none;
}
a {
  color: #000;
  text-decoration: underline;
}

a:hover, #title a:hover, #sitetitle a:hover {
  text-decoration: underline;
}

#top #find {
  position: fixed;
  right: 18px;
  top: 18px;
}
#top #find input[type=text]{
  border: 1px solid #555;
}

#top #title {
  position: fixed;
  padding-top: 16px;
  padding-left: 16px;
}

#results {
  padding-top: 48px;
  padding-left: 16px;
}
.icon {
  margin: 4px;
  width: 256px;
  height: 192px;
  float: left;
}

.iconPoster {
  width: 256px;
  height: 144px;
  vertical-align: bottom;
  display: table-cell;
}

.iconImage {
  width: 256px;
  height: 144px;
  bottom: 0px;
  cursor: pointer;
}

.iconText {
  padding-top: 3px;
  padding-bottom: 5px;
  width: 256px;
  height: 48px;
  font-size: 9px;
  line-height: 11px;
  text-align: center;
  overflow: hidden;
}
.iconText a {
  text-decoration: none;
}

.textLarge {
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
}

.textMedium {
  font-size: 11px;
  line-height: 13px;
}

.textSmall {
  font-size: 9px;
  line-height: 11px;
}
.textHighlight {
  background-color: #ff0;
}

#info {
  padding-top: 48px;
  padding-left: 16px;
  padding-right: 16px;
}

h1 {
  font-size: 18px;
  font-weight: normal;
}
h2 {
  font-size: 14px;
  font-weight: normal;
}

#status_block {
  position: fixed;
  top: 20%;
  left: 45%;
  width: 200px;
  height: 25px;
  padding: 10px;
  background-color: #f00;
}

#sitetitle {
  position: fixed;
  padding-top: 8px;
  padding-left: 16px;
  font-size: 20px;
}

