/* Common styles */
html,body {
	height:100%;
	padding:0;
	margin:0;
}
body {
	color:#DDDDDD;
	background:#181818;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:none;
}
#page-all {
	min-height: 100%; 
	margin-bottom: -30px;
}
* html #page-all {
	height: 100%;
}
#page-empty {
	height: 40px; 
	clear: both;
}
#page-footer {
	height: 30px; 
	text-align:center;
	font-size:0.8em;
}
.lakur-line {
	position:absolute; 
	left:0; 
	top:40px; 
	background:#040404; 
	width:100%;
	z-index:10;
}
a.linkt:link {color:#FFFFFF; text-decoration:underline; }
a.linkt:visited {color:#FFFFFF; text-decoration:underline; }
a.linkt:hover {color:#FFFFFF; text-decoration:underline; }
a.linkt:active {color:#FFFFFF; text-decoration:underline; }

/* Style of gallery */
.gallery
{
	padding:0 0 0 140px;
	cursor:default;
}
.gallery .title
{
	font-size:18px;
	margin-bottom:40px;
}
.tomain
{
	position:absolute;
	left:8px;
	top:20px;
}
.tomain a
{
	font-size:14px;
	color:#BBBBBB;
	text-decoration:none;
}
.tomain a:hover
{
	text-decoration:underline;
}


/* Style of albums */
.album
{
	float:left;
	position:relative;
	margin-right:40px;
	text-align:center;
}
.album-title
{
	font-size:1.5em;
}
.album-subtitle
{
	font-size:0.8em;
	margin-bottom:30px;
	color:#999999;
}
.album .link
{
	text-decoration:none;
	color:#FFFFFF;
}
.album .link:hover
{
	text-decoration:underline;
}
.album .name,
.album .link .name
{
	padding-top:10px;
	text-align:center;
	font-size:0.8em;
	display:block;
}
.album .description,
.album .link .description
{
	color:#999999;
	font-size:0.7em;
	padding-top:3px;
	text-align:center;
	display:block;
}
.album .name
{
	font-weight:bold;
}
.album .link .name
{
	font-weight:normal;
}


/* Service styles */
.blockwidth
{
	width:200px;
}
.split
{
	clear:both;
	height:35px;
}
.breaker
{
	height:100px;
}



/* Style of images in album */
.image
{
	width:80%;
	margin-bottom:50px;
}
.image .image
{
	margin-bottom:10px;
}
.image .title
{
	font-size:0.8em;
	font-weight:normal;
	margin-bottom:5px;
}
.image .description
{
	margin-top:5px;
	font-size:0.9em;
}

.parameters 
{
	font-size:0.8em;
}