body {
  background: url('../images/bg.jpg') repeat;
  color: #333;
  font-family: "Helvetica Neue", 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  text-align: center;
}

a {
  color: #993333;
  text-decoration: none;
}

p {
  font-family: "Georgia", 'Times New Roman', 'Times', serif;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "news-gothic-std-1", 'news-gothic-std-2', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-bottom: 6px;
  padding: 0;
}

h4 {
  color: #993333;
  font-family: "news-gothic-std-1", 'news-gothic-std-2', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #efefef;
  margin-top: 20px;
  margin-bottom: 20px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset input[type='text'] {
  border: 10px solid #ccc;
  font-size: 14px;
  margin: 0 0 10px 0;
  outline: none;
  padding: 5px;
  width: 220px
}

figure {
  margin: 10px 0;
  padding: 0;
}

div.social-networks dl {
  float: left;
  font-family: "Georgia", 'Times New Roman', 'Times', serif;
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
  text-align: center;
  width: 25%;
}

div.social-networks dl dt {
  margin: 0;
  padding: 0;
}

div.social-networks dl dd {
  margin: 0;
  padding: 0;
}

strong.highlight { color: #993333; }

div.content-wrapper {
  background: #fff;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 30px 30px 30px;
  text-align: left;
  width: 800px;
}

div.content-wrapper div.page header div.logo {
  background: url('../images/linotype_film-logo.png') no-repeat top left;
  display: inline-block;
  height: 137px;
  width: 800px;
}

div.content-wrapper div.page header div.logo a {
  display: inline-block;
  height: 136px;
  width: 800px;
}

div.content-wrapper div.page nav {
  border-bottom: 1px solid #ccc;
  font-family: "news-gothic-std-1", 'news-gothic-std-2', sans-serif;
  padding: 20px;
  padding-top: 17px;
  text-align: center;
}

div.content-wrapper div.page nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.content-wrapper div.page nav ul li {
  display: inline;
  margin: 0 8px;
}

div.content-wrapper div.page nav ul li a {
  -webkit-transition: color 0.3s linear;
     -moz-transition: color 0.3s linear;
       -o-transition: color 0.3s linear;
  color: #666;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

div.content-wrapper div.page nav ul li a:hover {
  color: #993333;
}

div.content-wrapper div.page section.content {
  margin-top: 20px;
}

div.content-wrapper div.page section.content article {
  float: left;
  margin-right: 50px;
  width: 500px;
}

div.content-wrapper div.page section.content article.blog-entries figure.blog-entry {
  border-bottom: 1px solid #ccc;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  padding-bottom: 20px;
}

div.content-wrapper div.page section.content article.blog-entries figure.blog-entry:last-child {
  border-bottom: none;
}

div.content-wrapper div.page section.content article.blog-entries figure.blog-entry img {
  margin-bottom: 20px;
}

div.content-wrapper div.page section.content article.blog-entries figure.blog-entry span.blog-title-date {
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding-bottom: 20px;
}

div.content-wrapper div.page section.content article.blog-entries figure.blog-entry span.blog-title-date h3 {
  float: left;
  font-family: "news-gothic-std-1", 'news-gothic-std-2', sans-serif;
}

div.content-wrapper div.page section.content article.blog-entries figure.blog-entry span.blog-title-date p.date {
  float: right;
  font-family: "news-gothic-std-1", 'news-gothic-std-2', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}

div.content-wrapper div.page section.content div.flow-text-image {
  float: left;
  margin-right: 20px;
}

div.content-wrapper div.page section.content p {
  font-size: 14px;
  margin-bottom: 10px;
}

div.content-wrapper div.page section.content ul.resources-list {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

div.content-wrapper div.page section.content ul.resources-list li {
  font-family: "Georgia", 'Times New Roman', 'Times', serif;
  font-size: 14px;
  margin-bottom: 5px;
}

div.content-wrapper div.page section.content ul.resources-list li a {
  font-style: oblique;
}

/* Side column */
div.content-wrapper div.page section.content aside {
  float: right;
  width: 250px;
}

div.content-wrapper div.page section.content aside div.view-trailer {
  -webkit-transition: opacity 0.3s ease-in-out;
     -moz-transition: opacity 0.3s ease-in-out;
       -o-transition: opacity 0.3s ease-in-out;
  background: url('../images/viewtrailer.jpg') no-repeat;
  border-bottom: 1px solid #ccc;
  height: 150px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 250px;
}

div.content-wrapper div.page section.content aside div.view-trailer:hover {
  opacity: 0.85;
}

div.content-wrapper div.page section.content aside div.view-trailer a {
  display: inline-block;
  height: 150px;
  width: 250px;
}

div.content-wrapper div.page section.content aside div.official-correspondence {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div.content-wrapper div.page section.content aside div.twitter {
  margin: 0;
  padding: 0;
}

div.content-wrapper div.page section.content aside div.twitter div {
  margin: 2px 0;
  padding: 2px 0;
}

/** Moves the Twitter widget up 20px **/
div.content-wrapper div.page section.content aside div.twitter div.twtr-widget {
  background: none;
  margin-top: -10px;
}

/** Disables Twitter head **/
div.content-wrapper div.page section.content aside div.twitter div.twtr-hd {
  display: none;
}

/** Disables Twitter footer **/
div.content-wrapper div.page section.content aside div.twitter div.twtr-ft {
  display: none;
}

/** Disables Twitter reference tweet div **/
div.content-wrapper div.page section.content aside div.twitter div.twtr-reference-tweet {
  display: none;
}

/** Event button **/
a.event-button {
  background: #6fadd6;
  border: 1px solid #666;
  color: #fff;
  display: inline-block;
  font-family: "news-gothic-std-1", 'news-gothic-std-2', sans-serif;
  font-size: 12px;
  font-weight: 700;
  margin-top: 20px;
  padding: 6px;
}

a.event-button:hover {
  border: 1px solid #060709;
  color: #993333;
}

a.event-button.sold-out {
  background: #ccc;
  color: #666;
  cursor: default;
}

/* Bucket */
div.bucket {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

div.bucket:last-child {
  border-bottom: none;
}

div.bucket h3 {
  margin-bottom: 20px;
}

/* Bio images */
div.bio-doug {
  -webkit-transition: background 0.4s ease-in-out;
     -moz-transition: background 0.4s ease-in-out;
  background: url('../images/doug.jpg') no-repeat top left;
  float: left;
  height: 300px;
  margin: 0 20px 60px 0;
  width: 200px;
}

div.bio-doug:hover {
  background: url('../images/doug.gif') no-repeat;
}

div.bio-brandon {
  -webkit-transition: background 0.4s ease-in-out;
     -moz-transition: background 0.4s ease-in-out;
  background: url('../images/brandon.jpg') no-repeat top left;
  float: left;
  height: 300px;
  margin: 0 20px 60px 0;
  width: 200px;
}

div.bio-brandon:hover {
  background: url('../images/brandon.gif') no-repeat;
}

div.bio-jess {
  -webkit-transition: background 0.4s ease-in-out;
     -moz-transition: background 0.4s ease-in-out;
  background: url('../images/jess.jpg') no-repeat top left;
  float: left;
  height: 300px;
  margin: 0 20px 60px 0;
  width: 200px;
}

div.bio-jess:hover {
  background: url('../images/jess.gif') no-repeat;
}

div.clear-fix {
  overflow: hidden;
}

div.press-shots dl {

  margin: 0;
  overflow: hidden;
  padding: 0;
}

div.press-shots dl dt {
  float: left;
  margin: 0;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 0;
  padding-bottom: 20px;
  overflow: hidden;
  width: 250px;
}

div.press-shots dl dd {
  float: left;
  font-size: 12px;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  width: 220px;
}

footer {
  border-top: 1px solid #ccc;
  color: #666;
  display: inline-block;
  font-family: "Georgia", 'Times New Roman', 'Times', serif;
  font-size: 10px;
  letter-spacing: 1px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  width: 760px;
}