
* {
margin: 0;
padding: 0;
}

html {
  font: small/1.4 "Lucida Grande", Tahoma, sans-serif;
}


#menu {

width: 800px;
}


body {
 align:center;
  height: 100%;
 padding:0px;
margin: 0 auto; 
  background-color: #fff;
  font-family: Arial, Verdana, sans-serif;
  text-align: left;
  
  }
 
 .outside {
 align:center;
 text-align: left;
 width: 800px;
 padding: 5px;
margin: -10px 0px 0px 0px;
border:0px;
  background-color: #ccc;
 
 }
 
  H1 {
 	color: #000;
  }
  
   H2 {
  	color: #1A2C8B;
 }
 a {  margin: 0;
   padding: 0;
   margin: 0 0 0 0;
   color: #5C2EDF;
   
 }
   
   
 a:hover {
 color: #07A525;
}
 
 .logo {
 float: right;
 }
 
  .thumbs_right {
  float: right;
  padding: 10px;
 }
 
  .thumbs_left {
  float: left;
  padding: 0px 10px 0px 0px;
    margin: 0px 0px 10px 0px;
 }
 
  .spacer {
  float: left;
 }
  
p {	
	padding: 5px;
	font-size:large;

}



a {  margin: 0;
  padding: 0;
  margin: 0 0 0 0;
}
  
  
  #bullet {  
  margin: 0;
  padding: 0;
  margin: 10px 0px 10px 30px;
  float:right;
  
  }
  
#nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 260px;

} 
#nav li {
  margin: 0;
  padding: 0;
  margin: 0 0 0 0;
  float:left;


}

#archive {
list-style-type: none;
  width: 300px;
  height:32px;
   margin: 0;
  padding: 0;
}

#archive li {  
  margin: 0;
  padding: 0;
  margin: 0 0 0 0;
  float:left;
}



#archive a {
  background: url(images/archive.gif) no-repeat;
  width: 300px;
  height:32px;
   float: left;

}

  .fbPosition {
      position: relative;
  top: -80px;
 left:15px;
 }
 
   .title {
       position: relative;
   top: -60px;
  left:0px;
 }
 
 
 
  .arcPosition {
left: 500px;
top: -30px;
position: relative;
z-index: 3;
  }
 
 
#archive a:hover {
background-position: -300px 0;

}


#nav a {
  float: left;
  font-weight: bold;
  width: 113px;
  height:35px;
  color: yellow;
  text-decoration: none;
  text-align: center;
  line-height: 3;
  border-right: 0px solid #ccc;
  background: url(images/black1.gif) no-repeat;
}
#nav a:hover {
  
  font-weight: bold;
  background-position: -113px 0; 
  color:blue;
}

	
#body_biog #nav_biog a, #body_downloads #nav_downloads a, #body_gigs #nav_gigs a, #body_links #nav_links a, #body_news #nav_news a, #body_gallery #nav_gallery a, #body_contact #nav_contact a {
  
background-position: -227px 0; 
font-weight: bold;
color:black;
}

.pcaption {
	font-family: Geneva, Arial, Helvetica, sans-serif, "GF Becker";
	font-size: xx-small;
}

.pcaption_right {
	font-family: Geneva, Arial, Helvetica, sans-serif, "GF Becker";
	font-size: xx-small;
	float:right;
}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* Fixed Positioned AddThis Toolbox */            
.addthis_toolbox.atfixed {
    position: fixed;
    top: 10%;
    left: 20px;
    border: 1px solid #eee;
    padding: 5px 5px 1px;
    width: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.addthis_toolbox .custom_images a img { border: 0; margin: 0 0 1px; opacity: 1.0; }
.addthis_toolbox .custom_images a:hover img { margin: 1px 0 0; opacity: 0.75; }

