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

#links h2 {
	/*background: #886f26 url(../images/mic.gif) no-repeat 98% bottom;*/
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 1em;
	color: #fff;
	opacity: .8;
}
#links #maincontent ul {
	padding-left: 10px;
}
#links #maincontent li {
	padding: 0;
	list-style-type: none;
}
#links #maincontent table {
	margin: 0 auto;
}
#links #maincontent a {
	font-weight: bold;
}
#productions #maincontent ul {
	overflow: auto;
	font-size: .8em;
	margin: 0;
	padding: 0 25px 25px 0;
	z-index: 20;
	max-width: 1220px;
}
#productions #maincontent li {
	list-style-type: none;
	width: 130px;
	height: 205px;
	padding: 5px;
	background-color: #111;
	border: 1px solid #fff;
	margin: 5px;
	line-height: 1.1em;
	color: #fff;
	float: left;
	position: relative;
}
#productions #maincontent li * {
	margin: 0;
	padding: 0;
}
#productions #maincontent li img {
	display: block;
	width: 130px;
	height: 130px;
	padding-bottom: 5px;
}
#support #maincontent p#donors {
	font-style: italic;
	margin-left: 3em;
	margin-right: 3em;
}


@media screen and (min-width: 512px) {
	#contact #carlson, #contact #crisp, #contact #fowler, #contact #lindner, #contact #dien, #contact #mystery {
		padding-top: 20px;
		padding-left:75px;
		height: 100px;
		width: 275px;
		margin: 0 auto;
		line-height: 1.3em;
	}
	#contact #carlson { background: url(../images/contacts/carlson2.gif) no-repeat left top; }
	#contact #mystery { background: url(../images/contacts/crisp2.gif) no-repeat left top; }
	#contact #fowler { background: url(../images/contacts/fowler2.gif) no-repeat left top; }
	#contact #lindner { background: url(../images/contacts/lindner2.gif) no-repeat left top; }
	#contact #dien { background: url(../images/contacts/dien2.gif) no-repeat left top; }
	
	
	/* museum main page */
	#museum #maincontent img {
		width: 100px; height: 100px;
	}
	/* players */
	#players .player {
		min-height: 120px;
		padding-left: 110px;
		margin-right: 10px;
		margin-bottom: 1em;
		position: relative;
	}
	#players .player img {
		position: absolute;
		left: 0; top: 0;
		width: 90px;
		height: 120px;
	}
	#players h2 {
		font-size: 1.2em;
		line-height: 1em;
		color: #363621;
	}
	
	/* production main page */
	#productions #maincontent {
		padding-right: 0;
	}
}

@media screen and (max-width: 511px) {
	.player { margin-top: 2em; }
	.player h2 { margin-bottom: 0; margin-top: 4px;}
	.player p { margin-top: 0; }	
}