@charset "utf-8";

h1 {
	font-size: 150%;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}

dt {
	font-weight: bold;
}

dl.showdetails {
	margin: 0;
	padding-left: 4em;
}

dl.showdetails dt {
	float: left;
	margin-left: -4em;
	width: 3.75em;
}

dl.showdetails dd {
	margin-bottom: 0.5em;
}

.tickettype {
	overflow: hidden;
}
.tickettype label {
	float: left;
	width: 25em;
}
.tickettype input {
	float: left;
	width: 3em;
}

div.cite {
	margin-left: 3em;
	margin-right: 3em;
}

div.cite blockquote {
	margin-left: 0;
	margin-right: 0;
}

table.t3col th, table.t3col td {
  width: 33%;
}

table.t3col th.t2span, table.t3col td.t2span {
  width: 66%;
}

table.fixture {
  width: 100%;
  border-collapse: collapse;
}

table.fixture tr.even {
  background-color: #eee;
}

th {
  text-align: left;
}

a:link img, a:visited img {
	border: 0 none;
}

#content img {
	display: block;
	margin: 1em auto;
}

#content p img {
	display: inline;
	margin: 0;
}

#content p img.inmargin {
  float: right;
  margin-left: 1em;
}

#content p.bio1 {
	clear: left;
	padding: 0 105px;
}

#content p.bio1 img {
	float: left;
	margin: 0 0.5em 0.5em -105px;
}

#content p.bio2 {
	clear: right;
	padding: 0 105px;
}

#content p.bio2 img {
	float: right;
	margin: 0 -105px 0.5em 0.5em;
}

.leader {
	font-weight: bold;
}

.company, .show {
}

.book, .tvshow, .film, .title {
	font-style: italic;
}

.byline {
  text-align: center;
}

/* Default font size for TinyMCE */
.mceContentBody {
	font-size: 11pt;
}
