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

#maincontent p {
	color: #222;
}
strong {
	color: black;
}
ul#actorArray {
	width: 100%;
	margin: .5em 0;
	padding: 0;
	overflow: auto;
}
ul#actorArray li {
	list-style-type: none;
	width: 100px;
	height: 140px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #000;
	float: left;
	font-size: .8em;
	line-height: 1.1em;
}
ul#actorArray li img {
	display: block;
	width: 100px;
	height: 100px;
	padding-bottom: 5px;
}

ul.thumbs {
	margin: 1em 0;
	padding: 0;
}
ul.thumbs li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
ul.thumbs li a img {
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	}
ul.thumbs li a:link img {
	border: 1px solid #fff;
}
ul.thumbs li a:visited img {
	border: 1px solid #fff;
}
ul.thumbs li a:hover img {
	border: 1px solid #c60;
}
ul.thumbs li a:active img {
	border: 1px solid #d70;
}


@media screen and (min-width: 512px) {
	h1 {
		display: none;
	}
	h2 {
		font-size: 1.4em;
		line-height: 1.3em;
		color: #000;
	}
	h3 {
		clear: left;
	}
	#branding {
		padding-bottom: 200px;
	}
	#nav {
		position: absolute;
		left: 50px;
		top: 25px;
		z-index: 50;
	}
	#branding #logo3 {
		position: absolute;
		right: 0;
		top: 0;
	}
	#maincontent {
		padding: 0 225px 100px 250px;
		background: url(../images/footer2.png) no-repeat right bottom;
	}
	#maincontent div.pullout {
		padding: 5px 0;
		border-top: 1px solid #996;
		border-bottom: 1px solid #996;
		font-size: .8em;
		line-height:1.1em;
		color: #666;
		
	}
	#maincontent div.pullout img {
		display: block;
		margin-bottom: .5em;
	}
	
	ul#flashHistory, ul#flashHistory ul {
		margin-left: 50px;
	}
	ul#flashHistory, li {
		margin-bottom: 1em;
	}
	
	
	
	#ancillary {
		position: absolute;
		left: 50px;
		top: 225px;
		width: 150px;
		border: 1px solid #ffc;
		font-size: .8em;
		line-height: 1.2em;
	}
	#ancillary p {
		margin: 0 0 1.5em 0;
	}
	#ancillary ul, #ancillary ol {
		margin-bottom: 1.5em;
	}
	#ancillary li {
		margin: .5em 0;
	}
	#ancillary img {
		display: block;
		margin-bottom: 10px;
	}
	#productionInfo a {
		display: block;
		padding-left: 21px;
		height: 16px;
		background: url(../images/icons/info.gif) no-repeat left top;
	}
	.pMuseum a {
		background: url(../images/icons/museum.gif) no-repeat left top;
		display: block;
		padding-left: 21px;
		height: 16px;
	
	}
}

@media screen and (max-width: 511px) {
	#museumPiece #maincontent { margin-top: -80px; padding-top: 0; }
	#branding { width: 100%; }
	#museumPiece #logo3 { width: 100%; }
	#logomap { display: none; }
	h1 + h2 { width: 75%; }
	#ancillary { padding: 10px 20px 40px 60px; color: #222; }
	#ancillary img { display: block; width: 100%; margin: 0 auto;}
	#flashHistory, #flashHistory ul { padding: 0 1em; }
	#flashHistory > li { margin-top: 1em; }
	#flashHistory ul li { margin-bottom: 1em; }
	#cartoon { width: 100%; }
}