/* black-theme.css */

body.black-theme {
	color: #999;
	background: #211d18;
}
body.black-theme div.wrap {
  background: #000;
}
body.black-theme div.wrap strong {
  color: #fff;
}
body.black-theme div.wrap b {
  color: #fff;
}
body.black-theme div.wrap a { color: #39658d; }
body.black-theme div.wrap a:hover { color: #d0d0d0; }
body.black-theme div.wrap div.date {
  color: #7a7a7a;
  margin:15px 0 15px 0;
  background: #0d0d0d url( /images/black-theme/date-background.gif ) 0 0 repeat-x;
}
body.black-theme div.wrap div.notice {
  margin: 1em 0;
  padding: 0.5em 0.8em;
  border-color: #292929;
  border-width: 1px 1px 1px 5px;
  border-style: solid;
}
body.black-theme div.wrap div.errorExplanation {
  margin:1em 0;
  padding:0.5em 0.8em;
  border:3px solid #990000;
}
body.black-theme div.wrap div.errorExplanation h2 {
  margin-top: 0.5em;
  padding-top:0;
  color:#cc0000;
}
body.black-theme div.wrap div.errorExplanation ul {
  margin:0.5em 1em;
  color:#fff;
}
body.black-theme div.wrap h1 {
  position: relative;
  color: #bf3d0a;
  font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: -1px;
}
body.black-theme div.wrap h1 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.7em;
}
body.black-theme div.wrap h2 {
  color: #92896d;
  font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  letter-spacing: -1px;
}
body.black-theme div.wrap h2 a {
  color: #92896d;
  text-decoration: none;
}
body.black-theme div.wrap h2 a:hover {
  text-decoration: underline;
}
body.black-theme div.wrap h3 {
  color: #fff;
  font-family: "Lucida Grande", helvetica, "microsoft sans serif", arial, sans-serif;
  font-size: 1.1em;
  font-weight: normal;
}
body.black-theme div.wrap div.news-item { background:transparent url(/images/black-theme/separator.png) bottom scroll no-repeat; }
body.black-theme div.wrap div.movie-item {
  background:transparent url(/images/black-theme/separator.png) bottom scroll no-repeat;
}
body.black-theme div.wrap div.series-item {
  background:transparent url(/images/black-theme/separator.png) bottom scroll no-repeat;
}
body.black-theme div.wrap table.stylish {
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  border-collapse: collapse;
}
body.black-theme div.wrap table.stylish th {
  border-bottom: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right:0;
}
body.black-theme div.wrap table.stylish td {
  border-bottom: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right:0;
}
body.black-theme div.wrap table.stylish thead tr th {
  background:#101010 url(/images/black-theme/table-alt-row.png ) top left no-repeat;
}
body.black-theme div.wrap table.stylish tbody tr.odd th {
  background:#101010 url(/images/black-theme/table-alt-row.png ) top left no-repeat;
}
body.black-theme div.wrap table.stylish tbody tr.odd td {
  background:#101010 url(/images/black-theme/table-alt-row.png ) top left no-repeat;
}

/* header decoration */
body.black-theme {
	/* set active state  and cancel hover  for the active tab */
}
body.black-theme div.head ul.primary-nav li {
  background-image: url( /images/black-theme/tabs.gif );
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #121212;
}
body.black-theme div.head ul.primary-nav li a {
  color: #9a9794;
  background-position: 100% 0;
  background-image: url( /images/black-theme/tabs.gif );
}
body.black-theme div.head ul.primary-nav li:hover {
  background-position: 0 -120px;
  background-color: #090909;
}
body.black-theme div.head ul.primary-nav li:hover a {
  color: #fff;
  background-position: 100% -120px;
}
body.black-theme div.head.welcome ul.primary-nav li.welcome {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.welcome ul.primary-nav li.welcome a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.welcome ul.primary-nav li.welcome:hover {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.welcome ul.primary-nav li.welcome:hover a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.blog ul.primary-nav li.blog {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.blog ul.primary-nav li.blog a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.blog ul.primary-nav li.blog:hover {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.blog ul.primary-nav li.blog:hover a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.work ul.primary-nav li.work {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.work ul.primary-nav li.work a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.work ul.primary-nav li.work:hover {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.work ul.primary-nav li.work:hover a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.media ul.primary-nav li.media {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.media ul.primary-nav li.media a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.media ul.primary-nav li.media:hover {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.media ul.primary-nav li.media:hover a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.about ul.primary-nav li.about {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.about ul.primary-nav li.about a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.about ul.primary-nav li.about:hover {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.about ul.primary-nav li.about:hover a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.contact ul.primary-nav li.contact {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.contact ul.primary-nav li.contact a {
  color: #bb490a;
  background-position: 100% -240px;
}
body.black-theme div.head.contact ul.primary-nav li.contact:hover {
  background-position: 0 -240px;
  background-color: #000;
}
body.black-theme div.head.contact ul.primary-nav li.contact:hover a {
  color: #bb490a;
  background-position: 100% -240px;
}



/* sidebar decoration */
body.black-theme div.sidebar ul.subnav li a {
  display:block;
  font-size: 1.3em;
  color: #9a9794;
  background:transparent url(/images/black-theme/dotted-line.gif) bottom left repeat-x;
}
body.black-theme div.sidebar ul.subnav li a:hover {
  color:#fff;
}
body.black-theme div.sidebar ul.subnav.movies li.movies a {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.movies li.movies a:hover {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.series li.series a {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.series li.series a:hover {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.music_videos li.music_videos a {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.music_videos li.music_videos a:hover {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.commercials_and_training li.commercials_and_training a {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.commercials_and_training li.commercials_and_training a:hover {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.pictures li.pictures a {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.pictures li.pictures a:hover {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.video li.video a {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.video li.video a:hover {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.audio li.audio a {
  color: #bb490a;
}
body.black-theme div.sidebar ul.subnav.audio li.audio a:hover {
  color: #bb490a;
}

/* footer decoration */
body.black-theme div.footer {
  color: #5c5c5c;
}
body.black-theme div.footer  a {
  color: #5c5c5c;
}

/* decorative elements */
body.black-theme div.deco-top-1 {
  position: absolute;
  bottom: 0;
  _bottom: -1px;
  left: 22em;
  z-index: 90;
  width: 181px;
  height: 32px;
  background: url( /images/black-theme/deco/outside-top-1.gif ) 0 0 no-repeat;
}
body.black-theme div.deco-right-2 {
  position: absolute;
  top: 13em;
  right: -59px;
  z-index: 0;
  width: 59px;
  height: 245px;
  background: url( /images/black-theme/deco/outside-right-2.gif ) 0 0 no-repeat;
}
body.black-theme div.deco-right-3 {
  position: absolute;
  top: 30em;
  right: -68px;
  z-index: 0;
  width: 68px;
  height: 228px;
  background: url( /images/black-theme/deco/outside-right-3.gif ) 0 0 no-repeat;
}
body.black-theme div.deco-left-1 {
  position: absolute;
  top: 15em;
  left: -68px;
  z-index: 0;
  width: 68px;
  height: 231px;
  background: url( /images/black-theme/deco/outside-left-1.gif ) 0 0 no-repeat;
}
body.black-theme div.deco-left-2 {
  position: absolute;
  top: 25em;
  left: -44px;
  z-index: 0;
  width: 44px;
  height: 217px;
  background: url( /images/black-theme/deco/outside-left-2.gif ) 0 0 no-repeat;
}
body.black-theme div.deco-left-3 {
  position: absolute;
  top: 15em;
  left: -58px;
  z-index: 0;
  width: 58px;
  height: 352px;
  background: url( /images/black-theme/deco/outside-left-3.gif ) 0 0 no-repeat;
}
