@import url("lightbox.css");

/* ______________ Gallery _______________ */
#galleryContainer {
	}


#galleryThumbnails {
	width: 300px;
	float: left;
	margin-left: 20px;
}

#galleryThumbnails ul {
    padding: 0px;
    margin: 0px;
    list-style:none;
}
#galleryThumbnails ul li {
    list-style: none;
    float: left;
    /*padding: 3px;*/
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 0px; 
    padding-right: 0px;
    margin: 0px;
}

#galleryThumbnails ul li a {
	border: 1px solid #000;
	display: block;
	}

#galleryThumbnails ul li a:hover {
	border-color: #d00000;
	}
	

#categoryList {
	width: 200px;
	float: left;
}

#cssclear {
	clear: both;
	}
	
.jumptoDate {
	font-weight:  bold;
	float: left;
	margin-right: 10px;
	display: none;
	}	
	
.jumptoDesc {
	margin-right: 2px;
	line-height: 1.7;
	}
	
.jumptoDesc a {
	color: #FFFFFF;
	width: 190px;
	padding: 5px;
	height: 20px;
	display: block;
	background: #0f0f0f;
	margin: 0px 10px 2px 0px;
	float: left;
	}	
	
.jumptoDesc a:hover {
	text-decoration: none;
	color: #FFF;
	background: #212121;
	}		
	
a#bottomNavClose {
	width: 34px;
	display: block;
	margin-left: 20px;
	}	