/*style.css*/

body, html {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:1.5em;
}

body {
/*	background-image:url(../img/bg.gif);*/
/*	background-size:12px;	*/
	background-color:#0f293e;
	margin-left:10%;
	color:#fff;
}

.ratings {
	font-size:80%;
}

#Toolbar {
	background-color:rgba(51,51,51,0.5);
	position: fixed;
	left:0;
	top:0;
	right:0;
	z-index: 100;
	padding:0.5em;
	color:white;
	font-size:80%;
	text-align:right;
}
#SearchText {
	border:1px solid black;
	border-radius:0.5em;
	font-size:150%;
	width:10rem;
	max-width:25%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0.1em 0.25em;
}

#ListOfLists {
	border:1px solid black;
	border-radius:0.5em;
	font-size:125%;
/*	width:10rem;*/
	max-width:25%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0.1em 0.25em;
	margin-right:1em;
}

h1 {
	margin:0;
	font-size:2rem;
	line-height: 2rem;
}

h2 {
	font-weight: normal;
	margin:0.5rem 0;
	font-size:1.6rem;
	line-height:1.8rem;
}

a {color:white;}

header p {
	margin:0.5rem 0;
}

.__searchResults header ._default,
.__searchResults footer ._default {
	display:none;
}
.__searchResults header ._search,
.__searchResults footer ._search {
	display:block;
}
header ._search,
footer ._search {
	display:none;
}

h1, h2, .crosshead {
/*	text-shadow:-0.02em -0.02em 0 red;*/
}

#BarryImage {
	background-image:url(../img/barry.png);
	width:50%;
	top:25%;
	bottom:0;
	position: fixed;
	background-size:auto 100%;
	background-repeat: no-repeat;
	background-position: 90% 100%;
	left:-25%;
	bottom:0;
}
#ImageHeader {
	background-image:url(../img/header.jpg);
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:37vw;
	background-size:100% auto;
	background-position: 0 50%;
	max-height:40%;
}
#Movies {
	position: relative;
	clear:both;
	min-height:90vh;
}

header:before {
	display:block;
	content:"";

	height:37vw;
	max-height:40vh;
}

.movie {
	margin:1em 0;
	padding:0 6rem 0 3.5rem;
	min-height:4rem;
	max-width:25rem;
	position:relative;
	background-repeat:no-repeat;
	background-position: 0 0;
	background-size:2.6rem;
}
.movie ._title {
	font-size:130%;
	font-weight: bold;
	display:inline;
}
.movie ._meta {
	white-space: nowrap;
/*	display:inline;*/
	opacity:50%;
	margin-bottom: 0.1rem;
	font-size:0.8rem;
}
.movie ._year {
}
.movie ._year:before {
	content:"(";
}
.movie ._year:after {
	content:")";
}
.movie ._director {
	
}
/*
.movie ._opinion {
	width:auto;
	display: table;
	position: relative;
	padding:0.5em;
	background-color:white;
	border-radius:1em;
	margin-top:0.25em;
}

.movie ._opinion:before {
	content:"";
	display:block;
	position: absolute;
	bottom:0;
	left:-0.5em;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0.5em 0.7em 1em;
	border-color: transparent transparent white transparent;
	transform: rotate(-15deg);
}
*/

.movie ._review {
	clear:both;	
}
.movie ._rating {
	background-image:url(../img/rating-blank.jpg);
	width:5.5rem;
	height:4rem;
	background-size:contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display:block;
	position:absolute;
	right:0;
	color:white;
	font-weight:bold;
	font-size:0.5em;
	text-align:center;
	line-height: 1.2rem;
	text-shadow:0 0 1px #000;
	overflow: hidden;
	padding-top: 2.55rem;
	box-sizing: border-box;
}
.movie ._rating.__0 {
	background-image:url(../img/rating-0.jpg);
}
.movie ._rating.__1 {
	background-image:url(../img/rating-1.jpg);
}
.movie ._rating.__2 {
	background-image:url(../img/rating-2.jpg);
}
.movie ._rating.__3 {
	background-image:url(../img/rating-3.jpg);
}
.movie ._rating.__4 {
	background-image:url(../img/rating-4.jpg);
}

.attribution {
	font-size:0.8rem;
	white-space: nowrap;
}

.movie ._reviewHolder {
	display:table-cell;
/*	padding:0 0.5em;*/
}

.movie ._viewDateHolder {
	font-size:66%;
	display: none;
}

.crosshead {
	font-size:200%;

}