@import url(main.css);
/*
	IO blue styles

	Contents:
		Basic tags
		Type


*/



/* Basic tags
----------------------------------------------- */


	body {
	background-image: url(../general_images/blue_bg.gif);
	background-repeat:repeat-y;
	background-color: #e1edf1;
}
/* Type
----------------------------------------------- */


		p, h1, h3 {
	color: #333;
}
h2 {
	font-size: 24px;
	color: #a9218e;
	text-decoration: none;
}
h3 {
	font-size: 24px;
	line-height: 30px;
	/*border-bottom:  1px solid #666;*/
			padding-bottom: 12px;
}
h4 {
	font-size: 24px;
	line-height: 30px;
	color: #333;
}
.copyright {
	border-top: 1px solid #666;
}
#mainCont ul {
	color: #333;
}
#mainCont li {
	list-style-image: url(../general_images/bullet.gif);
}
.cast {
	font: normal 14px/22px Arial;
	border-bottom: 1px #66aac4 solid;
	padding-bottom: 8px;
	margin-right: 20px;
	color: #333
}
.cast strong {
	font: bold 14px Arial;
	color: #a9218e;
}
.cast_subheading {
	font: bold 16px Arial;
	color: #333;
}
.production_title {
	font: normal 18px Arial;
	color: #fff
}
/* Links
----------------------------------------------- */		


p a {
	color: #333;
	text-decoration: none;
	border-bottom: solid 1px #ccc;
	padding-bottom: 1px;
	font-weight: bold
}
p a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #000;
	padding-bottom: 2px;
	font-weight: bold
}
.cast a {
	color: #333;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
	border-bottom: 1px #66aac4 dotted;
}
.cast a:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 2px;
	border-bottom: 1px #fff dotted;
	background-color: #b2e5f9;
}
.reviews a {
	text-decoration: none;
	color: #a9218e;
	font-size: 18px;
	margin-left: 16px;
}
.reviews a:hover {
	color: #fff;
}
h3 a, h3 a:hover {
	text-decoration: none;
	color:#333;
}
/* Slideshow
----------------------------------------------- */	


.slideshow a {
	background-image:url(../productions/sofa_images/slideshow_arrow_off.gif);
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding: 0 26px;
	margin: 0 14px;
	display:block;
	height: 38px;
	text-decoration:none;
	color: #a9218e;
}
.slideshow a:hover {
	background-image:url(../productions/sofa_images/slideshow_arrow_on.gif);
	color: #fff;
}
#Layer1, #Layer2 {
	height: 420px;
	width: 570px;
	position:absolute;
	z-index: 2;
	top: 176px;
	left: 0;
	display: none;
}
.slideshowPanel {
	height: 380px;
	width: 570px;
}
.buttonBox a {
	background-image:url(../productions/sofa_images/close_on.gif);
	background-repeat:no-repeat;
	background-position: 0 2px;
	padding: 3px 0 0 26px;
	margin: 10px 0 0 156px;
	display:block;
	height: 24px;
	text-decoration:none;
	color: #333;
}
