@charset "UTF-8";
/* CSS Document */

a { color: #0099cc; }

#tabs {
  float: left;
  padding: 0;
  margin: 20px 0;
  left: 0px;
  width: 140px;
}
#tabs li {
  list-style: none;
  margin: 10px 0;
}
#tabs li a:hover, #tabs li a.current {
  z-index: 3;
  background-color: #ffcc33;
}
#tabs li a {
  font-size: 16px;
  line-height: 18px;
  padding: 11px;
  font-weight: bold;
  color: white;
  display: block;
  text-decoration: none;
  background-color: #FFCC99;
  position: relative;
  left: -12px;
  z-index: 1;
  width: 142px;
}
#tabs li a.highlight {background-color: #ff3333;}

#tabs li a span.arrow {
  display: block;
  height: 0;
  width: 0;
  border-left: 20px solid #FFCC99;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 0;
  position: absolute;
  right: -20px;
  top: 0px;
}
#tabs li a.current span.arrow, #tabs li a:hover span.arrow {border-left-color: #ffcc33;}
#tabs li a.highlight span.arrow {border-left-color: #ff3333;}
#tabs li.tall a span.arrow {
  border-width: 29px 0 29px 20px;
}
#panes {
  margin-left: 145px;
  padding: 25px 0 0 35px;
  min-height: 470px;
  background: url(/templates/images/events-background.png) no-repeat;
  position: relative;
  z-index: 2;
}

.film-title {
	cursor: pointer;
}

#events-intro {overflow: hidden;}

h1 {
  margin: 0 0 0.2em 0;
}

.event-info {
	font-size: 14px;
}

dl {
  font-family: Arial, sans-serif;
  padding: 10px 0;
  margin: 0;
  border-top: #888 solid 1px;
}

dt {
  font-size: 17px;
  font-weight: bold;
  color:black;
}

dd {
  margin-left: 0;
}
.time {
  font-size: 13px;
  color:black;
  margin: 0 0 2px 0;
  padding: 0;
}
  
.loc {
  font-size: 12px;
  color:#555;
}

.desc {
  font-size: 14px;
  color:#444;
  margin-top: 4px;
}
.desc p { margin: 0;}
.desc ul {
  padding-left: 20px;
  margin: 0.1em 0;
}
.desc ul li {margin: 0.2em;}

.events-list a {
  text-decoration: none;
  color: black;
}

events-list a:hover {
  text-decoration: underline;
}

.toggle {
  padding-left: 14px;
  background: url(/templates/images/disclosure-closed.png) no-repeat 0% 50%;
}

.toggle.active {
  background: url(/templates/images/disclosure-open.png) no-repeat 0% 50%;
}

.events-list {
	font-family: Arial, sans-serif;
	color: #555;
	font-size:14px;
}

.event-item {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: #888 solid 1px;}