body {
  position: relative;
  margin: 0;
  padding: 0 0 1em 0;
  width: 771px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}

a.chirplink { display: none; }

.dropdown {
  position: absolute;
  visibility: hidden;
  top: 137px;
  width: 109px;
}

#menu_about {
  left: 111px;
  background-color: #FF6B1C;
}
#menu_films {
  left: 221px;
  background-color: #81A506;
}
#menu_resources {
  left: 441px;
  background-color: #46669D;
}

div.dropdown a:link, div.dropdown a:visited {
  display: block;
  margin: 0;
  padding: 0 5px;
  line-height: 24px;
  text-decoration: none;
  color: #000;
}

div.dropdown a:hover { color: #fff; }

#content {
  margin: 0;
  padding: 0 40px 20px 50px;
  background: #fff url(/images/content_bg.gif) top repeat-y;
  border-bottom: 16px solid #fbd63e;
  vertical-align: top;
}
#content img, .shadow {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#content ul { list-style-type: circle; }
#content li { padding-bottom: 4px; }

#feature {
  float: right;
  display: inline;
  margin: 0 -30px 10px 40px; 
  padding: 0 0 1em 0;
  border: 1px solid #000;
  background-color: #000;
  width: 198px;
  font-size: 10px;
  color: #fff;
  line-height: 14px;
}
#feature h4 { font-size: 10px; }
#feature h4, #feature p { padding: 0 1em; }
#feature a:link, #feature a:visited { color: #fff; }
#feature a:hover { color: #E10405; }

#footer {
  padding: 4px 24px 0 0;
  text-align: right;
  font-size: 10px;
}
#footer a:link, #footer a:visited {
  text-decoration: none;
}

.summary {
  margin: 12px 36px;
  font-weight: bold;
}

.credits {
  margin: 0;
  padding: 4px 12px;
  background-color: #ccc;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}

.copyright {
  text-align: center;
  font-size: 9px;
}

h1 {
  margin-top: 0;
  font-size: 18px;
}
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }

a:link { color: #000; }
a:visited { color: #333; }
a:hover {
  text-decoration: underline !important;
  color: #666;
}
a.plain { color: #333; }

img { border-color: #000; }

div.article {
  margin: 0.5em 0;
  padding: 0.5em 1em;
  border: 1px solid #999;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
}

em { font-weight: bold; }
blockquote { font-style: italic; }

.box {
  display: block;
  margin-bottom: 1em;
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  border: 2px solid #333;
}

.box h4 {
  padding: 4px;
  background-color: #bcbcbc;
  border-bottom: 1px solid #666;
}

.box ol {
  margin-left: 0;
  padding-left: 50px;
}

legend {
  background: none;
}

