/* MAIN TEMPLATE CSS */

body {
  /*font-family: "Helvetica Condensed", "Helvetica-Condensed", Helvetica, sans-serif;*/
  font-family: Helvetica, sans-serif;
  background: #fff;
  margin: auto;
  padding: 0;
  padding-top: 15px;
  color: #333;
  }

a {
  outline: none;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: .1em 0;
  }

h1 {
  font-size: 165%;
  }

h2 {
  font-size: 145%;
  }

h3 {
  font-size: 135%;
  }

h4 {
  font-size: 110%;
  }

h5 {
  font-size: 100%;
  }

h6 {
  font-size: 90%;
  }

.e {
  background: #eee;
}

.smaller {
  font-size: 85%;
  }
/* header */
#hdr {
  background: url(../images/hdr.jpg) center no-repeat;
  width: 720px;
  height: 105px;
  margin:auto;
  padding: 0;
  border: 0;
  }

#hdr h1 {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  border: 0;
  }

#hdr h1 a:link, #hdr h1 a:visited, #hdr h1 a:hover  {
  text-decoration : none;
  display: block;
  width: 400px;
  height: 105px;
  margin: 0;
  padding: 0;
  border: 0;
  }

#hdr h2 {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
	vertical-align: middle;
	width: 300px;
	}


/* navigation */
#nav {
  background: #2450d3;
  width: 720px;
  height: 20px;
  margin: auto;
  padding: 0;
  border: 0;
  }

#nav ul {
  text-indent: -9999px;
  list-style: none;
  margin: 0;
  padding: 0;
  }

#nav ul li {
  margin:0;
  padding: 0;
  display: inline;
  }

#nav a {
  display: block;
  float: left;
  }

#nav #nav_journey a {
  background: url(../images/nav/1_TheJourney_Off.gif) center no-repeat;
  width: 124px;
  height: 20px;
  }
#nav #nav_journey a:hover, #nav #nav_journey a.active {
  background: url(../images/nav/1_TheJourney_On.gif) center no-repeat;
  }
#nav #nav_team a {
  background: url(../images/nav/2_TheTeam_Off.gif) center no-repeat;
  width: 91px;
  height: 20px;
  }
#nav #nav_team a:hover, #nav #nav_team a.active {
  background: url(../images/nav/2_TheTeam_On.gif) center no-repeat;
  }
#nav #nav_crew a {
  background: url(../images/nav/3_TheCrew_Off.gif) center no-repeat;
  width: 92px;
  height: 20px;
  }
#nav #nav_crew a:hover, #nav #nav_crew a.active {
  background: url(../images/nav/3_TheCrew_On.gif) center no-repeat;
  }
#nav #nav_media a {
  background: url(../images/nav/4_Media_Off.gif) center no-repeat;
  width: 67px;
  height: 20px;
  }
#nav #nav_media a:hover, #nav #nav_media a.active {
  background: url(../images/nav/4_Media_On.gif) center no-repeat;
  }
#nav #nav_screenings a {
  background: url(../images/nav/5_Screening_Off.gif) center no-repeat;
  width: 110px;
  height: 20px;
  }
#nav #nav_screenings a:hover, #nav #nav_screenings a.active {
  background: url(../images/nav/5_Screening_On.gif) center no-repeat;
  }
#nav #nav_store a {
  background: url(../images/nav/6_Store_Off.gif) center no-repeat;
  width: 79px;
  height: 20px;
  }
#nav #nav_store a:hover, #nav #nav_store a.active {
  background: url(../images/nav/6_Store_On.gif) center no-repeat;
  }
#nav #nav_links a {
  background: url(../images/nav/7_Links_Off.gif) center no-repeat;
  width: 61px;
  height: 20px;
  }
#nav #nav_links a:hover, #nav #nav_links a.active {
  background: url(../images/nav/7_Links_On.gif) center no-repeat;
  }
#nav #nav_contact a {
  background: url(../images/nav/8_Contact_Off.gif) center no-repeat;
  width: 96px;
  height: 20px;
  }
#nav #nav_contact a:hover, #nav #nav_contact a.active {
  background: url(../images/nav/8_Contact_On.gif) center no-repeat;
  }
/* main */
#main {
  background: #fff url(../images/content.gif) top left no-repeat;
  width: 720px;
  margin: auto;
  padding: 0;
  border: 0;
  }

#main #sidebar {
  margin: 0;
  padding: 10px 10px 0 15px;
  width: 135px;
  float: left;
  }

#main #sidebar #pictures {
  width: 135px;
  text-align: center;
  }

#main #sidebar #pictures img {
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  }

#main #sidebar p {
  color: #fff;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  }

#main #sidebar p.caption {
  font-size: 90%;
  margin: 0 0 2px 0;
  padding: 0;
  font-weight: bold;
  }

#main #sidebar p.small {
  font-size: 90%;
  }

#main #sidebar a:link, #main #sidebar a:visited, #main #sidebar a:active {
  color: #f5c457;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  }

#main #sidebar a span {
  color: #f60;
  }

#main #sidebar h2 {
  color: #fff;
  border-bottom: 2px solid #f5c457;
  font-size: 95%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0;
  margin-bottom: 5px;
  }

#main #sidebar ul {
  text-align: center;
  list-style: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  }

#main #sidebar ul li a:link, #main #sidebar ul li a:visited, #main #sidebar ul li a:active {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
  }

#main #sidebar ul li a:hover, #main #sidebar ul li.active a {
  color: #f60;
  }

#main #content {
  width: 560px;
  margin: 0;
  float: left;
  height: 1% /* Holly hack for Peekaboo Bug */
  }

#main #content #dvd_list ul {
    width: 200px;
    padding: 4px;
    font-size: 12px;
    margin: auto;
}

#main #content #text {
  padding: 10px 15px;
  }

#main #content #text p {
  margin: 5px 0;
  padding: 0;
  font-size: 80%;
  }

#main #content #text p.o {
  color: #f60;
  }

#main #content #text p.quote {
  font-weight: bold;
  color: #36c;
  }
#main #content #text p.quote span {
  font-weight: normal;
  font-style: italic;
  }
  
#main #content #text h2 {
  color: #36c;
  font-weight: bold;
  font-size: 88%;
  text-transform: uppercase;
  margin:0;
  padding: 0;
  }

#main #content #text h2 span {
  color: #f60;
  }

#main #content #text h3 {
  color: #36c;
  font-weight: bold;
  font-size: 82%;
  margin:0;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 3px;
  }

#main #content #text h3 span {
  color: #000;
  font-weight: normal;
  }

#main #content #text h4 {
  color: #36c;
  font-weight: bold;
  font-size: 82%;
  margin:0;
  padding: 0;
  }

#main #content #text h4 span {
  color: #000;
  font-weight: normal;
  }

#main #content #page_controls {
  float: right;
  color: #999;
  padding: 10px;
}
#main #content #page_controls a {
  text-decoration: none;
  color: #333;
}
#main #content #page_controls a:hover {
  text-decoration: underline;
}

#main #contact_form label {
  width: 70px;
  display: block;
  float: left;
  padding: 2px;
  padding-left: 0;
  margin: 2px;
  font-size: 80%;
  }

#main #contact_form input, #main #contact_form textarea {
  border: 1px solid #000;
  margin: 2px;
  }


/* main footer */
#ftr {
  background: url(../images/ftr-sm.gif) top left no-repeat;
  width: 720px;
  height: 35px;
  margin: auto;
  padding: 0;
  border: 0;
  clear: both;
  font-size: 75%;
  }

#ftr p {
  color: #fff;
  margin: 0;
  padding: 0;
  padding-top: 11px;
  text-align: center;
  }

/* front footer */
#ftr_front {
  background: url(../images/ftr.gif) top left no-repeat;
  width: 720px;
  height: 105px;
  margin: auto;
  padding: 0;
  border: 0;
  clear: both;
  font-size: 75%;
  }

#ftr_front p {
  color: #fff;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
  font-size: 110%;
  }

#ftr_front a:link, #ftr_front a:visited, #ftr_front a:active {
  color: #fff;
  padding: 0;
  margin: 0;
  }

#ftr_front a:link.clean, #ftr_front a:visited.clean, #ftr_front a:active.clean {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0;
  margin: 0;
  }

#ftr_front a span {
  color: #f60;
  }

#ftr_front #feature1 {
  margin: 0;
  padding: 15px;
  width: 207px;
  height: 105px;
  float: left;
  }

#ftr_front #feature2 {
  margin: 0;
  padding: 15px;
  width: 207px;
  height: 105px;
  float: left;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  }

#ftr_front #feature3 {
  margin: 0;
  padding: 15px;
  float: left;
  width: 207px;
  height: 105px;
  }

div.media {
  clear: both;
  }

div.media img {
  padding-right: 5px;
  padding-bottom: 8px;
  float: left;
  border: 0;
  }

#trailer {
  margin: 0;
  padding: 0;
  width: 560px;
  height: 331px;
  }
 
#trailer embed {
  margin: 0;
  padding: 0;
  }

#trailer object {
  margin: 0;
  padding: 0;
  }

.xtra {
  font-size: 70%;
  }
