/*
colors: #2b2020 = brown, left side nav
#322e2b = gray, main content bg
#687b98 = light blue accent
*/
.hidden {
  display: none;
}
.replace-header {
  overflow: hidden;
}
#blue-rock {
  position: relative;
  width: 130px;
  height: 180px;
  overflow: hidden;
  z-index: 2;
}
#blue-rock span {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 130px;
  height: 180px;
  background: url(../images/blue-rock-logotype.jpg);
}
body {
  background: #322e2b url(../images/page-background.gif) repeat-y top left;
  font-family: verdana;
  font-size: small;
}
div#top {
  background: url(../images/mainmenu-bar-horizontal.gif) repeat-x top left;
  position: relative;
  height: 180px;
}
ul#mainmenu {
  position: absolute;
  top: 0;
  left: 130px;
  /* padding-top + height must equal 180 */
  padding-top: 128px;
  height: 52px;
  /* padding-left + width must equal 772 */
  padding-left: 18px;
  width: 754px;
}
ul#mainmenu li {
  color: #2b2020;
  display: inline;
  padding: 5px 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
ul#mainmenu li.current {
  background-color: #bbc3d0;
  text-decoration: underline;
}
ul#mainmenu li a {
  color: #2b2020;
  text-decoration: none;
}
ul#mainmenu li.current a {
  text-decoration: underline;
}
ul#mainmenu li a:hover, ul#mainmenu li a:focus {
  text-decoration: underline;
}

dt, dd { margin-left: 2em; }
dt { font-weight: bold; }

img#totem {
  position: absolute;
  left: 42px;
  bottom: 42px;
  z-index: 1;
}
#content {
  margin: 10px 0 0 150px;
  width: 700px;
  color: #322e2b;
  line-height: 1.3;
}
#content p, #content ul, #content h1, #content h2, #content h3, #content h4 {
  margin-bottom: 1em;
}
#content a {
  font-weight: bold;
  text-decoration: underline;
}
#content a:link {
  color: #687b98;
}
#content a:visited {
  color: #4D5B71;
}
#content a:hover {
  color: #8DA8CF;
  background: url(../images/white-vertical-gradient.png) repeat-x 50% 50%;
}
#content a:active {
  color: #93AFD8;
}
#content a:focus {
  border: 1px solid #687b98;
}
#content strong {
  font-weight: bold;
}
#content em {
  font-style: italic;
}
#content li {
  list-style-type: square;
  margin-left: 2em;
}
#content h1, #content h2, #content h3 {
  text-transform: uppercase;
  color: #687b98;
}
#content h1 {
  font-size: 125%;
  letter-spacing: 2px;
  font-weight: bold;
}
#content h1 {
  font-size: 110%;
  letter-spacing: 2px;
}
#content .eventlisting {
  width: 340px;
  padding: 0 10px 16px 0;
  clear: left;
  margin-bottom: 1em;
}
#content .eventlisting .dateline {
  font-size: 85%;
  font-style: italic;
  margin: 0;
}
#content .eventlisting .icon {
  float: left;
  padding-right: 8px;
}
#content .eventlisting p.teaser {
  margin-bottom: 0;
}
#content .eventlisting p.movie {
  font-size: 80%;
}
#content .eventlisting p.movie a {
  font-weight: normal;
}
#content .eventlisting p.movie-icon {
	margin-top: 0;
}
#content .eventlisting p.movie-icon img {
  vertical-align: middle;
  margin: -1em 4px 0 0;
}
#content .eventlisting h2 {
  text-transform: uppercase;
}
#content #main-col {
  float: left;
  width: 490px;
  margin-right: 10px;
}
#content #details {
  margin-bottom: 1em;
  padding: 4px;
  background-color: #ddd;
  border: 1px solid #687b98;
  text-align: right;
}
#content #details p {
  font-size: 90%;
  margin-bottom: 0;
}
#content .series {
  font-style: italic;
  font-weight: bold;
}
#content .dateline {
  font-style: italic;
}
#content #main-col h2 { clear: both; }
#content #comments {
  font-size: 90%;
  color: #333;
  margin: 0 0 0 20px;
  line-height: 1.2em;
}
#content #comments .comment-byline {
  font-style: italic;
}
#content #comment_form {
  border-top: 1px dashed #666;
  padding-top: 10px;
}
#content #comment_form textarea {
  width: 440px;
  height: 5em;
}
#content .related-links li {
  list-style-type: none;
  margin: 0 8px 0 0;
  display: inline;
  border: 1px solid #687b98;
  background-color: #ccc;
  padding: 2px 4px;
}
#content .related-links li img {
  margin-right: 4px;
  vertical-align: text-bottom;
}
#content .related-links li a {
  font-weight: normal;
  text-decoration: none;
}
#content .related-links li:hover a,
#content .related-links li:hover,
#content .related-links li a:hover {
  background: white;
  color: #8DA8CF;
}
#content .related-links li a:hover {
  text-decoration: underline;
}
#content #sidebar {
  float: right;
  width: 170px;
  background-color: #c6ccd6;
  margin-bottom: 20px;
}
#content #sidebar h2 {
  padding: 2px 15px;
  background-color: #bbc3d0;
  color: #777;
}
#content #sidebar .press-gallery {
  margin: 10px;
  font-size: 85%;
}
#content #sidebar .photo-gallery, #content #sidebar .video-gallery {
  text-align: center;
}
#content #sidebar .photo-gallery li, #content #sidebar .video-gallery li {
  list-style-type: none;
  margin: 0 0 10px 0;
}
#content #sidebar .photo-gallery img {
  border: 1px solid #687b98;
}
#content #sidebar .tell-a-friend {
  font-size: 85%;
  margin-left: 8px;
}
#content #sidebar p { margin: 8px; }
.coming {
    clear: left;
	border-top: 12px solid #687b98;
	padding-top: 12px;
}
.coming .movie {
	text-align: center;
	background-color: black;
}
.coming object {
	width: 480px;
	height: 286px;
}
.coming .buttons img {
	margin: 8px 8px 0 0;
}
.coming .buttons {
	clear: left;
}
#content .coming #details {
	width: 300px;
	float: right;
}
#content .coming #description { }

#description img {
  float: left;
  clear: left;
  margin: 6px 6px 6px 0;
}

/* RSS feeds/podcasting */
img.rss-icon {
	float: left;
	width: 28px;
	height: 28px;
	margin-right: 0.5em;
}

/* tell-a-friend */
#mailto-ok {
  background: #B4D6AC url(../images/ok-icon.gif) left center no-repeat;
  padding-left: 24px;
}
#mailto-error {
  background: #fabaae url(../images/error-icon.gif) left center no-repeat;
  padding-left: 24px;
}

/* movie links */
div.button {
  display: inline;
  border: 1px solid #687b98;
  color: #333;
  padding: 2px;
  margin-right: 4px;
  background-color: #ccc;
  white-space: nowrap;
}
div.button img {
  vertical-align: bottom;
  padding-right: 2px;
}
#content div.button a { font-weight: normal; }

/* general forms */
/* see http://www.quirksmode.org/css/forms.html */
#main-col label, #main-col input {
    display: block;
    width: 150px;
    float: left;
    margin-bottom: 10px;
}
#main-col label {
    text-align: right;
    width: 150px;
    padding-right: 8px;
}
#main-col textarea {
    width: 150px;
    height: 6em;
}
#main-col br {
    clear: left;
}
