/* ===================
    ALL: FONTS
   =================== */
@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('/static/fonts/HelveticaNeue/Light/helveticaneue-light-webfont.eot');
    src: url('/static/fonts/HelveticaNeue/Light/helveticaneue-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/HelveticaNeue/Light/helveticaneue-light-webfont.woff') format('woff'),
         url('/static/fonts/HelveticaNeue/Light/helveticaneue-light-webfont.ttf') format('truetype'),
         url('#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica Neue Bold Condensed';
    src: url('/static/fonts/HelveticaNeue/BoldCondensed/helveticaneue-boldcond-webfont.eot');
    src: url('/static/fonts/HelveticaNeue/BoldCondensed/helveticaneue-boldcond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/HelveticaNeue/BoldCondensed/helveticaneue-boldcond-webfont.woff') format('woff'),
         url('/static/fonts/HelveticaNeue/BoldCondensed/helveticaneue-boldcond-webfont.ttf') format('truetype'),
         url('/static/fonts/HelveticaNeue/BoldCondensed/helveticaneue-boldcond-webfont.svg#helvetica_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===================
    ALL: GENERAL
   =================== */
html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #fff;
	background: #181816;
	background-image: url(/static/img/bgtexture.jpg);
}

a {
	/*color: #ffea3b;*/
	color: #ff8000;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #00ffff;
	text-decoration: none;
}

h1 {
	font-family: "HelveticaNeue-Light", 'Helvetica Neue Light', "Helvetica Neue", sans-serif;
	text-transform:uppercase;
	font-size: 36px;
	font-weight: normal;
	line-height: 34px;
	margin-bottom: 10px;
}

h2, h3, h4, h5 {
	font-family: "HelveticaNeue-CondensedBold", 'Helvetica Neue Bold Condensed', sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 20px;
	margin-top: 10px;
}

h4 {
	font-size: 17px;
	text-transform:uppercase;
}

h3 {
	font-size: 14px;
	margin-top: -10px;
}
h5 {
	font-size: 24px;
}

.logoheader {
	font-family: "HelveticaNeue-Light", 'Helvetica Neue Light', "Helvetica Neue", sans-serif;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.logoheader a {
	color: #ffffff;
}
.logoheader a:hover {
	color: #00ffff;
}
.logo {
	max-width: 70px;
	margin-top: 5px;
}
		
.logotop {
}

.logobottom {
	font-size: 12px;
}
.container {
	max-width: 830px;
}
.center {
	margin: 0 auto;
}
.col-centered {
	margin: 0 auto;
}
.all-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.bottommargin20px {
	margin-bottom: 20px;
}
.selectedworks {
	font-family: "HelveticaNeue-CondensedBold", 'Helvetica Neue Bold Condensed', sans-serif;
	font-size: 28px;
	color: #d5d5d5;
	line-height: 47px;
}
.backbutton {
	font-family: "HelveticaNeue-CondensedBold", 'Helvetica Neue Bold Condensed', sans-serif;
	font-size: 28px;
	color: #d5d5d5;
	line-height: 47px;
}
#filmexcerpt {
	font-family: "HelveticaNeue-Light", 'Helvetica Neue Light', "Helvetica Neue", sans-serif;
	font-weight: normal;
	line-height: normal;
}
.coeditor {
	font-family: HelveticaNeue-CondensedBold, 'Helvetica Neue Bold Condensed', sans-serif;
	font-size: 14px;
}
#poster img {
    /*shadows*/
	-moz-box-shadow: 5px 5px 8px #000;
	-webkit-box-shadow: 5px 5px 8px #000;
	box-shadow: 5px 5px 8px #000;
}
#filmdetails {
	word-wrap: break-word;
}
#filmdetails h4 {
	margin-bottom: 0;
}
#filmdetails p {
	font-size: 14px;
	color: #d5d5d5;
}
#filmdetails p.small {
	font-size: 11px;
	color: #d5d5d5;
}

/* ===================
    BREAKPOINT: Mobile (767px and down)
   =================== */
@media only screen and (max-width : 767px) {
	.logoheader {
		text-align: center;
	}
	.logo {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 50px;
	}
	.logotop {
		font-size: 26px;
	}
	.logotopsub {
		font-size: 22px;
		line-height: 20px;
		margin-bottom: 14px;
	}
	.logobottom {
		font-size: 16px;
	}
	.xs-center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	#filmexcerpt {
		text-align: center;
	}
	.backbutton {
	font-size: 22px;
	line-height: 32px;
	margin-top: 20px;
	}
	#trailer h5 {
		margin-top: 0;
	}
	.coeditor {
		margin-bottom: 20px;
	}
}
/* ===================
    BREAKPOINT: Small mobile (479px and down)
   =================== */
@media only screen and (max-width : 479px) {
	.logotop {
		font-size: 20px;
	}
	.logotopsub {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 10px;
	}
}

/* ===================
    BREAKPOINT: Small devices (tablets, 768px and up)
   =================== */
@media (min-width: 768px) {
	.norightpadding {
		padding-right: 0;
	}
	#filmexcerpt h1 {
	margin-top: 0;
	}
}

/* ---------------------------
	Slideshow
   --------------------------- */

#slideshow {
    position:relative;
    /*shadows*/
	-moz-box-shadow: 5px 5px 8px #000;
	-webkit-box-shadow: 5px 5px 8px #000;
	box-shadow: 5px 5px 8px #000;
	/*rounded corners*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    /*rounded corners again*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

/* ---------------------------
	ANDRI - SHADOW AND ROUND CORNERS
   --------------------------- */
.shadow {
    /*shadows*/
	-moz-box-shadow: 5px 5px 8px #000;
	-webkit-box-shadow: 5px 5px 8px #000;
	box-shadow: 5px 5px 8px #000;
	/*rounded corners*/
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

#footer {
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-top: 20px;
	padding-top: 11px;
	padding-bottom: 11px;
}