@charset "UTF-8";
@font-face {
	font-family: 'AdLib';
	src: url('../fonts/AdLib.TTF') format('truetype');
	font-weight: normal;
}
body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	background: #397b20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #containerMain {
	width: 1120px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #dbf5c8;
	margin: 13px 60px 20px 60px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	box-shadow:0 0 15px 15px #215917;
	-moz-box-shadow: 0 0 15px 15px #215917;
	-webkit-box-shadow: 0 0 15px 15px #215917;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #dbf5c8;
	background-image: url(../../images/masthead.jpg); /* was masthead.png */
	background-repeat: no-repeat;
	height: 251px
}
.oneColFixCtrHdr #headeraymf {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #dbf5c8;
	background-image: url(../../images/masthead_aymf.jpg);
	background-repeat: no-repeat;
	position:relative;
	height: 251px;	
}

.oneColFixCtrHdr #headerawl {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #dbf5c8;
	background-image: url(../../images/masthead_awl.jpg);
	background-repeat: no-repeat;
	position:relative;
	height: 251px;	
}

.oneColFixCtrHdr #header_clickable {
	cursor: pointer;
	position:relative;
	width:auto;
	height:231px;
	z-index:1;
}

.oneColFixCtrHdr #header_clickable_rs1 {
	cursor: pointer; 
	position: absolute; 
	top: 119px; 
	left: 232px; 
	width: 534px; 
	height: 68px;
	z-index:10;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #d0d0c7;
}
.oneColFixCtrHdr #footer {
	padding: 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dbf5c8;
	text-align:center;
	font-size:.75em;
	color:#666;
}
.oneColFixCtrHdr #footer a {
	color:#666;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer p.bot_nav {
	font-size:1.38em;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: center;
}

.oneColFixCtrHdr #container #appContent table {
	text-align: left;
}

a {
	text-decoration:none;
	color:#d55657;
}
a:hover {
	text-decoration: underline;
	color:#aa5657;
}
h1, h2, h3 {
	font-family:AdLib, AdLibICG, Impact, Arial, Helvetica, sans-serif;
	font-size:3.0em;
	color:#1f47a9;
	font-weight:normal;
	margin-bottom: 0px;
}
/*h1 a {
	color:#1f47a9;
}
*/
#mainColumn h1 {
	padding-bottom:0px;
	margin-top:-8px;
}

h2 {
	font-size: 2em;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	font-size:1.5em;
}

td.sideNav  {
	border-style: none solid none none;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
}

.sideNav h1 {
	font-size:2.5em;
	margin-top:0px;
	color:#666;
	margin-bottom:10px;
	margin-left:-10px;

}
.sideNav h1 a {
	color:#337ec9;
	letter-spacing:-1px
}
.sideNav h2 {
	font-family:AdLib, AdLibICG, Impact, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:2.0em;
	margin: 10px 0 0 3px;
	letter-spacing:-1px
}
.sideNav h2 a {
	color:#337ec9;
}
.sideNav h2 a:hover,
.sideNav h2 a:active
{
	color:#09a500;
	text-decoration: none;
}
.sideNav h2.first_nav {
	margin-top:0px;
	font-size:2.5em;
}

.sideNav h2.selected a {
	color:#09a500;
}

.sideNav img.pointer {
	margin-left:-78px;
	padding-right:0px;
}

.book_home_button {
	margin:-5px 0 -15px 10px;
}

.blackLink a  {
	color:#333;
}

p.big {
	font-size:1.2em;
}

.photo_border {
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
}
.photo_border_right {
	margin-left:15px;
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
	float:right;
	clear:right;
}
.photo_border_left {
	margin-right:15px;
	border-style: solid;
	border-collapse: collapse;
	border-width:1px;
	border-color:#000;
	float:left;
	clear:left;
}
.photo_right {
	margin-left:15px;
	float:right;
	clear:right;
}
.photo_left {
	margin-right:15px;
	float:left;
	clear:left;
}
.photo_caption {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

.shadow {
	box-shadow: 3px 3px 5px #3f4639;
}

.signature {
	margin: 0 50px 20px 50px;
	text-indent: -12px;
	font-weight:bold;
}

h2.cast_name,
h2.credits_name {
	font-family: AdLib, AdLibICG, Impact, Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:0px;
	margin-top: 15px;
	color: #2e92c3;
	font-size:2.25em;
}
h2.credits_name {
	font-size:1.75em;
}
.cast_quote {
	font-family: Comic Sans MS, Comic Sans MS5, Chalkboard SE, Chalkduster, cursive;
	font-size: 1.38em;
	font-weight:normal;
	margin-top: 0px;
}
.pp {
	margin:8px 0 20px 0;
}
.pp ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
.pp ul {
	padding: 0;
	margin: 0;
}
/*.oneColFixCtrHdr #container #appContent table tr #mainColumn blockquote p strong {
	color: #B54639;
}
*/
