body {
  margin: 0px;
  font-family: Verdana, sanf-serif;
  background-color: #FFFFFF;
}

img {
  margin: 0px;
}

h1 {
  text-align: center;
  background: url("./img/siteoffline_header.png") center no-repeat;
  margin: 0px;
  padding: 10px 0px;
  height: 70px;
}

h1 a {
  text-decoration: none;
  color: #128CE6;
  display: block;
  width: 231px;
  height: 47px;
  margin: 12px auto 0px auto;
}

h1 a:hover {
  color: #B2B2B2;
}

h1 span {
  display: none;
}

h2 {
  margin: 0px;
}

h3 {
  margin: 10px 0px;
  color: #D4D4D4;
}

#header {
  background-color: #2B2B2B;
}

.skip {
  display: block;
  width: 10%;
  margin: 0px auto;
  color: #4A4A4A;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}

.skip:hover {
  color: #5E5E5E;
}

#container {
  width: 920px;
  margin: 0px auto;
}

#latest {
  float: right;
  width: 620px;
  height: 285px;
  background-color: #2B2B2B;
}

#latest h2 span {
  display: none;
}

#latest h2 {
  height: 30px;
  margin: 0px;
  padding: 20px 0px;
  background: url("./img/hdtv_captures.png") center no-repeat;
}

#latest img {
  float: left;
  margin: 11px 30px 10px 30px;
  border: 6px solid #128CE6;
}

#latest img:hover {
  border: 6px solid #D4D4D4;
}

#latest .latestlink {
  display: block;
  margin: 0px 10px 6px 310px;
  padding: 3px 0px;
  text-decoration: none;
  color: #D4D4D4;
  background-color: #128CE6;
  font-weight: bold;
}

#latest .latestlink:hover {
  color: #128CE6;
  background-color: #D4D4D4;
}

#latest p {
  color: #5E5E5E;
}

#galleries {
  width: 300px;
  height: 285px;
  background-color: #2B2B2B;
  text-align: center;
}

#galleries h2 span {
  display: none;
}

#galleries h2 {
  height: 30px;
  margin: 0px;
  padding: 20px 0px;
  background: url("./img/hdtv_galleries.png") center no-repeat;
}

#galleries a {
  text-decoration: none;
  color: #128CE6;
  font-weight: bold;
}

#galleries a:hover {
  color: #D4D4D4;
}

#files {
  clear: both;
}

#files h2 span {
  display: none;
}

#files h2 {
  height: 30px;
  margin: 0px;
  padding: 20px 0px;
  background: url("./img/latest_files.png") center no-repeat;
}

#files h3 {
  margin: 0px 0px 10px 0px;
  padding: 6px 0px;
  background-color: #2B2B2B;
  text-align: center;
}

#files img {
  float: left;
  margin: 20px;
  border: 3px solid #128CE6;
}

#files img:hover {
  border: 3px solid #D4D4D4;
}

#files p {
  margin-left: 180px;
  font-size: 110%;
}

#fileslink {
  text-align: right;
}

#fileslink a {
  text-decoration: none;
  font-weight: bold;
  color: #128CE6;
}

#fileslink a:hover {
  color: #2B2B2B;
}

#contact {
  float: right;
  width: 300px;
}

#contact h2 span {
  display: none;
}

#contact h2 {
  height: 30px;
  margin: 0px;
  padding: 20px 0px;
  background: url("./img/contact_offline.png") center no-repeat;
}

#content {
  width: 610px;
}

#content h2 span {
  display: none;
}

#content h2 {
  height: 30px;
  margin: 0px;
  padding: 20px 0px;
  background: url("./img/site_news.png") center no-repeat;
}

#content h3 {
  margin: 0px 0px 10px 0px;
  padding: 6px 0px;
  background-color: #2B2B2B;
}

#content h3 a {
  display: block;
  text-decoration: none;
  color: #128CE6;
  padding-left: 6px;
}

#content h3 a:hover {
  color: #D4D4D4;
}

#articledate {
  text-align: right;
  font-style: italic;
  color: #5E5E5E;
  font-size: 80%;
}

#content p {
  color: #2B2B2B;
  font-size: 110%;
}

#content p a {
  text-decoration: none;
  color: #128CE6;
}

#content p a:hover {
  color: #D4D4D4;
}

.articlelinkp a:hover {
  color: #2B2B2B;
}

#prevnext {
  height: 50px;
}

#prevnext a {
  text-decoration: none;
  color: #128CE6;
  font-weight: bold;
}

#prevnext a:hover {
  color: #2B2B2B;
}

#prevnext h5 {
  height: 16px;
  background: url("./img/other_news.png") no-repeat;
  background-position: center;
}

#prevnext h5 span {
  display: none;
}

.prev {
  float: left;
}

.next {
  float: right;
}

#footer {
  float: right;
  width: 100%;
  clear: both;
  margin: 10px 0px 0px 0px;
  padding: 0px;
  background-color: #2B2B2B;
  text-align: center;
  font-style: italic;
  color: #D4D4D4;
}

.message {
  color: #5E5E5E;
  text-align: center;
  font-weight: bold;
}

fieldset {
  border: none;
}

#contactlabels label {
  display: block;
  width: 65px;
  float: left;
  font-weight: bold;
  color: #2B2B2B;
}

#contactlabels input {
  width: 200px;
  border: 1px solid #5E5E5E;
}

#contactlabels input:hover {
  border: 1px solid #2B2B2B;
  background-color: #FBFBFB;
}

#contactlabels input:focus {
  border: 1px solid #128CE6;
  background-color: #F6F6F6;
}

textarea {
  width: 266px;
  border: 1px solid #5E5E5E;
}

textarea:hover {
  border: 1px solid #2B2B2B;
  background-color: #FBFBFB;
}

textarea:focus {
  border: 1px solid #128CE6;
  background-color: #F6F6F6;
}

.movies {
  background: url("./img/movies.png") no-repeat;
  background-position: center;
  padding-top: 49px;
}

.tvshows {
  background: url("./img/shows.png") no-repeat;
  background-position: top center;
  padding-top: 49px;
}

.carboncopy {
  color: #5E5E5E;
  font-weight: bold;
}

.carboncopy input {
  margin-left: 26px;
}

.subbutton {
  float: right;
  margin-right: 8px;
  border: 1px solid #128CE6;
  color: #128CE6;
  background-color: #FFFFFF;
  font-weight: bold;
}

.subbutton:hover {
  background-color: #FBFBFB;
}
