/*
  $Id: home.css 2009-12-03 00:52:16Z $
	
	SKUNK FU - 99 Styles of Skunk Fu
  http://www.skunkfu.com

  Copyright (c) 2008 skunkfu
  
  created by ReZon
*/
body {
	background-image: url("../images/home/skunkfu-home-background.jpg");
	background-attachment:fixed;
	background-position: center top;
	background-repeat: repeat-y;
}
#mainView {
	max-width: 1400px;
	min-width: 1200px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#centeredView {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}
#innerView {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}
#logo {
	width: 800px;
	height: 130px;
	background-image: url("../images/skunkfu_header_partgrey.jpg");
	background-repeat: no-repeat;
	display: block;
}
#specialOffer {
	width: 800px;
	height: 100%;
	background-color: #000000;
	padding: 6px 0 12px 0;
	position: relative;
	z-index: 2000;
}
#specialOffer .playButton {
	width: 170px;
	height: 140px;
	background: transparent url("../images/home/skunkfu-playbuttons-overlay.png") no-repeat 0 0;
	position: absolute;
	top: 130px;
	left: 310px;
	z-index: 2100;
	cursor: pointer;
}
#specialOffer #thumbnail, #specialOffer #clip {
	width: 780px;
	height: 440px;
	margin: 0 auto 0 auto;
}
#specialOffer #thumbnail {
	height: 372px;
	display: block; 
	cursor: pointer;
}
#specialOffer #clip {
	display: none;
}
#specialOffer #button {
	width: 410px;
	height: 150px;
	margin: 20px auto 0 auto;
	background: transparent url("../images/home/skunkfu-special-offer-button.png") no-repeat 0 0;
}
#specialOffer #button a {
	width: 410px;
	height: 150px;
	display: block;
}
#specialOffer #button a:hover {
	background: transparent url("../images/home/skunkfu-special-offer-button-active.png") no-repeat 0 0;
}
#specialOffer #caption {
	width: 780px;
	font-size: 14px;
	font-family: Verdana,sans-serif;
	font-weight:  bold;
	color: #ffffff;
	text-align: center;
	margin: 6px auto 0 auto;
}
.innerBody {
	width:786px;
	height: 100%;
	margin:0px 7px 0px 7px;
	background: transparent url("../images/home/skunkfu-news-background-strip.jpg") repeat-y 0 0;
	-webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	display: block;
}
.newsHeader {
	width: 786px;
	height: 100%;
	padding: 7px 0 0 10px;
}
.newsHeader h1 {
	font-size: 30px;
	font-family: Verdana,sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
	margin: 0;
}
.newsContainer h1 {
	font-size: 24px;
	font-family: Impact,Verdana,sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 4px 0 0 0;
}
.newsContainer p {
	font-size: 14px;
	font-family: Arial,Verdana,sans-serif;
	color: #000000;
}
.newsContainer a, #specialOffer #caption a {
	color: #4272DB;
	text-decoration: none;
}
.newsContainer a:hover, #specialOffer #caption a:hover {
	color: #4272DB;
	text-decoration: underline;
}
.mediaInput{
	width: 530px;
	height: 100%;
	float: left;
	margin: 0 auto 0 auto;
}
.mediaInput .clip{
	width: 520px;
	height: 320px;
	margin: 0 auto 0 auto;
}
a.newsflvplayer {
	width: 520px;
	height: 316px;
	display: block;
	background: transparent no-repeat;
	text-decoration: none;
	margin: 0 auto 0 auto;
}
a.newsflvplayer:hover {
	text-decoration: none;
	border: 0 none;
}
a.newsflvplayer img {
	width: 170px;
	height: 140px;
	background: transparent url("../images/home/skunkfu-playbuttons-overlay.png") no-repeat 0 0;
	text-decoration: none;
	border: 0 none;
	margin: 90px 0 0 175px;
}
.textInput {
	width: 246px;
	height: 100%;
	margin: 0 0 0 5px;
	float: left;
}
#homeFooter {
	width:786px;
	margin: 60px auto 0 auto;
}
#homeFooter table {
	width:786px;
	margin: 10px 0 0 0;
}
#homeFooter a {
	color: #777777;
	font-weight:bold;
	position: relative;
	z-index: 2000;
}	
.footerLinks a {
	font-family: Arial,sans-serif;
	font-size:16px;
	margin:7px;
	text-decoration:underline;
}
.footerLinks a:hover {
	text-decoration:none;
}
.footerCopyright {
	color: #444444;
	font-family: Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}
#dummySpace {
	width: 100%;
	height: 100%;
	margin-top: 30%;
	display: block;
}
#footerToBottom {
	width: 100%;
	height: 123px;
	background-color: transparent;
	background-image: url("../images/skunkfu-footer-sh.png");
	background-attachment:fixed;
	background-position: center bottom;
	background-repeat: repeat-x;
	position: fixed;
	bottom: 0px;
	z-index: 1998;
	overflow: hidden;
}
#footerFixed {
	width: 100%;
	height: 100%;
	background-image: url("../images/skunkfu-footer-sh.png");
	background-attachment:fixed;
	background-position: center 827px;
	background-repeat: repeat-x;
	position: fixed;
	top: 827px;
	z-index: 1999;
	overflow: hidden;
}
#footerFixedCover {
	width: 100%;
	height: 100%;
	background-color: #000000;
	position: fixed;
	top: 950px;
	z-index: 1999;
	overflow: hidden;
}