@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	font-size:small;
}

img{
	border:none;
}

 a{
	text-decoration:none;
}

 a:hover{
	text-decoration:none;
}


#container{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-image:url(images/background.jpg);
	width:800px;
	height:600px;

	
}
	
#header{
	position:relative;
	padding:0;
	top:-30px;
	align:top;
	align:left;
	float:left;

}

#navbar{
	position:relative;
	float:right;
	top:90px;
	z-index:99;
	width:450px;
}

#about{
	float:left;
	-webkit-transform: rotate(-1deg);
 	-moz-transform: rotate(-1deg);

}
#discography{
	float:left;
	-webkit-transform: rotate(-1deg);
 	-moz-transform: rotate(-1deg);
}
#listen{
	float:left;
	-webkit-transform: rotate(-1deg);
 	-moz-transform: rotate(-1deg);
}
#photos{
	float:left;
	-webkit-transform: rotate(-1deg);
 	-moz-transform: rotate(-1deg);
}


#about:hover{
	-webkit-transform: rotate(5deg) ); 
	-moz-transform: rotate(5deg) ;
}
#discography:hover{
	-webkit-transform: rotate(5deg) ); 
	-moz-transform: rotate(5deg) ;
}
#listen:hover{
	-webkit-transform: rotate(5deg) ); 
	-moz-transform: rotate(5deg) ;
}
#photos:hover{
	-webkit-transform: rotate(5deg) ); 
	-moz-transform: rotate(5deg) ;
}


#left_col{
	position:relative;
	align:top;
	width:600px;
	height:500px;
	float:left;
}

#content{
	position:relative;
	align:top;
	width:600px;
	height:500px;
	clear:both;
	margin-left:25px;
	
	
}

#main_text{
	width:300px;
	height:300px;
	background-color:#CBB787;
	color:#2F1F11;
	margin:50px;
	padding:20px 25px;
	position:absolute;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

#main_text a{
	color:#600;
}

#main_text a:hover{
	color:#C60;
}


#discography_text{
	width:400px;
	height:360px;
	background-color:#000;
	color:#2F1F11;
	margin-left:75px;
	margin-top:10px;
	padding:15px;
	position:absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#CBB787;
	}
	
#listen_content{
	width:700px;
	height:400px;
	background-color:#000;
	border:thick #800000;
	color:#2C1D10;
	margin-left:30px;
	margin-top:1px;
	padding:15px;
	position:absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#CBB787;
	overflow:auto;
	}
	
#listen_content a{
	color:#C2694B;
}
#about_text{
	width:600px;
	height:330px;
	background-color:#000;
	color:#2F1F11;
	margin:50px;
	padding:20px;
	position:absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#CBB787;
	}
	


#photoviewer{
	width:700px;
	height:400px;
	margin-left:auto;
	margin-right:auto;
	<!--background-color:#000;-->
	color:#2F1F11;
	margin:10px;
	padding:15px;
	position:absolute;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#CBB787;
	
}

.bold{
	font-weight:bold;
}

.light{
color:#cbb787;
}

h1{
	font-weight:bold;
	font-size:16px;
}

h2{
	font-weight:bold;
	font-size:14px;
}
#right_col{
	position:relative;
	padding-top:30px;
	width:300px;
	height:500px;
	float:left;
}

/************************************************************************/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
height:500px;
width:500px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 195px; /*position where enlarged image should offset horizontally */
z-index: 50;
}


