/* ---------------------- main page theme */
html {
  font-size: 100%;
}

body {
  font-family: arial;
  font-size: 0.9em;
  color: #D3D3D3;
  background-color: #000000;
}

img {
  border: none;
}
/* --------------------- wrappers and headers */

#wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

#wrapperkids th,#wrapperkids h1,#wrapperkids h2,#wrapperkids h3,#wrapperkids a {
  color: #f95e30;
}

#wrappercow th,#wrappercow h1,#wrappercow h2,#wrappercow h3,#wrappercow a {
  color: #b9114e;
}

#header {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-bottom: 5px solid #ffffff;
}

#container {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 30px;
  background: #000000 url(images/bkgndfade.jpg) no-repeat right top;
}
/* ---------------------- text link styles */

a {
  color: #accb56;
}

a:visited {
  color: #DDFFAA;
}
/* ----------------------  main navigation */

#navdiv {
  position: absolute;
  top: 2px;
  left: 50%;
  margin-left: -360px;
  width: 710px;
  background: url(images/contbkgnd.png) repeat-y right;
  padding: 0;
  z-index: 1;
}

ul#navlist {
  margin: 10px 5px;
  padding: 0;
  list-style: none;
  height: 33px;
}

ul#navlist li {
  margin: 0 20px 0 2px;
  padding: 0;
  display: block;
  float: left;
  position: relative;
  width: 118px;
  border-top: none;
}

.current {
  display: block;
  padding: 7px 6px;
  margin: 0;
  width: 110px;
  height: 17px;
  background-color: #292929;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #292929;
  color: #D3D3D3;
}

ul#navlist li a:link {
  display: block;
  text-decoration: none;
  padding: 7px 5px;
  width: 108px;
  background-color: #444444;
  border: 1px solid #8B8B8B;
  color: #D3D3D3;
}

ul#navlist li a:visited {
  display: block;
  text-decoration: none;
  padding: 7px 5px;
  width: 108px;
  background-color: #292929;
  border: 1px solid #8B8B8B;
  color: #D3D3D3;
}

ul#navlist li:hover a, ul#navlist li a:hover, ul#navlist li a:active {
  display: block;
  text-decoration: underline;
  padding: 7px 5px;
  width: 108px;
  background: #000000 url(images/navhover.jpg) no-repeat bottom;
}

ul#navlist li ul.navlist2 {
  margin: 0 0 0 -2px;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  top: 40px;
  clear: left;
}

ul#navlist li:hover ul.navlist2 {
  display: block;
}

ul#navlist li ul.navlist2 li a:link {
  clear: left;
  padding: 7px 5px;
  margin: -10px 0 9px;
  width: 108px;
  background: #444444;
  border: 1px solid #8B8B8B;
  color: #D3D3D3;
  position: relative;
  z-index: 1000;
}

ul#navlist li ul.navlist2 li a:visited {
  clear: left;
  padding: 7px 5px;
  margin: -10px 0 9px;
  width: 108px;
  background: #292929;
  border: 1px solid #8B8B8B;
  color: #D3D3D3;
  position: relative;
  z-index: 1000;
}

ul#navlist li ul.navlist2 li:hover a, ul#navlist li ul.navlist2 li a:active, ul#navlist li ul.navlist2 li a:hover {
  clear: left;
  margin: -10px 0 9px;
  color: #D3D3D3;
  position: relative;
  z-index: 1000;
  padding: 7px 5px;
  width: 108px;
  background: #000000 url(images/navhover.jpg) no-repeat bottom;
}

#extbutton {
  position: absolute;
  left: 20px;
  top: 60px;
  width: 95px;
}

#extbutton img {
  padding: 2px;
}
/* ---------------------- content theme */

#contentframe {
  margin: 5px 20px 0 100px;
  padding: 10px 30px;
  height: auto;
  background: url(images/contbkgnd.png) repeat-y right;
}

#content {
  padding: 15px 40px 20px 40px;
  background: #1e1e1e;
  border: solid 1px #303030;
	overflow: auto;
	max-width: 778px;
}
/* ---------------------- content link styles */

.simplelinktbl {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.simplelinktbl ul{
  text-align: center;
  margin-left: -40px;
}

.simplelinktbl li {
  float: left;
  display: block;
  width: 120px;
  height: 35px;
  padding: 0 8px;
  margin-bottom: 10px;
  border-right: 1px solid #d3d3d3;
}
/* ---------------------- content dropdown link styles */

#wrapper .program a{
  margin: 1px 8px;
  display: block;
  border-bottom: 1px solid #accb56;
  text-decoration: none;
}

#wrapper .program a:hover{
  border-bottom: 1px solid #8b8b8b;
  color: #8b8b8b;
}

#wrapperkids .program a{
  margin-left: 8px;
  border-bottom: 1px solid #8b8b8b;
  text-decoration: none;
}

#wrapperkids .program a:hover{
  border-bottom: 1px solid #f95e30;
  color: #8b8b8b;
}

.contentlinks {
  display: block;
  height: 60px;
  text-align: center;
}

.contentlinks2 {
  clear: left;
  width: 335px;
  height: 80px;
}

ul.program {
  margin-left: -50px;
  list-style: none;
  width: 100%;
}

ul.program2 {
  margin-top: 12px;
  list-style: none;
}

ul.programalt {
  margin-top: 12px;
  list-style: none;
}

ul.program li {
  float: left;
  width: 108px;
  margin: 0 0 5px 0;
  border-right: 1px solid #8b8b8b;
}

ul.program2 li {
  float: left;
  clear: left;
  width: 86px;
  text-align: right;
  border-right: 1px solid #8b8b8b;
  border-left: 1px solid #8b8b8b;
  padding-right: 10px;
  padding-left: 12px;
  margin-left: -41px;
  background: #1e1e1e;
}

ul.program li ul.program2 {
  display: none;
  position: absolute;
  width: 90px;
  background: #1e1e1e;
  margin-top: 10px;
  clear: left;
}

ul.program li:hover ul.program2 {
  display: block;
}



/* ------------------ film list sidebar  */

#filmlink {
  width: 118px;
  padding: 0;
  margin-left: -25px;
  z-index: 1;
}

#filmlink li {
  list-style-type: none;
  margin: 0 24px -5px -17px;
}

#filmlink a {
  text-decoration: none;
  display: block;
  padding: 0 5px;
  width: 118px;
  border-bottom: 1px solid #3d3d3d;
}

#filmlink a:hover{
  background: #000000 url(images/navhover.jpg) repeat-x bottom;
}

#filmlink a:active {
  color: #ffffff;
}

#filmlink li:hover ul{
  left: auto;
  margin: 0 -20px 0 30px;
  padding: 0;
}
/* ---------------------- text and image styles */

h1 {
  font-size: 1.4em;
  font-weight: 800;
  color: #accb56;
  width: 100%;
  padding-bottom: 2px;
  border-bottom: 2px #303030 solid;
  clear: left;
}

h2 {
  font-size: 1.1em;
  font-weight: 600;
  color: #accb56;
}

h3 {
  font-size: 1em;
  font-weight: 900;
  color: #accb56;
}

h4 {
  font-size: 1.2em;
  font-weight: 900;
  xcolor: #accb56;
  line-height: 1em;
  margin: 15px 0 -1px 0;
}

.emphasis {
  font-weight: 800;
}

.back {
  font-size: 0.8em;
  padding-bottom: 10px;
  clear: both;
}

.buttons {
  position: relative;
  text-align: center;
  width: 100%;
}

.buttons2 {
  display: inline;
  height: 180px;
  width: 180px;
  text-align: center;
}

/*buttons2 p {
  width: 150px;
  xpadding: 5px 15px;
  display: inline;
  float: left;
  text-align: center;
}*/


.buttons img {
  padding: 5px 15px;
  display: inline;
}

.caption {
  width: 150px;
  padding: 5px 15px;
  display: block;
  float: left;
  text-align: center;
}

.caption p {
  width: 150px;
}

table {
  border: 1px solid #C3C3C3;
  border-collapse: collapse;
}

th {
  border: 1px solid #C3C3C3;
  padding: 5px;
  color: #accb56;
}

td {
  border: 1px solid #C3C3C3;
  padding: 5px;
}

th.time{
  border-bottom: none;
}

td.time{
  border-top: none;
}

li {
  padding-bottom: 10px;
}

td ul {
  padding: 2px;
  margin: 0;
}

td li {
  list-style-type: none;
  padding-bottom: 0;
}

ul.sub li{
  padding-bottom: 0;
  list-style-type: disc;
}

.sponsorsmain {
  font-size: 0.8em;
  width: 100%;
  overflow: auto;
}

.slist {
  float: left;
  width: 125px;
  padding: 0 5px;
}

.sponslogos {
  clear: both;
  text-align: center;
}

.sponslogos img {
  padding: 5px;
  vertical-align: top;
}

ul.sponsor li{
  list-style-type: none;
  font-size: 0.8em;
  padding-bottom: 0;
  margin-left: -40px;
}

div.sponsors1 {
  float: left;
  width: 50%;
  margin-top: -20px;
}

.listing {
  width: 100%;
  height: auto;
  display: block;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  overflow: auto;
}

.filmpic {
  float: left;
  clear: both;
  width: 200px;
  height: auto;
  margin-left: 20px;
  padding: 10px 0;
}

.fliminfo {
  max-width: 438px;
  margin: 0 20px 0 240px;
  font-size: 0.8em;
}

.eventinfo {
  clear: both;
  width: 100%;
  margin: 0;
  border-top: 1px solid #303030
}

.clear {
  clear: left;
}


.video {
  float: right;
  text-align: left;
  width: 250px;
  font-size: 0.9em;
  margin-left: 20px;
}

div.sitemaplistcontainer {
  float: left;
  width: 50%;
}
.sitemaplist li {
  list-style-type: none
}

ol.listsub {
  list-style-type: lower-alpha;
}


/* ---------------------- footer */

#footer {
  position: relative;
  clear: both;
  max-width: 960px;
  height: 30px;
  margin: 10px auto;
}

#footer p {
  text-align: center;
  color: #CCCCCC;
}

.sitemap {
  position: absolute;
  right: 10px;
  bottom: 0;
}