/**
 * Comment
 */
@import "reset.css";
.page-template-about-php .left h2 {
  color: #b1a767;
}
/**
 * Main
 */
#container {
  background: url('../images/main_bg.jpg') no-repeat top center;
  /*background: url('../images/background.jpg') no-repeat top center;*/
}
#wrapper {
  width: 880px;
  margin: 0 auto;
}
/**
 * Header
 */
#header {
  padding: 40px 0 350px;
  position: relative;
  overflow: hidden;
}
#header h1 {
  background: url('../images/header.png') no-repeat;
  width: 134px;
  height: 118px;
  float: left;
}
#header h1 a,
#header h1 a:hover {
  width: 134px;
  height: 118px;
  display: block;
  text-indent: -9999em;
}
#header #navigation {
  float: right;
  padding-top: 80px;
}
#header #navigation li {
  float: left;
  margin-left: 20px;
  list-style-type: none;
}
#header #navigation li a {
  background: url('../images/header.png') no-repeat;
  display: block;
  height: 27px;
  text-indent: -9999em;
}
#header #navigation li.n_about a {
  background-position: -143px 0;
  width: 54px;
}
#header #navigation li.n_action a {
  background-position: -211px 0;
  width: 101px;
}
#header #navigation li.n_media a {
  background-position: -327px 0;
  width: 50px;
}
#header #navigation li.n_store a {
  background-position: -393px 0;
  width: 50px;
}
#header #navigation li.n_orphanage a {
  background-position: -455px 0;
  width: 95px;
}
#header #navigation li.n_contact a {
  background-position: -570px 0;
  width: 67px;
}
#header #navigation li.n_about a:hover,
#header #navigation li.n_about a.active {
  background-position: -143px -26px;
}
#header #navigation li.n_action a:hover,
#header #navigation li.n_action a.active {
  background-position: -211px -26px;
}
#header #navigation li.n_media a:hover,
#header #navigation li.n_media a.active {
  background-position: -327px -26px;
}
#header #navigation li.n_store a:hover,
#header #navigation li.n_store a.active {
  background-position: -393px -26px;
}
#header #navigation li.n_orphanage a:hover,
#header #navigation li.n_orphanage a.active {
  background-position: -455px -26px;
}
#header #navigation li.n_contact a:hover,
#header #navigation li.n_contact a.active {
  background-position: -570px -26px;
}
/**
 * Content
 */
#content .left {
  width: 540px;
  float: left;
  margin-right: 55px;
  font: 15px/23px 'Times New Roman', Times, Georgia, serif;
}
#content .left a {
  color: #b1a767;
  -webkit-transition: color 0.2s ease-in-out;
}
#content .left a:hover {
  color: #efe39a;
}
#content .left p {
  padding-bottom: 25px;
}
#content .left .post {
  margin-top: 25px;
}
#content .left .post .body {
  background: url('../images/post_bottom.png') repeat-x bottom left;
}
#content .right {
  width: 285px;
  float: left;
}
#content .right .buy_the_dvd {
  padding: 25px 0;
}
#content .right .email_signup {
  margin-left: -17px;
  padding-top: 13px;
}
#content .right .email_signup h3 {
  padding: 0 0 3px 17px;
  font: 20px 'Univers Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #b1a767;
}
#content .right .email_signup .email {
  background: url('../images/email_form.gif') no-repeat;
  width: 221px;
  height: 15px;
  font: 15px 'Times New Roman', Times, Georgia, serif;
  padding: 22px 0 13px 27px;
  color: #fff;
  border: 0;
  outline: none;
}
#content .right .email_signup .submit {
  background: url('../images/submit.png');
  width: 93px;
  height: 48px;
  cursor: pointer;
  text-indent: -9999em;
  border: 0;
  margin-left: 4px;
}
#content .full h2,
#content .left h2,
#content .right > h2 {
  font: 22px 'Univers Condensed Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding-bottom: 20px;
}
#content .full h2 {
  background: url('../images/large_border.png') no-repeat bottom left;
  /*margin-bottom: 20px;*/
}
#content .left h2 {
  background: url('../images/wide_border.png') no-repeat bottom left;
  margin-bottom: 20px;
}
#content .right > h2 {
  background: url('../images/narrow_border.png') no-repeat bottom left;
}
#content .left h2:first-child {
  margin-bottom: 0;
}
#content .meta {
  padding-bottom: 25px;
}
#content .meta h1 {
  font: 20px 'Univers Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#content .meta h1 a {
  color: #b1a767;
  -webkit-transition: color 0.2s ease-in-out;
}
#content .meta h1 a:hover {
  color: #efe39a;
}
#content .meta .date {
  font: italic 12px 'Times New Roman', Times, Georgia, serif;
  color: #b2b2b2;
}
/**
 * Footer
 */
#footer {
  background: url('../images/large_border.png') no-repeat top left;
  margin: 50px 0 20px;
  padding: 40px 0 0;
  text-align: center;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#footer .links a {
  color: #fff;
  text-transform: uppercase;
}
#footer .links a:hover {
  text-decoration: underline;
}
#footer .credits {
  color: #727272;
  padding: 15px 0;
  font-size: 11px;
}
#footer h2 {
  background: url('../images/credit.png') no-repeat;
  width: 162px;
  height: 55px;
  margin: 0 auto;
}
#footer h2 a {
  width: 162px;
  height: 55px;
  display: block;
  text-indent: -9999em;
}
/**
 * About
 */
body.page-template-posts-php .recent_news_sidebar {
  display: none;
}
body.page-template-about-php .left h3,
body.home .left h3,
body.page-template-media-php .left h3,
body.page-template-takeaction-php .left h3,
body.page-template-contact-php .left h3,
body.page-template-posts-php .left h3,
body.single-post .left h3 {
  font: 24px/28px 'Univers Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 25px 0;
}
body.page-template-about-php .left .make_a_donation,
body.home .left .make_a_donation,
body.page-template-media-php .left .make_a_donation,
body.page-template-takeaction-php .left .make_a_donation,
body.page-template-contact-php .left .make_a_donation,
body.page-template-posts-php .left .make_a_donation,
body.single-post .left .make_a_donation {
  background: url('../images/make_a_donation.gif') no-repeat;
  width: 162px;
  height: 50px;
  display: block;
  text-indent: -9999em;
}
body.page-template-about-php .left .host_a_screening,
body.home .left .host_a_screening,
body.page-template-media-php .left .host_a_screening,
body.page-template-takeaction-php .left .host_a_screening,
body.page-template-contact-php .left .host_a_screening,
body.page-template-posts-php .left .host_a_screening,
body.single-post .left .host_a_screening {
  background: url('../images/host_a_screening.gif') no-repeat;
  width: 162px;
  height: 51px;
  display: block;
  text-indent: -9999em;
}
body.page-template-about-php .left .go_to_store,
body.home .left .go_to_store,
body.page-template-media-php .left .go_to_store,
body.page-template-takeaction-php .left .go_to_store,
body.page-template-contact-php .left .go_to_store,
body.page-template-posts-php .left .go_to_store,
body.single-post .left .go_to_store {
  background: url('../images/go_to_store.gif') no-repeat;
  width: 124px;
  height: 50px;
  display: block;
  text-indent: -9999em;
}
body.page-template-about-php .right .recent_news,
body.home .right .recent_news,
body.page-template-media-php .right .recent_news,
body.page-template-takeaction-php .right .recent_news,
body.page-template-contact-php .right .recent_news,
body.page-template-posts-php .right .recent_news,
body.single-post .right .recent_news {
  padding-bottom: 25px;
}
body.page-template-about-php .right .recent_news li,
body.home .right .recent_news li,
body.page-template-media-php .right .recent_news li,
body.page-template-takeaction-php .right .recent_news li,
body.page-template-contact-php .right .recent_news li,
body.page-template-posts-php .right .recent_news li,
body.single-post .right .recent_news li {
  background: url('../images/post_bottom.png') repeat-x bottom left;
}
body.page-template-about-php .right .recent_news li .meta,
body.home .right .recent_news li .meta,
body.page-template-media-php .right .recent_news li .meta,
body.page-template-takeaction-php .right .recent_news li .meta,
body.page-template-contact-php .right .recent_news li .meta,
body.page-template-posts-php .right .recent_news li .meta,
body.single-post .right .recent_news li .meta {
  padding: 10px 0 15px !important;
}
body.page-template-about-php .right .recent_news li .meta h1,
body.home .right .recent_news li .meta h1,
body.page-template-media-php .right .recent_news li .meta h1,
body.page-template-takeaction-php .right .recent_news li .meta h1,
body.page-template-contact-php .right .recent_news li .meta h1,
body.page-template-posts-php .right .recent_news li .meta h1,
body.single-post .right .recent_news li .meta h1 {
  padding-bottom: 5px;
}
body.page-template-about-php .right .recent_news li .meta p,
body.home .right .recent_news li .meta p,
body.page-template-media-php .right .recent_news li .meta p,
body.page-template-takeaction-php .right .recent_news li .meta p,
body.page-template-contact-php .right .recent_news li .meta p,
body.page-template-posts-php .right .recent_news li .meta p,
body.single-post .right .recent_news li .meta p {
  padding: 0;
  font-size: 14px;
}
body.page-template-about-php .right .recent_news li.more_news,
body.home .right .recent_news li.more_news,
body.page-template-media-php .right .recent_news li.more_news,
body.page-template-takeaction-php .right .recent_news li.more_news,
body.page-template-contact-php .right .recent_news li.more_news,
body.page-template-posts-php .right .recent_news li.more_news,
body.single-post .right .recent_news li.more_news {
  background-image: none;
  padding-top: 10px;
}
body.page-template-about-php .right .recent_news li.more_news a,
body.home .right .recent_news li.more_news a,
body.page-template-media-php .right .recent_news li.more_news a,
body.page-template-takeaction-php .right .recent_news li.more_news a,
body.page-template-contact-php .right .recent_news li.more_news a,
body.page-template-posts-php .right .recent_news li.more_news a,
body.single-post .right .recent_news li.more_news a {
  background: url('../images/view_more_news.gif') no-repeat;
  width: 162px;
  height: 49px;
  display: block;
  text-indent: -9999em;
  margin-left: -12px;
}
body.take_action .left h3 {
  padding-bottom: 10px;
}
body.page-template-takeaction-php .left p {
  padding-bottom: 10px !important;
}
body.page-template-media-php #video_player {
  width: 539px;
  height: 382px;
  margin: 0 0 15px;
}
body.page-template-media-php #photo_player {
  height: 542px !important;
  margin: 0 0 15px;
}
body.page-template-media-php #photo_player #photos {
  width: 540px;
  height: 500px !important;
}
body.page-template-media-php #videos,
body.page-template-media-php #photos {
  width: 539px;
  height: 340px;
}
body.page-template-media-php #video_list,
body.page-template-media-php #photo_list {
  background: url('../images/chapter_tiles.gif') repeat-x;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  padding: 0 10px;
  color: #3e3e3e;
}
body.page-template-media-php #video_list a,
body.page-template-media-php #photo_list a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9e9e9e;
  padding: 0 10px;
}
body.page-template-media-php #video_list a :hover,
body.page-template-media-php #photo_list a :hover {
  color: #fff;
}
body.page-template-media-php #video_list a.active,
body.page-template-media-php #photo_list a.active {
  color: #fff;
}
/**
 * Store
 */
body.page-template-store-php .body,
body.page-template-hostascreening-php .body,
body.page-template-legal-php .body {
  padding: 35px 0 0;
}
body.page-template-store-php .body p,
body.page-template-hostascreening-php .body p,
body.page-template-legal-php .body p {
  font: 15px/23px 'Times New Roman', Times, Georgia, serif;
  padding-bottom: 25px;
}
body.page-template-store-php .body h3,
body.page-template-hostascreening-php .body h3,
body.page-template-legal-php .body h3 {
  font: 24px/28px 'Univers Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding: 0 0 25px;
}
body.page-template-store-php .body img,
body.page-template-hostascreening-php .body img,
body.page-template-legal-php .body img {
  float: left;
  margin-right: 50px;
}
body.page-template-legal-php h2 {
  margin-bottom: 0 !important;
}
body.page-template-legal-php .body {
  padding: 15px 0;
}
body.page-template-hostascreening-php .body img {
  float: right;
  margin-left: 25px;
}
/**
 * Contact
 */
body.page-template-contact-php .left p {
  padding: 0 0 15px !important;
}
body.page-template-contact-php .left label {
  display: block;
  color: #b1a767;
  font: 20px 'Univers Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.page-template-contact-php .left input,
body.page-template-contact-php .left textarea {
  background: url('../images/large_input.gif') no-repeat;
  width: 354px;
  height: 15px;
  border: none;
  outline: none;
  color: #fff;
  font: 15px 'Times New Roman', Times, Georgia, serif;
  padding: 22px 0 13px 27px;
  position: relative;
  z-index: 15;
  margin-left: -16px;
}
body.page-template-contact-php .left textarea {
  background-image: url('../images/large_textarea.gif');
  height: 126px;
}
body.home #wrapper {
  position: relative;
}
body.home #header {
  padding-bottom: 550px;
}
body.home #content {
  padding-bottom: 100px;
}
body.home #video_player {
  width: 880px;
  height: 502px;
  position: absolute;
  top: 175px;
}
body.home #videos {
  width: 880px;
  height: 460px;
}
body.home #video_list {
  background: url('../images/chapter_tiles.gif') repeat-x;
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  color: #3e3e3e;
}
body.home #video_list a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #9e9e9e;
  padding: 0 10px;
}
body.home #video_list a :hover {
  color: #fff;
}
body.home #video_list a.active {
  color: #fff;
}
body.home #video_list a.watch {
  font: 20px/45px 'Univers Condensed', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #49b;
  text-transform: uppercase;
}
body.home #content {
  position: relative;
}
body.home .left {
  position: relative;
  z-index: 15;
}
body.home .left .view_gallery {
  background: url('../images/view_photo_gallery.gif') no-repeat;
  width: 177px;
  height: 55px;
  display: block;
  text-indent: -9999em;
  margin-left: -16px;
}
body.home .right {
  position: relative;
  z-index: 15;
}
body.home .tribe {
  background: url('../images/tribe.gif') no-repeat;
  position: absolute;
  z-index: 5;
  width: 697px;
  height: 304px;
  top: 445px;
  margin-left: -14px;
}
body.page-template-about-php ol,
body.page-template-legal-php ol,
body.page-template-about-php ul,
body.page-template-legal-php ul {
  font-size: 13px;
  padding: 0 0 25px 25px;
}
body.page-template-about-php ol li,
body.page-template-legal-php ol li,
body.page-template-about-php ul li,
body.page-template-legal-php ul li {
  padding: 0 0 10px;
  list-style-type: decimal;
}
body.page-template-contact-php #submit {
  background: url('../images/submit.png');
  width: 93px;
  height: 48px;
  cursor: pointer;
  text-indent: -9999em;
}
