.films {font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif;}
.films-header {color: #A3A3A3; font-family: "kepler-std",serif; font-weight: 700; font-size:24px; padding-top: 10px;border-bottom: 1px solid #ccc;}
.films-submit {color: #A3A3A3; font-family: "kepler-std",serif; font-weight: 400; font-size:16px; text-align: right; margin-bottom: 5px;}

.films-title {font-family: "kepler-std",serif; font-weight: 700; font-size:42px; font-style: italic; padding-top: 10px;}
.films-director {font-size: 24px; padding-left: 10px; padding-bottom: 20px;}
.films-summary {font-size:20px; padding-top: 15px; }
.films-description {font-size: 17px; }


.films-embed-container {
	width: 100%;
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.films-embed-container iframe,
.films-embed-container object,
.films-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/***** Browse by Director *****/

.films-browse-director-title { font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; font-size: 32px; }
