html {
	background-color: black;
	/*background-color: #464646;*/
	color: #FFF;
	min-width: 12em;
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	font-size: small;
}

body, body * {
	position: relative;
	}

a {
	text-decoration: none;
	color: #999;
	z-index: 50;
	}

.description a:hover, #nav a:hover, .tickets a:hover {
	border-bottom: dotted 1px #666;
	}
 
#intro { 
	/* margin: 0 6em 0.5em 18em; */
	text-align: center;
	font-family: arial, sans-serif; 
	font-size: small;
	width: 14em;
	height: auto;
	color: #999;
	}

#rightSidebar {
	float: right;
	margin: 1em 5em 1em 2em;
	font-family: arial, sans-serif;
	font-size: small;
	z-index: 10;
	background-color: #333;
	padding: 5px 10px;
	
/*border: dotted 1px #333;*/
}
 
.leftSidebar { 
	vertical-align: top;
	width: 25em;
	float: left;
	clear: left;
	}

.leftSidebar .details {
	margin: 1em;
	padding: 1em;
	font-weight: bold;
}

table.event td.main_content { vertical-align: top; }

#nav {
	font-family: arial;
	margin-bottom: 1em;
	position: relative;
	top: -2.5em;
	}
 
#nav li {
	list-style-type: none;
	margin-bottom: 0.5em;
	}
	
#nav li.active {
 
	}
 
#nav li.active a {
	color: #000;
	text-decoration: none;
	}

br { clear: both; }

.content {
	padding: 1em;
	position: relative;
	/*bottom: 0;*/
	/*background-color: #999;*/
/*border: dotted 1px #333;*/
	clear:both;
	}
	
.event {
	margin: 2em 6em 8em 1em;
	padding: 0;
	clear: right;
	position: relative;
}

.event td .details { margin-left: 1em; }




#map {
	z-index: 100;
	text-align: center;
	}
 
#map a.googlemap:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	color: #999;
	}
 
#cal {
background-color: #333; z-index: 10;
display: none; }
 

	
.date {
	font-family: Arial, sans-serif;
	color: #666;
	/* letter-spacing: 1em;*/
	word-spacing: 1em;
	text-align: center;
	}

.soldout {
	text-decoration: line-through;
}

.soldout_notice {
	background-color: yellow;
	color: #000;
	text-align: center;
	padding: 5px;
}

img {
	width: 150px;
	float: left;
	border: none;
}
a.thumb {
	float: left;
	margin: 0 2em 0.5em 0;
	border: solid 2px #999;
	z-index: 100;
	font-size: x-small;
	display:block;
	text-align: center;
	font-style: italic;
	background-color: #999;
	color: #FFF;
	}

a.right_thumb {
	margin-left: 2em;
	margin-bottom: 0.5em;
	margin-right: 2em;
	margin-top: 0;
	float: right;
	width: 150px;
	border: solid 2px #999;
	z-index: 100;
	font-size: x-small;
	display:block;
	text-align: center;
	font-style: italic;
	background-color: #999;
	color: #FFF;
	}

a.thumb img, a.right_thumb img {
	float: none;
	display: block;
	border: none;
}

img.wide {
	width: auto;
	}
img.thumb:hover, img.right_thumb:hover {
  cursor: pointer;
  }

.inlineodd {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-top: 5px;
	float: right;
	border-right: solid 2px #999;
	border-bottom: solid 2px #999;
	}

.inlineeven {
	margin-left: 0px;
	margin-bottom: 5px;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
	border-left: solid 2px #999;
	border-bottom: solid 2px #999;
	}

.intro {
	margin: 0 10em;
	height: 100%;
 
	}
.intro p {
	clear: right;
	}
.intro img {
	float: left;
	height: 100px;
	margin: 1em;
	border: solid 2px #999;
	z-index: 100;
	clear: left;
}
 
div#debugBlock {
  margin: 1em 30px 1em 30px;
  padding: 1em;
  background-color: #333;
  overflow: hidden;
  }
 
img.large {
	position: absolute;
	float: none;
	z-index: 110;
	bottom: 10px;
	left: 200px;
	width: auto;
	clear: right;
}

 
p a {
	color: #933;
	}
 
p address {
	display: inline;
	}
 
.active {
  background-color: white;
  color: #000;	
}

i.play {
	font-family: Century Gothic, sans-serif;
	}

#footer {

	bottom: 0;
	font-size: small;
	font-family: Verdana;
	letter-spacing: .7em;
	color: #999;
	text-align: center;
	clear:both;
	}
#footer a { text-decoration: none; color: #333; }
#footer a:hover { color: #666; }



/*  Events.css  */

h2.event_header, .event h2 {
		color: #FFF;
		/*margin-left: 6em;*/
		margin-bottom: -1em;
		/*width: 60%;*/
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		/* border-radius: 20px; */ /* Nobody implements this without a vendor prefix yet... */
		padding: .5em;
		background: #000 url(/files/images/9FF000vgradient.gif) repeat-x top right;
		border: solid 1px #933;
		padding-right: 30px;
		top:  -1.5em;
		text-align: center;
		font-family: Georgia, "Times New Roman", serif;
		font-weight: bold;
		font-size: xx-large;
		letter-spacing: 0.4em;
		z-index: 12;
	}


.event .tickets {
  /* position: absolute; */
  clear: right;
  float: right;
	list-style-type: none;
	width: 20em;
	padding: 0.5em;
	color: #FFF;
	background-color: #000;
	border: solid 2px #933;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	bottom:  2.5em;
	right: -2em;
	margin-left: -5em;
}
.event .tickets {
	text-align: center;
	color: #FFF;
	}

.event .tickets h3 {
	margin: 3px;
	color: #666;
	letter-spacing: 1em;
	font-weight: normal;
	}

.event .tickets a {
	border-bottom: none;
	}
.event .description {
	font-size: large;
	font-family: Trebuchet MS, Arial, sans-serif;
	margin: 1em 0;
	}

.notice {
	padding: 1em 5em;
}


.notice, h2.notice {
	text-align: center;
	font-family: Andale Mono, Courier New, monos
	ace;
	font-weight: normal;
	
	}
	
.event table.smallHeadersRight {
	margin: 1em;
	border-right: double 3px #999;
	}
	
.event table.smallHeadersRight th {
	width: 75%;
	font-weight: normal;
	font-size: x-small;
	text-align: right;
	}
	
.event table.smallHeadersRight td {
	font-weight: bold;
	text-align: left;
	}
	
	
.event .contact_person {
	margin: 1em;
	}
.event .contact_person h3 {
	font-size: small;
	font-weight: normal;
	margin: 0.25em;
	}
.event .contact_person .name_title {
	font-weight: bold;
	}

.event .box_insert {
	width: 30%;
	float: right;
	}

.order_form {
	background-color: white;
	color: #000;
	margin: 1em;
	border: dotted 3px #666;
	}

.order_form div {
	text-align: center;
	}

form {
	z-index: 1;
	}

.large-inline {
		margin-top: 1em;
		padding: 10px;
		margin-bottom: 10px;
		background-color: #993333;
		color: black;
		margin-right: 20px;
		float: none;
		font-size: 400%;
	}

h3 {
		font-family: Georgia, "Times New Roman";
		margin: 0px;
		padding: 0px;
		font-size: 2em;
		text-align: left;
	}

div.event {
		margin-left: 8em;
	}

.editors-note {
		text-align: left;
		width: 8em;
		margin: 10px;
		padding: 1em;
		clear: none;
		float: right;
		background-color: #ffff21;
	}

.editors-note a {
		color: #535353;
	}

div.event a.major {
		border-style: solid;
		border-color: #993333;
		border-width: 5px;
	}

h2.event_header {
		margin-right: 3em;
		margin-left: 4em;
		margin-bottom: 0em;
		margin-top: 5em;
		clear: both;
	}

table.calendar, table.small-calendar {
		border-width: 1px;
		border-color: #535353;
		border-style: solid;
		color: #9d9d9d;
		float: none;
		border-collapse: collapse;
	}

.calendar td, .small-calendar td {
		padding: 5px;
		width: 14%;
		border-color: #535353;
		border-width: 1px;
		border-style: solid;
		height: 5em;
		text-align: right;
		vertical-align: top;
	}

.calendar td .date, .small-calendar td .date {
		text-align: right;
		float: right;
	}

.info {
		padding-right: 4em;
		padding-left: 4em;
		margin-bottom: 1em;
		margin-top: 1em;
		padding-bottom: 1em;
		padding-top: 1em;
		margin-right: 8em;
		margin-left: 8em;
	}

.calendar td.event-day, .small-calendar td.event-day {
		border-color: black;
		border-width: 1px;
		border-style: solid;
		color: white;
		background-color: #535353;
		text-align: left;
	}

td.event-day .date {
		font-size: 150%;
		font-weight: bold;
		color: black;
	}

td.event-day .show {
		word-spacing: 0px;
		margin-top: 4px;
		text-align: left;
		padding-left: 4px;
		margin-bottom: 8px;
		border-left-color: #c6c6c6;
		border-left-width: 4px;
		border-left-style: solid;
		font-size: 75%;
	}

td.event-day .time {
		text-align: left;
		color: black;
		font-size: 110%;
		font-weight: bold;
	}

caption.calendar-month {
		margin: 10px;
		letter-spacing: 10px;
		font-size: 300%;
	}

td.event-day a {
		display: block;
		width: 100%;
		color: white;
	}

td.event-day a:hover {
		border-bottom-width: 0px;
		background-color: black;
	}

.highlight {
		background-color: yellow;
		color: black;
	}

.notice_block {
		text-align: center;
		margin-top: 1em;
		border-color: #ffff21;
		border-style: dotted;
		border-width: 1px;
		width: 60%;
	}

.prominent {
		font-weight: bold;
		font-size: 150%;
	}

.notice_block h3 {
		padding-left: 4em;
		padding-bottom: 0.5em;
		padding-right: 4em;
		padding-top: 0.5em;
	}

ul {
		list-style-type: none;
		padding: 0;
	}

.force-block {
		display: block;
	}

.center {
		text-align: center;
	}
