/* RESET BROWSERS */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* GLOBAL */

html {
    height: 100%;
}

body {  

    background-color: #bb0004;


	font-family: "abril-text", Georgia, serif;
	color: rgba(0,0,0,0.7);

}

a {
	color: #bb0004;
	text-decoration: none;
}

del {
	color: red;
}

ins {
	text-decoration: none;
	color: green;
}

.fineprint {
	font-size: .72em;
	margin-top: 8px;
}


.redacted {
	font-family: "katarine-web", Helvetica, sans-serif;
	font-size: .75em;
	font-weight: bold;
	letter-spacing: 6px;
	margin-left: 6px;
	margin-right: 0px;
	color: rgb(102,102,102);
	color: rgba(0,0,0,0.5);
}

#wrapper {
	background-color: #fff;
	width: 86%;
	margin: -30px auto 40px auto;
	padding: 0px 0px 0px 0px;
	
	position: relative;
	z-index: 0;
	
	overflow: auto;
	
	-moz-box-shadow: 0px 2px 5px #666;
	-webkit-box-shadow: 0px 2px 5px #666;

}

#header {
	

	background-size: 100%;
	background-repeat: no-repeat;
	
	height: 360px;
	position: relative;
	
	padding: 50px 0px 0px 0px;

	overflow: visible;
	
}

#banner {
	margin-left: auto;
	margin-right: auto;	
	position: relative;
	z-index: 40;
	
	width: 400px;
	
	margin-top: 50px;
	
/* 	background-image: url(../yellowbg.jpg); */
	background-color: #fff07b;
	
	background-position: 50% 50%;

	background-size: 100%;
	background-repeat: no-repeat;
	
	font-family: "reklame-script", sans-serif;
	
	text-align: center;
	padding: 8px 10px 8px 10px;
	
	font-size: 2.5em;
	color: rgb(0,0,0);
	color: rgba(0,0,0,1.0);

	text-shadow: 0px 2px 0px rgba(255,255,255,0.9);

	box-shadow: 0px 2px 5px #666;
	-moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.6);

}

.lt-ie8 #banner {
	color: #000;
	text-shadow: none;
}


#banner img {
	vertical-align: -5px;
	 height: 42px; 
	 width: 42px;
	padding: 0px 8px 0px 8px;
}


h1 {
	font-family: "katarine-web", Helvetica, sans-serif;
	text-align: center;
	font-size: 4.3em;
	font-weight: bold;
	color: rgb(255,255,255);
	color: rgba(255,255,255,1.0);

	position: absolute; bottom: 0;

	text-shadow: 0px 1px 2px rgba(0,0,0,0.7);

	padding-bottom: 0px;
	margin-bottom: -18px;
	margin-left: 25px;
	
	z-index: 60;

}

.lt-ie8 h1 {
	color: #fff;
	text-shadow: none;
}

h1.long-title {
	font-size: 4.0em;
}

h1.really-long-title {
	font-size: 3.8em;
	text-align: left;
	line-height: 1.0;
	margin-bottom: -6px; 
}


h1.big-title {
	font-size: 6.0em;
	margin-bottom: -24px; 
}

h1 .date {
	font-weight: 400;
	font-size: 0.85em;
}


.age-burst {
	float: right;
	width: 130px;
	height: 130px;
	margin: -45px 25px 0 0;
	padding-top: 54px;
	padding-left: 14px;
	
	font-family: "alternate-gothic-no-3-d", Helvetica, sans-serif;
	text-align: center;
	font-size: 4.5em;
	color: #fff;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.7);

	
	background-image: url(../age-burst.png); background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;

}

.age-burst strong {
	margin-left: -10px;
	letter-spacing: -4px;
	font-weight: normal;
}



#main {
	background-image: url(../yellowbg.jpg);
	
	background-position: 50% 50%;

	background-size: 100%;

	margin-top: 0px;	
	padding: 10px 0px 30px 0px;

	overflow: auto;

	z-index: 30;


}

.backlink {
	margin-left: 11px;
	padding-bottom: 10px;
	
	z-index: 100;

}

.backlink a {
	padding: 30px 0px 30px 0px;
}


#about {
	
	margin-left: auto;
	margin-right: auto;
	
	padding: 12px 0 12px 0;

	text-align: center;
	font-size: 0.8em;
	font-style: italic;
}

#about p {
	padding: 0 15px 0 15px;
}


#bottom-margin {
	height: 20px;
}

/* FILM INFO */

#info {
	margin: 0px 0px 0px 30px;
	width: 37.5%;
	float: left;
}

#info h2 {
	font-family: "katarine-web", Helvetica, sans-serif;
	color: rgba(0,0,0,0.8);
	font-weight: bold;
	text-shadow: 0px 2px 0px rgba(255,255,255,0.7);
}

#info h3 {
	font-family: "katarine-web", Helvetica, sans-serif;
	color: rgba(0,0,0,0.8);
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
}

#pitch h2 {
	font-size: 2.0em;

}

#pitch p {
	font-family: "katarine-web", Helvetica, sans-serif;
	font-size: 1.3em;
}

#pitch em {
	color: rgba(0,0,0,0.3);
	font-size: .85em;
}

#age {
	margin-top: 20px;
	margin-bottom: 12px;
}

#age .age-recs {
	font-family: "katarine-web", Helvetica, sans-serif;
	font-size: 0.92em;
	line-height: 115%;
}

#age .age-recs .number {
	font-size: 1.3em;
	padding-right: 6px;
}

.age-rec-source {
	white-space: nowrap;
}


.lt-ie9 .age-rec-source {
	white-space: normal;
}

#advisory {
	margin-top: 20px;
}

#advisory p {
	font-style: italic;
	font-size: 0.9em;
}

#watch-buy-read {
	margin-top: 20px;
}


#watch-buy-read p {
	font-size: 0.92em;
}

#watch-buy-read strong {
	color: rgba(0,0,0,0.8);
	font-family: "katarine-web", Helvetica, sans-serif;	
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.7);
	margin-right: 4px;	
}

.timestamp {
	font-family: "katarine-web", Helvetica, sans-serif;	
	color: rgba(0,0,0,0.35);
}

#more {
	margin-top: 20px;
	
}

#more p {
	font-size: 0.9em;
}


#info .fineprint {
	margin-top: 22px;
}


/* FILM ESSAY */

#film-essay {
	width: 45%;
	float: right;
	margin: 0px 40px 10px 10px;
	padding: 20px 36px 30px 36px;
	
	background-color: #ffffca;
	background-color: rgba(255,255,255,0.6);

	-moz-box-shadow: 0px 2px 6px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.8);

}

.lt-ie8 #film-essay {
		background-color: #ffffca;
}

#film-essay h2 {
	font-family: "katarine-web", Helvetica, sans-serif;	
	color: #bb0004;
	color: rgba(186,0,4,0.9);
	font-size: 2.25em;
	letter-spacing: 1px;
	text-shadow: 0px 2px 0px rgba(255,255,255,0.9);

	padding-bottom: 6px;
}

.lt-ie8 #film-essay h2 {
	color: #bb0004;
	text-shadow: none;	
}

#film-essay p {
	line-height: 210%;
}

#film-essay .author {
	margin-left: 2px;
	font-style: italic;
	white-space: nowrap;
}


/* RESPONSIVE CHANGES */


	@media screen and (max-width: 1024px) {



h1 {
	font-size: 3.2em;
	margin-bottom: -13px;
	margin-left: 10px;

}

h1.long-title {
	font-size: 3.2em;
}

h1.really-long-title {
	font-size: 3.2em;
	margin-bottom: -5px; 
}



#header {
	height: 260px;
}


.age-burst {
	width: 100px;
	height: 100px;
	margin: -45px 25px 0 0;
	padding-top: 38px;
	padding-left: 10px;
	
	font-size: 3.6em;

}


#banner {	
	width: 360px;
	font-size: 2.2em;
	padding: 7px 9px 7px 9px;

}

#info {
	width: 35%;
}

#film-essay {
	width: 42%;
}

#film-essay h2 {
	font-size: 2em;
}


}


	@media screen and (max-width: 768px) {





h1 {
	font-size: 2.5em;
	margin-left: 4px;
	margin-bottom: -10px;
}

h1.long-title {
	font-size: 2.4em;
}

h1.really-long-title {
	font-size: 2.1em;
	margin-bottom: -4px; 
}


h1.big-title {
	font-size: 4.2em;
	margin-bottom: -18px; 
}


#banner {	
	width: 296px;
	font-size: 1.8em;
}

#banner img {
	vertical-align: -5px;
	 height: 36px; 
	 width: 36px;
	padding: 0px 4px 0px 4px;
}


#header {
	height: 180px;
}

.age-burst {
	width: 84px;
	height: 84px;
	margin: 0px 16px 0 0;
	padding-top: 36px;
	padding-left: 8px;
	
	font-size: 2.9em;
}


#pitch h2 {
	font-size: 1.7em;

}

#pitch p {
	font-size: 1.25em;
}


#advisory p {
	font-size: 0.8em;
}

#info h3 {
	font-size: 1em;
}

#watch-buy-read p {
	font-size: 0.77em;
}


#watch-buy-read strong {
	font-size: 1.1em;
	margin-right: 3px;
}


#film-essay {
	width: 45%;
	padding: 16px 3.5% 20px 3.5%;
	margin: 0px 30px 10px -10px;
}

#film-essay p {
	line-height: 180%;
	font-size: .9em;
}

#film-essay h2 {
	font-size: 1.7em;
}



}


	@media screen and (max-width: 600px) {

h1 {
	font-size: 2em;
	margin-bottom: -8px;
}

h1.long-title {
	font-size: 1.9em;
}

h1.really-long-title {
	font-size: 1.7em;
	margin-bottom: -3px; 
}



#film-essay {
	width: 40%;
}



}

	@media screen and (max-width: 480px) {


#wrapper {
	width: 100%;
	margin: 0px auto 0px auto;

}

#banner {	
	width: 100%;
	margin-top: 0px;
	font-size: 1.9em;
	padding: 6px 0px 6px 0px;
}

#banner img {
	vertical-align: -5px;
	padding: 0px 2px 0px 2px;
}


#header {
	height: 120px;
}

.age-burst {
	width: 54px;
	height: 54px;
	margin: 0px 9px 0 0;
	padding-top: 22px;
	padding-left: 6px;
	 
	font-size: 1.9em;
}

.age-burst strong {
	margin-left: -6px;
	letter-spacing: -2px;
}



h1 {
	font-size: 1.75em;
	margin-left: 4px;
	margin-bottom: -9px;

}

h1.long-title {
	font-size: 1.7em;
}


h1.big-title {
	font-size: 2.8em;
	margin-left: 10px;
	margin-bottom: -12px; 
}


p.backlink {
	text-align: center;
	margin-left: -10px;
	padding-bottom: 14px;
	z-index: 80;
}

#info {
	margin: -8px 0px 20px 0px;
	width: 100%;
	float: none;	
}

#info h2, #info h3, #info p {
	margin-left: 15px;
	margin-right: 15px;
}

#pitch h2 {
	font-size: 1.25em;
	margin-bottom: -2px;
}

#pitch p {
	font-size: 1em;
}

#age {
	margin-top: 16px;
	margin-bottom: 0px;
}

#age .age-recs {
	font-size: 0.88em;

}


#age .age-recs .number {
	font-size: 1.2em;
	padding-right: 3px;
}


#advisory {
	margin-top: 16px;
}

#advisory p {
	font-size: 0.8em;
}

#watch-buy-read p {
	font-size: 0.82em;
}


#film-essay {
	margin: 20px 0px 0px 0px;
	padding: 16px 0px 20px 0px;
	width: 100%;
	float: none;	
}

#film-essay h2 {
	padding: 4px 18px 4px 15px;
	font-size: 1.6em;

}

#film-essay p {
	font-size: .87em;
	padding: 0px 15px 0px 15px;
}


#about {
	
	padding: 12px 18px 15px 18px;

}

#main {
	padding: 10px 0px 0px 0px;
}

#bottom-margin {
	height: 0px;
}




}


	@media screen and (max-width: 320px) {
	
	

	
h1 {
	font-size: 1.5em;
	margin-left: 4px;
	margin-bottom: -6px;

}

h1.long-title {
	font-size: 1.35em;
}



}

	@media screen and (min-width: 1400px) {

		#wrapper {
				width: 1200px;

		}
		


