/* style.css */

* { margin:0; padding:0; }

a, a:visited {
	text-decoration:none;
	border:0;
	color:#024;
}

a:hover {
	color:#468;
}

	a:hover span {
		border-bottom:1px solid #024;
	}

html, body {
/**
	background:transparent url("/img/bgTiny.gif");
/**
	background-repeat: repeat-x;
/**/
	background-color:#024;
/**/
	color:#000;
	font-family:arial,sans-serif;
	text-align:left;
	margin:0;
    padding:0;
	text-align:center;
}

.bold { font-weight:bold; }
.underline { border-bottom:1px solid #024; }
.hidden { display:none; }
.center { text-align:center; }
.italic { font-style:italic; }
.standout { background:#f6f8fb; }
.pad_top { padding-top:20px !important; }
.pad_bottom { padding-bottom:20px !important; }

* ul {
	list-style:none;
}

#wrapper {
    position:relative;
    width:691px;
    margin:0px auto 0px auto;
	text-align:left;
}

/* header */

#header {
	position:relative;
	margin:0px auto 0px auto;
	width:691px;
	height:225px;
	background:url("/img/header.jpg");
}

	#header h1 {
		width:691px;
		height:80px;
	}

	#header h1 a {
		display:block;
		width:691px;
		height:80px;
	}

	#header h1 a span {
		display:none;
	}

#menu {
	list-style:none;
	position:absolute;
	left:19px;
	top:85px;
}

	#menu li {
		float:left;
		height:35px;
	}

	#menu li a {
		display:block;
		width:100%;
		height:100%;
	}

	#menu li a div { width:100%; height:100%; }

	#menu li a:hover div { display:none; }
	
	#menu li span {
		display:none;
	}

	#menu_services {
		background:transparent url("/img/menu_services_up.png") center center;
		width:122px;
	}

	#menu_musicians {
		background:transparent url("/img/menu_musicians_up.png") center center;
		width:137px;
	}

	#menu_photos {
		background:transparent url("/img/menu_photos_up.png") center center;
		width:119px;
	}

	#menu_music {
		background:transparent url("/img/menu_music_up.png") center center;
		width:103px;
	}
/**/
	#menu_danceband {
		background:transparent url("/img/menu_danceband_up.png") center center;
		width:162px;
	}
/**/
/**/
	#menu_videos {
		background:transparent url("/img/menu_videos_up.png") center center;
		width:116px;
	}
/**/
	#menu_applause {
		background:transparent url("/img/menu_applause_up.png") center center;
		width:135px;
		margin:18px 0px 0px 220px;
	}

	#menu_friends {
		background:transparent url("/img/menu_friends_up.png") center center;
		width:124px;
		margin:18px 0px 0px 0px;
	}

	#menu_contact {
		background:transparent url("/img/menu_contact_up.png") center center;
		width:116px;
		margin:18px 0px 0px 0px;
	}

/* body */

#body {
	position:relative;
	width:691px;
	margin:0px auto 0px auto;
	background:url("/img/body_tile.jpg") top center repeat-y;
}

#body_header {
	position:absolute;
	top:0px;
	left:0px;
	width:691px;
	height:43px;
	/**/
	background:url("/img/body_header.jpg") top center;
	/**/
}

#body_content {
	position:relative;
	width:650px;
	margin:0px auto 0px auto;
}

	#body_content_header {
		position:relative;
		top:0px;
		left:0px;
		width:650px;
		height:103px;
		margin:0px auto 0px auto;
	}

		#title {
			position:absolute;
			width:220px;
			height:60px;
			top:45px;
			left:4px;
		}
			#title h2 {
				display:none;
			}

		#boxes_row1 {
			width:425px;
			height:103px;
			float:right;
			background:url('/img/boxes_bg_top.jpg') top right no-repeat;
		}

			#boxes_row1_content {
				position:absolute;
				padding:1px 0px 1px 4px;
				width:425px;
				top:-103px;
				left:231px;
				float:left;
			}

		#boxes_row2 {
			clear:both;
			width:320px;
			height:103px;
			float:right;
			/**
			background:#999;
			/**/
		}

			#boxes_row2_content {
				position:absolute;
				padding:1px 0px 1px 0px;
				width:315px;
				top:0px;
				left:338px;
				float:left;
			}

		#boxes_row3 {
			clear:both;
			width:213px;
			height:103px;
			float:right;
			/**
			background:#999;
			/**/
		}

			#boxes_row3_content {
				position:absolute;
				width:213px;
				top:104px;
				left:441px;
			}

		#boxes_row4 {
			clear:both;
			width:103px;
			height:103px;
			float:right;
			padding-bottom:10px;
		}

			#boxes_row4_content {
				position:absolute;
				width:103px;
				height:103px;
				top:207px;
				left:544px;
			}

			.box {
				position:relative;
				width:101px;
				height:102px;
				margin-right:2px;
				float:left;
			}

			div.box a { display:block; width:100%; height:100%; }

			div.box a span { display:none; }

		#bio_list {
			list-style:none;
			position:relative;
			width:100%;
			text-align:center;
		}

			#bio_list li {
				float:left;
				width:105px;
			}

		h2.bio_url {
			font-size:32px;
			text-align:center;
			margin:25px auto 20px auto;
		}

	#body_content p {
		position:relative;
		padding:20px 10px 0px 10px;
		font-size:15px;
		line-height:19px;
		text-indent:15px;
		font-weight:bold;
		text-align:left;
	}

	#body_content li {
		padding-top:5px;
	}

	#body_content h1, #body_content h2, #body_content h3 {
		padding:5px 15px 0px 15px;
	}

	#body_content ul li {
		margin-bottom:10px;
	}

#body_footer {
	position:relative;
	width:691px;
	height:40px;
	background:url("/img/body_footer.jpg") bottom center;
}

#mp3_player_wrapper {
	position:relative;
	width:569px;
	margin:0px auto 0px auto;
	padding-top:25px;
	overflow:hidden;
}

#mp3_player {
	width:550px;
	margin:0px auto 0px auto;
	padding-top:12px;
	height:55px;
}

#mp3_player_head {
	height:86px;
	background:url('/img/mp3_bg_head.jpg') top center repeat-y;
}

#mp3_player_body {
	background:url('/img/mp3_bg_tile.jpg') top center repeat-y;
}

#mp3_player_footer {
	height:17px;
	background:url('/img/mp3_bg_footer.jpg') top center repeat-y;
}

#music_list {
	width:100%;
	text-align:center;
	display:inline;
	list-style:none;
	font-size:26px;
	line-height:40px;
	font-weight:bold;
}

	ul#music_list li {
		margin:0px 15px 0px 15px;
		padding:10px;
		/**/
		border-bottom:1px solid #ccc;
		/**/
	}

	#music_list li a {
		display:block;
		width:100%;
	}

#friends {

}

	#friends h2 {
		padding:15px 5px 15px 5px;
	}

#contact {
	padding-top:30px;
}

#contact input {
	font-size:18px;
	border:1px solid #024;
	padding:2px;
	width:260px;
}

#contact textarea {
	font-size:18px;
	border:1px solid #246;
	padding:2px;
	width:350px;
	height:200px;
	font-family:arial,sans-serif;
}


#contact input.form_button {
	width:100px;
	margin:10px;
}

	#contact_form_list {
		list-style:none;
		width:350px;
		margin:0px auto 0px auto;
		text-align:right;
	}

	ul#contact_form_list li {
		font-weight:bold;
		font-size:22px;
		line-height:24px;
		padding:0px 0px 10px 0px;
		margin:0px;
	}

	#contact_form_list li span {
		padding:0px 5px 0px 0px;
	}

#photo_viewer {
	width:430px;
	height:430px;
	text-align:center;
	padding:0;
	margin:0;
}

	.photo_main {
		margin:10px 0px 0px 10px;
		border:1px solid #888;
	}

.applause {
	padding:15px;
	margin:2px 20px 40px 20px;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	background:#fdfdfd;
}

.applause_sig {
	text-align:right;
}
