/* CSS Document */

/* column structure */
#maincol {
	width: 510px;
	padding-bottom: 50px;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}

#subcol {
	width: 210px;
	padding-left: 20px;
	padding-top: 22px;
	padding-bottom: 50px;
	overflow: visible;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: top;
}

/* content category - basicinfo*/
#basicinfo {
	width: 510px;
	padding: 0;
	background: #7b725e no-repeat;
	color: #ffffff;
}

#basicinfo .content{
	width: 490px;
	padding: 37px 10px 15px 10px;
	background: bottom right no-repeat;
	color: #ffffff;
}

#basicinfo h2{
	margin: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
}

#basicinfo h3{
	margin: 0 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

#basicinfo table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

#basicinfo td{
	text-align: left;
	vertical-align: top;
	padding: 3px 0;
}

#basicinfo .colon{
	width: 10px;
}

/* content category - wide */
.wide {
	width: 490px;
	padding: 22px 10px 0px 10px;
	margin: 30px 0 0 0;
	background: #ffffff no-repeat;
	color: #7b725e;
	line-height: 150%;
}

.wide.top {
	margin-top: 0;
}

.wide p {
	margin: 0 0 12px 0;
}

.wide h3 {
	margin: 0 0 0 0;
	color: #5e5349;
	line-height: 130%;
	font-weight: bold;
	font-size: 10px;
}

.wide ul {
	margin: 0 15px 5px 30px;
	padding: 0;
}

.wide li {
	margin: 0;
	padding: 0 0 5px 0;
	list-style: square;
}

.wide table {
	width: 100%;
	font-size: 9px;
	margin-top: -2px;
}

.wide th {
	background: #EDEBE4;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
}

.wide td {
	background: #f5f5f5;
	padding: 6px;
	vertical-align: top;
}

.wide .date {
	width: 30%;
	border-top: 0;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 0;
}

.wide .event {
	width: 70%;
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid #ffffff;
	border-left: 0;
}

.wide .musicpiece {
	width: 55%;
	border-top: 0;
	border-right: 3px solid #ffffff;
	border-bottom: 3px solid #ffffff;
	border-left: 0;
}

.wide .composer {
	width: 45%;
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid #ffffff;
	border-left: 0;
}

.wide .combined {
	border-top: 0;
	border-right: 0;
	border-bottom: 3px solid #ffffff;
	border-left: 0;
}

/* content category - synopsis*/
#synopsis {
	width: 490px;
	padding: 22px 10px 0 10px;
	margin: 28px 0 0 0;
	background: #ffffff url(../header/title_synopsis_510.gif) no-repeat;
}

/* content category - ticketing*/
#ticketing {
	width: 490px;
	padding: 22px 10px 0 10px;
	margin: 30px 0 0 0;
	background: #ffffff url(../header/title_ticketing_510.gif) no-repeat;
}

#ticketing h3 {
	margin: 0 0 0 0;
	color: #7b725e;
	line-height: 130%;
	font-weight: bold;
	font-size: 10px;
}

#ticketing p {
	margin: 0 0 10px 0;
	color: #7b725e;
	line-height: 130%;
}

/* content category - photos*/
#photos {
	background: #e5e3d7 url(../header/title_photos_510.gif) no-repeat;
	padding: 23px 5px 9px 5px;
	margin: 30px 0 0 0;
}

#photos img{
	display: inline;
	width: 80px;
	height: 55px;
	margin-top: 9px;
	margin-left: 9px;
	margin-right:9px;
	padding:0;
	border: 1px #ffffff solid;
	background: #c9c4ae;
}

/* content category - featuring*/
#featuring {
	width: 490px;
	padding: 10px 10px 0px 10px;
	margin: 30px 0 0 0;
	background: #ffffff url(../header/title_featuring_510.gif) no-repeat;
}

#featuring td{
	padding: 18px 0 2px 0;
	vertical-align: top;
}

#featuring td.picture{
	width: 90px;
}

#featuring h3{
	margin: -2px 0 1px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5e5349;
}

#featuring p {
	margin: 0;
	padding: 0;
	color: #5e5349;
	line-height: 130%;
}

#featuring p.readmore {
	margin: 0;
	padding: 0;
	color: #5e5349; /* #7b725e; */
	line-height: 130%;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

/* content category - reviews*/
#reviews {
	width: 510px;
	background: #edebe4;
	margin-top: 30px;
}

#reviews .title{
	position: absolute;
	height: 70px;
	width: 510px;
	background: #edebe4 url(../header/title_reviews_510.gif) no-repeat;
	z-index: 88;
}

#reviews .content{
	position: relative;
	width: 490px;
	padding: 25px 10px 10px 10px;
	background: url(../header/bg_reviews_510.gif) bottom left no-repeat;
	z-index: 89;
}

#reviews h3{
	margin: 0 0 3px 0;
	padding: 13px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #5e5349;
}

#reviews p {
	margin: 0 0 10px 0;
	color: #5e5349;
	line-height: 130%;
}

/* content category - synopsis*/
#sponsors {
	margin: 60px 0 0 0;
}


/* content category - posterboard*/
#posterboard {
	width: 180px;
	background: #cdcab8;
	padding: 15px;
}

#posterboard img{
	display: block;
	width: 180px;
	height: 255px;
	margin: 0;
	background: #c9c4ae;
}

/* content category - sidebox*/
.sidebar {
	width: 180px;
	padding: 12px 15px 5px 15px;
	margin: 22px 0 0 0;
	background: #e5e3D7 no-repeat;
	color: #5e5349;
	line-height: 130%;
	/* text-align: center; */
}

.sidebar.top {
	margin-top: 0px;
}

.sidebar h2 {
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 2px 0;
	padding: 0;
	text-transform: uppercase;
}

.sidebar ul {
	margin: 0 0 15px 0;
	padding: 0;
}

.sidebar li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
	margin-bottom: 5px
}

.sidebar li.title, .sidebar li .title {
	color: #9f8a77;
	font-weight: normal;
	font-size: 9px;
}

.sidebar .textfield {
	width: 174px;
}

/* content category - sidebar variations*/
.withtitle {
	padding-top: 36px;
}

/* content category - main list*/
#mainlist ul {
	margin: 0 0 12px 0;
	padding: 0;
}

#mainlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
}

#mainlist li.title {
	color: #9f8a77;
	font-weight: normal;
}

#mainlist li.titlebold {
	font-weight: bold;
}

/* content category - cast*/
#cast {
	padding: 38px 15px 5px 15px;
	background: #e5e3D7 url(../header/title_castlist_210.gif) no-repeat;
	color: #5e5349;
	/* text-align: center; */
}

#cast ul {
	margin: 0 0 12px 0;
	padding: 0;
}

#cast li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
}

#cast li.title {
	color: #9f8a77;
	font-weight: normal;
}

#cast li.titlebold {
	font-weight: bold;
}

/* content category - feature */
#feature {
	padding: 38px 15px 5px 15px;
	background: #e5e3D7 url(../header/sidebar_featuring.gif) no-repeat;
	color: #5e5349;
	/* text-align: center; */
}

#feature ul {
	margin: 0 0 12px 0;
	padding: 0;
}

#feature li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
}

#feature li.title {
	color: #9f8a77;
	font-weight: normal;
}

#feature li.titlebold {
	font-weight: bold;
}

/* content category - tickets*/
#tickets {
	width: 180px;
	padding: 38px 15px 5px 15px;
	margin: 11px 0 0 0;
	background: #e5e3d7 url(../header/title_tixinfo_210.gif) no-repeat;
	color: #5e5349;
	/* text-align: center; */
}

#tickets ul {
	margin: 0 0 12px 0;
	padding: 0;
}

#tickets li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 120%;
}

#tickets li.header {
	font-weight: bold;
}
