﻿/* CSS layout */
.imgnorm {
	border-width: 0;
}
.project {
	font-style: normal;
}
.answer {
	font-weight: bold;
}
.leftadjust {
	text-align: left;
}
body {
	background-color: #333333;
	color: #000000;	
}
a:link {
	color: #FF0066;
	font-weight: bold;
}
a:visited {
	color: #a57c52;
}
#container {
	width: 960px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif, Verdana;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #000000;
}
#column_l {
	padding: 10px;
	width: 280px;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	background-color: #000000;
}
#playtitle {
	padding: 5px;
	font-size: xx-large;
	font-weight: bold;
}
#title {
	padding: 5px;
	font-size: xx-large;
	font-weight: bold;
}
#writer {
	padding-right: 5px;
	padding-left: 5px;
}
#director {
	padding-right: 5px;
	padding-left: 5px;
}
#role {
	padding-right: 5px;
	padding-left: 5px;
}
#theatre {
	padding-right: 5px;
	padding-left: 5px;
}
#dates {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#awards {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
}
#column_r {
	margin-left: 300px;
	background-color: #E4F8FF;
	background-image: url('../images/bg/e4f8ff.gif');
	width: 660px;
}
#column_r_b {
	margin-left: 300px;
	width: 660px;
	float: left;
}
#words {
	width: 350px;
	padding: 10px;
	float: left;
	background-color: #FFF0A3;
	background-image: url('../images/bg/fff0a3.gif');
}
#words_head {
	font-size: x-large;
	display: block;
	font-weight: bold;
	text-align: center;
}
#words_body {
	font-weight: normal;
	font-size: small;
	font-style: italic;
	display: block;
	padding: 5px;
	text-align: justify;
}
#comments {
	padding: 10px;
	width: 270px;
	position: relative;
	float: right;
	background-color: #b8cc6e;
	background-image: url('../images/bg/b8cc6e.gif');
}
#comments_head {
	font-size: large;
	display: block;
	font-weight: bold;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
}
#comments_body {
	font-size: small;
	display: block;
	padding: 5px;
	font-family: "Courier New", Courier, monospace;
}
#caption {
	font-size: small;
}
#photocredit {
	font-size: xx-small;
	font-weight: lighter;
	font-style: italic;
}
.imgpad {
	padding: 5px;
	border-width: 0px;
}
#btn-credits {
	margin-top: 10px;
	margin-bottom: 10px;
}
#btn-photos {
	margin-top: 10px;
	margin-bottom: 10px;
}
#nextplay {
	margin-top: 10px;
	margin-bottom: 010px;
}
#stageindex {
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer {
	position: relative;
	width: 100%;
	clear: both;
}
#I1 {
	width: 100%;
	height: 650px;
	background-color: #000000;
	border-width: 0px;
}
#cast {
	background-color: #FFF0A3;
	padding: 10px;
	background-image: url('../images/bg/fff0a3.gif');
	font-weight: bold;
}
#casthead {
	background-image: url('../images/bg/fff0a3.gif');
	background-color: #fff0a3;
	padding: 10px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
#OtherCreditsHead {
	font-size: x-large;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background-image: url('../images/bg/b8cc6e.gif');
	background-color: #bacc63;
}
#photos {
	background-image: url('../images/bg/fff0a3.gif');
	background-color: #fff0a3;
	padding: 10px;
	text-align: center;
}
#OtherCredits {
	background-image: url('../images/bg/b8cc6e.gif');
	background-color: #bb8cc6e;
	padding: 10px;
	text-align: center;
}
.foto {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 5px;
	border-width: 0px;
	height: auto;
}
.PhotoCaption {
	padding: 0px 50px 20px 50px;
	margin: 0px;
	font-size: small;
	text-align: center;
}
.PhotoCredit {
	font-size: xx-small;
	font-style: italic;
	text-align: center;
	padding: 0px 50px 0px 50px;
	margin: 0px;
}

