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

/*JUST FOR LIGHTBOX*/
#lightbox {
background-color:#eee;
padding:10px;
border-bottom:2px solid #666;
border-right:2px solid #666;
}

#lightboxDetails {
font-size:.8em;
padding-top:.4em;
}

#lightboxCaption {
	float:left;
	font-size: 12px;
	line-height: 14px;
}

#keyboardMsg {
float:right;
}

#closeButton {
top:5px;
right:5px;
}

#lightbox img {
border:none;
clear:both;
}

#overlay img {
border:none;
}

#overlay {
background-image:url(../images/overlay.png);
}

#lightbox a:hover {
	padding: 0px;
}

* html #overlay a:hover {
	padding: 0px;
}


* html #overlay {
background-color:#333;
background-color:transparent;
background-image:url(../blank.gif);
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png",sizingMethod="scale");
}

small {
	font-size:12px;
}

pre {
display:block;
margin:1em 0;
padding-left:.8em;
border-left:1px solid #ccc;
background-color:#eee;
overflow:auto;
}

code {
font-size:11px;
background-color:#eee;
}

pre code {
line-height:1.1em;
}

kbd {
color:#555;
background-color:#ddd;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
font-size:inherit;
font-family:inherit;
padding:0 3px 2px 4px;
}
.thumbnail{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	}	
.thumbnail img{
border: 0
	}	

.caption{
	font-size: 0.9em;
	padding-top: 0.2em;
}

.thumbnailarchive{
	padding: 5px;
	float: left;
	margin-bottom: 15px;
	margin-right: 25px;
	}	
.thumbnail img{
border: 0
	}	
