/*

Global CSS file for tony's site

filename: artist.css

*/

html {
	margin: 0px;
	padding: 0px;
	background-color: #161616;
}

document {
	border: none;
	width: 100%;
	height: 100%;
	background-color: #161616;
}

body {
	background-color: #161616;
}

#layout {
	width: 753px;
	margin: auto;
	border: none;
}

.footer_img {
	border: none;
}

/***** Global Styles Defined ******/

a {
	color: #CCCCCC;
}

#main {
	/* Background ima3ge is set in the individual CSS files for each page */
	height: 460px;
	border: none;
	position: relative;
	top: 5%;
	font-family: "Helvetica Neue", Helvetica, sans-serif;

}



/****** End Global Styles ********/


#title {
	visibility: hidden;
}

#menu .graphic {
	visibility: hidden;
}


/******** Begin Main Menu Section *********/

#menu {
	border: none;
	/*height: 200px;*/
	top: 8%;
	position:absolute;
	visibility:visible;
}

.menu_item {
	padding-bottom: 45%;
	z-index: 100;
}

#menu_item_1 {  /* Projects */
	height: 69px;

}

#menu_item_2 { /* Video */
	height: 43px;
	

}

#menu_item_3 { /* Gallery */
	height: 63px;
	

}

#menu_item_4 { /* Calendar */
	height: 75px;
	

}

#menu_item_5 { /* News */
	height: 43px;
	

}
#menu_item_6 { /* Music */
	height: 45px;
	

}
#menu_item_7 { /* Bio */
	height: 23px;

}

#menu_item_1 .label .menu_link img { /* Projects */
	background: url(../../../includes/images/link_projects.png) no-repeat;
	width: 14px;
	height: 69px;
	border: none;
}

#menu_item_2 .label .menu_link img { /* Video */
	background: url(../../../includes/images/link_video.png) no-repeat;
	width: 14px;
	height: 43px;
	border: none;
}

#menu_item_3 .label .menu_link img { /* Gallery */
	background: url(../../../includes/images/link_gallery.png) no-repeat;
	width: 14px;
	height: 63px;
	border: none;
}

#menu_item_4 .label .menu_link img { /* Calendar */
	background: url(../../../includes/images/link_calendar.png) no-repeat;
	width: 14px;
	height: 75px;
	border: none;
}

#menu_item_5 .label .menu_link img { /* News */
	background: url(../../../includes/images/link_news.png) no-repeat;
	width: 14px;
	height: 43px;
	border: none;
}

#menu_item_6 .label .menu_link img { /* Music */
	background: url(../../../includes/images/link_music.png) no-repeat;
	width: 14px;
	height: 45px;
	border: none;
}

#menu_item_7 .label .menu_link img { /* Bio */
	background: url(../../../includes/images/link_bio.png) no-repeat;
	width: 14px;
	height: 23px;
	border: none;
}


/******* End Main Menu Section *********/


/******* Second Menu Section ********/

#menu2 .graphic {
	visibility: hidden;
}

.menu_item2 {
	border: none;
	float: left;
	width: auto;
	padding-right: 0px;
}

#menu2 {
	border: none;
	position: absolute;
	left: 530px;
	top: 430px;
	visibility:visible;
}

#menu2_item_1 { /* Gear */
	width: 24px;
	height: 8px;
	margin-right: 6px;
}

#menu2_item_2 { /* Press */
	width: 18px;
	height: 8px;
	padding-right: 16px;
}

#menu2_item_3 { /* Links */
	width: 25px;
	height: 8px;
	margin-right: 6px;
}

#menu2_item_4 { /* Contact */
	width: 40px;
	height: 8px;
	padding-right: 6px;
}


#menu2_item_5 { /* Home */
	width: 29px;
	height: 7px;
}

#menu2_item_1 .label .menu_link img { /* Gear */
	background: url(../../../includes/images/link_gear.png) no-repeat;
	width: 24px;
	height: 8px;
	border: none;
}

#menu2_item_2 .label .menu_link img { /* Press */
	background: url(../../../includes/images/link_press.png) no-repeat;
	width: 28px;
	height: 8px;
	border: none;
}

#menu2_item_3 .label .menu_link img { /* Links */
	background: url(../../../includes/images/link_links.png) no-repeat;
	width: 25px;
	height: 8px;
	border: none;
}

#menu2_item_4 .label .menu_link img { /* Contact */
	background: url(../../../includes/images/link_contact.png) no-repeat;
	width: 40px;
	height: 8px;
	border: none;
}

#menu2_item_5 .label .menu_link img { /* Home */
	background: url(../../../includes/images/link_home.png) no-repeat;
	width: 29px;
	height: 8px;
	border: none;
}

/********* End Second Menu Section **********/

/**** Begin Audio Player ****/

#audio_player { /* Left positioning done at individual level */
	position: absolute;
	top: 5px;
	height: 25px;
	width: 230px;
	z-index: 105;
	overflow: hidden;
	color: #999999;
	font-size: 12px;
}

#audio_player a {
	color: #999999;
	text-decoration: none;
}

#songTitle {
	border: #999999;
	border: thin;
	border-style:solid;
	position: absolute;
	top: 0;
	left: 80px;
	width: 140px;
	overflow: hidden;
	padding-left: 5px;
	height: 15px;
	
	font-size: 12px;
}

#previous_holder {
	position: absolute;
	top: 0;
	left: 30px;
}

#next_holder {
	position: absolute;
	top: 0;
	left: 55px;
}
/**** End Audio Player ****/

/**** Begin Scroll Bar Section *****/

#up1 { position:absolute; left:0; top:0; z-index:2 }  
#down1 { position:absolute; left:0; bottom:0; z-index:3 }
#up2 { position:absolute; left:0; top:0; z-index:2 }  
#down2 { position:absolute; left:0; bottom:0; z-index:3 }

/***** End Scroll Bar Section *****/


#footer_img {
	visibility: hidden;
}

#design_credit {
	visibility:hidden;
}

#footer { visibility: visible;}

#copyright {
	font-size: 11px;
	color: #999999;
	font-family:Arial, Helvetica, sans-serif;
}

#copyright a {color: #999999; text-decoration: underline;}

#copyright p {margin-bottom: 2px;}
#copyright img {padding: 5px;}
#strapplogo {position: relative; top: -10px; left: 5px;}