/* CSS Document */

body, html{
	width:100%;
	background-color:#E2D3BA;
	background-image:url(images/bdp_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	margin:0px;
	padding:0px;
}
a, a:visited{
	color:#7C362E;
	text-decoration:none;
	border:none;
}
img{
	text-decoration:none;
	border:none;
	padding:0px;
	margin:0px;
}
a:hover{
	color:#1B508D;
}
p{
	text-indent:10px;
	padding:0px 0px 5px 0px;
	margin:0px;
}
ul{
	padding:0px;
	margin:0px;
}
li{
	text-indent:15px;
	list-style-type:none;
}
h1{
	font-size:10pt;
	font-weight:bold;
	padding:5px 0px 0px 0px;
	margin:0px;
}
#header{
	padding:0px;
	margin:0 auto;
	height:128px;
	width:760px;
	clear:both;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#nav{
	padding:0px;
	margin:0 auto;
	height:22px;
	width:760px;
	clear:both;
	background-color:#7E8CC5;
	vertical-align:middle;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
#nav .link{
	padding:0px 2px 3px 2px;
}
#nav .divLine{
	padding:2px 0px 0px 0px;
}
#content{
	text-align:left;
	padding:0px 0px 100px 0px;
	margin:0 auto;
	width:760px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	background-color:#F2E7D4;
	display:table;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#rightCol{
	width:165px;
	float:right;
}
.RCitem{
	width:157px;
	padding:5px 4px 15px 4px;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	clear:both;
	text-align:center;
	font-size:9pt;
}
.title{
	font-weight:bold;
	font-size:12pt;
	text-decoration:underline;
}
.author{
	font-size:7pt;
	font-style:italic;
}
.item{
	width:560px;
	padding:10px 0px 15px 10px;
	text-align:left;
	float:left;
	display:block;
}
.item .date{
	font-size:6pt;
	font-weight:bold;
}
.readMore{
	font-size:7pt;
}
/*
	SEASON LISTINGS - PER SHOW
*/
.show{
	width:580px;
	display:table;
	padding:15px 5px 25px 5px;
	text-align:left;
/*	float:both;	*/
	vertical-align:top;
}
.show .poster{
	padding:0px 10px 5px 0px;
	float:left;
/*
	width:162px;
	height:250px;
*/
	clear:both;
}
.show .dates{
	font-size:12pt;
	font-weight:bold;
}
.show .des{
	padding:7px 0px 0px 0px;
	display:table;
}
.show .revCred{
	width:400px;
	display:table;
	text-align:right;
	padding:5px 7px 10px 0px;
	font-size:9pt;
}
/*
	CONTACT FORM
*/
.conFrm{
	width:465px;
	padding:0px;
	margin:0 auto;
	border:0px;
}
.labels{
	text-align:right;
	padding-right:3px;
	width:80px;
	vertical-align:top;
}
.fields{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:385px;
}
/*
	SPONSORHIP
*/
.sponItm{
	width:550px;
	text-align:left;
	float:left;
	padding:10px 0px 20px 35px;
	display:table;
}
.sponItm li{
	margin-left:35px;
	text-indent:0px;
	list-style-type:disc;
}
/*
	GALLERIES
*/
.tn{
	width:150px;
	float:left;
	margin:0px 7px 0px 7px;
}
.galDes{
	width:150px;
	text-align:center;
	clear:both;
}