/*---------------------------------  Styles.css  ---*/ 

body {
  /*background-color: #CCCCC;*/
  background-image:url('/images/light-grey.png');
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 0;
  margin: 0;
  text-align: center;
  }

#page {
  margin: 5px auto;
  width: 900px;
  text-align: left;
  border: 2px solid #9EA3AC;
  padding: 5px;
  background-color: #FFFFFF;
  clear: both; 
  }

#header {
  color: #FFFFFF;
  font-family: Arial,Helvetica,Geneva,sans-serif;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 0.72em;
  text-transform: uppercase; 
  }

#main {
  background-color: white;
  float: left;
  width: 100%;
  margin: 1px 0px 0px; 
  }
  
h1, h2, h3 {
	font-weight: normal;
        margin-bottom: 0.5em;
  }

h1 {
	font-size: 1.2em;	
	color: #006699;
	text-transform: uppercase;
  }

h2 {
	font-size: 1.1em;
        font-weight: bold;
        color: #666666;
  }

h3 {
	font-size: 1.1em;
        color: #666666;
  }

p {
   line-height: 1.4em;
  }

p, ul, ol {
  margin-bottom: 2em;
  }

ul, ol {
  margin-left: 20px;
  }

#main li {  
  list-style-type: disc;
  }

a {
  color: #006699;
  text-decoration: none;
  border-bottom: 1px solid #ffff33; }  

a:hover {
  text-decoration: none;
  border-bottom: 2px solid #006699; }

form {
  /*margin: 5px auto;*/
  width: 100%;
  text-align: left;
  border: 1px solid #9EA3AC;
  padding: 5px;
  background-image:url('/images/light-grey.png');
}

form h2 {
  padding-left: 10px;
}



/*---MAIN COLUMN---*/  

#content-wrapper {
  float: left;
  width: 600px; }

#content {
  padding-left: 25px;
  padding-right: 150px; }

/*---FRONT---*/  

#front-wrapper {
  clear: left;
  width: 100%; }

#front {
  padding-top: 15px;
  padding-bottom: 45px; }

/*---SIDEBAR---*/  

#sidebar {

}

#sidebar-wrapper {
  float: left;
  width: 300px; 
}


/*----REFERENCE--*/

#references{
  margin-top: 2px;
  width: 200px;
  padding-left: 50px;
  }

#reference h2 {
  font-weight: normal;
  margin-bottom: 5px;
  }

#reference #gallery a {
  border: none;
  }
  
#reference #gallery a:hover {
  border: none;
  }

#reference #gallery a img {
  padding: 2px;
  border: 1px solid #006699;
  }

/*-----SPOT --*/

.spot {
  margin-top: 2px;
  /*margin-left: 10px;*/
/*  padding-left: 50px;*/
  width: 250px;
  /*margin-right: 25px;*/
  margin-bottom: 10px;
  clear: both; 
  border: 1px solid #006699;
  background-image:url('/images/light-grey.png');
  }
  
  
.spot:hover{
  background: #CCCCCC;  
  }

a .spot{
  color:black;
  }
 
.spot h3, .spot p {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px; 
/*  padding-bottom: 10px;*/
  color: black;
  }

.spot h3 {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  }

.spot img {
  float: left;
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 12px; 
  }

.spot .icon {
 padding-left: 25px;
}

/*---SITEMAP---*/ 
/*
#sitemap ul {
  list-style-type: disc;
  margin: 5px 0px 10px 35px;
  line-height: 2em; }

#sitemap li a {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 180%;
  font-weight: bold;
  margin: 0px; 
  color: #451811;
  text-decoration: none;
  border-bottom: none; }

#sitemap li a:hover {
  color: #902f1c;
  border-bottom: none; }

#sitemap ul.second {
  font-size: 80%; }

*/

/*---FOOTER---*/ 

#footer-wrapper {
  margin: 5px auto;
  width: 900px; }

#footer {
  color: #595452;
  float: right;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 90%;
  margin-bottom: 30px; }

/*---------- Sigle ---*/

#sigle { 
  float: left;
  }

#sigle a {
  border: none;
}

/*---------------------------------  Navigation.css  ---*/ 

/*
#006699 : Bleu
#ffff33 : Jaune

#9999cc : Violet
#cccccc : gris

*/

#navbar {
  background-color: #006699;
  line-height: 0px;}

.nav{
  font: bold 12px Verdana;
  list-style-type: none;
  text-align: center;
  line-height:39px;
  }

.nav li{
  display: inline;
  margin: 0;
  }

.nav li a{
  border: none;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #006699;
  color: #ffffff;
  }

.nav li a:hover{
  background-color: #ffff33;
  color: black;
  }
  

.nav li a:active{
  color: black;
  }

.nav li.selected a{ /*selected tab effect*/
  color: black; 
  position: relative;
  background-color: #ffff33;
}

/*---------------------------------  Lightbox.css  ---*/ 

#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; border-bottom: none; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none; border-bottom: 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(http://spurrd.com/assets/192/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.spurrd.com/assets/189/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; border-bottom:none}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


