
@font-face {
	font-family: 'Gliscor Gothic';
	src: url('fonts/gliscor-gothic.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Seattle Sans';
	src: url('fonts/seattle-sans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


tr.even, tr.odd {
  background-color: transparent;
}

.clear-block {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  background: #C7B299 url(images/background.jpg) top center no-repeat;
  background-attachment: fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  font-size: 80%;
  line-height: 1.5em;
}
body, input {
  font-family: helvetica, arial, sans-serif;
}
input {
  font-size: 1em;
}
input[type="submit"] {
  padding: 5px 10px;
  border: 0;
  border-radius: 10px;
  background-color: #B91E20;
  color: white;
  cursor: pointer;
}
input[type="submit"]:hover {
  background-color: white;
  color: #B91E20;
}


#page {
  min-width: 960px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 20px 50px;
  text-align: left;
}

#banner {
  position: relative;
  width: 100%;
  height: 140px;
}
#banner .laurels {
  position: absolute;
  left: 0;
  top: 0;
  width: 474px;
  height: 107px;
  background-image: url(images/laurels-inside.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
body.front #banner .laurels {
  width: 836px;
  height: 50px;
  background-image: url(images/laurels-front.png);
}
#banner .title {
  position: absolute;
  right: 0;
  top: 0;
  width: 557px;
  height: 126px;
}
#banner .title h1,
#banner .title a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(images/banner.png) 0 0 no-repeat;
  text-indent: 1000px;
  white-space: pre;
  overflow: hidden;
}
body.front #banner {
  height: 240px;
}
body.front #banner .title {
  top: 20px;
  width: 881px;
  height: 206px;
}
body.front #banner .title h1,
body.front #banner .title a {
  background: url(images/banner-home.png) 0 0 no-repeat;
}


.column {
  background: rgba(0, 0, 0, .8);
  color: white;
}
.column a {
  color: #C7B299;
}
#content-region a:hover, #sidebar a:hover {
  background-color: #B91E20;
  color: white;
  text-decoration: none;
}

#main {
  width: 77%;
  float: left;
}
#sidebar {
  margin-top: 40px;
  padding-top: 20px;
  width: 21%;
  float: right;
}

#navigation {
  padding: 0 20px;
  background: #B91E20;
  text-transform: uppercase;
  font: 26px/40px "Gliscor Gothic", "Arial Narrow", sans-serif;
}
#navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#navigation p,
#navigation li {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}
#navigation a {
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  text-decoration: none;
}
#navigation a:hover {
  background: white;
  color: #B91E20;
}

#content {
  padding: 40px;
}

#page-title {
  margin: 0 0 1em;
  padding: 0;
  color: #B91E20;
  text-transform: uppercase;
  font: 50px "Gliscor Gothic", sans-serif;
}

/* Views */

table.views-view-grid {
  width: 100%;
  border-spacing: 0;
}
table.views-view-grid td {
  padding: 0 0 40px 20px;
}
table.views-view-grid td.col-1 {
  padding-left: 0;
}

#page .panel-display .admin-links {
  display: none;
}


/* Front page */

body.front #tabs {
  display: none;
}
body.front #content {
  position: relative;
  padding: 0;
}
body.front #after-region {
  padding: 20px;
}
body.front #content-body {
  position: relative;
  z-index: 100;
  padding-top: 250px;
}
body.front #content-banner {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 320px;
}
body.front #content-banner .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  background: url(images/home-banner.jpg) 0 0 no-repeat;
}
body.front #content-banner .bottom {
  position: absolute;
  left: 0;
  top: 230px;
  width: 100%;
  height: 90px;
}
body.front #content-banner .bottom .slice {
  position: relative;
  height: 90px;
  margin-left: 320px;
  background: url(images/home-banner.jpg) -320px -230px no-repeat;
}
body.front #content .panel-col-first {
  width: 300px;
}
body.front #content .panel-col-last {
  float: none;
  width: 100%;
}
body.front #content .panel-col-last .inside {
  margin-left: 320px;
  padding-top: 90px;
  padding-right: 20px;
}
body.front #content .pane-1 {
  padding: 20px;
  background-color: #B91E20;
  color: white;
}
body.front #content .pane-news {
  padding: 20px;
}


/* About */

body.about-page #tabs {
  display: none;
}
body.about-page #page-title {
  position: relative;
  width: 410px;
  padding-top: 20px;
  text-align: right;
}
body.about-page #content {
  position: relative;
  padding: 0;
}
body.about-page #after-region {
  padding: 20px;
}
body.about-page #content-body {
  position: relative;
  z-index: 100;
  padding: 150px 20px 20px;
}
body.about-page #content-banner {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 240px;
}
body.about-page #content-banner .top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: url(images/about-banner.jpg) right 0 no-repeat;
}
body.about-page #content-banner .bottom {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  height: 90px;
}
body.about-page #content-banner .bottom .slice {
  position: relative;
  height: 90px;
  margin-left: 450px;
  background: url(images/about-banner.jpg) right -150px no-repeat;
}
.about-page .panel-col-first {
  width: 220px;
  padding-bottom: 200px;
  background: url(images/about-sidebar-bottom.jpg) left bottom no-repeat;
}
.about-page .panel-col-first .inside {
  padding-top: 200px;
  background: url(images/about-sidebar-top.jpg) left top no-repeat;
}
.about-page .panel-col-first .panel-pane {
  padding: 45px 0;
}
.about-page .panel-col-first .pane-content {
  padding: 25px 0;
  border-top: 1px solid #68635d; 
  border-bottom: 1px solid #68635d; 
  color: #B91E20;
  font: 24px "Gliscor Gothic", sans-serif;
}
.about-page .panel-col-first .pane-content p {
  margin: 0;
  padding: 0;
}
.about-page .panel-col-last {
  float: none;
  width: auto;
  margin-left: 250px;
}



/* Filmmakers */

.filmmaker {
  clear: both;
  margin-bottom: 4em;
}
.filmmaker .photo {
  float: right;
  margin: 0 0 20px 20px;
}
.filmmaker .name {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font: 50px "Gliscor Gothic", sans-serif;
}
.filmmaker .title {
  margin: 0 0 1em;
  padding: 0;
  color: #C7B299;
  color: #B91E20;
  text-transform: uppercase;
  font: 26px "Gliscor Gothic", sans-serif;
}


/* Press */

.view-photos .view-header {
  margin-bottom: 4em;
  line-height: 50px;
}
.view-photos .view-header a {
  margin: 0 .5em 0 0;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #B91E20;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  white-space: nowrap;
}
.view-photos .view-header a .specs {
  font-weight: normal;
  font-size: .75em;
  color: #C7B299;
}
.view-photos .views-view-grid td {
  vertical-align: top;
}
.view-photos .views-field-field-photo-data {
  font-size: .85em;
  color: #C7B299;
}

/* Video */

.media-youtube object {
  width: 100%;
}


#sidebar .block {
  padding: 0 20px 20px;
}
#sidebar .block.first {
  padding-top: 20px;
}
.pane-title,
#sidebar .block h2 {
  margin: 0 0 .5em;
  padding: 0;
  color: white;
  font: normal 22px "Gliscor Gothic", sans-serif;
}


/* Events */

.views-row {
  border-top: 1px solid #656156;
  padding: 10px 0;
}
.views-row-first {
  border-top: 0;
}
.views-row h3 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: normal;
}
.views-row h3,
.views-row h3 a {
  color: #c9b197;
}
.view-events .views-row .info {
  margin-top: .5em;
  font-size: .85em;
}
.view-events .views-row .info p {
  margin: 0;
  padding: 0;
}
.view-events .views-row .location {
  display: none;
}



/* Production logos */

.production-logos {
  position: relative;
  min-width: 660px;
  height: 75px;
  margin: 40px 0 0;
  padding: 0;
}
.production-logos li {
  list-style: none;
  position: absolute;
  top: 0;
  height: 75px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.production-logos a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 500em;
}
.production-logos .kartemquin {
  width: 28%;
  left: 0;
  background-image: url(images/ktq45logo.png);
}
.production-logos .rise {
  width: 14%;
  left: 35%;
  background-image: url(images/rise-logo.png);
}
.production-logos .itvs {
  width: 13%;
  left: 56%;
  background-image: url(images/itvs-logo.png);
}
.production-logos .frontline {
  width: 23%;
  right: 0;
  text-align: center;
  font-size: 9px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.production-logos .frontline a {
  width: 150px;
  height: 40px;
  margin: 0 auto;
  background-image: url(images/frontline-logo.png);
}


/* Laurels */

.laurels .views-row {
  float: left;
  border: 0;
  padding: 0 10px 0 0;
}
.laurel {
  padding-left: 40px;
  background: url(images/laurel-left.png) top left no-repeat;
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Gliscor Gothic", "Arial Narrow", sans-serif;
}
.laurel-inner {
  min-height: 78px;
  padding-top: 2px;
  padding-right: 40px;
  background: url(images/laurel-right.png) top right no-repeat;
}
.laurel p {
  margin: 0;
  padding: 0;
}
.laurel .line-1 {
  margin-bottom: 6px;
}
.laurel .line-2 {
  font-size: 36px;
}
.laurel .line-3 {
  margin-top: 6px;
}




/* Newsletter */

.block-2 form p {
  margin: 0 0 1em;
  padding: 0;
}
.block-2 .name input,
.block-2 .email input,
.block-2 .location input {
  width: 97%;
}
.block-2 .newsletter {
  position: relative;
  padding-left: 2em;
  line-height: normal;
}
.block-2 .newsletter input {
  position: absolute;
  top: 0;
  left: 0;
}


/* Social networking */

.social-networking a,
.block-1 a {
  display: block;
  padding: 5px 5px 5px 34px;
  background-color: #B91E20;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: white;
  line-height: 24px;
  text-decoration: none;
}
#sidebar .social-networking a:hover,
#sidebar .block-1 a:hover {
  background-color: white;
  color: #B91E20;
}
.social-networking a.facebook,
.block-1 a.facebook {
  background-image: url(images/facebook-icon.png);
}
.social-networking a.twitter,
.block-1 a.twitter {
  background-image: url(images/twitter-icon.png);
}



#footer {
  clear: both;
  padding: 20px 0;
  font-size: 85%;
  font-weight: bold;
  color: #28241f;
}
#footer a {
  color: #28241f;
}

