/* ------------------GLOBAL RESET-------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background: #a5ab7f;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------- */

/* ######### CLEAR FIX ######### */

.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%;
}

/* ########################### */



#wrapper {
	width:1000px;
	height: 1000px;
	text-align:left;
	background: #a5ab7f url(http://i.cdn.turner.com/adultswim/music/africanswim/tools/img/bkgd2.jpg) top left no-repeat;
	position:relative;
	z-index:1;
}
	
	#nav {
		
	}
	
	#header {
		margin-top:0px;
	}
		
		.floatWrapper {
			float:left;
		}
		
		/* !!! PHASE 1 !!!*/
		#logo {
			height: 22px;
		} 
		
		/* !!! PHASE 2 !!! 
		#logo {
			margin-left:17px;
			width:583px;
			height:177px;
			background:transparent url(http://i.cdn.turner.com/adultswim/williams/music/ghostlyswim/tools/img/ghostlySwimLogo2.gif) no-repeat;
		} */
		
		#toyota {
			margin-left:30px;
			width:206px;
			height:120px;
		}
		
		/* !!! PHASE 1 !!! */
		#album {
			margin-left:41px;
			width:253px;
			height:114px;
		} 
		
		/* !!! PHASE 2 !!! 
		#album {
			margin-left:93px;
			width:255px;
			height:130px;
		} */
	
	#content {
		width:996px;
		 /*margin-top:-45px; !!! PHASE 2 !!! */
		margin-top:-17px; /* !!! PHASE 1 !!! */
	}
		#left {
			float:left;
		}
		
			#videoPlayer {
				/* margin:-8px 0 0 140px; !!! PHASE 2 !!! */
				 /*//margin:36px 0 0 140px; !!! PHASE 2 !!!  -37*/
				margin:74px 0 0 195px; /* !!! PHASE 1 !!! */
				//margin:90px 0 0 195px; /* !!! PHASE 1 !!! */
				display:none;
				z-index:101;
			}
			
			/* Targets Safari Only */
			@media screen and (-webkit-min-device-pixel-ratio:0){
			#videoPlayer {
				/* margin:36px 0 0 140px;  !!! PHASE 2 !!! */
				margin:90px 0 0 195px; /* !!! PHASE 1 !!! */
				}
			}
			
				#closeBtn {
					position:absolute;
					margin-left:395px;
					/*margin-top:21px;  !!! PHASE 2 !!! */
					margin-top:16px; /* !!! PHASE 1 !!! */
				}
		
		#right {
			float:right;
			width:313px;
		}
			
			#musicPlayer {
				margin-top:192px;
				height: auto;
				overflow: visible;
				position:relative;
				z-index:3;
			}
		
			#videoTrack {
				width:485px;
				height:369px;
				margin-left:-58px;
				margin-top:7px;
				background:transparent url(http://i.cdn.turner.com/adultswim/music/africanswim/tools/img/bkgd_vids2.gif) no-repeat;
				text-align: center;
				position:relative;
				z-index:2;
			}
				
				#exclusive {
					margin:27px 0 0 4px;
					width:131px;
					height:52px;
					background:transparent url(http://i.cdn.turner.com/adultswim/music/ghostlyswim/tools/img/exclusive.gif) no-repeat;
				}
				
				.videoTrackThumb {
					float:left;
					clear:right;
					width:120px;
					height:90px;
					border:1px solid white;
					//font-size:4px;
				}
				
				.thumbtop {
				}
				.thumbbot {
					margin-top: 27px;
				}
				.thumbleft {
					//margin-left: 6px;
				}
				.videoTrackThumbs > .thumbleft {
					margin-left: 12px;
				}
				.thumbright {
					margin-left:7px;
				}
				
				#videoTrackName {
					text-align:center;
					margin:0 auto;
					width:227px;
					height:26px;
				}
				
			#ghostlyLink {
				margin-top:9px;
			}

	#footer {
		margin-top:20px;
	}

