/* CSS Document */


/* YOU'VE GOT A SONG STYLESHEET */

body {
	/*background-color:#822dfd;*/
	background-color:#6613eb;
	color:#223444;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
}

a:link, a:visited, a:active {
	color:#C20000;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	padding:0;
	margin:0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}


form {
	margin:0;
	padding:0;
}

img { 
	border:0; 
	margin:0;
	padding:0;
}

img.links {
	border: 1px solid #000;
}

span.imgtxt {
	display:none;
}

span.get_flash {
	color: #fff;
	float: left;
	padding-bottom: 10px;
	padding-left: 120px;
	text-align: center;
}

.contact-info {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	left: 10px;
	padding: 10px;
	position: absolute;
	top: 387px;
	z-index: 53;
}

a.contact-info:link, a.contact-info:visited, a.contact-info:active {
	color:#C20000;
	text-decoration:none;
}

a.contact-info:hover {
	text-decoration: underline;
} 

.copyrights {
	color: #f1f1f1;
	float: left;
	font-size: 10px;
}

.dropdown-style {
	position: absolute;
	right: 5px;
	top: 215px;
	z-index: 101;
}

#over-text {
	background-color: #fff;
	border: 2px solid #000;
	filter:alpha(opacity=90);
	opacity: .9;
	position: absolute;
	height: 500px;
	overflow: auto;
	top: 240px;
	left: 275px;
	padding: 10px;
	width: 480px;
	z-index: 55;
}

#gallery-area {
	background-color: #fff;
	border: 2px solid #000;
	position: absolute;
	height: 560px;
	overflow: auto;
	top: 190px;
	left: 255px;
	padding: 10px;
	width: 500px;
	z-index: 55;
}

#flash-main {
	margin: 0;
	padding: 0;
}

#wrapper {
	background-image:url(../images/css-images/background.jpg);
	background-repeat:no-repeat;
	height:782px;
	margin:0px auto;
	position:relative;
	width:782px;
}

#main-wrapper {
background-image:url('../images/css-images/cover-1-bluish.png');
	border:2px solid #898784;
	width:780px;
	height:780px;
}

#header {
	height:150px;
	position:relative;
	width:780px;	
}

#cd-title {
background-image:url('../images/css-images/youve-got-a-song.png');
	height:141px;
	position:absolute;
	left:20px;
	top:10px;
	width:540px;
}

#mister-mark {
background-image:url('../images/css-images/mister-mark-1.png');
	height:47px;
	left:60px;
	position:absolute;
	top:100px;
	width:205px;	
}

/* FLASH ITEM DIVS */


#flashspider {
	height: 160px;
	left: 0;
	position: absolute;
	top: 0;
	width: 145px;
	z-index: 1;
}

#flashwink {
	height: 185px;
	right: 0;
	position: absolute;
	top: 0;
	width: 158px;
	z-index: 2;
}

#flashbee {
	height: 52px;
	left: 180px;
	position: absolute;
	top: 180px;
	width: 50px;
	z-index: 3;
}

#flash-swing-ape {
	display: none;
}

#bubbles {
background-image:url('../images/css-images/bubbles.png');
	/*filter:alpha(opacity=80);
	opacity: .8;*/
	height:336px;
	width:175px;
}

/* DISPLAY:NONE IMAGES */

#jsbubbles {
	position: absolute;
	top: -10px;
	left: 0px;
	z-index: 54;
}

#ape {
	display: none;
}

#hippo {
	display: none;
}

#porcupine {
	display: none;
}

#grass-front {
	display: none;
}

#mark-hello {
	display: none;
}

#left-balloon {
	display: none;
}

#right-balloons {
	display: none;
}

#bottom-balloons {
	display: none;
}


	

#cd-characters-1 {
background-image:url('../images/css-images/cd-characters.png');
	bottom:0px;
	height:363px;
	position:absolute;
	width:289px;
}

#content {

}

#logo {
background-image:url('../images/css-images/logo-1.png');
	height:84px;
	position:relative;
	width:381px;
}

#footer {

}

#poweredby {
	clear: both;
	color: #f1f1f1;
	font-size: 10px;
	margin: 0 auto;
	padding: 10px;
	text-align: right;
	width: 772px;
}

#poweredby a {
	color: #f1f1f1;
	text-decoration: none;
}

#poweredby a:hover {
	text-decoration: underline;
}

#logo {

}

#sidebar1 {
	height:630px;
	width:295px;
}

#sitemap {
	height: 200px;
	left: 0;
	position: absolute;
	top: 200px;
	width: 195px;
	z-index: 55;
}

#sitemap ul {
	margin: 0;
	padding: 0;
}

#sitemap li {
	height: 36px;
	list-style-type: none;
	width: 190px;
}

a.homebutton:link, a.homebutton:visited {
	background-image:url('../images/css-images/home_button1.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.homebutton:hover {
	background-image:url('../images/css-images/home_button2.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.linksbutton:link, a.linksbutton:visited {
	background-image:url('../images/css-images/links_button1.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.linksbutton:hover {
	background-image:url('../images/css-images/links_button2.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.musicbutton:link, a.musicbutton:visited {
	background-image:url('../images/css-images/music_button1.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.musicbutton:hover {
	background-image:url('../images/css-images/music_button2.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

/*a.photosbutton:link, a.photosbutton:visited {
	background-image:url('../images/css-images/photos_button1.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.photosbutton:hover {
	background-image:url('../images/css-images/photos_button2.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}*/

a.gallerybutton:link, a.gallerybutton:visited {
	background-image:url('../images/css-images/gallery_button1.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.gallerybutton:hover {
	background-image:url('../images/css-images/gallery_button2.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.contactbutton:link, a.contactbutton:visited {
	background-image:url('../images/css-images/contact_button1.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}

a.contactbutton:hover {
	background-image:url('../images/css-images/contact_button2.png');
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 36px;
	width: 190px;
}


	

	

/*NAVIGATION*/
#sitemap-old {
/*	background-color:#eee;*/
	height:12px;
	left:195px;
	position:absolute;
	top:-15px;
	width:340px;
	z-index:20;
}

#nav li a.button {
	background-image:url('../images/css-images/button-1b.png');
	background-repeat:no-repeat;
	color:#fff;
	display:block;
	font-weight:bold;
	height:24px;
	line-height:23px;
	position:relative;
	text-align:center;
	text-decoration:none;
	top:0px;
	width:104px;
}

#nav li a.button:hover {
	color:#fff;
	text-decoration:none;
}

#nav, #nav ul { /* all lists */
	line-height:20px;
	list-style:none;
	margin:0;
	margin-left:5px;
	padding:0;
	position:absolute;
	width:745px;
	z-index:5;
}

#nav ul {

}

#nav ul li {
/*	padding:0 3px;*/
/*	width:95px;*/
}

#nav ul li a {
	background-color:#f2f2f2;
	border:1px solid #ccc;
	color:#333;
	display:block;
	font-size:11px;
	margin:0 2px;
	padding:0px 2px;
	text-align:center;
	text-decoration:none; 
	width:120px;
}

#nav ul li a:hover {
	background-color:#223444;
	color:#fff;
	margin:0 2px;
	padding:2px;
}

#nav li { /* all list items */
	height:20px;
	line-height:18px;
	float: left;
	margin:0 1px;
	padding:0;
	width:110px; /* width needed or else Opera goes nuts */
}

#nav li ul li a.button {
	background-image:none;
	background-color:#e9eeee;
	color:#333;
	height:20px;
	line-height:18px;
	width:120px;
}

#nav li ul li a.button:hover {
	background-image:none;
	background-color:#223444;
	color:#f5f5f5;
	height:20px;
	line-height:18px;
	width:120px;
}

#nav li ul { /* second-level lists */
/*	background-color:#ccc; */
	position:absolute;
	width:110px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
	
#nav li ul ul { /* third-and-above-level lists */
/*	background-color:#901d22;*/
	margin:0px 0 0 110px;
	position:relative;top:-20px;}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/***** POP UP DIV  *****/

#popup {
	background-color: #f9f9f9;
	border: 5px solid #333;
    height: 400px;
    left: 125px;
    padding: 20px;
    position: absolute;
    top: 100px;
    width: 500px;
    z-index: 1000;
}

#popup p {
	margin: .9em 0;
}

.dropdown-style {
	display:none;
}
