/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Webfonts
   ========================================================================== */

@font-face {
    font-family: 'bebas_neueregular';
    src: url('/webfonts/BebasNeue-webfont.eot');
    src: url('/webfonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/BebasNeue-webfont.woff') format('woff'),
         url('/webfonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/webfonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'flux_architectregular';
    src: url('/webfonts/Flux_Architect_Regular-webfont.eot');
    src: url('/webfonts/Flux_Architect_Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/Flux_Architect_Regular-webfont.woff') format('woff'),
         url('/webfonts/Flux_Architect_Regular-webfont.ttf') format('truetype'),
         url('/webfonts/Flux_Architect_Regular-webfont.svg#flux_architectregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'perspective_sansregular';
    src: url('/webfonts/persans-webfont.eot');
    src: url('/webfonts/persans-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/persans-webfont.woff') format('woff'),
         url('/webfonts/persans-webfont.ttf') format('truetype'),
         url('/webfonts/persans-webfont.svg#perspective_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'perspective_sansitalic';
    src: url('/webfonts/persansi-webfont.eot');
    src: url('/webfonts/persansi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/persansi-webfont.woff') format('woff'),
         url('/webfonts/persansi-webfont.ttf') format('truetype'),
         url('/webfonts/persansi-webfont.svg#perspective_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'perspective_sansbold_italic';
    src: url('/webfonts/persanbi-webfont.eot');
    src: url('/webfonts/persanbi-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/persanbi-webfont.woff') format('woff'),
         url('/webfonts/persanbi-webfont.ttf') format('truetype'),
         url('/webfonts/persanbi-webfont.svg#perspective_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'perspective_sansbold';
    src: url('/webfonts/persansb-webfont.eot');
    src: url('/webfonts/persansb-webfont.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/persansb-webfont.woff') format('woff'),
         url('/webfonts/persansb-webfont.ttf') format('truetype'),
         url('/webfonts/persansb-webfont.svg#perspective_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
background-color: #ad8f6e;
background-image: url(../img/cardboard.png);
background-position: top center;
}

p {
font-family: 'perspective_sansregular';
font-size: 16px;
line-height: 22px;
margin-bottom: 11px;
}

a:not([href]) {
color: inherit !important;
}

a, a:link {
color: #b85300;
}

a:visited {
color: #b85300;
}

a:hover {
color: #8c3800;
}

a:active {
color: #000000;
}

ul {
list-style: disc;
margin-left: 40px
}

li {
font-family: 'perspective_sansregular';
font-size: 16px;
line-height: 22px;
margin-bottom: 11px;
}

h1 {
font-family: 'bebas_neueregular';
font-size: 44px;
line-height: 44px;
margin-bottom: 20px;
color: #000000;
}

h2 {
font-family: 'flux_architectregular';
font-size: 20px;
line-height: 22px;
margin: 22px 0px 0px 0px;
color: #b85300;
}

h2:first-child {
margin-top: 0px;
}

h3 {
font-family: 'perspective_sansbold';
font-size: 16px;
line-height: 22px;
}

h4 {
font-family: 'perspective_sansbold';
font-size: 16px;
line-height: 22px;
margin: 22px 0px 0px 0px;
}

em {
font-family: 'perspective_sansitalic';
}

/* ----------------------------
   Homepage Masthead Styles 
---------------------------- */

#masthead-wrapper {
position: relative;
width: 100%;
background-color: #080f22;
margin: 0px;
padding: 0px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 10px rgba(0, 0, 0, 1);
}

.homepage #masthead-wrapper {
}

#masthead {
width: 960px;
margin: 0px auto;
position: relative;
}

.homepage #masthead {
height: 350px;
background-image: url(../img/project-h-market-at-night.jpg);
background-repeat: no-repeat;
background-position: top right;
}

.homepage #film-logo {
position: absolute;
top: 150px;
left: 10px;
}

.interior #masthead {
height: 300px;
background-image: url(../img/project-h-market-at-night-small.jpg);
background-repeat: no-repeat;
background-position: top right;
}

.interior #film-logo {
position: absolute;
top: 50px;
left: 10px;
}

#festival-laurels {
position: absolute;
top: 40px;
left: 10px;
width: 160px;
height: 88px;
overflow: hidden;
}

#social-media {
position: absolute;
top: 30px;
right: 10px;
}

#social-media ul li {
display: block;
float: left;
margin-right: 5px;
}

.st_sharethis_custom {
display: block;
background: url("/img/share-this-button.png") no-repeat scroll left top transparent;
padding:0px 0px 0 0;
width: 24px;
height: 24px;
cursor: pointer;
}

.facebook-like {
padding-left: 20px;
}

/* ----------------------------
   Primary Navigation Styles 
---------------------------- */

nav {
position: absolute;
display: block;
width: 100%;
bottom: 0px;
left: 0px;
margin: 0px;
padding: 0px;
}

nav ul {
position: relative;
display: block;
margin: 0px;
padding: 0px;
z-index: 110;

}

nav ul li {
position: relative;
display: block;
float: left;
margin: 0px;
padding: 0px;
}

nav ul li a, nav ul li a:link, nav ul li a:visited {
display: block;
font-family: 'bebas_neueregular';
font-size: 26px;
line-height: 26px;
color: #FFFFFF;
text-decoration: none;
padding: 0px 10px 7px 10px;
margin: 0px;
}

nav ul li a:hover {
color: #b85300;
}

nav ul li a:active {
color: #b85300;

}

/* ----------------------------
   Secondary Navigation Styles 
---------------------------- */

nav ul li ul {
display: none;
position: absolute;
top: 100%;
z-index: 100;
background-color: #fae88d;
background-image: url(../img/dropdown-arrow.gif);
background-repeat: no-repeat;
background-position: 10px 0px;
padding: 15px 10px 10px 10px;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, .5);
box-shadow:         0px 0px 10px rgba(0, 0, 0, .5);
}

nav ul li:hover ul {
display: block;
}

nav ul li ul li {
float: none;
padding: 0px;
margin: 0px;
}

nav ul li ul li a, nav ul li ul li a:link, nav ul li ul li a:visited {
display: block;
font-family: 'flux_architectregular';
font-size: 14px;
line-height: 18px;
color: #000000;
background-color: transparent;
white-space:nowrap;
padding: 10px 10px;
}

nav ul li ul li a:hover {
background-image: url(../img/orange-sketch-bkgd2.png);
color: #fae88d;
}

/* ----------------------------
   General Page Content Styles 
---------------------------- */


#page-content {
width: 940px;
margin: 30px auto 0px auto;
padding: 0px 10px 30px 10px;
overflow: auto;
min-height: 400px;
}

.left-column-640 {
width: 640px;
float: left;
}

.right-column-280 {
width: 280px;
margin: 0px 0px 0px 660px;
}

.left-column-580 {
width: 580px;
float: left;
overflow: visible;
}

.right-column-340 {
width: 340px;
margin: 0px 0px 0px 600px;
}

.left-column-700 {
width: 700px;
float: left;
overflow: visible;
}

.right-column-220 {
width: 220px;
margin: 0px 0px 0px 720px;
}

.left-column-720 {
width: 720px;
float: left;
overflow: visible;
}

.graph-paper-content {
background-color: #FFFFFF;
background-image: url(/img/graph-paper-bkgd.png);
padding: 20px;
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .6);
box-shadow:         0px 0px 5px rgba(0, 0, 0, .6);
}

.in-section-nav h1 {
color: #8c3800;
font-size: 26px;
line-height: 28px;
margin-bottom: 10px;
}

.in-section-nav ul {
margin: 0;
}

.in-section-nav li {
display: block;
margin: 0 !important;
}

.in-section-nav a, .in-section-nav a:link, .in-section-nav a:visited, .in-section-nav a:hover, .in-section-nav a:active {
display: block;
font-family: 'flux_architectregular';
font-size: 13px;
line-height: 16px;
color: #000000;
text-decoration: none;
padding: 10px 0px 10px 20px;
}

.in-section-nav a:hover {
background-image: url(/img/in-section-nav-bkgd.png);
background-repeat: no-repeat;
background-position: left center;
}

.in-section-nav .active {
background-image: url(/img/in-section-nav-active-bkgd.png) !important;
background-repeat: no-repeat;
background-position: left center;
color: #c2bb9d !important;
cursor: default;
}

.polaroid-image {
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .6);
box-shadow:         0px 0px 5px rgba(0, 0, 0, .6);
margin: 0px 0px 20px 0px;
}

/* ----------------------------
   Homepage Content 
---------------------------- */

.homepage #page-content {
min-height: 0;
}

.homepage .trailer, .trailer {
display: block;
padding: 6px 6px 3px 6px;
margin: 0;
background-image: url(/img/homepage-trailer-background.png);
}

.homepage h1 {
font-size: 26px;
line-height: 28px;
color: #8c3800;
margin: 0px 0px 6px 0px;
padding: 0px;
}

.homepage p {
font-family: 'flux_architectregular';
color: #000000;
font-size: 14px;
line-height: 18px;
margin: 0px;
padding: 0px;
}

.homepage-feature {
position: relative;
border-top: 2px solid #000000;
margin: 10px 0px 0px 0px;
padding: 10px 120px 0px 0px;
}

.homepage-feature-button {
position: absolute;
right: 0;
bottom: 0;
font-family: 'flux_architectregular';
font-size: 14px;
line-height: 14px;
background-image: url(/img/homepage-feature-button-bkgd.png);
background-repeat: no-repeat;
background-position: right center;
padding: 10px 30px 10px 10px;
margin: 0px;
}

.homepage-feature-button a, .homepage-feature-button a:link, .homepage-feature-button a:visited, .homepage-feature-button a:active {
color: #000000;
text-decoration: none;
}

.homepage-feature-button a:hover {
color: #FFFFFF;
}

.homepage #newsletter-signup-form {
display: none;
}


/* ----------------------------
   Bio Pages Styles 
---------------------------- */

.biography {
display: none;
background-color: #FFFFFF;
background-image: url(/img/graph-paper-bkgd.png);
padding: 20px;
overflow: auto;
}

.biography h1 {
font-family: 'flux_architectregular';
font-size: 20px;
line-height: 24px;
color: #b85300;
margin: 0px 0px 0px 0px;
}

.biography h2 {
font-family: 'flux_architectregular';
font-size: 14px;
line-height: 20px;
color: #b85300;
margin: 0px 0px 10px 0px;
}

.biography-photo {
float: right;
margin: 0px 0px 20px 20px;
}

ul.headshots {
list-style: none;
margin: 0px;
}

ul.headshots li {
display: inline-block;
width: 220px;
margin: 0px 20px 20px 0px;
}

ul.headshots li a {
position: relative;
display: block;
}

ul.headshots li a img {
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .6);
-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .6);
box-shadow:         0px 0px 5px rgba(0, 0, 0, .6);
}

.headshot-name {
position: absolute;
top: 195px;
left: 10px;
}

.headshot-name h2 {
font-family: 'flux_architectregular';
color: #000000;
font-size: 16px !important;
line-height: 18px;
text-decoration: none;
margin: 0px;
}

.headshot-name h3 {
font-family: 'flux_architectregular';
color: #000000;
font-size: 13px !important;
line-height: 15px;
text-decoration: none;
margin: 0px;
}

/* ----------------------------
   Screenings Page Styles 
---------------------------- */

.screenings h2 {
margin-bottom: 10px;
}

table.upcoming-screenings {
border-collapse: collapse;
width: 100%;
margin-bottom: 30px;
}

table.upcoming-screenings td {
font-family: 'perspective_sansregular';
font-size: 16px;
line-height: 22px;
margin: 0;
padding: 8px 0px;
border-bottom: 1px solid #000000;
}

table.upcoming-screenings tr td:first-child {
padding-right: 20px;
}

table.upcoming-screenings tr td:last-child {
text-align: right;
white-space: nowrap;
}

#previous-screenings p {
margin-bottom: 0px;
}

ul.bold-links {
padding: 0;
margin-left: 0px;
}

ul.bold-links li {
/* display: block; */
margin-bottom: 10px;
list-style: none !important;
list-style-image: none !important;
}

ul.bold-links a, ul.bold-links a:link, ul.bold-links a:visited, ul.bold-links a:active {
position: relative !important;
display: block;
width: 230px;
height: 57px;
background-image: url(/img/big-orange-arrow-bkgd.png);
font-size: 16px !important;
line-height: 22px !important;
padding: 13px 0px 0px 10px !important;
}

ul.bold-links a:hover {
color: #fae88d !important;
}


/* ----------------------------
   Bring the Film Styles 
---------------------------- */

.ss-form-entry input[type="submit"] {
border: none;
font-family: 'flux_architectregular';
color: #FFFFFF;
background-color: #b85300;
padding: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.ss-form-entry input[type="text"] {
width: 50%;
}

.ss-form-entry textarea {
width: 100%;
box-sizing: border-box;
}

/* ----------------------------
   Press Styles 
---------------------------- */

.press p {
font-size: 18px;
line-height: 24px;
}

.press h2 {
margin-bottom: 11px;
}

.press h3 {
font-family: 'perspective_sansregular';
font-size: 18px;
line-height: 24px;
}

.press h4 {
font-family: 'perspective_sansbold';
font-size: 12px;
line-height: 14px;
text-transform: uppercase;
text-align: right;
margin-bottom: 20px;
}

/* ----------------------------
   Become a Partner Styles 
---------------------------- */

ul.partners-list {
list-style: none;
text-align: center;
overflow: auto;
margin-left: 0px;
}

ul.partners-list li {
white-space: nowrap;
display: inline;
padding: 0px 15px;
}

h2 + ul.partners-list {
margin-top: 11px;
}


/* ----------------------------
   Supporters Styles 
---------------------------- */

ul.supporters-list {
list-style: none;
text-align: left;
overflow: auto;
margin-left: 0px;
}

ul.supporters-list li {
display: inline-block;
padding: 0;
margin: 0;
width: 217px;
text-align: center;
}

/* ----------------------------
   Purchase Page Styles 
---------------------------- */

.purchase-left-column {
width: 200px;
float: left;
text-align: center;
}

.purchase-right-column {
width: 680px;
margin-left: 220px;
padding-top: 20px;
}

.item-for-purchase {
overflow: auto;
margin-bottom: 20px;
}

.item-description {
width: 460px;
float: left;
}

.purchase-tools {
width: 200px;
margin-left: 480px;
text-align: center;
}

.purchase-tools h3 {
margin-bottom: 10px;
}

.purchase-tools select {
margin-bottom: 5px;
font-family: 'perspective_sansregular';
font-size: 13px;
padding: 3px 0px;
}

.purchase-note {
font-family: 'perspective_sansitalic';
font-size: 13px;
line-height: 19px;
margin-top: 10px;
}

ul.purchase-faq {
list-style: none;
margin-left: 0px;
}

ul.purchase-faq li {
margin-bottom: 5px;
}

/* ----------------------------
   Contact Page Styles 
---------------------------- */

.contact h2 {
margin-bottom: 11px;
}

.contact .graph-paper-content {
min-height: 350px;
}

.post-it-navigation {
background-image: url(/img/post-it-bkgd01.png);
width: 260px;
height: 260px;
padding: 20px 0px 20px 20px;
}

.post-it-navigation h1 {
font-family: 'bebas_neueregular';
font-size: 26px;
line-height: 28px;
color: #b85300;
margin-bottom: 20px;
}

.post-it-navigation ul {
list-style: url(/img/post-it-nav-bullet.png);
vertical-align:text-bottom;
}

.post-it-navigation li {
position: relative;
list-style: url(/img/post-it-nav-bullet.png);
vertical-align:text-bottom;
padding: 0;
margin-bottom: 15px;
}

.post-it-navigation ul a, .post-it-navigation ul a:link, .post-it-navigation ul a:visited {
position: absolute;
display: block;
font-family: 'flux_architectregular';
font-size: 13px;
line-height: 15px;
color: #000000;
text-decoration: none;
padding: 0px;
top:0px;
}

.post-it-navigation ul a:hover {
color: #b85300;
}

.contact #newsletter-signup-form {
display: none;
}

/* ----------------------------
   Footer Styles 
---------------------------- */

#footer {
position: relative;
width: 940px;
margin: 0px auto 30px auto;
padding: 30px 10px 0px 10px;
border-top: 2px solid #000000;
overflow: auto;
}

#footer ul {
list-style: none;
margin: 0 !important;
}

#footer li {
font-family: 'flux_architectregular';
font-size: 12px;
line-height: 16px;
color: #000000;
margin: 0;
}

#footer a, #footer a:link {
color: #000000;
}

#footer a:visited {
color: #000000;
}

#footer a:hover {
color: #8c3800;
}

#footer a:active {
color: #b85300;
}

#partners {
float: right;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
