/*---------------------------------------------------------------------------
			GLOBAL SETTINGS
---------------------------------------------------------------------------*/

body {
	background: url(images/page_background.jpg) repeat-x top #ffd24f; 
	margin: 0;
	color: #657a95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: lighter;
}

/* make all links have no borders, decorations*/
a img {border:0;border:none;}
a {outline: none;}
:-moz-any-link:focus {outline: none;}
a:link, a:visited {text-decoration: none;}

#skin_background {
	background: url(images/skin_background.jpg) top center no-repeat;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#bg {
	background: url(images/bg.jpg) top center no-repeat;
	width: 980px;
	height: 1100px;
	position: relative;
}

/*---------------------------------------------------------------------------
			AGE GATE
---------------------------------------------------------------------------*/

#age_gate {
	width: 100%;
	height: 1200px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(images/agegate_black.png);
	z-index: 4000;
}

#age_wrapper {
	margin: 0 auto;
	width: 530px;
}

#age_holder {
	margin: 200px 0 0 0;
	padding: 183px 0 0 5px;
	width: 530px;
	height: 370px;
	background: url(images/agegate_bg.png) top left no-repeat;
	text-align: center;
}

#age_holder input {
	background: transparent;
	border: none;
	font-size: 26px;
	margin: 0 6px 50px 6px;
	color: #2f686a;
	text-align: center;
	width: 88px;
}

#age_holder input#age_btn {
	width: auto;
}

/*---------------------------------------------------------------------------
			HEADER
---------------------------------------------------------------------------*/

#landshark_top {
	position: absolute;
	top: 0;
	left: 0;
}

#zbb_top {
	position: absolute;
	top: 0;
	left: 319px;
}

#find {
	position: absolute;
	top: 0;
	right: 72px;
}

/*---------------------------------------------------------------------------
			MEDIA PANEL - VIDEO AND THUMBNAILS
---------------------------------------------------------------------------*/

#flashContent {
	text-align: center;
}

#flashContent p {
	font-size: 18px;
	padding: 60px 0 5px 0;
	text-shadow: 0 1px 0 #eee;
	color: #000;
	opacity: 0.6;
}

#video {
	width: 640px;
	height: 360px;
	position: absolute;
	top: 232px;
	left: 6px;
	background: #ccc;
}

#vid_panel {
	width: 297px;
	top: 234px;
	left: 675px;
	position: absolute;
	color: #111e2c;
	height: 309px;
	overflow: auto;
	padding-bottom: 10px;
	margin-top: 47px;
}

.vid_btn {
	float: left;
	padding: 0 0 17px 0;
}

.vid_tn {
	float: left;
	position: relative;
	width: 99px;
	height: 57px;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.vid_play {
	position: absolute;
	top: 0;
	left: 0;
	width: 99px;
	height: 57px;
	background: url(images/tn_play.png);
	opacity: 0;
}

.vid_text {
	float: left;
	width: 160px;
	margin: 0 0 0 10px;
	*width: 155px;
	font-size: 13px;
	line-height: 16px;
	color: #005568;
}

.vid_text a {
	float: left;
	margin: 3px 0 0 -5px;
}

.vid_text h2 {
	font-size: 15px;
	line-height: 16px;
	margin: 1px 0;
	color: #111e2c;
}

.vid_text h3 {
	font-size: 15px;
	line-height: 16px;
	color: #005568;
	margin: 1px 0;
}

/*---------------------------------------------------------------------------
			ARTIST PANEL - PHOTO AND BIO
---------------------------------------------------------------------------*/

#mixtape {
	position: absolute;
	top: 590px;
	left: 240px;
}

#bottom_content {
	position: absolute;
	top: 620px;
	left: 20px;
	width: 775px;
}

#artist_panel {
	padding-left: 333px;
	width: 440px;
}

#artist_panel h4 {
	margin: 0 0 17px;
	color: #ffffff;
	line-height: 21px;
	font-size: 18px;
}

#artist_panel h4 a:link {
	color: #b61a20;
}

.artist_name {
	font-size: 19px;
	position: absolute;
	top: 622px;
	left: 26px;
}

.artist_pic {
	position: absolute;
	top: 669px;
	left: 26px;
}

#learn_btn {
	position: absolute;
	top: 790px;
	left: 690px;
}

#jd_bottom {
	position: absolute;
	top: 668px;
	left: 695px;
}

#share {
	position: absolute;
	top: 783px;
	left: 763px;
}

#share a {
	float: left;
	padding-right: 5px;
}

#legal {
	font-size: 13px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	color: #000;
	width: 800px;
}