/* Keri's First CSS
   Desc: *Piano Stars* 
	Author: *Keri & Jonathan*
	Date: *05/19/07*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
=== === === === === === === === === === */
/*=STRUCTURE
=== === === === === === === === === === */

html {

}
body {

	padding-right: 0px;

	margin-right: 0px;

	padding-left: 0px;

	margin-left: 0px;

	padding-bottom: 0px;

	margin-bottom: 0px;

	padding-top: 0px;

	margin-top: 0px;

}
/*=COMMON
=== === === === === === === === === === */
* {
	padding: 0;
	margin: 0
}

#masthead h1 {
	text-indent: -9999px;
	font-size: 1%
}
img {
	border: 0
}

#camp_spacer {
}


a {
	color: #3d90fb;
	font: bold 1.5em Arial, Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	text-align: center;
}

a:hover {
	color: gray;
	text-decoration: none;
}
/*=Header
=== === === === === === === === === === */

#camp_header {
	z-index: 0;
}

/*=CONTENT
=== === === === === === === === === === */
#camp_container {
	background-image: url(images/content.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 861px;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
/*=FOOTER
=== === === === === === === === === === */
#camp_content {
	text-overflow: ellipsis;
	position: static;
	clear: right;
	top: 160px;
	margin-right: 85px;
	height: 350px;
	width: 600px;
	background-color: navy;
	z-index: 0;
	visibility: visible;
	overflow:scroll;
}
#camp_center {
	min-height: 366px;
	background-image: url(musiccamps/images/content.jpg);
	top: 174px;
	position: absolute;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 366px;
	width: 861px;
}
#camp_space {
	background-color: #0080ff;
	background-image: url(musiccamps/images/spacer-07.jpg);
	top: 524px;
	height: 10px;
	position: absolute;
	width: 861px;
	background-repeat: repeat-y;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
}
/*
#camp_footer {
	top: 350px;
	bottom: 0px;
	position: relative;
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	z-index: 0;
	
	
	new
	
	
	     position:fixed;
        bottom:0;
        left:0;
        width:100%;
        height:1.8em;
        padding:0;
        background:#fe9;
        color:#666;
        border-top:1px solid #666;
        font-size:x-small;
        font-style:normal;
        text-align:center;
}

#camp_footer {
position: fixed; 
bottom: 0; 
left: 0; 
width: 861px; 
height: 81px;
padding:0;
overflow: hidden; 
background-repeat: no-repeat;
float: none;
clear: both;
}
*/

#test {
/* 	mac-a-IE-hacka */
	margin-left: 120px;
   	                 
	text-align: left;   
	margin-top: -30px;
   	height: 320px;
	width: 650px;
	overflow: scroll; overflow-x: auto; overflow-y: scroll;

}

/*

This would be all the lightbox.js code... man it kicks!~~~
*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #1776a8;
	}