@font-face {
  font-family: 'league_gothicregular';
  src: url("League_Gothic-webfont.eot");
  src: url("League_Gothic-webfont.eot?#iefix") format("embedded-opentype"), url("League_Gothic-webfont.woff") format("woff"), url("League_Gothic-webfont.ttf") format("truetype"), url("League_Gothic-webfont.svg#league_gothicregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* normalize.css v1.0.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  background: #000;
  color: white;
  margin: 0;
  padding: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'league_gothicregular', Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase; }

h1 {
  font-size: 2.4em;
  margin: 1em 0 .3em 0; }

h2 {
  font-size: 1.8em;
  margin: 1em 0 .3em 0; }

h3 {
  font-size: 1.5em;
  margin: 0 0 .3em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

small {
  font-size: 75%; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0; }

p, pre, dl, menu, ol, ul {
  margin: 0 0 1em 0; }

/** PRIVATE PEACEFUL **/
body, html {
  height: 100%; }

body {
  background: url(../images/website-bg.jpg) fixed no-repeat black;
  background-position: center 70px; }

#wrapper {
  width: 1007px;
  height: auto;
  margin: 0 auto; }

#microsite-fix {
  position: fixed;
  top: 0;
  z-index: 999; }

#main-wrap {
  width: 947px;
  padding: 0 30px;
  margin: 0 auto;
  height: auto;
  top: 390px;
  position: relative;
  background: url(../images/black-transparent.png) transparent; }

#content {
  width: 50%;
  height: auto; }
  #content a {
    color: #F0CE47;
    text-decoration: none; }
    #content a:hover {
      text-decoration: underline; }
  #content ul > li, #content ol > li {
    padding-top: 1em; }
    #content ul > li ul li, #content ol > li ul li {
      list-style: disc; }

.feedback {
  padding: 10px 15px;
  background: #F0CE47;
  color: #fff;
  border: 0;
  font-family: 'league_gothicregular';
  font-size: 1.4em;
  text-transform: uppercase; }
  .feedback:hover {
    color: #000;
    cursor: pointer; }

/** SIDEBAR **/
#sidebar {
  width: 400px;
  height: auto;
  margin: 0 0 0 30px;
  top: 30px;
  float: right;
  position: relative; }
  #sidebar a {
    color: #F0CE47;
    text-decoration: none; }
    #sidebar a:hover {
      text-decoration: underline; }
  #sidebar .transcript-link {
    font-size: 0.8em;
    position: relative;
    float: right;
    margin: 2px 0 5px 0; }

ol.playlist {
  font-size: 1em;
  font-weight: bold; }
  ol.playlist li {
    padding-top: .5em; }

/** GALLERY **/
.thumb {
  width: 180px;
  height: 120px;
  float: left;
  margin: 0 18px 20px 0;
  border: 1px solid white; }
  .thumb:hover {
    border: 1px solid #F0CE47; }

.thumb-portrait {
  width: 120px;
  height: 180px;
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid white; }
  .thumb-portrait:hover {
    border: 1px solid #F0CE47; }

.container {
  width: 100%;
  height: auto; }

/** NAVIGATION **/
nav {
  font-family: 'league_gothicregular', Arial, sans-serif;
  text-transform: capitalize;
  width: 100%;
  height: 90px;
  top: 20px;
  position: relative; }
  nav ul {
    margin-left: 100px; }
  nav li {
    float: left;
    position: relative;
    padding: 0px 50px; }
    nav li a {
      color: white;
      text-decoration: none;
      font-size: 3.5em;
      text-shadow: -2px -2px 0px black;
      filter: dropshadow(color=black, offx=-2, offy=-2); }
      nav li a:hover {
        color: #F0CE47; }
    nav li ul {
      display: none;
      margin: 0;
      padding: 0; }
    nav li:hover ul {
      display: block;
      position: absolute;
      top: 60px;
      left: 50px;
      z-index: 999; }
      nav li:hover ul li {
        padding: 0;
        width: 250px;
        height: 34px; }
        nav li:hover ul li a {
          font-size: 2em; }

.current {
  color: #F0CE47; }

/** LISTS **/
.look {
  list-style: url(../images/icons/look.png); }

.write {
  list-style: url(../images/icons/write.png); }

.talk {
  list-style: url(../images/icons/talk.png); }

.watch {
  list-style: url(../images/icons/watch.png); }

.present {
  list-style: url(../images/icons/present.png); }

.link {
  list-style: url(../images/icons/link.png); }
  .link a {
    color: #F0CE47;
    text-decoration: none; }
    .link a:hover {
      text-decoration: underline; }

#content-wrap {
  width: 100%;
  height: auto;
  position: relative;
  top: 20px;
  padding-bottom: 100px; }
  #content-wrap p, #content-wrap ul, #content-wrap ol {
    line-height: 1.5em; }

/** FB LIKE **/
#fblikewidget {
  width: 51px;
  height: 86px;
  position: absolute;
  right: 0;
  top: -70px; }

/** MISC **/
#inline_content {
  color: #000;
  padding: 20px;
  line-height: 1.4em; }

.clearfix {
  clear: both; }

#mediaplayer {
  border: 1px solid white; }

.print_display {
  display: none; }
