@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: none;
}

/* Menu */

#home {
  display: block;
  width: 81px;
  height: 54px;
  background: url("images/home.png") no-repeat 0 0;
}
#home:hover { 
  background-position: 0 -64px;
}
#home span {
  display: none;
}
#news {
  display: block;
  width: 84px;
  height: 54px;
  background: url("images/news.png") no-repeat 0 0;
}
#news:hover { 
  background-position: 0 -64px;
}
#news span {
  display: none;
}
#videos {
  display: block;
  width: 97px;
  height: 54px;
  background: url("images/videos.png") no-repeat 0 0;
}
#videos:hover { 
  background-position: 0 -64px;
}
#videos span {
  display: none;
}
#community {
  display: block;
  width: 143px;
  height: 54px;
  background: url("images/community.png") no-repeat 0 0;
}
#community:hover { 
  background-position: 0 -64px;
}
#community span {
  display: none;
}
#about {
  display: block;
  width: 94px;
  height: 54px;
  background: url("images/about.png") no-repeat 0 0;
}
#about:hover { 
  background-position: 0 -64px;
}
#about span {
  display: none;
}
#newsposts {
  display: block;
  width: 198px;
  height: 248px;
  background: url("images/newsposts.png") no-repeat 0 0;
}
#newsposts:hover { 
  background-position: 0 -258px;
}
#newsposts span {
  display: none;
}
#shows {
  display: block;
  width: 198px;
  height: 248px;
  background: url("images/shows.png") no-repeat 0 0;
}
#shows:hover { 
  background-position: 0 -258px;
}
#shows span {
  display: none;
}
#series {
  display: block;
  width: 198px;
  height: 248px;
  background: url("images/series.png") no-repeat 0 0;
}
#series:hover { 
  background-position: 0 -258px;
}
#series span {
  display: none;
}

/* Content */

.content {
	background:url(images/background.png) no-repeat;
}
.block {
	background:url(images/block_bg.jpg);
}
.blockcontent {
	padding: 17px;
	vertical-align:top;
}
.blockcontent a:link {
	color: #999999;
	text-decoration: none;
}
.blockcontent a:visited {
	color: #999999;
	text-decoration: none;
}
.blockcontent a:hover {
	color: #CCC;
	text-decoration: underline;
	font-weight: bold;
}
.blockcontent a:active {
	color: #CCC;
	text-decoration: none;
}
.blockend {
	background:url(images/block_footer.jpg);
	width: 719px;
	height: 21px;
}
.sidebar {
	padding-top: 300px;
}

/* Footer */

.footer {
	background: url(images/footer.jpg) no-repeat;
}
#Twitter {
  display: block;
  width: 38px;
  height: 38px;
  background: url("images/twitter.png") no-repeat 0 0;
}
#Twitter:hover { 
  background-position: 0 -48px;
}
#Twitter span {
  display: none;
}
#Facebook {
  display: block;
  width: 38px;
  height: 38px;
  background: url("images/facebook.png") no-repeat 0 0;
}
#Facebook:hover { 
  background-position: 0 -48px;
}
#Facebook span {
  display: none;
}
#MySpace{
  display: block;
  width: 38px;
  height: 38px;
  background: url("images/myspace.png") no-repeat 0 0;
}
#MySpace:hover { 
  background-position: 0 -48px;
}
#MySpace span {
  display: none;
}
#YouTube{
  display: block;
  width: 38px;
  height: 38px;
  background: url("images/youtube.png") no-repeat 0 0;
}
#YouTube:hover { 
  background-position: 0 -48px;
}
#YouTube span {
  display: none;
}
#RSS {
  display: block;
  width: 38px;
  height: 38px;
  background: url("images/rss.png") no-repeat 0 0;
}
#RSS:hover { 
  background-position: 0 -48px;
}
#RSS span {
  display: none;
}
#ustream{
  display: block;
  width: 684px;
  height: 56px;
  background: url("images/uStreamFTAFilms.png") no-repeat 0 0;
}
#ustream:hover { 
  background-position: 0 -66px;
}
#ustream span {
  display: none;
}