@charset "utf-8";
/* CSS Document */



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

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

}

/* Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	line-height:normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a {
	text-decoration:none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after {
	clear: both;
	display: table;
	content: "";
}

/*Structure*/
body {
	background-color:#000000;
	color:#4D4D4D;
}
.section {
	min-height:200px;
	border-top:5px solid #000;
}
.content {
	max-width:960px;
	margin:0 auto;
}

/*General Font Styles*/
body {
	font-family: 'Lato', sans-serif;
}

.content h2 {
 font-family:'stone_sansbold', 'Stone Sans', 'Lato', sans-serif;
 font-size:22px;
}
.content h3 {
 font-family:'stone_sansbold', 'Stone Sans', 'Lato', sans-serif;
}
 .content p {
	margin-bottom:21px;
	font-size:15px;
	line-height:21px;
}

.clearfix:after {
	clear:both;
	content:'';
	display:table;
}
/* -- COMMON STYLES --------------------------------*/
.header {
	background-color:#000;
	padding:10px;
	min-height:40px;
	position:relative;
	
}
.header a  {
	color:#FFF;
}
.header .site-title {
	float:left;
	color:#FFF;
	width:30%;	
}
.header .site-title {
	float:left;
	color:#FFF;
	width:30%;	
}
.header .main-menu {
	position:absolute;
	right:5px;
}
.header .main-menu h3 {
	float:right;
	color:#FFF;
	font-family:'stone_sansbold', 'Stone Sans', 'Lato', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	padding:8px;
	cursor:pointer;
}
.header .main-menu ul {
	display:none;
}
.header .main-menu ul.toggled-on {
	display:block;
	width:200px;
	position:absolute;
	top:52px;
	right:10px;
	background-image:url(images/menu-bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	padding-top:15px;
	box-shadow:2px 2px 2px 0 rgba(0,0,0,0.30);
	z-index:9999;
}
.header .main-menu li {
	background-color:#000;
	border-bottom:2px solid #363636;
	font-family:'stone_sansbold', 'Stone Sans', 'Lato', sans-serif;
	font-size:16px;
	text-transform:uppercase;
}
.header .main-menu li:hover {
	background-color:#111;
}
.header .main-menu li a {
	display:block;
	padding:10px;
}


.title-banner h1 {
	font-size:28px;
	font-family:'stone_sansbold', 'Stone Sans', 'Lato', sans-serif;
	text-transform:uppercase;
}

.page {
	min-width:290px;
	width:100%;
	/*max-width:600px;*/
	margin:0 auto;
	position:relative;
	clear:both;
}
img.flexi {
	width:100%;
	height:auto;
}
/*Overlays*/
#lightbox {
	position:absolute;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.85);
	top:0;
	display:none;
	cursor:pointer;
	z-index:9999;
}
#lightbox #lb-container {
	background-color:#FFF;
	padding:2px;
	width:90%;
	max-width:600px;
	margin:0 auto;
	margin-top:30px;
	min-height:30px;	
	cursor:default;
	position:relative;
}
#lightbox .closeBtn {
	position:absolute;
	top:-12px;
	right:-12px;
	background-color:#FFF;
	font-size:14px;
	font-weight:bold;
	width:24px;
	height:24px;
	border-radius:12px;
	cursor:pointer;
	text-align:center;
	line-height:24px;
	box-shadow:1px 1px 3px 1px rgbargba(0,0,0,0.41);
}
#lightbox iframe {
	width:100%;
}
#lightbox img {
	width:100%;
	height:auto;
}
#lightbox .caption {
	padding:5px;
	font-weight:bold;
	font-size:12px;
}
#lightbox .close-btn {
	float:right;
	padding:5px;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	cursor:pointer;
	color:#6C6C6C;
}
#lightbox .close-btn:hover {
	color:#000;
}
.footer {
	clear:both;
	background-color:#1a1a1a;
	text-align:center;
	padding:20px 32px 60px;
	color:#808080;
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:15px;
}
.social {
	margin-bottom:20px;
}
.social a {
	opacity:0.5;
	margin:0 5px;
}
.dt-link {
	font-size:20px;
	text-transform:uppercase;
}
.footer p {
	margin-top:15px;
}
.footer a {
	color:#4D4D4D;

}
.footer h3 {
	margin:15px 0;
	font-weight:normal;
}
/* -- SECTION STYLES -------------------------------*/

/* Home */
body.home {
	background-color:#820000;
}
.home .page {
	text-align:center;
	color:#FFF;
}
.home h1 {
	text-align:center;
	margin:20px 0 20px;
}
img.title-img {
	width:100%;
	height:auto;
	max-width:290px;
}
.play-btn {
	
}
.menu {
	margin-top:20px;
}
.menu li {
	border-bottom:2px solid #a64948;
	font-family:'stone_sansbold', 'Stone Sans', 'Lato', sans-serif;
}
.menu li a {
	color:#FFF;
	text-transform:uppercase;
	display:block;
	line-height:20px;
	padding:5px;
	font-size:14px;
}
.menu li a:hover {
	background-color: #690000;
}
.home .art {
	position:absolute;
	bottom:0;
	left:0;
}
.home .art img {
	display:block;
}
.info {
	padding:20px 30px 15px 135px;
}
.info h2 {
	font-size:24px;
	margin-bottom:20px;
	text-transform:uppercase;
}
.tagline {
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:18px;
	line-height:25px;
	color:#E8DCDC;
	color:rgba(255,255,255,0.75);
	margin-bottom:10px;
}
.screening {
	padding:20px;
	background-color:rgba(73,0,0,1.00);
	color:#FFF;
}
.screening h3 {
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:24px;
	line-height:32px;
	text-transform:uppercase;
	font-weight:normal;
}
.screening li {
	margin:5px 20px;
	list-style:disc;
}
/* Videos ------------------ */

.videos .title-banner {
	padding-top:20px;
	height:100px;
	color:#FFF;
	text-align:center;
	background-color:#FFAD61;
	background-image:url(images/bg-video.png);
	background-repeat:repeat-x;
	background-position:top center;
}

.videos .page {
	background-color:#FFAD61;
	background-image:url(images/david-art.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.videos .page {
		background-image:url(images/david-art@2x.jpg);
		background-size:153px 792px;
	}
}

.videos #video-menu {
	padding-right:40px;
	padding-bottom:20px;
	padding-left:20px;
}
.videos #video-menu .video-thumb {
	margin:5px;
	display:block;
	width:190px;
	height:150px;
	float:left;
}
.videos #video-menu .video-thumb span {
	display:block;
}
.vid-img {
	padding:5px;
	background-color:#FFF;
	margin-bottom:5px;
}
.videos #video-menu img {
	width:100%;
	height:auto;
	display:block;
	margin:0;
}
.videos #video-menu a {
	color:#000;
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:16px;
	display:block;
	text-transform:uppercase;
}

/* Synopsis ---------------- */

.synopsis .title-banner {
	padding-top: 20px;
	height:66px;
	background-color: #34A4B6;
	color: #FFF;
	text-align: center;
	background-image: url(images/synopsis-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

.synopsis .page {
	background-color:#34A4B6;
	padding:20px 0;
}
.synopsis .text {
	background-color:#FFF;
	margin:20px;
	padding:20px;
}
@media (min-width: 200px) {
	.synopsis .pad1,
	.synopsis .pad2 {
		padding-right:50px;
	}
}
@media (min-width: 400px) {
	.synopsis .pad3 {
		padding-right:50px;
	}
}
@media (min-width: 600px) {
	.synopsis .pad4 {
		padding-right:50px;
	}
}
.foxy-art {
	position:absolute;
	bottom:-2px;
	right:-15px;
}
/* Photos ----------------*/
.photos .title-banner {
	padding-top: 20px;
	height:66px;
	background-color: #7F0812;
	color: #FFF;
	text-align: center;
	background-image: url(images/bg-photos.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}
.photos .page {
	background-color:#7F0812;
	background-image:url(images/olga-art.jpg);
	background-position:right 40px;
	background-repeat:no-repeat;
	padding:20px 0;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.photos .page {
		background-image:url(images/olga-art@2x.jpg);
		background-size:80px 478px;
	}
}
#photo-menu {
	padding:5px 20px;
}
#photo-menu a {
	width:115px;
	height:115px;
	background-color:#FFF;
	padding:5px;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
#photo-menu a:hover {
	box-shadow:1px 1px 5px 1px rgba(0,0,0,0.5);
}
#photo-menu a img {
	width:100%;
	height:auto;
	display:block;
}

/* Cast ---------------- */
.cast .page {
	background-color:#75B55B;
	background-image: url(images/cast-bg.png);
	background-repeat: repeat-x;
	background-position: top center;
}
.cast .title-banner {
	padding-top:20px;
	color:#FFF;
	text-align:center;
	min-height:45px;
}
.cast .content {
	padding-top:55px;
	background-image:url(images/doggy.png);
	background-repeat:no-repeat;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.cast .content {
		background-image:url(images/doggy@2x.png);
		background-size:96px 104px;
	}
}
.cast .page:after {
	clear:both;
	content:'';
	display:table;
}
.cast-menu {
	padding:10px 20px;
	margin:0 auto;
	
}

.cast .bio {
	background-color:#FFF;
	padding:10px;
	margin:0px auto;
	width:80%;
	box-shadow:1px 1px 5px 1px rgba(0,0,0,0.3);
}
.cast .bio h3 {
	color:#595959;
	text-transform:uppercase;
	margin-bottom:5px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
}
.cast .bio h2 {
	clear:both;
	color: #75b45b;
	margin-bottom:10px;
	font-weight:normal;
	text-align:center;
	padding-bottom: 5px;
	border-bottom: 2px dotted #75b45b;
	font-size:24px;
	line-height:30px;
}
.cast .bio .cast-photo {
	float:left;
	width:200px;
}
.cast .bio .cast-photo img {
	width:100%;
	height:auto;
	border:2px solid #CCC;
}
.cast .bio .blurb {
	padding-left:220px;
}
.bio-nav {
	margin:0px auto;
	width:75%;
	padding:10px 0;
	min-height:40px;
}
.bio-nav a {
	color:#000;
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:18px;
	display:block;
	text-transform:uppercase;
	float:left;
	width:33.3%;
}
.bio-nav a.all {
	text-align:center;	
}
.bio-nav a.next {
	text-align:right;	
}
/*3 col*/
@media (max-width: 600px) {
	.cast-menu {
		width:360px;
		padding:10px 10px 10px 20px;
	}
}
/*2 col*/
@media (max-width: 400px) {
	.cast-menu {
		width:250px;
		padding:10px 10px 10px 20px;
	}
	.cast .bio .cast-photo {
		float:none;
		width:100%;
	}
	.cast .bio .blurb {
		padding-top:10px;
		padding-left:0px;
	}
}
.cast .person {
	width:110px;
	height:230px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.cast .person a:hover .photo{
	box-shadow:1px 1px 5px 1px rgba(0,0,0,0.4);
}
.cast .photo {
	background-color:#FFF;
	padding:5px;
	width:100px;
	height:140px;
	display:block;
	margin-bottom:7px;
}
.cast .photo img {
	/*width:100%;
	height:auto;*/
	width:100px;
	height:140px;
	display:block;
}
.cast .character {
	color:#000;
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:16px;
	display:block;
	text-transform:uppercase;
	
}
.cast .name {
	color:#FFF;
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:22px;
	display:block;
	
}

/*Credits ------------------ */
.credits .title-banner {
	padding:20px;
	background-color:#F1BE5D;
	color:#FFF;
	text-align:center;
	background-image:url(images/credits-bg.jpg);
	background-repeat:repeat-x;
	background-position:center bottom;
	height:200px;
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
	.credits .title-banner {
		background-image: url(images/credits-bg@2x.jpg);
		background-size:860px 170px;
	}
}
.credits .content{
	padding:20px;
}
.credits .content h3 {
	color:#FFF;
	margin:5px 0 10px;
	font-size:23px;
	text-transform:uppercase;
}
.credits  table {
	width:auto;
}
.credits .cast-list {
	float:left;
	width:32%;
	min-width:230px;
	margin-right:20px;
}
.crew-list {
	float:left;
	margin-right:20px;
	width:60%;
	min-width:270px;
}
.credits .crew-list table {
	float:left;
	margin-right:5px;
}
.credits .cast-list table {
	margin-bottom:20px;
}
.credits td {
	font-family:'ozhandicraft', 'OzHandicraft BT', 'Lato', sans-serif;
	font-size:20px;
}
.credits .label {
	color:#F1BE5D;
	width:100px;
	padding-right:5px;
	text-transform:uppercase;
}
.credits .name {
	color:#FFF;
}
.credits td {
	padding:3px 10px 3px 0;
}
@media (max-width: 600px) {
/* Reposition the site title and description slightly */
	.credits .crew-list,
	.credits .cast-list {
		min-width:250px;
		width:250px;
		float:none;
		margin:0 auto;		
	}
}
