/* layout */

body {
  background: url(/images/site/bg-color.png);
}

#background-tile {
  background: url(/images/site/site-tile.png) center 632px repeat-y;
  min-width: 990px;
}
#background-header {
  background: url(/images/site/header.png) center top no-repeat;
}
#background-footer {
  background: url(/images/site/footer.png) center bottom no-repeat;
}

#boundaries {
  width: 942px;
  margin: 0 auto;
}

#header {
  height: 209px;
  position: relative;
}
#content {
  width: 480px;
  background: url(/images/site/ver-txt-divider.png) right top repeat-y;
  min-height: 809px;
  padding: 0 11px 0 0;
  float: left;
}
#side-content {
  width: 300px;
  background: url(/images/site/ver-txt-divider.png) right top repeat-y;
  min-height: 809px;
  padding: 0 11px 0 10px;;
  float: left;
}
#side-banners {
  float: right;
  width: 120px;
}
#clear-float {
  clear: both;
}
#footer {
  height: 180px;
  position: relative;
}
#copyright {
  position: absolute;
  top: 90px;
  left: 10px;
  width: 932px;
  text-align: center;
}

/* text */
body, td, th {
  font-family: Verdana, sans-serif;
  line-height: 1.8em;
  color: #010100;
}

a {
  color: #d02943;
  text-decoration: none;
}
a:hover {
  color: #5c2020;
}

.block-title {
  color: #fefffd;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  padding: 4px 8px 5px;
  background: url(/images/site/text-frame.png) repeat-y right top;
  margin-bottom: 15px;
  text-transform: none;
}
h1, h2, h1 a, h2 a {
  color: #d02943;
  text-transform: uppercase;
  font-family: Georgia, serif;
}
h1, h1 a {
  font-size: 22px;
}
h2, h2 a {
  font-size: 18px;
}

.news-tv h2 {
  margin-bottom: 0.4em;
}

#copyright, #copyright a {
  color: #aa4734;
  font-size: 10px;
}

/* menu */
#menu {
  font-family: Georgia, serif;
  position: absolute;
  top: 173px;
  left: 0;
}
#menu ul {
  width: 100%;
  height: 23px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menu li {
  float: left;
  display: block;
}
#menu li a {
  padding: 0 14px;
  line-height: 22px;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #cf2941;
  text-decoration: none;
  font-weight: bold;
}
#menu li a:hover, #menu li.current a {
  color: #5c2020;
}

/* images */

.imageSide {
  float: left;
  margin: 0 5px 0 0;
}
.news-tv .imageSide {
  float: right;
  margin: 0 0 0 5px;
}
.picture-border {
  background: url(/images/site/picture-frame.png) no-repeat;
  padding: 7px;
}
.video-thumb {
  background: url(/images/site/movie-thumb-16-9.png) no-repeat;
  padding: 7px;
}
/* content */

.comments ol li {
  border: none;
  background: url(/images/site/hor-txt-divider.png) left bottom no-repeat;
  padding-bottom: 1px;
  margin-bottom: 15px;
}
.news {
  background: url(/images/site/hor-txt-divider.png) left bottom no-repeat;
  padding-bottom: 16px;
  margin-bottom: 15px;
}

ul.news-post-details {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.news-post-details li {
  display: inline;
  padding: 0 8px;
  border-right: 1px solid #000;
}
ul.news-post-details li.first {
  padding-left: 0;
}
ul.news-post-details li.last {
  border-right: none;
}
#boundaries .comment-meta a {
  color: #5c2020;
}
.banner {
  text-align: center;
}
.banner img {
  vertical-align: bottom;
}
.banner object {
  display: inline;
}
#banner-content-between {
  background: url(/images/site/hor-txt-divider.png) no-repeat left bottom;
  padding-bottom: 16px;
  margin-bottom: 15px;
}

#banner-content-side {
  height: 250px;
  margin-bottom: 16px;
}
#banner-side-scraper {
/*   height: 500px; */
  margin-bottom: 16px;
}
#banner-side-small {
/*   height: 100px; */
  margin-bottom: 16px;
}
#submit-dialog {
  background: transparent;
  border: none;
  padding: none;
}

.sponsors dd {
  margin: 0 0 1em 0;
}
.sponsors .image-left {
  float: right;
  margin: 5px 5px 0 0; 
}
.sponsors-title {
  display: inline;
  margin: 0;
}
.sponsors-link{
  display: inline;
  margin-left: 1em;
}
.sponsors-image {
  padding: 3px;
  border: 1px solid #333;
  background: #fff;
}
.sponsors dd p {
  margin-bottom: 0.67em;
}
.sponsors dd div.dd-item {
  float: left;
  width: 100%;
  background: url(/images/site/hor-txt-divider.png) no-repeat scroll left bottom;
  margin-bottom: 0.67em;
}

.imageAlbum {
  margin-bottom: 10px;
}
