/* Lightbox 2 CSS Document*/

body {background-color: #008080;}

.logobox {
position: relative;
    left: 4em;
    top: 4em;
}

/* div that surrounds single image example */
#box1 {width:150px; margin:4em auto; }

/* border and shadow effect around single image example */
#box1 img {
	border: 1px solid #FFC;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,1);
	box-shadow: 0 0 15px rgba(0,0,0,1);
}

/* example labels */
.example {
	color:#FFC;
	text-align:center;
	margin-bottom:2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

/* Page title */
h1 {
	font: 3em broadway, "Britannic Bold", Castellar;
	color:#FFC;
	text-align:center;
	text-shadow: 0 0 10px #ff0;
}

/* div that surrounds image set example 020808 */
#box2 {
	max-width:1024px;
	margin:0 auto;
	height:1600px;
	background-color:#000;
	border:2px solid #e2a25a;
}

/* div that surrounds image set title image */
#title {
	width:100%;
}

/* image set title image */
#title img {
    width: 100%;
	max-width:100%;
	margin:0 auto 4em;
}
	
/* image set row */
.wonderland {
	float:left;
	width:90%;
	margin-left:5em;
}

/* image set image spacing */
.wonderland a {
	margin:4em;
}

.wonderland img {
	border:2px solid #e2a25a;
	  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;*/
  border-radius: 4px;
}

/* div separating image set image rows */
.clear {
	clear:left;
	width:100%;
	height:4em;
}

.clear p {
	 padding-top:1.5em;
	 margin-left:3em;
}

/* JavaScript description between examples */
.description {
	width:75%;
	margin:4em auto;
	padding:12px;
	background-color:#FFC;
	color: #008080;
	border:2px solid #e2a25a;
	border-radius:20px;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,1);
       -moz-box-shadow: 0 0 15px rgba(0,0,0,1);
        -ms-box-shadow: 0 0 15px rgba(0,0,0,1);
         -o-box-shadow: 0 0 15px rgba(0,0,0,1);	
	        box-shadow: 0 0 15px rgba(0,0,0,1);
	outline:2px solid #e2a25a;
	outline-offset:12px;
}

.description p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.2em;
	line-height:1.5em;
	text-align:center;
}

p a {
	color: #008080;
	text-decoration:none;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
	border-bottom: 1px solid #c0c0ff;
	border-bottom: 1px solid rgba(0,0,255,.25);
}

p a:hover {
	color: #F00;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
	border-bottom: 1px solid #00F;
}

a {outline:none; }



/* ======================================= COPYRIGHT AND WEBMASTER ===================================== */

#rights {
	float: left;
	width: 90%;
	padding-left: 6em;
	font-size: 75%;
	color: #FFDE1B;
	font-family: Arial, Helvetica, sans-serif;
}

#lw {
	float: left;
	width: 95%;
 	margin: 1em 2em;
	padding-bottom: 0em;
	text-align:right;
}

#lw a {
	text-decoration:none; 
	color: #FFDE1B;    /*#6f582e;*/
	font-size: .65em;
	letter-spacing: 1px;
	font-family: "Advanced Sans Serif 7", Helvetica, sans-serif;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}

#lw a:hover {
	color: hsl(0,0%,75%);
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
	
#lw a {border-bottom:1px solid rgba(192,192,192,.2); }	
#lw a:hover {border-bottom:1px solid rgba(0,0,255,1); }


