

body{
  margin:0;
  font-family: Helvetica, Arial, sans-serif;
  color:#555;
}

.container{
  margin:0 auto;
  padding:0 40px;
  width:800px;
}
.head{
  display:none;
  margin:200px 0 0 0;
}

.head h1 {
  margin:0;
  text-align: center;
  font-size: 40px;
  font-weight: lighter;
  font-family: "nyt-franklin-101202-h02-1","nyt-franklin-101202-h02-2", Helvetica, Arial, sans-serif;
  letter-spacing:1px;
  }
}

.head h1 span{
/*  font-weight: normal;*/
}
.head h1 strong{
  font-weight: 700;
}

.films{
  margin:10px 0;
  width:320px;
  float:right;
  display:none;
}
.films h3, .film h3{
  margin-bottom:38px;
  font-size:16px;
  font-weight: 500;
  font-family: "nyt-franklin-101202-h02-1","nyt-franklin-101202-h02-2", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing:1px;
  color:#D20000;
}

.films h3 a{
  color:#D20000;
  text-decoration: none;
}
.films h3 a:hover{
  border-bottom:1px #D20000 solid;
}


.film{
  margin:100px 0;
  width:750px;
  display:none;
}

.film h3{
  margin:5px 0;
  font-family: "nyt-franklin-101202-h02-1","nyt-franklin-101202-h02-2", Helvetica, Arial, sans-serif;
}
.film h3 span{
  color:#000;
  text-transform: none;
}
.film img{
  float:left;
  width:480px;
}

.film .summary{
  margin:0 0 0 25px;
  float:left;
  width:170px;
}

/*.film span.quote{
  font-size:31px;
}*/

.film .summary p{
  margin:0;
  font-size:13px;
  font-family: "nyt-franklin-101202-h02-1","nyt-franklin-101202-h02-2", Helvetica, Arial, sans-serif;
  font-weight:500;
  line-height:18px;
}

.film .summary p strong{
  display:block;
  font-weight:800;
  font-size:16px;
}

.film .summary blockquote{
  margin:20px 0;
  padding:0;
  font-size:13px;
}

.film .summary p cite{
  font-style: normal;
/*  text-align: right;*/
  display:block;
}

.film .credits{
  width:700px;
  float:left;
  clear:both;
}
.film .credits p{
  font-size: 11px;
}
.film .credits span{
  padding: 0 8px;
  border-left:1px #888 solid;
}

.film .credits span:first-child{
  padding: 0 8px 0 0;
  border:none;
}

.film .alert{
  color:#D20000;
  font-size:12px;
}



#bill-c .summary{
  margin:30px 0 0 25px;
  
}

#farnsworth{
  width:765px;
}
#farnsworth h3{
  margin-bottom:8px;
}
#farnsworth img{
  width:550px;
}

#farnsworth img.profile{
  margin:0 0 20px 13px;
  width:190px;
}

#farnsworth .summary{
  margin:20px 0 0 13px;
}


.contact{
  margin:175px auto 0 auto;
  clear:both;
  width:295px;
  font-size:10px;
  font-family: Georgia, sans-serif;
}
.contact a{
  color:#555;
  text-decoration: none;
}
.contact a:hover{
  text-decoration: underline;
}

.contact .bracket{
  font-size:31px;
  font-weight:bold;
}

.contact .e-mail{
  margin:0;
  position:relative;
  top:-5px;
}


.footer{
  margin:0;
  position:fixed;
  bottom:0px;
  background:rgba(255, 255, 255, 0.7);

  clear:both;
  width:100%;
  font-size: 11px;
}

.footer .bottom-head{
  margin:5px auto;
  padding:5px 40px 6px 40px;
  height:20px;
  width:800px;
  display:none;
}
.footer .bottom-head h1{
  margin:0 10px 0 0 ;
  font-weight: lighter;
  font-family: "nyt-franklin-101202-h02-1","nyt-franklin-101202-h02-2", Helvetica, Arial, sans-serif;
  font-size:16px;
  display:inline;
  letter-spacing:1px;
  float:left;
}
.footer .bottom-head h1 strong{
  font-weight: 700;
}

.footer .bottom-head h1 a{
  color:#555;
  text-decoration: none;
}

.footer .bottom-head h1 a:hover{
  color:#333;
}

.footer .bottom-head ul{
  margin:4px 0 0 0;
  padding:0 0 0 10px;
  float:left;
  display:inline;
}
.footer .bottom-head li{
  margin:0 10px 0 0;
  display:inline;
  float:left;
  letter-spacing:1px;
  font-size: 11px;
  font-weight: normal;
  font-family: "nyt-franklin-101202-h02-1","nyt-franklin-101202-h02-2", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.footer .bottom-head li a{
  text-decoration: none;
  color:#555;
}
.footer .bottom-head li a:hover{
  text-decoration: underline;
  color:#333;
}
