/* 
	k052_gallery.css 
	kyyhkynen.net gallery stylesheet
	(c) kimmo at kyyhkynen.net 2005

	please don't steal or copy code; for inspirational use only
*/

/** albumilista **/
div.galleryalbum {
	margin-bottom: 50px;
	height: 1%;
}
div.galleryalbum h2 {
	display: block;
	float: left;
	clear: none;
	margin: 0 10px 0 30px !important;
	width: 220px;
	height: 1%;
}
div.galleryalbum h2 a {
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #efe;
}
div.galleryalbum h2 a img {
	display: block;
	float: left;
	background: none;
	border: none;
	margin: 5px 0 0 0;
	padding: 0;
}
div.galleryalbum h2 a:hover {
	border: 1px solid #999;
	background-color: #ded;
	text-decoration: none !important;
}
div.galleryalbum h2 a:hover img {
	border: none;
}
div.galleryalbum h2 span {
	display: block;
	float: right;
	width: 100%;
	text-align: right;
	margin-top: -1.3em;
	font-size: 0.7em;
	font-weight: normal;
	color: #999;
}
div.galleryalbum h4 {
	float: left;
	margin-top: -0.6em !important;
}
div.galleryalbum p {
	display: block;
	clear: none;
	margin-left: 0 !important;
}
div.galleryalbum p:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
