/*-----------------------------------------------------------------------------
"The Joneses" HTML Site Style Sheet 

version:   1.0
author:    max herholz
email:     max@soulsun69.com
website:   http://www.soulsun69.com/
last update: 03/11/10
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

body {
	background-color: #FFF;
	overflow-x: hidden; 
}

a {
   outline: none;
}

/* =Layout
-----------------------------------------------------------------------------*/
#wrapper {
	width: 1682px;
	height: 1000px;
	position: relative;
	left: 50%;
	margin: 0 auto 0 -841px;
}

#home #wrapper, #video #wrapper, #about #wrapper { background: #FFF url(../images/houseBack2.jpg) no-repeat;}
#acclaim #wrapper { background: #FFF url(../images/skyBack.jpg) no-repeat;}
#gallery #wrapper { background: #FFF url(../images/skyBack2.jpg) no-repeat;}


* html {
	padding-bottom: 20px; /* IE 6 adjustment */
}	


/* =Header
-----------------------------------------------------------------------------*/
#header {
	width: 1682px;
	height: 85px;
	position: absolute;
	top: 0;
	left: 0;
}

#home #header { background: url(../images/navBackHome.jpg) no-repeat;}
#video #header { background: url(../images/navBackVideo.jpg) no-repeat;}
#gallery #header { background: url(../images/navBackGallery.jpg) no-repeat;}
#about #header { background: url(../images/navBackAbout.jpg) no-repeat;}
#acclaim #header { background: url(../images/navBackAcclaim.jpg) no-repeat;}


#title {
	width: 300px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 690px;
	overflow: hidden;
	z-index: 3;
}

#title span {
	position: absolute;
	width: 100%;
	height: 100%;
}

#home #title span { background:url(../images/ttHome.jpg) no-repeat;}
#video #title span { background:url(../images/ttVideo.jpg) no-repeat;}
#gallery #title span { background:url(../images/ttGallery.jpg) no-repeat;}
#about #title span { background:url(../images/ttAbout.jpg) no-repeat;}
#acclaim #title span { background:url(../images/ttAcclaim.jpg) no-repeat;}


#title h1 {  
	font-size: 32px;
	color: #FFF;
	text-align: center;
}


/* =mainNav
-----------------------------------------------------------------------------*/
#mainNav{ 
	width: 840px;
	height: 40px;
	margin-left: 475px;
	margin-top: 0px;
	position: relative;
	font-size:14px;
	z-index: 1;
}

#home #mainNav { background: url(../images/mainNavHome.jpg) no-repeat;}
#video #mainNav { background: url(../images/mainNavVideo.jpg) no-repeat;}
#gallery #mainNav { background: url(../images/mainNavGallery.jpg) no-repeat;}
#about #mainNav { background: url(../images/mainNavAbout.jpg) no-repeat;}
#acclaim #mainNav { background: url(../images/mainNavAcclaim.jpg) no-repeat;}

#mainNav li{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#mainNav li, #mainNav a {
	height: 40px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	text-indent: -5000px;
}

/* Link Positions */
#videoBtn { left: 0px; width: 90px; }	
#galleryBtn { left: 90px; width: 125px; }
#aboutBtn { left: 520px; width: 200px; }
#acclaimBtn { left: 720px; width: 120px; }

/* Hover Positions */
/* HOME */
#home #videoBtn a:hover { background: transparent url(../images/mainNavHome.jpg) 0 -40px no-repeat; }
#home #galleryBtn a:hover { background: transparent url(../images/mainNavHome.jpg) -90px -40px no-repeat; }
#home #aboutBtn a:hover { background: transparent url(../images/mainNavHome.jpg) -520px -40px no-repeat; }
#home #acclaimBtn a:hover { background: transparent url(../images/mainNavHome.jpg) -720px -40px no-repeat; }

/* VIDEO */
#video #videoBtn a:hover { background: transparent url(../images/mainNavVideo.jpg) 0 -40px no-repeat; }
#video #galleryBtn a:hover { background: transparent url(../images/mainNavVideo.jpg) -90px -40px no-repeat; }
#video #aboutBtn a:hover { background: transparent url(../images/mainNavVideo.jpg) -520px -40px no-repeat; }
#video #acclaimBtn a:hover { background: transparent url(../images/mainNavVideo.jpg) -720px -40px no-repeat; }

/* GALLERY */
#gallery #videoBtn a:hover { background: transparent url(../images/mainNavGallery.jpg) 0 -40px no-repeat; }
#gallery #galleryBtn a:hover { background: transparent url(../images/mainNavGallery.jpg) -90px -40px no-repeat; }
#gallery #aboutBtn a:hover { background: transparent url(../images/mainNavGallery.jpg) -520px -40px no-repeat; }
#gallery #acclaimBtn a:hover { background: transparent url(../images/mainNavGallery.jpg) -720px -40px no-repeat; }

/* ABOUT */
#about #videoBtn a:hover { background: transparent url(../images/mainNavAbout.jpg) 0 -40px no-repeat; }
#about #galleryBtn a:hover { background: transparent url(../images/mainNavAbout.jpg) -90px -40px no-repeat; }
#about #aboutBtn a:hover { background: transparent url(../images/mainNavAbout.jpg) -520px -40px no-repeat; }
#about #acclaimBtn a:hover { background: transparent url(../images/mainNavAbout.jpg) -720px -40px no-repeat; }

/* ACCLAIM */
#acclaim #videoBtn a:hover { background: transparent url(../images/mainNavAcclaim.jpg) 0 -40px no-repeat; }
#acclaim #galleryBtn a:hover { background: transparent url(../images/mainNavAcclaim.jpg) -90px -40px no-repeat; }
#acclaim #aboutBtn a:hover { background: transparent url(../images/mainNavAcclaim.jpg) -520px -40px no-repeat; }
#acclaim #acclaimBtn a:hover { background: transparent url(../images/mainNavAcclaim.jpg) -720px -40px no-repeat; }


/* Selected State */
#video #videoBtn a {background: transparent url(../images/mainNavVideo.jpg) 0 -40px no-repeat; cursor: default; }
#gallery #galleryBtn a { background: transparent url(../images/mainNavGallery.jpg) -90px -40px no-repeat; cursor: default; }
#about #aboutBtn a { background: transparent url(../images/mainNavAbout.jpg) -520px -40px no-repeat; cursor: default; }
#acclaim #acclaimBtn a { background: transparent url(../images/mainNavAcclaim.jpg) -720px -40px no-repeat; cursor: default; }


/* =shareNav
-----------------------------------------------------------------------------*/
#shareNav{ 
	width: 145px;
	height: 45px;
	background: url(../images/shareNav.jpg) no-repeat;
	position: relative;
	left: 300px;
	top: 630px;
	font-size:14px;
}

#gallery #shareNav, #acclaim #shareNav { top:615px;}

#shareNav li{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#shareNav li, #shareNav a {
	height: 45px;
	display: block;
	line-height: 40px;
	text-decoration: none;
	text-indent: -5000px;
}

/* Link Positions */
#twitter { left: 66px; width: 40px; }
#facebook { left: 106px; width: 39px; }

/* Hover Positions */
#twitter a:hover { background: transparent url(../images/shareNav.jpg) -66px -45px no-repeat; }
#facebook a:hover { background: transparent url(../images/shareNav.jpg) -106px -45px no-repeat; }



/* =Content
-----------------------------------------------------------------------------*/
#content {
	width: 920px;
	height: 915px;
	position: absolute;
	top: 85px;
	left: 435px;
	/*border: 1px red solid;*/
}

#actors {
	width: 480px;
	height: 55px;
	position: relative;
	top: 0;
	left: 165px;
	overflow: hidden;
	line-height: 55px;
	color: #000;
	font-size: 15px;
}

#actors span {
	background:url(../images/actorNames.jpg) no-repeat; 
	position: absolute;
	width: 100%;
	height: 100%;
}

#gallery #actors span, #acclaim #actors span { background:url(../images/actorNames2.jpg) no-repeat;}


/* HOME PAGE CONTENT */
#trailer, #videos {
	width: 880px;
	height: 690px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
}


#trailer2 {
	width: 520px;
	height: 305px;
	position: absolute;
	top: 65px;
	left: 145px;
	background: transparent;
}

#inTheaters {
	width: 265px;
	height: 25px;
	position: relative;
	top: 320px;
	left: 140px;
	overflow: hidden;
	line-height: 25px;
	color: #FFF;
	font-size: 22px;
}

#inTheaters span {
	background:url(../images/inTheaters.jpg) no-repeat; 
	position: absolute;
	width: 100%;
	height: 100%;
}

#home #family {
	position: absolute;
	top: 250px;
	left: 150px;
	z-index: 999;
}


/* GALLERY PAGE CONTENT */
#galContent {
	position: absolute;
	top: 70px;
	left: 0px;
}


/* ABOUT PAGE CONTENT */
#aboutContent {
	position: absolute;
	top: 60px;
	left: 135px;
}


/* ACCLAIM PAGE CONTENT */
#acclaimCopy {
	position: absolute;
	top: 85px;
	left: 20px;
}

#criticalAcclaim {
	width: 515px;
	height: 32px;
	position: absolute;
	top: 70px;
	left: 148px;
	overflow: hidden;
	line-height: 32px;
	color: #000;
	font-size: 22px;
}

#criticalAcclaim span {
	background:url(../images/criticalAcclaim.jpg) no-repeat; 
	position: absolute;
	width: 100%;
	height: 100%;
}

#inTheatersAcc {
	width: 299px;
	height: 25px;
	position: absolute;
	top: 610px;
	left: 255px;
	overflow: hidden;
	line-height: 25px;
	color: #000;
	font-size: 22px;
}

#inTheatersAcc span {
	background:url(../images/inTheatersAcc.jpg) no-repeat; 
	position: absolute;
	width: 100%;
	height: 100%;
}


/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	clear: both;
	text-align: center;
}