/* 
	k052_gallery_album.css 
	kyyhkynen.net gallery stylesheet
	(c) kimmo at kyyhkynen.net 2005
	
	please don't steal or copy code; for inspirational use only
*/

* { margin: 0; padding: 0; }
#header {
	background: transparent url(/images/k052_header_bg_250.gif) no-repeat top left;
}
#header h1 {
	left: 167px;
}
#container {
	width: 95% !important;
	background: #fff url(/images/k052_content_bg_250.gif) repeat-y top left;
}
#content { padding: 50px 0; }
* html #content { padding: 85px 0; }

#content h2, #content h3, #content p {
	display: block;
	float: left;
	clear: left;
	width: 210px;
	margin: 0 20px;
	display: inline; /* ie double margin fix */
}
#content p iframe {
	margin-top: 20px;
}
#content ul {
	margin-left: 270px;
	list-style: none;
	text-align: center;
	width: auto;
}
#content ul li {
	display: block;
	float: left;
	width: 128px;
	height: 128px;
	margin: 3px;
	background: transparent url(/images/k052_gallery_thumb_bg.gif) no-repeat top left;
}
#content h2 {
	font-size: 1.6em;
	letter-spacing: 0.01em;
}
#content h2 a {
	color: #000;
}
#content h3 {
	margin-top: 0.5em;
	font-size: 1.2em;
	color: #363;
}
#content p {
	margin-top: 1em;
	font-size: 1.2em;
	letter-spacing: 0.02em;
	line-height: 1.6em;
	text-align: justify;
}

/** albumi **/
#album li {
}
#album li a {
	display: block;
	width: 104px;
	height: 79px;
	padding: 24px 12px 25px 12px;
}
#album li a.p {
	width: 79px;
	height: 104px;
	padding: 12px 24px 12px 25px;
}
#album li a img {
	border-top: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #aaa;
	margin: 2px;
}
#album li a:hover img {
	border: 3px solid #000;
	margin: 0;
}
#footer {
	width: 95% !important;
}
