@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - WALTZ WITH BASHIR HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		wwb_home.css
	Date:			Aug 18, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------
	
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}
	.clearfix {
		display: inline-block;
	}	
	html[xmlns] .clearfix {
		display: block;
	}
	* html .clearfix {
		height: 1%;
	}
	body {
		padding:100px 0 0 0;
		background:#000;
	}
	#main {
		margin:0 auto; padding:320px 0 0 0;
		width:960px;
		background:url(../images/newBackground.jpg) no-repeat;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	product Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.images {
		padding:0 0 0 20px;
		width:940px;
	}
	#bluRay a {
		width:59px; height:71px; 
		float:left;
		display:block;
		background:url(../images/bluRay.jpg) top right no-repeat;
	}
	#dvd a {
		margin:0 0 0 0px;
		width:50px; height:72px; 
		float:left;
		display:block;
		background:url(../images/dvd.jpg) top left no-repeat;
	}
	#graphicNovel a {
		margin:0 0 0 77px;
		width:47px; height:72px; 
		float:left;
		display:block;
		background:url(../images/graphicNovel.jpg) top center no-repeat;
	}
	#soundtrack {
		margin:0 0 0 60px;
		width:83px; height:78px; 
		float:left;
		display:block;
		background:url(../images/soundtrack.jpg) top left no-repeat;
	}
		#soundtrack a.itunes {
			margin:0 0 0 80px;
			width:68px; height:38px;
			float:left;
			background:url(../images/itunes.jpg) top left no-repeat;
			display:inline;
		}
		#soundtrack a.amazon {
			margin:2px 0 0 80px;
			width:68px; height:38px;
			float:left;
			background:url(../images/amazon.jpg) top left no-repeat;
			display:inline;
		}
/*	--------------------------------------------------------------------------------------------------------------------------
	textLink Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.text {
		width:960px;
	}
	.movieLinks {
		margin:0 0 0 6px;
		width:150px;
		float:left;
		display:inline;
	}
		.movieLinks ul {
			list-style:none;
		}
			.movieLinks ul li {
				display:inline;
				float:left;
			}
				.movieLinks ul li.buy {
					margin:0 0 3px 54px;
					width:42px; height:12px;
					background:url(../images/text_buyThe.png) top center no-repeat;
				}
				.movieLinks ul li a.blueRay {
					width:99px; height:11px;
					display:block;
					background:url(../images/link_blueRayText.png) top center no-repeat;
				}
				.movieLinks ul li.amp {
					margin:0 4px;
					width:8px; height:9px;
					background:url(../images/text_amp.png) top center no-repeat;
				}
				.movieLinks ul li a.dvd {
					width:24px; height:9px;
					display:block;
					background:url(../images/link_dvdText.png) top center no-repeat;
				}
		.novelLinks {
			margin:3px 0 0 25px;
			float:left;
			display:inline;
		}
			.novelLinks a {
				width:100px; height:12px;
				display:block;
				background:url(../images/link_graphicNovelText.png) top center no-repeat;
			}
		.soundtrackLinks {
			margin:3px 0 0 40px;
			float:left;
			display:inline;
		}
			.soundtrackLinks a {
				width:63px; height:9px;
				display:block;
				background:url(../images/link_soundtrackText.png) top center no-repeat;
			}
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#nav {	
		margin:35px 0 0 20px;
		height:20px; width:720px;
	}
		#nav a {
			display:inline;
		}
		#nav a.enter:link, #nav a.enter:active, #nav a.enter:visited {
			background:url(../images/btn_enter.gif) top no-repeat;
		}
			#nav a.enter:hover {
				background-position:bottom;
			}
			#nav a.enter img {
				width:130px; height:14px;
			}
		#nav a.presskit:link, #nav a.presskit:active, #nav a.presskit:visited {
			background:url(../images/btn_downloadPresskit.gif) top no-repeat;
		}
			#nav a.presskit:hover {
				background-position:bottom;
			}
			#nav a.presskit img {
				width:215px; height:14px;
			}
		#nav a.viewTrailer:link, #nav a.viewTrailer:active, #nav a.viewTrailer:visited {
			background:url(../images/btn_viewTrailer.gif) top no-repeat;
		}
			#nav a.viewTrailer:hover {
				background-position:bottom;
			}
			#nav a.viewTrailer img {
				width:135px; height:14px;
			}
		#nav a.viewAwards:link, #nav a.viewAwards:active, #nav a.viewAwards:visited {
			background:url(../images/btn_viewAwards.png) top no-repeat;
		}
			#nav a.viewAwards:hover {
				background-position:bottom;
			}
			#nav a.viewAwards img {
				width:145px; height:14px;
			}
			
	
