@charset "utf-8";
@import url(normalize.css);

/* HOME PAGE */
.homePage #maincontent {
	margin: 0 0 40px 92px;
}
.logoTreatment4.homePage #maincontent {
	margin: 0 0 40px 70px;
}
/* Film area */
#homePageFilmArea {
	margin-right: -40px;
}
#homePageFilmArea_text a, #homePageFilmArea_text a:visited  {
	color: white !important;
}
#homePageFilmArea_text a:hover  {
	color: #ccc !important;
}
#player_containerAndText {
	position: relative;
	background-color: #333;
	color: white;
	margin: 0;
	padding: 0 0 0 640px;
	min-height: 480px;
	background-image:url(../graphics/grad2.png);
	background-position: right top;
	background-repeat: repeat-y;
}
#player_containerAndText h3 {
	padding: 0;
	margin: 0;
	color: white;
	border: none;	
}
#homePageFilmArea_text {
	max-width: 600px;
	padding: 20px;
}
#player_container {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 640px;
}
h3#homePageFilmArea_exploreTheCollection {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center right;
	text-align: right;
}
h3#homePageFilmArea_exploreTheCollection a {
	display: inline-block;
	padding-top: 25px;
	padding-right: 60px;
	height: 75px;
	width: 110px;
}

#homePageFilmArea_exploreTheCollection a {
	color: white !important;
	text-decoration: none;
}
#homePageFilmArea_exploreTheCollection a:hover {
	color: #aaa !important;
}
/* Film area film strip */
#homePageFilmArea_filmStrip {
	height: 111px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #222;
	background-image: url(../graphics/homePageFilmArea_filmStrip_background.png);
	background-repeat: repeat-x;
	overflow: hidden !important;
	text-align: center;
}
#homePageFilmArea_filmStrip a {
	position: relative;
	*position: static;
}
#homePageFilmArea_filmStrip a:after {
    content: '';
    position: absolute;
    width: 94px;
    height: 70px;
    bottom: 22px;
    right: 3px;
	background-image: url(../graphics/play-button.png);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.7;
}
#homePageFilmArea_filmStrip a:hover:after {
    opacity: 0.9;
}
#homePageFilmArea_filmStrip a:focus:after {
	border: 1px dotted white;
    opacity: 0.9;
}

#homePageFilmArea_filmStrip img {
	width: 96px;
	height: 72px;
	margin: 19px 3px;
}
/* Info area */
#homePageInfoArea {
	position: relative;
	min-height: 240px;
	max-width:  1280px;
	margin: 30px 30px 0 0;
	padding: 0;
}
#homePageInfoArea h3 {
	margin: 0;
	padding: 0;
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}
#homePageInfoArea p {
	margin: 0 0 1em 0;
	padding: 0;
}
#homePageInfoArea_infoOnLibraryWebsite {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
	padding-left: 0;
}
#homePageInfoArea_infoOnLibraryWebsite h3 {
	font-weight: normal;
}
#homePageInfoArea_text {
	padding: 0 280px;
}
#homePageInfoArea_twitter {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	padding-right: 0;
}
.twitterFeedLink #homePageInfoArea_text {
	padding: 0 280px 0 120px;
}
.twitterFeedLink #homePageInfoArea_twitter {
	position: absolute;
	top: 60px;
	left: 0;
	width: 80px;
	padding-right: 0;
}
.twitterFeedLink #homePageInfoArea_twitter h3 a {
	padding-top: 60px;
	background-position: top left;
	background-repeat: no-repeat;
}

/* ADJUSTMENTS - TABLET PORTRAIT */
@media only screen and (max-width: 60em) {
	#player_containerAndText {
		padding: 0;
	}
	#player_container {
		position: relative;
		width: 100%;
	}
	#homePageFilmArea_text {
		width: 100%;
		max-width: none;
		padding: 20px 0;
	}
	#homePageFilmArea_text h3, #homePageFilmArea_text p {
		padding: 0 20px;
	}
	h3#homePageFilmArea_exploreTheCollection a {
		padding: 5px 0; /**/
		height: auto; /**/
		width: auto; /**/
		color: inherit !important; /**/
	}
	h3#homePageFilmArea_exploreTheCollection {
		background-image: none !important; /**/
	}
	h3#homePageFilmArea_exploreTheCollection a {
		color: #2F7ECE !important;
		text-decoration: underline !important;
	}
	#homePageInfoArea_text {
		position: relative;
		padding: 0;
	}
	#homePageInfoArea .wrapper {
		position: relative;
	}
	#homePageInfoArea_infoOnLibraryWebsite {
		position: relative;
		min-height: 280px;
		width: auto;
		padding: 0 0 0 270px;
	}
	#homePageInfoArea_twitter {
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* ADJUSTMENTS - PHONE -LANDSCAPE */
@media only screen and (max-width: 45em) {
	#homePageFilmArea {
		margin-top: 20px;
	}

	/* Film area film strip */
	#homePageFilmArea_filmStrip {
		background-color: #111;
		height: 128px;
		background-image: none;
		padding: 2px 0;
	}
	#homePageFilmArea_filmStrip img {
		width: 80px;
		height: 60px;
		margin: 2px;
	}
	
	#homePageFilmArea_filmStrip a:after {
		bottom: -2px;
		right: -5px;
	}

}

/* ADJUSTMENTS - PHONE - PORTRAIT */
@media only screen and (max-width: 30em) {
	.homePage #maincontent {
		margin: 0;
		padding: 0;
	}
	#homePageFilmArea {
		margin-left: -5px;
		margin-right: -5px;
	}
	#homePageInfoArea_text {
		position: relative;
		padding: 0 15px;
	}
	#homePageInfoArea .wrapper {
		position: relative;
	}
	#homePageInfoArea_infoOnLibraryWebsite {
		position: relative;
		min-height: 0;
		width: auto;
		padding: 15px 15px 0 15px;
	}
	#homePageInfoArea_twitter {
		position: relative; /**/
		top: auto; /**/
		left: auto; /**/
		padding: 15px;
	}

	/* Film area film strip */
	#homePageFilmArea_filmStrip {
		height: 112px;
		background-image: none;
		padding: 2px 0;
	}
	#homePageFilmArea_filmStrip img {
		width: 72px;
		height: 54px;
		margin: 1px;
	}
	
	#homePageFilmArea_filmStrip a:after {
		bottom: -7px;
		right: -10px;
	}

}

/* ADJUSTMENTS - HIGH RES DEVICE */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
	
}

/* ADJUSTMENTS - PRINT */
@media print {
	
}
