/* .............................. */
/* Basic */
/* .............................. */

body {
	background-color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	color:#333;
	padding:0px;
	margin:0px;
	margin-bottom:20px;
	text-align:center;
	}

p {
  display: block;
  }
html, body {
  min-height:100.1%;
  }

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#333;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
  position: relative;
  background: #f5f5f5;
	border-bottom:1px solid #ccc;
	padding:5px;
	height:15px;
	margin-bottom:20px;
	}
#leftnav a { text-decoration: none; color: #666; position: relative; }
#leftnav a:hover { text-decoration: none;	}
#leftnav {
  position: absolute;
  top: 5px;
  left: 5px;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1.5px;
	color:#666;
	margin:0px;
	margin-left:5px;
	padding:0px;
	padding-left: 3px;
}
#corner { position: absolute; left: 0px; top: 0px; border: none; z-index: 2;}
ul {
  list-style-type: none;
  list-style-image: url("images/square.gif");
  position: absolute;
  top: -5px; 
  left: 440px;
  }
ul li { display: inline; }
.thumb_browser a { position: relative; }
.thumb_browser a img.hidden_thumbs {
  position: absolute;
  top:-999px;
  left:0;
}
.thumb_browser a img { border: none; }
.thumb_browser a:hover img.hidden_thumbs {
  top: 15px;
  left: -50px;
  border: 2px solid white;
}	
#abc {
  position:absolute;
  top:5px;
  right:5px;        
}
#abc a {
  position:relative;
  font-family: Garamond, Georgia, 'New York', Times, 'Times New Roman', serif;
  font-size: 11px;
  text-decoration: none;
}
#abc a span.hidden { display: none; text-decoration: none; }
#abc a:hover span.hidden { display: inline; }
#desc {
	position: relative;
	display: inline;
	top: 2px;
}
#desc a {
	text-decoration: none;
}
#desc_img { border: 0px; }
div.hidden_desc {
  width: 300px; 
	background-color: #f5f5f5;
	padding: 10px;
	position: absolute;
  top:-9999px;
  left:0;
}
#desc a:hover div.hidden_desc {
  top: 17px;
  left: -150px;
  border: 2px solid white;
}	
/* .............................. */
/* Content */
/* .............................. */ 
#content {
  text-align: centered;
  }
  
#centered {
  position: relative;
  }

#photo {
  background: white;
  margin-top: -20px;
  padding:0px;
  padding-top: 5px;
	border:0px solid #ccc;
	border-top: 0px;
	}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
    background:#fff;
	padding:20px;
	height:15px;
	margin:0px auto;
	}
	
#image-navigate a {
	padding:10px;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}

#image-navigate .copyright a {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  }

#image-navigate .copyright img {
  position: absolute;
  top: -4px;
  padding-top: 10px;
  border: 0px;
  }

#image-navigate .copyright p {
  display: inline;
  }

#taglist {
	height:15px;
	width:70%;
	margin:0px auto;
  }
/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
  background:#f5f5f5;
	border:1px solid #ccc;
	padding:20px;
	text-align:justify;
  width:100%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	}
		

.addcomment {
    float:right;
	clear:right;
	padding:0px;
	}	

/* .............................. */
/* Pages */
/* .............................. */

#page {
  background:#f5f5f5;
	border:1px solid #ccc;
	padding:20px;
	text-align:left;
	width:65%;
	margin:0px auto;
	margin-bottom:25px;
	line-height:16px;
	position: relative;
	}

#page a {
    font-weight:bold;
	}
	
#page img {
	background:#ffffff;
    padding:5px;
	border:1px solid #ccc;
	}

.column{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	}

#timer {
  font-weight: bold;
  }
/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-bottom:20px;
   }

