/*
Title:	Salt Bay Chamberfest Website Homepage
Author: Diane Clayton for Steinhardt Design
*/



/* Initialize
----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body, html {
	background-color: #fff;
	height: 100%;
	text-align: center;
	}

div#wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
div#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -340px;
	float: left;
	}
div#container {
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 960px;
	height: 680px;
	clear: left;
	}



/* Menu
----------------------------------------------------------------------------*/

div#menu {
	position: relative;
	z-index: 2;
	width: 960px;
	height: 40px;
	background-color: #fff;
	margin: 0 auto;
	}

div#menu li {
	position: relative;
	display: block;
	float: left;
	list-style-type: none;
	height: 40px;
	font: 13px/24px Futura, Arial, Sans-Serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #375b37;
	}

div#menu a:link, div#menu a:visited {
	display: block;
	float: left; /* necessary for IE6 */
	height: 40px;
	color: #375b37;
	text-decoration: none;
	background: transparent url("http://www.saltbaychamberfest.org/images/translucentwhite.png") repeat top left;
	}
div#menu a:hover, div#menu a:active {
	color: #8fb88f;
	background-color: #fff;
	}

div#menu span {
	padding: 0 20px;
	line-height: 40px;
	vertical-align: middle;
	}

div#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	left: 0;
	text-align: left;
	top: -160px;
	}
div#menu ul ul#drop1 {
	top: -80px;
	}

div#menu ul ul#drop1 a {
	width: 140px;
	border-top: 1px solid #fff;
	border-right: 0;
	}
div#menu ul ul#drop2 a {
	width: 160px;
	border-top: 1px solid #fff;
	border-right: 0;
	}

/* bit of wackiness that IE needs to function properly */
div#menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;;
	}

/* make the second level visible when hover on first level list OR link */
div#menu ul li:hover ul, div#menu ul a:hover ul {
	visibility: visible;
	}


/* Music Player
----------------------------------------------------------------------------*/

div#launchmusicplayer {
	float: right;
	width: 20px;
	height: 20px;
	margin: 10px 20px 10px 0;
	}
div#launchmusicplayer p span {
	display: none;
	}
div#launchmusicplayer p a:link, div#launchmusicplayer p a:visited {
	display: block;
	height: 20px;
	width: 20px;
	background: url("http://www.saltbaychamberfest.org/images/speaker-white.gif") no-repeat top left;
	border: 0;
	}
div#launchmusicplayer p a:hover, div#launchmusicplayer p a:active {
	background-position: -20px;
	border: 0;
	}

