body#home  {
	padding:0;
	background-image:url(../images/home/moon.png);
}
#home #container {
	margin:20px 0 0;
}

#home #branding #logo {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-240px;
	z-index:10;
	width:519px;
	height:205px;
	background:url(../images/home/logo.png) top left no-repeat;
}
#home #branding h1 {
	position:absolute;
	top:230px;
	left:50%;
	margin-left:-230px;
	z-index:9;
	width:500px;
	height:25px;
	background:url(../images/home/tagline.gif) top left no-repeat;
}

/***** NAVIGATION *****/
#home #nav, #home #nav-sharing { position:absolute; }
/*****
MAIN
*****/
#home #nav {
	top:277px;
	left:8px;
	width:250px;
	height:195px;
	margin:0;
}
#home #nav li a {
display:block;
width:250px;
text-indent:-9999px;
background:url(../images/home/nav-main.png) 0 0 no-repeat;
}
/* initial positions and rollovers */
#home #nav li#episodes a {
height:40px;
background-position:0 0;
}
#home #nav li#episodes a:hover {
background-position:0 -195px;
}
#home #nav li#family a {
height:37px;
background-position:0 -40px;
}
#home #nav li#family a:hover {
background-position:0 -235px;
}
#home #nav li#buy a {
height:37px;
background-position:0 -77px;
}
#home #nav li#buy a:hover {
background-position:0 -272px;
}
#home #nav li#mobile a {
height:37px;
background-position:0 -114px;
}
#home #nav li#mobile a:hover {
background-position:0 -309px;
}
#home #nav li#share a {
height:44px;
background-position:0 -151px;	
}
#home #nav li#share a:hover {
background-position:0 -346px;
}

/*****
SHARING
*****/
#home #nav-sharing {
	top:472px;
	left:8px;
	width:250px;
	height:155px;
	z-index:15;
}
#home #nav-sharing li a {
display:block;
width:250px;
text-indent:-9999px;
background:url(../images/home/nav-sharing2.png) 0 0 no-repeat;
}
/* initial positions and rollovers */
#home #nav-sharing li#dailymotion a {
height:42px;
background-position:0 0;
}
#home #nav-sharing li#dailymotion a:hover {
background-position:0 -155px;
}
#home #nav-sharing li#facebook a {
height:34px;
background-position:0 -42px;
}
#home #nav-sharing li#facebook a:hover {
background-position:0 -197px;
}
#home #nav-sharing li#twitter a {
height:35px;
background-position:0 -76px;
}
#home #nav-sharing li#twitter a:hover {
background-position:0 -231px;
}
#home #nav-sharing li#youtube a {
height:45px;
background-position:0 -110px;
}
#home #nav-sharing li#youtube a:hover {
background-position:0 -265px;
}

/***** VIDEO PLAYER *****/
#home #video-container {
	margin:0 auto;
	padding:250px 0 0 265px;
	width:700px; /* 965 TOTAL */
	/*height:649px;  899 TOTAL */
	background:url(../images/home/castle-top.png) top left no-repeat;
}
#home #featured-video {
	width:480px;
	color:#ECF5D9;
}
#home #featured-video #video-player {
	width:480px;
	height:392px;
	background-color:#000;
}
#home #featured-video h2 {
	font-size:16px;
	font-weight:normal;
	background-color:#000;
	width:450px;
}
#home #featured-video p {
	background-color:#000;
	font-size:12px;
	margin-top:10px;
	padding:0 10px 10px 0;
	width:450px;
}
#home #featured-video span#release-date {
	font-size:11px;
}
#home #video-footer {
	width:965px;
	height:455px;
	/*margin-top:-155px;*/
	margin-left:-265px;
	background:url(../images/home/castle-bottom.png) top left no-repeat;
}
/***** FOOTER *****/
#home #footer {
	position:absolute;
	bottom:0;
	left:350px;
	text-align:center;
	padding:5px;
}

