/*
 * HTML5 Boilerplate
 *
 * 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;
}

body {
    background-color: black;
  
  background-image:url("/img/bground.jpg");
    background-position: center 0px;
    background-repeat: no-repeat;
    font-family: "myriad-pro",sans-serif;
    font-size: 12pt;
    line-height: 1.4;

    color: white;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations 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 and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

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

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

/* ==== Patricia Murphy Films custom styles ==== */


#introscreen {
background-color: black;
background-image: url("/img/intro_bground.jpg");

background-position: center 0;
background-repeat: no-repeat;
height: 900px;
width: 100%;
position: absolute;
z-index:4;
cursor: pointer;
}

#intro_logo {
visibility: hidden;
position: absolute;
width: 70%;
max-width: 818px;
/*top: 150px;*/
        left:0;
        right:0;
        margin-left:auto;
        margin-right:auto;

top: 15%;






}

.lt-ie9 #intro_logo {
display: none;
}

.lt-ie9 #introscreen {
display: none;
}





#container {
background-image: url("/img/logo@2x.png");
background-size: 298px 160px;

background-position: center 0;
   background-repeat: no-repeat;



margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
max-width: 900px;
min-width: 320px;
}



.lt-ie9 #container {

background-image: url("/img/logo.png");

}



#logo {

text-align: center;

height: 155px;


}


#topnav {
color: #e4477c;
margin-bottom:5px;

max-width: 900px;
}




#topnav a {


color: #e4477c;
text-decoration: none;
}


nav a {


margin-left: 8px;


}







#topnav a:hover {

color: #e19eb5;
}

#topnav #selected {
color: #e19eb5;
}

#pmf_title {

float: left;

}

#reel_list {

float: right;

}


#videocontainer {
    position: relative;
    padding-bottom: 56.25%;
height: 0;
overflow: hidden;

}




#videocontainer iframe,  
#videocontainer object,  
#videocontainer embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
z-index:1000;
}


#bottom_nav {
margin-top: 15px;
overflow:hidden;
position: relative;

}


.thumbbox {

opacity: .5;

}


#leftbutton {
left:-40px;
    cursor: pointer;
    position: absolute;
width:40px;
height:124px;
background-image:url("/img/left_arrow.png");

}

#thumbscontainer {
    position: relative;

  /*  border-style: dotted;*/
  float: left;
height: 124px;
width: 100%;
overflow:hidden;

}



#rightbutton {
    position: absolute; 
    cursor: pointer;
    right: -40px;
width:40px;
height:124px;
background-image:url("/img/right_arrow.png");

}

#rightbutton:hover {
background-position: 0 -149px;

}

#leftbutton:hover {
background-position: 0 -149px;

}


#allthumbs {
position:absolute;
height: 124px;
}


.thumbbox {
width: 132px;
height: 124px;
float: left;
margin-right: 10px;
cursor: pointer;
}


#now_playing {
background-image: url("/img/now_playing_ball.png");   

background-repeat: no-repeat;
background-position: 0px 6px;
padding-left: 11px; 
    margin-top: 4px;
font-size: .8em;
text-transform: uppercase;
margin-bottom: 10px;

}



.caption {
    line-height: 120%;
padding-top: 6px;
text-align: center;
font-size: .7em;
text-transform: uppercase;

}



#contact_left {
    margin-top: 50px;
width: 27.8%;
float: left;
padding-left: 22.2%;
line-height: 28px;

}

#contact_right {
     margin-top: 50px;
width: 48%;
padding-left: 2%;
float: right;
line-height: 28px;
}

#contact_extra {
margin-top: 20px;

text-align:center;

}

#contact_first_para {

margin-bottom: 10px;

}

#contact_extra a {

margin-top:8px;
color: white;
text-decoration: none;
font-size: .8em;
}

#contact_extra a:hover {
color: #e19eb5;
}


#back_videos {

background-image: url("/img/videos_arrow.png");  
background-repeat: no-repeat;
background-position: right 6px;
padding-right: 24px;
}






a[href^=tel]{
    color:#e19eb5;
    text-decoration:none;
}



/* news page */

article {

background-image: url("/img/dotted_line.png");  
background-position:bottom;
background-repeat: repeat-x;
padding-bottom: 40px;
margin-bottom: 40px;
font-size: 18px;
}

h1 {
font-size: 60px;
font-weight: 500;
margin: 30px 0 50px 0;
padding-bottom: 5px;
line-height: 100%;
border-bottom: 2px solid #e4477c;
}

h2 {
font-size: 40px;
font-weight: 500;
margin: 0px 0px 0px 0px;
width: 50%;
line-height: 100%;
}

article a {
text-decoration: none;
color: #e4477c;
background-image: url("/img/link_arrow.png");  
background-size: 7px 11px;
background-repeat: no-repeat;
background-position: right 7px;
padding-right: 16px;



}


.lt-ie9 article a {
background-image: url("/img/link_arrow_ie.png");  
}

.article_text {
    width: 50%;
float: left;
}

.article_image {
float: right;
width:47%;
padding-top: 1em;
}

.article_image img {
width:100%;
height:auto;

}



/* ==================
   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.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 900px) {


#logo {

height: 160px;
}



#pmf_title {
font-size: .9em;
}

#reel_list {

font-size: .9em;

}






}




@media only screen and (max-width: 680px) {


#reel_list {

font-size: .75em;
margin-top:2px;
}


#pmf_title {
font-size: .75em;
margin-top:2px;

}


}



@media only screen and (max-width: 600px) {


h1 {
font-size: 40px;
margin: 30px 0 30px 0;
border-bottom: 1px solid #e4477c;
}


h2 {
width: 100%;
line-height:110%;
font-size: 28px;
}

article {
padding-bottom: 30px;
margin-bottom: 30px;

}


p {
font-size: 16px;
}

#introscreen {

display: none;
}

.article_text {
    width: auto;
float: none;
}

.article_image {
    width: auto;
float: none;
}

.article_image img {
width:100%;
height:auto;

}




nav a {


margin-left: 2px;
margin-right: 2px;

}




#contact_left {
      margin-top: 20px;
float: none;
width: auto;
padding-left: 10%;
padding-right: 10%;
}

#contact_right {
    margin-top: 20px;
float: none;
width: auto;
padding-left: 10%;
padding-right: 10%;
}

#contact_extra {
margin-top: 30px;
padding-left: 10%;
text-align:left;

}





#logo {

height: 152px;
}


#pmf_title {
text-align: center;
float:none;
font-size: 1em;
}

#reel_list {
text-align: center;
float:none;
margin-top:0px;
font-size: .7em;
margin-bottom:2px;
text-transform: uppercase;
}







}



@media only screen and (max-width: 360px) {




#reel_list {

font-size: .6em;
margin-top:2px;
}

}













@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;
    }
}
